ā2007 Oct 29 5:33 PM
Good afternoon:
I have an error idoc, and i know that i can modify the segment fields in we05, but i want to delete the complete segment only for this idoc(it is an order with only one position, not with 2 positions), but i dont want to do it with we19 because i don“t want to generate a new idoc. Is there any way to do it by the user not with code?
Thanks in advance.
Regards
ā2007 Oct 29 5:45 PM
Hi,
Sorry ... misunderstood your question.
Well ... you need to write a logic in the corresponding user exits to delete selected segment and you can use standard program RBDINPUT (Inbound IDoc) and RBDOUTPU (Outbound IDoc) reprocess the IDoc.
There is no standard tool/program to delete existing segment.
Regards,
Ferry Lianto
ā2007 Oct 29 5:37 PM
Hi,
You can try program RSETESTD.
Also you can use FM EDI_DOCUMENT_DELETE.
Regards,
Ferry Lianto
ā2007 Oct 29 5:40 PM
Sorry, I want to reprocess the same idoc deleting some selected segments, not deleting all the idoc.
Thnaks in advance
regards
ā2007 Oct 29 5:45 PM
Hi,
Sorry ... misunderstood your question.
Well ... you need to write a logic in the corresponding user exits to delete selected segment and you can use standard program RBDINPUT (Inbound IDoc) and RBDOUTPU (Outbound IDoc) reprocess the IDoc.
There is no standard tool/program to delete existing segment.
Regards,
Ferry Lianto