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

partner functions

Former Member
0 Likes
420

hi

i have to upload customer master data. two scenarios

1. a customer can have all same partner functions like sold to party etc.

2. a customer can have two sold to party and two ship to party , so first we need to upload the ship to party details and system generates a number for this , take this number and assign to particular customer with account group (0001) in flat file and upload it.

is it possible to do with bdc.what r the other options for it.

thanks in advcane.

2 REPLIES 2
Read only

Former Member
0 Likes
380

Hi,

Use FM SD_CUSTOMER_MAINTAIN_ALL.

It will be better option than BDC.

You can use T_XKNVP table to fill as many partners as required.

Regards,

Shashank

Read only

0 Likes
380

hi shasank thanks for ur reply , but before using the function module , how to upload the data for parnter functions, i mean to assign the parnter functions in a flat file , first the partner functions need to be created in sap. once we have the partner functions in sap , then we can use the function module that u have mentioned, am i right, kindly advice