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

Create RFC in Abap

Former Member
0 Likes
654

Hi,

I was searching for sample program to create Remote function call in ABAP and excess thru Visual basic.

Is there any note or sample available to guide for Remote function call.

Yogesh

1 ACCEPTED SOLUTION
6 REPLIES 6
Read only

Former Member
0 Likes
619

Hi,

check this link.It gives a step by step process to create rfc

http://help.sap.com/saphelp_nw04s/helpdata/en/be/6e0f41218ff023e10000000a155106/content.htm

regards,

keerthi

Read only

Former Member
0 Likes
619

Try this

CALL <FUNCTION_NAME> DESTINATION <DESTINATION>.

Regards

Kathirvel

Read only

Former Member
0 Likes
619

Have a look at below PDF.

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf

For more details, have a look at below link.

http://help.sap.com/saphelp_nw2004s/helpdata/en/7c/a4f1b3c59aef4f8ea3c32cda0c0486/frameset.htm

Best Regards,

Vibha

*Please mark all the helpful answers

Read only

Former Member
0 Likes
619

Remote function call is same as normal function.

only in attribute of Function,

the default radio button selected will be normal Function module,

select teh remote function module.

Read only

Former Member
0 Likes
619

Hi,

I have create succeffuly ABAP function in ABAP. Which give desired result in ABAP.

I have successfully run testocx2 program from VB with default function.

Now when I modify sample testocx2 program and give my new function name.

Error popupup

"SAP DATA TYPE NOTE SUPPORTED"

I dont understand what is left out while creating RFC in ABAP ?