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

screen

Former Member
0 Likes
689

Hi,

If i have a screen number..this is a sub screen may be called in side any SAP transactions..So how to find in which transaction it is called?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
668

Hi,

in that case you have the program name also , so try to check where used from SE51 with the screen and program.

Regards

vijay

6 REPLIES 6
Read only

Former Member
0 Likes
669

Hi,

in that case you have the program name also , so try to check where used from SE51 with the screen and program.

Regards

vijay

Read only

0 Likes
668

Hi All,

Thanks.

Read only

Former Member
0 Likes
668

goto SE51 , give one program where the screen is used and check out the where-used-list , u can get

Read only

Former Member
0 Likes
668

go to sub screen & click on where used list...it will display where all this has been used...

Read only

Former Member
0 Likes
668

Hi

Go to se51 give program name and screen no then use where used list, you will get the list.

Regards

Haritha.

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
668

Hi,

You can try with Where Used List by going into the screen painter and then placing your cursor on the screen number. Here you can select programs and Transaction in the Where Used List pop-up.

But beware that this subscreen can also be called bynamically by passing the screen number in data object. You will not be able to find out these type of call subscreens.

Regards,

Sesh