Application Development 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: 

RFC Function Module

Former Member
0 Kudos

Hi all,

I am using 2 RFC Function Modules, one FM calls another FM. in First FM i have only import parameters (No export,table and changin parameters). in the Second FM i am using both import and export parameters.

When first function module is called from the external system will it by default return the second FM's export parameter values or we need to define the same export parameters for first FM as that of second FM.

Thanks.

Mungala.

1 REPLY 1

former_member194669
Active Contributor
0 Kudos

Hi,

The second fm is called inside the first fm. , so giving result out you need to declare export paramters in the first fm.

aRs