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

Idoc status change

Former Member
0 Likes
696

Hi all,

How can I change the status of an IDOC once I processed it?

Thanks,

Hi all,

How can I change the status of an IDOC once I processed it?

Thanks,

4 REPLIES 4
Read only

Former Member
0 Likes
623

Hi,

Once the idoc is processed you cna use the FM 'IDOC_STATUS_WRITE_TO_DATABASE to chnage the status.

we are using this FM to do this.

Regards,

sasi

Read only

Former Member
0 Likes
623

Hi,

Just check this link.. step by step solution is given

http://www.erpgenie.com/sap/sapedi/idoc_statuses.htm

Sachin

Read only

former_member187255
Active Contributor
0 Likes
623

Hi,

You can use the report <b>RC1_IDOC_SET_STATUS</b> to change the status of idoc.

Hope this helps..

Read only

0 Likes
623

Hi,

The program RC1_IDOC_SET_STATUS uses the same FM IDOC_STATUS_WRITE_TO_DATABASE.sO YOU CNA USE either of the one.

If you wnat to add soem conditions its useful to write ur own program and checks.

Regards,

Sasi