cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding RFC

former_member207019
Participant
0 Kudos

Hello,

Can we create our own user defined RFC, If possible could you tell me in brief how to create RFC.What are the steps involved in it.

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (6)

Answers (6)

former_member556603
Active Contributor
0 Kudos

Hi ,

Follow these steps..

Go to the T: code SE37

First You Create Function Group

On That u specify

Function Group Name..............

Short Text..............................

save...

Go to SE 37

Specify the Function Module Name: Eg: Z_Bapi_Materialmaster

Short Text.......

Save...

Next Go to Attributes..

Select Radio button : Remote enabled model

Go to Parameters..

Click Import...

Give Parameter Type Associate type S.t

next Click Export...

Give Parameter Type Associate type S.t

Next Click Tables Button..

Specify tables..

Next click source code button..

Write Source code here..

Eg : Select statements Etc..

Hope this information is useful to you..

Reward points if it is usefulll....

Thanks,

Satya Kumar...

Edited by: SATYA KUMAR AKKARABOYANA on Apr 3, 2008 12:28 PM

former_member556603
Active Contributor
0 Kudos

Hi Josh,

The RFC (Remote Function Call) destination is a logical name used to define the

Characteristics of a communication link to a remote system (in our case, LS for the remote system) on which a function needs to be executed. In ALE, the RFC specifies information required to log on to the remote SAP system to which an IDoc is being sent.

To register the RFC Sever Module as the RFC destination:

SAP transaction code: SM59 – Type /nsm59 on the SAP input window and press the

Enter key.

Expand the TCP/IP connections directory.

Give some name to the RFC Destination (ALESERVER), Connection type as T. and fill the Description field.

In technical settings give the program name as you desired.

Click on save

Reward points if it is useful..

Thanks,

Satya

Former Member
0 Kudos

hi

you are creating the RFC

for that there are some steps

select the TR se37 that is create the function module in that select the goto option and

Create the Function group

Create Function module and assign the function module to the function group

select the attribute remote enable

Create the required import and export parameters and mention the table name

write the source code in case you are creating the addition of two no so write in source code

activate and complie and run

i hope its helplfull for you

thanks

Regards

vijay

prateek
Active Contributor
0 Kudos

Yes. Create it in se37, name starting from Z or Y

Regards,

Prateek

Former Member
0 Kudos

Hi,

Go to Tcode:

SE37 -give the name of RFC Function module.

Give the import and export parameters name and associated types.

Go to attribute tab select processing type ->remote enabled module.

write ur code and save it and activate it.

u need to import this RFC Fm in Xi in order to use it.

chirag

former_member207019
Participant
0 Kudos

Hello Sir,

For example, I want to create "zbapi_tibco_finance" RFC wit the given below parameter,

parameter Type

___________________

Type String

Quantity String

Then how can i create it? can u give me breif explanation?

Thank you

Former Member
0 Kudos

Hi,

For our own BAPI/RFC Creation

1) Create the Function group

2)Create Function module and assigh this to Function group

3) Create the required import and export parameters and mention the table name

Finally we should be select the Radio button Enable remorely

https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action?pageId=39728

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/bapi%2bstep%2bby%2bstep

Regards

Seshagiri

Edited by: N V Seshagiri on Apr 3, 2008 11:48 AM