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

Transaction using which an IDOC can be processed in Foreground mode

Former Member
0 Likes
12,949

Hi,

Can you please suggest a transaction using which an IDOC can be processed in Foreground mode? We have seen that from SAP Inbox, it is possible to navigate and process IDOC in Foreground mode. We are looking for a Transaction code which will allow us to do the same.

We tried using BD87 but we did not find an option which allows processing an IDOC in Foreground mode.

Kindly help.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,860

BD87 should let you do this.

Execute BD87 to select the failed IDOC.

click on the line with the failed IDOC, then use menu option Edit -> Restrict and Process.

On the next screen the IDOC number will show, and un-check the "Bkgd processing" check box at the bottom of the screen and execute.

The next screen will display the status record for the IDOC, then select menu entry Edit ->Process -> Foreground Processing.

This will then reprocess the IDOC in foreground mode.

Hi,

Can you please suggest a transaction using which an IDOC can be processed in Foreground mode? We have seen that from SAP Inbox, it is possible to navigate and process IDOC in Foreground mode. We are looking for a Transaction code which will allow us to do the same.

We tried using BD87 but we did not find an option which allows processing an IDOC in Foreground mode.

Kindly help.

Regards

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
4,860

Use WE19 transaction for testing idoc.

Read only

Former Member
0 Likes
4,861

BD87 should let you do this.

Execute BD87 to select the failed IDOC.

click on the line with the failed IDOC, then use menu option Edit -> Restrict and Process.

On the next screen the IDOC number will show, and un-check the "Bkgd processing" check box at the bottom of the screen and execute.

The next screen will display the status record for the IDOC, then select menu entry Edit ->Process -> Foreground Processing.

This will then reprocess the IDOC in foreground mode.

Read only

0 Likes
4,860

Thanks a lot Paul.