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

creating / Changing the customer

Former Member
0 Likes
624

Hi All,

Am creating / Changing the customer master by using the function module "SD_CUSTOMER_MAINTAIN_ALL". Am able to create / change customer, but the function is not able to update the fields, KNA1-NAME2, KNA1-NAME3, KNA1-NAME4.

kindly suggets to update the above fields.

Many Thanks,

Rajeev.

Hi All,

Am creating / Changing the customer master by using the function module "SD_CUSTOMER_MAINTAIN_ALL". Am able to create / change customer, but the function is not able to update the fields, KNA1-NAME2, KNA1-NAME3, KNA1-NAME4.

kindly suggets to update the above fields.

Many Thanks,

Rajeev.

2 REPLIES 2
Read only

Former Member
0 Likes
501

Hello Rajeev,

The Import Parameter I_MAINTAIN_ADDRESS_BY_KNA1 controls the updation of Address Data either from I_KNA1 or from I_BAPIADDR1.

Please check which one of the two options you would like to make use of in order to update the fields KNA1-NAME2, KNA1-NAME3, KNA1-NAME4.

Hope this resolves your problem.

With Regards

Vijay Gajavalli

Read only

0 Likes
501

Thank You .

problem has been resolved.