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_WRITE_TO_DATABASE

Former Member
0 Likes
464

hi all,

when i use IDOC_STATUS_WRITE_TO_DATABASE and append a status[51], can i avoid someother status to be added again by the standard program by way of raising any exceptions etc. what happens now is that status 53 is appended by standard code after i added status 51.

i have access to IDOC_STATUS internal table.

plz help..

Hi,

In the processing FM you can directly fill the Idoc_status internal table and it should work

No need for using this FM that you mentioned

Regards

Nishant

1 REPLY 1
Read only

Former Member
0 Likes
406

Hi,

In the processing FM you can directly fill the Idoc_status internal table and it should work

No need for using this FM that you mentioned

Regards

Nishant