‎2007 Aug 08 3:41 PM
hello experts,
Let me know the procedure for editing idocs programatically and processing them.
I am interested in knowing which segments need to be edited depending upon the input provided.
Regards,
Vignesh
‎2007 Aug 08 3:45 PM
‎2007 Aug 08 4:02 PM
‎2007 Aug 08 4:03 PM
Hi,
Idocs are generated either from custom programs or from the transaction WE19.
Now if you want to edit some segments of the idoc,then you have to do the coding in some customer exits as an enhancement,so that when you try to post the idoc it will trigger the enhancement and then go inside it to process your code for editing.The info about the parameters which you need to use you can get from the idoc process code.You can get the idoc process code and its corresponding FM from transaction WE64 by giving the idoc message type.Also it may help if you go through the documentation of the idoc in the transaction WEDI.
Hope it was useful.
Thanks,
Sandeep.