‎2007 Sep 11 8:03 PM
I am trying to run F110 by doing CALL TRANSACTION 'F110' after setting BDC values.
When I run it in foreground, the program seems to work fine but when I try to execute in background (since this program needs to be scheduled), it errors out on the CALL TRANSACTION line with a return code of 1001.
Any ideas on what can be done so that it runs properly when executed in the background? Some help would be much appreciated.
Thanks,
Ravi.
‎2007 Sep 11 10:55 PM
There should also be an error returned. Can you let us know what it is?
Rob
‎2007 Sep 12 2:49 PM
Thanks for your response Rob.
The sy-subrc is 1001. The sy-msgnr is 255. If you can also tell me where to go and get the message associated with the message number that would be helpful. There is nothing in sy-msgv1 through sy-msgv4.
Thanks,
Ravi.
‎2007 Sep 12 2:58 PM
‎2007 Sep 12 3:04 PM
‎2007 Sep 12 4:01 PM
‎2007 Sep 12 4:05 PM
I think it should be easier with F110S, which is specially designed for background processing, but I never used it.