‎2008 Feb 19 6:26 AM
HI Friends,
I am working on interface program to post documents of 309 movement type into MIGO transaction .
my program is executing succesfully when i am processing in fore ground.
but when i am processing in background it is giving error .
can any help in this requirement?
*Solution rewarded*
‎2008 Feb 19 6:28 AM
Hi,
Can you be more specific in your query like, the details of the error message, location of your text file Pres?app server....
Regards, Murugesh
‎2008 Feb 19 7:05 AM
My Program will do transfer Posting from material to material.
when i am executing the program in back ground mode The Program statement call transaction fails with the following error
CALL_TRANSACTION MIGO_TR Return code = 1,001 RECORD: 0
S
Field GODYNPRO-ACTION . is not an input field
S
Field GODYNPRO-REFDOC . is not an input field
S
Field GOITEM-UMMAKTX . is not an input field
S
similar statement when executing in foreground it is posting document succesfully.
kindly revert back for any other information.
‎2008 Feb 19 6:56 AM
Check the file whether in Presentation server or application server?
If it is in application server then error will come.
‎2008 Feb 19 7:07 AM
data fetching is done without any error.
error is coming when posting in back ground mode only.