‎2008 Jun 20 6:44 PM
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
‎2008 Jun 20 6:57 PM
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
‎2008 Jun 20 6:54 PM
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
‎2008 Jun 20 6:57 PM
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
‎2008 Jun 20 7:52 PM
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