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

making the standard function module to rfc function module

Former Member
0 Likes
478

hi,

i am trying to copy the PROFIL_AUFLOESEN function module in to custom functionmodule which is rfc enabled. i am getting the error in defining the tables authlist and proflist in tables tab. pls help me.

2 REPLIES 2
Read only

Former Member
0 Likes
444

Hi,

You can only use LIKE and TYPE to specify types in RFC. Hence, fill the values in Type Spec and Associated Type.

Regards,

Srilatha.

Read only

0 Likes
444

hi srilatha,

i have little bit confusion, to which associated types i have to define. i try to compare with intshow and tabusr. which are define in the global data. but still it is throwing that intshow and tabusr is not exist pls help in this case.