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

Creating GUI .- Screen

Former Member
0 Likes
559

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

2 REPLIES 2
Read only

Former Member
0 Likes
444

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

Read only

Former Member
0 Likes
444

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