‎2006 Jul 03 7:34 AM
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.
‎2006 Jul 03 7:40 AM
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
‎2006 Jul 03 8:31 AM
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