‎2006 Nov 20 11:00 AM
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
‎2006 Nov 20 11:02 AM
hi,
pls chk this links.
http://help.sap.com/saphelp_46c/helpdata/en/9b/417f07ee2211d1ad14080009b0fb56/frameset.htm
http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
Checkout !!
http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
http://techrepublic.com.com/5100-6329-1051160.html#
http://www.sap-img.com/bapi.htm
http://www.sap-img.com/abap/bapi-conventions.htm
http://www.sappoint.com/abap/bapiintro.pdf
Regards
Anver
‎2006 Nov 20 11:02 AM
hi,
pls chk this links.
http://help.sap.com/saphelp_46c/helpdata/en/9b/417f07ee2211d1ad14080009b0fb56/frameset.htm
http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
Checkout !!
http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
http://techrepublic.com.com/5100-6329-1051160.html#
http://www.sap-img.com/bapi.htm
http://www.sap-img.com/abap/bapi-conventions.htm
http://www.sappoint.com/abap/bapiintro.pdf
Regards
Anver
‎2006 Nov 20 11:02 AM
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
‎2006 Nov 20 11:05 AM
‎2006 Nov 20 11:05 AM
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
‎2006 Nov 20 12:21 PM
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.
‎2006 Nov 23 5:34 AM
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 ?