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 Customer Record

Former Member
0 Likes
295

Dear all

Can any body provide RFC code for adding a record

in customer table ( KNA1) ?

regards

- Victor

1 REPLY 1
Read only

tamra_walstrom
Explorer
0 Likes
264

Victor,

I created a remote-enabled function module (z_customer_create) which calls SD_CUSTOMER_MAINTAIN_ALL. The 'z' function module was published as a web service and is working well. We did have a few hurdles but there are many forum posts for FM SD_CUSTOMER_MAINTAIN_ALL that will help should you run into trouble.