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

User Exit

Former Member
0 Likes
550

Hi Experts,

How to find User exits while working with ALE/IDOCs?

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
511

Hi

Every IDoc uses a fun module

Go to the Function module code in SE37

and search for CUSTOMER-FUNCTION in them

there will be many

double click on them and use the correct one which satisfies your requirement.

reward points if useful

regards,

Anji

4 REPLIES 4
Read only

Former Member
0 Likes
512

Hi

Every IDoc uses a fun module

Go to the Function module code in SE37

and search for CUSTOMER-FUNCTION in them

there will be many

double click on them and use the correct one which satisfies your requirement.

reward points if useful

regards,

Anji

Read only

0 Likes
511

Hi ,

Thanks

Read only

Former Member
0 Likes
511

Hi Ravi,

Here is a sample to find for DEBMAS idoc.

From SE37, display function module MASTERIDOC_CREATE_ DEBMAS.

Find Customer Function 001.

Double-click on 001.

The function EXIT_SAPLVV01_001 will be displayed.

Double-click on INCLUDE ZXVSVU01.

You will be asked to create a new include object. Proceed as desired.

Regards,

Raghav

Read only

Former Member
0 Likes
511

HI Ravi,

Go to se93 and give the tcode to find the main program associated to it.

Go to se38 and give the main program.

Find the package associated to it. Go to->Object Directory Entry.

Go to smod transaction.

Press f4.

Press Information System Button.

Give the Project (Dev Class).

Press enter.

Find the enhancements associated

Or

1.In se11, go to table MODSAP

View table contents

2. in Type field, enter 'E' (for function exit)

3. For that tcode, u should know the program name.

e.g. SAPLLMOB

4. then type SAPLLMOB and execute

Please close the thread if u update with the solutions.

Hope this helps you. Reply for queries, shall post the updates.

Regards.

Kumar.