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

Regarding RFC's

Former Member
0 Likes
488

Please tell me how to develope RFC's ?????

It is very urgetnt....

Please tell me how to develope RFC's ?????

It is very urgetnt....

3 REPLIES 3
Read only

Former Member
0 Likes
467

It is nothing but a normal function module except small differance that is in RFC attributes we have to enable remote enable button.

Read only

0 Likes
467

Thnks but can u tell me how to use them ???

some examples ???

what is the button u r talking abt??

Read only

former_member194669
Active Contributor
0 Likes
467

Hi,

Check in the attribues tab , there will be radio button remote enabled select this button.

For using this u need to use function module with destination opton


call function YOUR FUNCTION MODUEL'
     destination 'ABC' "<< your SM59 rfc destination name
  exporting
     xxxxxxx = xxxxxx

aRs