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

HOw to find Report program associated module pool program?

Former Member
0 Kudos
2,733

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....

4 REPLIES 4
Read only

former_member209217
Active Contributor
0 Kudos
1,157

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

Read only

former_member191735
Active Contributor
0 Kudos
1,157

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.

Read only

0 Kudos
1,157

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..

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Kudos
1,157

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