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 Function

Former Member
0 Likes
312

want to write a RFC Function Module where Customer id is entered to check if customer is entereded as a producer/ consumer customer.

if the above statement is true .

then

Display all customers names and id's whose billing instructions include the cost object to be closed

else

no data is return and cost object can be closed.

i wnat to define a RFC functional module plz i need the logic

Input parameters: customer id, billing month and billing year

tables

sorted by month and year.

customer id, billing month, billing year, receiving coster center id, receving cost entity, reciveing cost object and shared %.

plz can anyone will define RFC source code for this plz

its an urgent

anjali

1 REPLY 1
Read only

Former Member
0 Likes
256

Hi Anjali,

First Create a simple FM and write the required code into source code.

In attributes tab , make the FM as Remotely-Enabled Module.

In IMPORT parameter and tables , tick the pass by value check box.

Ur FM now will behave as RFC.

Reward points if helpful.

Regards,

Hemant