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

ALE iDoc

soumya_jose3
Active Contributor
0 Likes
772

Hi,

I would like to know whether userexits for extending an idoc exists for all message types?.

How to find the userexit for extending an idoc?

Thanks & Regards,

Soumya.

Hi,

I would like to know whether userexits for extending an idoc exists for all message types?.

How to find the userexit for extending an idoc?

Thanks & Regards,

Soumya.

4 REPLIES 4
Read only

Former Member
0 Likes
676

Hi,

You can use BADI <b>IDOC_DATA_INSERT</b>.

Regards,

Satish

Read only

Former Member
0 Likes
675

Hi

in most of the IDOC related function module you will find the Customer Exits

in the code search for the word 'CUSTOMER FUNCTION' you will find the related exits

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

0 Likes
675

Hi,

Thanks for your reply.If I have to find the user exit for extending the message type COAMAS, how will I proceed?

Thanks & Regards,

Soumya.

Read only

former_member404244
Active Contributor
0 Likes
675

Hi,

every idoc is triggered by a function module and u can find the statement CALL CUSTOMER FUNCTION inside the FM,if that is thre ,that means it can be enhanced...

Regards,

nagaraj