‎2008 Apr 28 6:48 PM
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
‎2008 Apr 28 6:54 PM
Hi,
Chnage the order of radio buttons as below
1. In foreground
2. In foreground after error
3. In background
Thanks,
Sriram Ponna.
‎2008 Apr 28 6:59 PM
Thanks for the reply ...but can you please please tell me where can I do this...I am pretty new to ABAP....
Thanks,
Rajeev
‎2008 Apr 28 9:24 PM