Application Development 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: 

Idoc Status change from 03 to 12 without BD75 manual execution

former_member435508
Participant
0 Kudos
2,521

Hi,

For outbound Idoc status is 03 & it's received at PI,

To change the Idoc status as 12, have to run BD75 manually.

SM58 has no entries.

Is it possible to get status 12 (without BD75 external execution) with ABAP code

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos
598

Did you try to schedule execution of report RBDMOIND in a background periodic job with a variant using a date calculation?

0 Kudos
598

Hi Raymond,

Thanks for answer - but it's not allowed at set BD75 report as background job schedule, In ABAP code I am adding CALL FUNCTION 'DEQUEUE_ALL' & COMMIT WORK still it's having 03 status

0 Kudos
598

"but it's not allowed at set BD75 report as background job schedule"

Look for RBDMOIND at OSS, you should find some notes on scheduled job with this report...