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: 

Need Subscreen Info.........

Former Member
0 Kudos

Hi experts,

consider that I have created an ABAP program named "ZRA_REPORT1" in which I am calling a screen number 90 as

follows: CALL SCREEN 90.

I can access the details for this screen 90 of the above ABAP program in SE51.

I can call a subscreen from screen 90 in the "Flow Logic" tab as follows:

PROCESS BEFORE OUTPUT.

MODULE STATUS_090.

CALL SUBSCREEN .......................

PROCESS AFTER INPUT.

MODULE USER_COMMAND_0090.

I want to be able to parse/read the above program so that I can find out the subscreen called.

Is there a table from which i can read this information about the subscreens called by a partcular screen?

If not how can I do it from a particular ABAP program?

Edited by: Adithya K Ramesh on Oct 8, 2010 3:28 PM

Edited by: Adithya K Ramesh on Oct 8, 2010 4:20 PM

1 REPLY 1

Former Member
0 Kudos

Moderator message - Cross post locked Rob