cancel
Showing results for 
Search instead for 
Did you mean: 

Want to change IDOC status

inigo_sacramento
Participant
0 Kudos

Hi everyone.

I have an idoc with status 53 and i want to change it to status 51. Is there any function module to do that or any standard program?

Regards.

Inigo.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

open SE38 then program RSESTA02

and then click on method IDOC.InputBackground

and program to see the program code

and search for:

FM EDI_DOCUMENT_STATUS_SET

Regards,

michal

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

STATUS 53 AFAIK is a succesfully processed status . Any special reason to change the status? Can you tell us what STAUTUS 51 is for?

Regards,

Bhavesh

inigo_sacramento
Participant
0 Kudos

Hi.

When i made a debugging to check if the call transaction was going fine, i decided to stop the process and keep the original status 51 (error). But i pressed cancel button and now that idoc has status 53 , but hasn't made the FI document.

That's why i want to change to status 51, so i can reprocess it once more and when i'm debuggin the call transaction, change some values.

Regards.

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

When your IDOC is in STATUS 53 , it implies it has been sucessfully posted . When you reporcessed the IDOC, i guess it processed it and it has been posted succesfully.

Regards,

Bhavesh