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

Delete idoc

Former Member
0 Likes
699

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
627

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

3 REPLIES 3
Read only

Former Member
0 Likes
627

Hi,

You can try program RSETESTD.

Also you can use FM EDI_DOCUMENT_DELETE.

Regards,

Ferry Lianto

Read only

0 Likes
627

Sorry, I want to reprocess the same idoc deleting some selected segments, not deleting all the idoc.

Thnaks in advance

regards

Read only

Former Member
0 Likes
628

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