‎2006 Nov 16 12:22 PM
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?
‎2006 Nov 16 12:26 PM
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
‎2006 Nov 16 12:26 PM
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
‎2006 Nov 16 4:10 PM
‎2006 Nov 16 12:26 PM
goto SE51 , give one program where the screen is used and check out the where-used-list , u can get
‎2006 Nov 16 12:27 PM
go to sub screen & click on where used list...it will display where all this has been used...
‎2006 Nov 16 12:27 PM
Hi
Go to se51 give program name and screen no then use where used list, you will get the list.
Regards
Haritha.
‎2006 Nov 16 12:27 PM
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