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

Generate C Code for RFC interface in ECC 6.0

Former Member
0 Likes
665

Hi all,

In 4.5B you can generate C code for the RFC interface using transaction SE37 and Utilities --> RFC interface --> Generate.

In ECC 6.0 this is not possible using SE37. Could you provide another transaction or another way to generate C Code por an RFC interface?.

Thanks in advance.

Pilar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
615

It would appear to have been removed, although some traces still exist. For example, subroutine di_rfc_stub in LSFUNCTION_BUILDERFDI has been commented out, and the "RFC_STUB" function modules have gone. The SAPScripts they used (RFC) still appear to be in client 000 in ECC, but not much use without the driver code.

Jonathan

4 REPLIES 4
Read only

Former Member
0 Likes
616

It would appear to have been removed, although some traces still exist. For example, subroutine di_rfc_stub in LSFUNCTION_BUILDERFDI has been commented out, and the "RFC_STUB" function modules have gone. The SAPScripts they used (RFC) still appear to be in client 000 in ECC, but not much use without the driver code.

Jonathan

Read only

0 Likes
615

Thanks Jonathan for your answer.

Yes, you´re right, the function modules have been removed but the SAPScripts still remain in ECC.

Do you know the way for executing these SAPScripts in ECC????. In 4.5B it was easy using the SM37 but I don´t know now. Maybe is not possible to do it nevermore.

Thanks in advance.

Pilar.

Read only

0 Likes
615

My feeling is that you'd probably have to "port" the code from an earlier version yourself to achieve this... the "where used" on that RFCGO table indicates there's nothing obviously in ECC for the same functionality.

Jonathan

Read only

0 Likes
615

Yes, That´s also my feeling. I´ll try to investigate a little bit more about this subject and I´ll try to reply the functionality in ECC. Maybe it´s not easy....

Thanks for your help.

Pilar.