Alv
Alv
Alv
If we are working with all the fields from any one of the DB table/structure, then
we no need to prepare the field catalog.
we simply pass I_STRUCTURE-NAME as DB table name/structure name.
When ever we are working with merge FM we must consider the following things.
NOTE :- when ever we are working with ALV then we never create our own GUI to the
program.
We always copy the existing GUI from 'SAPLKKBL' standard program.
FORM user_command-- is run every time you press a button, a menu, or more
generically an ok-coe into your ALV.
"rs_selfield TYPE slis_selfield" holds the data of the field on which the cursor
was when the ok-code was triggered.
FORM set_pf_status-- is run once for every run of the ALV listing. It sets the
available ok-codes.
These are allocated into an internal table "rt_extab TYPE slis_t_extab".