‎2007 Jun 19 9:13 AM
Hi all
Please explain to me how to write an RFC application and please give me one example.
Thank You.
Reards
Mamatha.
‎2007 Jun 19 9:19 AM
Hi,
Check this...
1) Goto SE37 and give some name and press create.
It willa sk you to enter function group name if
you have already function grioup defined use that
or lese in the menu Goto -> Function group ->Create
group. Come back and use the same group here.
2) In the attributes screen Seelct Radio button Remote
enable func.
3) If you want to update multiple entries in the table
go to tabe Tables and
in that Parameter name - i_tab
Type - Like
reference type - Your table name (MARA).
4) Now goto Source code tab and do the below.
if not i_tab[] is initial.
MODIFY MARA FROM TABLE I_tab.
endif.
Then save it and activate.
Regards,
Padmam.
‎2007 Jun 19 9:14 AM
Hi Giri,
Check this forum,
https://forums.sdn.sap.com/click.jspa?searchID=3267306&messageID=3043396
Thanks,
Reward If Helpful.
‎2007 Jun 19 9:19 AM
Hi,
Check this...
1) Goto SE37 and give some name and press create.
It willa sk you to enter function group name if
you have already function grioup defined use that
or lese in the menu Goto -> Function group ->Create
group. Come back and use the same group here.
2) In the attributes screen Seelct Radio button Remote
enable func.
3) If you want to update multiple entries in the table
go to tabe Tables and
in that Parameter name - i_tab
Type - Like
reference type - Your table name (MARA).
4) Now goto Source code tab and do the below.
if not i_tab[] is initial.
MODIFY MARA FROM TABLE I_tab.
endif.
Then save it and activate.
Regards,
Padmam.
‎2007 Jun 19 9:20 AM
Hi,
Here is the nice link which explaines you clearly
http://help.sap.com/saphelp_nw04/helpdata/en/22/0424ce488911d189490000e829fbbd/content.htm
http://www.planetsap.com/RFC.htm
Regards
Sudheer