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

use exit

Former Member
0 Likes
449

i am having an IDOC...which need to be extended.

1.plz let me know how to find user exit for a particular idoc..

2.Once i found that....how to insert that into a program..i am asking this because..we cant change the standard programs right....how do we add that use exiut into that program

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
427

Find your Inbound/outbound processing function module.

How?

Goto se37 type idocinbound<Your idoc type>* press F4.

Go inside the function module.

Press the Find button, chose the main program radio-button.

Search for the string "Call customer-function".

You would get a list of all the customer-functions in the idoc processing function module.

Double click on the function module name encoded as three numerics (e: '001' or '003' etc).

You can find an include inside the exit function module.

Double click on the include to go into the include.

write your code inside.

Before you do your code, find the SMOD enhancement name and craete CMOD project for it.

activate it

Regards,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
427

Hi Harsha,

First u need to know which idoc u want to add.

depending on that u need to go further.

Please check this link for IDoc Extension

http://www.saptechnical.com/articles/ALE/IDOCExtension/IDOCExtension.htm

Best regards,

raam

Read only

Former Member
0 Likes
428

Find your Inbound/outbound processing function module.

How?

Goto se37 type idocinbound<Your idoc type>* press F4.

Go inside the function module.

Press the Find button, chose the main program radio-button.

Search for the string "Call customer-function".

You would get a list of all the customer-functions in the idoc processing function module.

Double click on the function module name encoded as three numerics (e: '001' or '003' etc).

You can find an include inside the exit function module.

Double click on the include to go into the include.

write your code inside.

Before you do your code, find the SMOD enhancement name and craete CMOD project for it.

activate it

Regards,

Ravi

Read only

0 Likes
427

i dont see any call customer in my function module...what to do now...

my function module is :

IDOC_INPUT_CHRMAS

any ideas guys....

Edited by: Harsha reddy on Jun 20, 2008 9:02 PM