‎2007 Mar 06 4:46 PM
Hello,
I'm trying to create customer using ''BAPI_CUSTOMER_CREATEFROMDATA1', but i cant find import parameters for Account group.
How to deal with this situation?
Thanks in advance.
BR
‎2007 Mar 06 5:48 PM
Hi,
BAPI_CUSTOMER_CREATEFROMDATA1 will call FM SD_CUSTOMER_MAINTAIN_ALL.
For your purposes, you can use directly FM SD_CUSTOMER_MAINTAIN_ALL if you want to populate with different account group.
Regards,
Ferry Lianto
‎2007 Mar 06 4:57 PM
Hi,
Are you looking for field KNA1-KTOKD?
If you are then this field will be populated inside FM SD_CUSTOMER_MAINTAIN_ALL (Form PARTNER_FUNCTIONS) based on customer number (KUNNR).
Regards,
Ferry Lianto
‎2007 Mar 06 5:40 PM
Ok,
So is better to use 'SD_CUSTOMER_MAINTAIN_ALL' than the Bapi?
Thanks
‎2007 Mar 06 5:48 PM
Hi,
BAPI_CUSTOMER_CREATEFROMDATA1 will call FM SD_CUSTOMER_MAINTAIN_ALL.
For your purposes, you can use directly FM SD_CUSTOMER_MAINTAIN_ALL if you want to populate with different account group.
Regards,
Ferry Lianto
‎2007 Mar 06 5:59 PM