‎2007 May 09 7:17 AM
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
‎2007 May 09 7:21 AM
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