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

Call transaction

Former Member
0 Likes
480

Hi all,

I am working on a custom program that will generate the list of all the idocs that have got errors in it and then we will fix the error and within the same program it will reprocess the idoc, now when I run this program and when I got the list of all the idocs with error and then I will manually correct the error in one of the idoc, once I am done with this then I will click on the tab which says reprocess idoc, as soon as I click on that tab one window pops up which says Reprocess idocs and basically it is using a function module BAPI_IDOC_INPUT1 and now the problem is, on the screen it also says:

call transaction processing with the following three radio buttons:

1. In background

2. In foreground

3. In foreground after error

and by default it's taking In Background but I want to do tht as In foreground always, I mean the default radio button should set to Inforeground, when I tried to debug the program I figured it out that this particular screen is calling "SAPLSEUT" program but I am not being able to figure out how can i acheive this.

Please help.

Thanks,

Rajeeev

3 REPLIES 3
Read only

Former Member
0 Likes
458

Hi,

Chnage the order of radio buttons as below

1. In foreground

2. In foreground after error

3. In background

Thanks,

Sriram Ponna.

Read only

0 Likes
458

Thanks for the reply ...but can you please please tell me where can I do this...I am pretty new to ABAP....

Thanks,

Rajeev

Read only

Former Member
0 Likes
458

Didn't get a good answer