2017 Oct 24 2:59 PM
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
2017 Oct 24 3:05 PM
Did you try to schedule execution of report RBDMOIND in a background periodic job with a variant using a date calculation?
2017 Oct 25 1:44 PM
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
2017 Oct 25 2:07 PM
"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...