‎2011 Sep 26 7:06 AM
Hi Experts,
i have 1257 ship-to's and 104 sold-to's, now i have to assign these ship-to's to corresponding sold-to's, is there any Bapi or any other procedure to do so.
i couldn't get proper bapi that is required to me.
Thanks in advance.
a25.
‎2011 Sep 26 7:32 AM
Hi Anu,
There is a good no of threads on this topic . Search fm bapi_buspart* .
Regards,
Madhu.
‎2011 Sep 26 7:39 AM
Hi
i have found BAPI_BUSPARTNEREMPLOYE_GETLIST in my search through se37 which is not useful to my requirement,
can u please suggest me any other.
thanks in advance,
a25.
‎2011 Sep 26 7:41 AM
Hi Anu,
Please check with BAPI_BUSPARTNER_CREATE.
Regards,
Madhu.
‎2011 Sep 26 8:00 AM
Hi,
The bapi suggested BAPI_BUSINESS_PARTNER_CREATE is used to create general data on Business Partner which is not useful to me..
i have to assign ship-to customers to already created sold-to customers.
thanks in advance.
‎2011 Sep 26 8:28 AM
‎2011 Sep 27 5:57 AM
Hi,
i have tried with SD_CUSTOMER_MAINTAIN_ALL and filled
CALL FUNCTION 'SD_CUSTOMER_MAINTAIN_ALL'
EXPORTING
I_KNA1 = WA_KNA1
I_KNVV = WA_KNVV
I_BAPIADDR1 = WA_BAPIADDR1
PI_POSTFLAG = 'X'
IMPORTING
E_KUNNR = L_KUNNR
O_KNA1 = WA_KNA1
TABLES
T_XKNAS = LT_XKNAS
T_XKNVI = LT_XKNVI
T_XKNVP = LT_XKNVP
which didn't helped me,
can u please suggest me any other way to solve my problem.
thanks in advance.
a25
‎2011 Oct 21 11:28 AM