on 2005 May 04 10:29 PM
Hi,
I am creating a function that generate one order in transaction KO01.
When i execute this function from SAP it works fine,
but when its call from BEA/SAP connector does not work,
i am using call transaction to generate a batch input mode.
How can i execute a batch input from rfc funtion module?
The function is :
**************************************************
CALL FUNCTION 'ABAP4_CALL_TRANSACTION'
STARTING NEW TASK 'TEST'
DESTINATION 'NONE'
PERFORMING return_info ON END OF TASK
EXPORTING
tcode = 'KO01'
mode_val = p_gs01vm
update_val = p_gs01um
TABLES
using_tab = gt_bdcdata
EXCEPTIONS
communication_failure = 1 MESSAGE msg_text
system_failure = 2 MESSAGE msg_text.
COMMIT WORK.
**************************************************
thanks,
Hello,
have you tried to record the Batch Input via Transaction SM35 and create a function module out of it?
Regards
Gregor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
13 | |
11 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.