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: 

Module pool question

Former Member
0 Kudos

Hi,

I have a requirement to modify SAP program to enhance selection screen. This is a module pool program which generates an ALV output. is there any way to avoid changing SAP program by developing a wrapper( calling) program with all selection fields and call this SAP dialog transaction. I know we can use call transaction but not sure how to capture SAP ALV data output and bring to the calling program.

any ideas would be greatly appreciated.

regards.

4 REPLIES 4

Former Member
0 Kudos

What is the SAP program?

Rob

0 Kudos

Thanks Rob..it is SM20

Former Member
0 Kudos

Hi Harprit,

Usually many standard programs export the output internal tables to memory so you can import in your wrapper program. Also please check this thread. There is a reference to a blog to achieve this using SALV classes. Might be helpful.

http://scn.sap.com/thread/3195394

Regards,

Shravan

Former Member
0 Kudos

Hi,

...how to capture SAP ALV data output and bring to the calling program

Maybe you will find that link usefull, a nice one anyway :

Cheers,

Manu.