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 Code for adding the master table KNA1.

Former Member
0 Likes
491

Hi

Can you Provide me RFC coding How to adding the Record In Table KNA1.

Regards

Das

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
417

Hi Das,

can you please tell me the requirement exactly,Because if u add a record directlty into a table there will be loss of consistancy among the data in SAP.

if u tell me the exact requirement i can try my side.

Thanks,

Nanda

2 REPLIES 2
Read only

Former Member
0 Likes
418

Hi Das,

can you please tell me the requirement exactly,Because if u add a record directlty into a table there will be loss of consistancy among the data in SAP.

if u tell me the exact requirement i can try my side.

Thanks,

Nanda

Read only

Former Member
0 Likes
417

Hi

RFC (Remote Function Call) is similar to the general SAP fun module: except that in the attributes you click the radio button: RFC enabled;

and you will be passing an Import parameter DESTINATION to it.

Other code and usage will be similar to any fun module;

Have a look at any fun module in SE37 to understand better about the different components of Fun modules;

Refer this link:

http://help.sap.com/saphelp_nw04/helpdata/en/22/042518488911d189490000e829fbbd/frameset.htm

check out the following link it might help you

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

<b>Reward points for useful Answers</b>

Regards

Anji