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: 

Call Selection screen of other program..

Former Member
0 Kudos

Hello ABAP Experts,

I have a situation where in I need to call the selection screen of one sap generated standard program without executing that program & get the values of those selection variables in to my custom program. Is there a way to do that? Please help.

Thanks,

Pandu

3 REPLIES 3

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

No, that won't work. But you could copy the standard screen so it will belong to your main program...

0 Kudos

If it is static or one program I could have done like that. But the nature of the program is dynamic & not just one program.

surajarafath
Contributor
0 Kudos

I dont think its possible, Copy the selection from Standard program to your Custom Program