Application Development 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: 

ALV List and Custom Container

Former Member
0 Kudos

Does anyone know what class and methods I should use to put a simple ALV List in a Custom Screen Container. I have never done this before.

3 REPLIES 3

Former Member
0 Kudos

All you need to do is embed an instance of class CL_GUI_ALV_GRID in a container such as CL_GUI_CUSTOM_CONTAINER.

See reports BCALV_GRID* for examples.

Technically, the ALV grid is different from the ALV list. The latter is implemented using classical ABAP reporting rather than GUI controls and as such cannot be embedded in a GUI container.

Scott

0 Kudos

Scott,

Thank you very much. You were a great help.

Former Member
0 Kudos

Please have a look at the program 'BCALV_VERIFY_DATATYPES'.

This Will give you all the information you need on ALV.