Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV OOPS

Former Member
0 Likes
329

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..........

1 ACCEPTED SOLUTION
Read only

JoffyJohn
Active Contributor
0 Likes
302

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.

1 REPLY 1
Read only

JoffyJohn
Active Contributor
0 Likes
303

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.