‎2010 May 28 5:11 AM
Dear All ,
I want to display Alv Report in my screen layout. So, Can any body tell how can I display ALV in my screen layout through OOPS Concept after creating Custom Container in Screen lay out ? Plz mention step by step...
Plz , do needful regarding it..........
‎2010 May 28 6:08 AM
The basic thing is , create a screen, place a control area in the screen,
that control area needs to be passed to the custom control (cl_gui_custom_container)
then this custom control is the parent of the alv grid control.
then you have call the method
SET_TABLE_FOR_FIRST_DISPLAY
passing the field catelog.
Check tcode:DWDM for control frame work example programs.
‎2010 May 28 6:08 AM
The basic thing is , create a screen, place a control area in the screen,
that control area needs to be passed to the custom control (cl_gui_custom_container)
then this custom control is the parent of the alv grid control.
then you have call the method
SET_TABLE_FOR_FIRST_DISPLAY
passing the field catelog.
Check tcode:DWDM for control frame work example programs.