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 function module exit name when i know the Include

Former Member
0 Likes
3,729

As per my requirement i should change the existing exit. I know the include name but i want to

know exit name. How to find out exit name based on include name. I tried Where-used list but it

is not giving the exit and function module name.Please let me know.

Regards

Rajitha

As per my requirement i should change the existing exit. I know the include name but i want to

know exit name. How to find out exit name based on include name. I tried Where-used list but it

is not giving the exit and function module name.Please let me know.

Regards

Rajitha

6 REPLIES 6
Read only

Former Member
0 Likes
1,733

Hi

can you provide the include name .

Regards,

Naveen

Read only

siddhesh_pathak4
Contributor
0 Likes
1,733

Hello,

Goto SE38.

enter the name of your include.

then on menu bar you will see "Display Object List"

It will go to the function group.

Please check the Function module there.

Read only

vinod_vemuru2
Active Contributor
0 Likes
1,733

Hi,

Just check the where used list of the include. U will get the EXIT name.

Thanks,

Vinod.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,733

- Scan the program sources beginning with LX to get the exit FM. (includes containing FM of exit function modules, main program SAPLX*)

- Look table MODSAP (or use F4 on SMOD transaction) to find the Enhancement

- Look at table MODACT (or use F4 on CMOD transaction) to find the Enhancement Project

Regards

Read only

Former Member
0 Likes
1,733

Hi,

give a search with

call customer-function

in the include program

this works

Regards,

Siddarth

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,733

Hello Rajitha,

1. You can do a "where-used" for the include & get the corresponding name of the exit function module.

2. Goto table MODSAP & in the field MEMBER pass the name of the function module & you will get the Exit Name in the NAME.

Hope this helps.

BR,

Suhas

Edited by: Suhas Saha on Mar 16, 2009 3:08 PM