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

RFC application

Former Member
0 Likes
444

Hi all

Please explain to me how to write an RFC application and please give me one example.

Thank You.

Reards

Mamatha.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
424

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.

3 REPLIES 3
Read only

Former Member
0 Likes
424

Hi Giri,

Check this forum,

https://forums.sdn.sap.com/click.jspa?searchID=3267306&messageID=3043396

Thanks,

Reward If Helpful.

Read only

Former Member
0 Likes
425

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.

Read only

Former Member
0 Likes
424