cancel
Showing results for 
Search instead for 
Did you mean: 

New RFC creation

Former Member
0 Kudos

Hi,

we have 2 RFC's.one is customer creation and the other is for Contract creation.the relation between those 2 RFC's is first we will create customer. Using the customer information contract will be created.

now i need create a new RFC by combining with those 2 RFC's for Customer and Contract creation.

how can i do that?

thanks in advance,

fractal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If i understood your problem correctly then you can write a report or FM which calls these 2 RFC's and call them like

call function <customer_creation>

destination <destination_id>

parameters....

call Function <contract_creation>

destination <destination_id>

parameters....

and now you can execute either this report or FM locally.

i hope this helps

regards,

kinshuk

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Please close the thread and reward the helpful answers by clicking the stars on the left hand side.

Regards,

Ravi

naimesh_patel
Active Contributor
0 Kudos

Hello,

Create new RFC fm, and Call Both RFCs in the requried structure. Make sure that, you first step (customer creation) complete successfully before starting of the second step.

Regards,

Naimesh

Former Member
0 Kudos

Hi,

Write another RFC with the parameters of both the existing RFC's and inside that call the individual RFC's by passing the relevant parameters.

Regards,

Ravi

Note : Please mark the helpful answers