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

regarding idocs reprocessing

Former Member
0 Likes
464

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

3 REPLIES 3
Read only

Former Member
0 Likes
438

try below for a single idoc

' IDOC_INBOUND_SINGLE'

Read only

Former Member
0 Likes
438

Try this function module: EDI_SEGMENT_EDIT.

Thanks,

Narayan

Read only

Former Member
0 Likes
438

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.