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 method in back ground Processing?

Former Member
0 Likes
601

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*

4 REPLIES 4
Read only

Former Member
0 Likes
574

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

Read only

0 Likes
574

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.

Read only

Former Member
0 Likes
574

Check the file whether in Presentation server or application server?

If it is in application server then error will come.

Read only

0 Likes
574

data fetching is done without any error.

error is coming when posting in back ground mode only.