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

RFC_CALL_TRANSACTION missing

Former Member
0 Likes
768

Hello,

we had used to remote call the transaction RFC_CALL_TRANSACTION 9SAP R/3 4.4C).

Aftre upgrade to ECC 6.0 the transaction RFC_CALL_TRANSACTION does not exist.

Which one can we use instead of it?

Regards

Zeno

Edited by: zeno novak on Jun 18, 2008 1:43 PM

2 REPLIES 2
Read only

Former Member
0 Likes
438

Hi Zeno,

You can use the FM RFC_CALL_TRANSACTION_USING

in ecc 6.0 .

Regards,

Santosh.

Read only

Former Member
0 Likes
438

Hi Zeno,

The function group ATSV no more exists in the ECC 6 version of SAP, instead you could use the FM RFC_CALL_TRANSACTION_USING of the function group MRFC.

Let me know if you need any further information.

Regards

Yugandhar