2009 Nov 17 3:11 PM
HOw to find Report program associated module pool program?
I.e
Me21n is the tcode.I want to find screens related to this tcode.
Associated report program is RM_MEPO_GUI.(It has no screens hence it is a report program).
(if module program is attached to tcode,i can easily find entries in d020s)
Here report program is calling a module pool program SAPLMEGUI(Has screens).
If i give the Tcode Me21n,i want to list out all the screens of it..
Can u give any suggestion....
2009 Nov 17 3:15 PM
Hi,
Open SAPLMEGUI in SE38.Just click the option Display Objects List (Ctrl + Shift + F5 ). This displays the object list in SE80 where you can find the Objects list displayed in tree mode.
Alternatively you can also do it from SE51 .Just give the program name and press F4 on Screen Number input field or open the program directly in SE80.
Regards,
Lakshman.
Edited by: Lakshman N on Nov 17, 2009 4:16 PM
2009 Nov 17 3:17 PM
There is no such program (as far as i know) .... you have to find it on your own. Execute the transaction and see the program name from status bar and go to se80 enter the program name and screens.
Use SE93 transaction to find the main program and use where used list.
2009 Nov 17 3:27 PM
Hi Sampath.
Manually i can see it (by seeing in system-status)..
programmatically i want to know..
for ex:if u take Tcode:Va01
we can get program (dialog) and tcode in Tstc table .
If we know the program name(dialog), we can find program and screens in d020s table.
Va01 is atatched to a module pool program..No problem to find screens..
In case of me21n,
It is atatched to report program(calling module pool program)..
Here i could not be able to get the screens ..
I think u undrstood my problem..
2009 Nov 17 3:42 PM
Hello,
ME21N is an enjoy transaction. Hence this issue. (When i remembered you cannot do BDC with eNjoy transaction the alarm bells started ringing)
Also fyi SAPLMEGUI is not a module pool program rather a function pool where the relevant screens are attached.
BR,
Suhas