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

Which t-code is used to open screen in SAPGUI?

Former Member
0 Likes
15,597

Hi Colleagues,

Which t-code is used to open screen in SAPGUI? For example, screen 3000.

Kind Regards

Andie

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
10,077

Hello,

In my example my program name is : ZBAW_YBI_ALV_CLASSE.

Transaction : SE51

Thanks & Kind Regards,

Yovish.

Hi Colleagues,

Which t-code is used to open screen in SAPGUI? For example, screen 3000.

Kind Regards

Andie

6 REPLIES 6
Read only

Former Member
0 Likes
10,077

Hi,

you specify in Se93 which screen to start the program in.

Kind regards, Rob Dielemans

Read only

Former Member
0 Likes
10,077

Hi,

  1. Use t-code SE51.
  2. Enter the report name, screen name
  3. Select the Layout editor radio button.
  4. Click on display.

Not sure if this is what you are interested in. Please explain your query in detail.

Regards,

NG

Read only

0 Likes
10,077

Hi NG,

Do you mean screen is only used in program?

Kind Regards

Andie

Read only

Former Member
0 Likes
10,078

Hello,

In my example my program name is : ZBAW_YBI_ALV_CLASSE.

Transaction : SE51

Thanks & Kind Regards,

Yovish.

Read only

Former Member
0 Likes
10,077

Hi Andie,

You can use the SE93 tcode and press create button.

Select the option as Transaction with parameters radio button.

Use the link for further information  http://www.saptechnical.com/Tutorials/SAPQuery/Tcode/Index.htm.

Thanks,

Vineesh B.


Read only

Former Member
0 Likes
10,077

Hi Andie Chen,

In SAP, screen numbers are from 0000 to 9999 so every program is attached to one screen number but one screen number attached to many programs. If you open any transaction/selection screen/output screen you will know the screen number and program name through the path goto Menu 'system --> option 'status'. Program is interrelated with screen number.

If you want to open any screen number you can but with any particular program name using SE51 tcode (screen painter). What i mean to say is, if you want to see the design of screen and its attributes, elements, flow logic you can check with opening screen painter because developed with program.

I hope this will give answer to your question.

Happy Coding

Thanks & Regards

Sreekanth