‎2006 Aug 17 2:15 PM
Hi!
I am trying to find a screen in SAP.
Is there a good way to search for screens?
I set the abap debugger on and I get to classes that are called model view controller classes.
My second question is: Can screens (and tables in screens) be created in any other way than in screen painter?
regards
Baran
‎2006 Aug 17 2:20 PM
Hi,
To identify the screens, programs and transactions attached to a screen --- navigate to the menu
SYSTEMS --- > STATUS. You`ll find the required information.
You can also design ur screens from transaction SE80. Right click on ur program name and u can create screens.
Reward points if convinced with my answer.
Regards
‎2006 Aug 17 2:33 PM
Hi,
Use SE80 and enter the Program name and find the Screens used in that program.
or use this program <b>RPR_ABAP_SOURCE_SCAN</b>, and scan for <b>CALL SCREEN</b>. this takes lot of time. and it list all the programs in which <b>call screen</b> is used.
Regards
vijay