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

Former Member
0 Likes
569

Hi

I am new to abap.

I wanted to know whether while programming in alv oops , there is any usage of module pool for screen logic or we can directly write the code in alv.

Thanks in advance

ss

5 REPLIES 5
Read only

Former Member
0 Likes
536
Welcome to SDN!!!!

you have to create the container in screen painter which is related to module pool,

so this is related to module pool

chk these standard programs for ALV containers

BCALV_EDIT_01
BCALV_EDIT_02
BCALV_EDIT_03
BCALV_EDIT_04
BCALV_EDIT_05
BCALV_EDIT_06
BCALV_EDIT_07
BCALV_EDIT_08

reward if helpful
Read only

0 Likes
536

Thanks

Your information has helped me a lot

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
536

Hi, when using the class CL_GUI_ALV_GRID, you will need to create a screen and the screen flow logic. It doesn't have to be a module pooll program, it can be a report program with a simply CALL SCREEN statement.

Check any program that starts with BCALV*

Regards,

Rich Heilman

Read only

Former Member
0 Likes
536

Swapna,

I would suggest that you look at these programs.

http://www.geocities.com/mpioud/Abap_programs.html

If you are using REUSE functions, you don't need to do anything with screen flow logic. If you are ALV containers and controls (OO ABAP), then you will have to write the screen flow logic.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
536

hi

good

go to se38 give BCALV* put f4, you ll find out lots of example related to ALV , you can test them and use as per your requirement.

thanks

mrutyun^