‎2007 Aug 01 10:27 AM
Hi there,
i'm using the function module 'ABAP4_CALL_TRANSACTION' to call remote transactions. - But there are some transaction where i have to use the RACOMMIT-Flag in the OPTIONS.
If I use the abap command 'call transaction...' it is possible, but it is not allowed to develop in this system. Thats why I need a standard-remote-enabled function module to solve this problem.
By the way...may be you know other ways. Solutions are welcome.
Your
Thomas
‎2007 Aug 01 10:49 AM
hi thomas,
1. RACOMMIT-Flag in the OPTIONS
2. This FM has this parameter, and it calls the required tcode.
<b>BDC_RECORD_TRANSACTION</b>
regards,
amit m.
‎2007 Aug 01 10:41 AM
Can you not create a Z copy of the function ABAP4_CALL_TRANSACTION and pass the OPTIONS as an input parameter?
I'm not sure I understand where you are calling ABAP4_CALL_TRANSACTION from.
‎2007 Aug 01 10:45 AM
...because it is not allowed to develop in this system
Only a rfc-calls are possible (and allowed)
‎2007 Aug 01 10:49 AM
hi thomas,
1. RACOMMIT-Flag in the OPTIONS
2. This FM has this parameter, and it calls the required tcode.
<b>BDC_RECORD_TRANSACTION</b>
regards,
amit m.
‎2007 Aug 01 12:30 PM
Hi Amit,
damn bdc...
This fm is only for recording. If I have some bdcdata they will be ignored.
That's not what I'm looking for.
If I only what to start a transaction without any bdcdata, it will not make any difference to use the racommit-flag. - But I have some bdcdata...
Any ideas???
Thomas
‎2007 Aug 01 12:49 PM
‎2007 Aug 01 1:59 PM
‎2007 Aug 01 2:15 PM
Hi Thomas,
Try the following functions they maybe what your looking for.
/ISDFPS/CALL_TRANSACTION
/ISDFPS/EXEC_TRANSACTION
Hope it helps some.
‎2013 Feb 07 6:28 AM
Hi Thomas,
I also have the same requirement.
Could you please let me know if you got a RFC to call a transaction with OPTIONS?