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 is generating a Batch Input Folder

Former Member
0 Likes
478

Good Afternoon,

I'm calling a transaction:



    ctu_options-dismode = 'N'.
    ctu_options-updmode = 'S'.
    ctu_options-nobinpt = 'X'.

CALL TRANSACTION 'F-02' USING t_bdcdata OPTIONS FROM ctu_options
                    MESSAGES INTO t_errmsg.

everything works like it is suposed to work except in one of our clients...

In our client 500 when the transaction is executed it creates a Batch-Input folder with user DDIC and it doesn't post anything like the other clients...

I need that in client 500 the behaviour is the same as in all the other clients, how can i fix this?

Best Regards,

Pedro Gaspar

2 REPLIES 2
Read only

Former Member
0 Likes
415

Solved...

Read only

0 Likes
415

Can you tell me how do you solved the problema, or better what I want is when batch input has an error it creates a batch input folder.

Thx in Advance, Ricardo.