`

Create Vendor or Customer_master Data

    博客分类:
  • ABAP
 
阅读更多
To Create or Change Vendor_master date(XK01,XK02) or Customer Master date (XD01,XD02)

* Below ECC 2005 (6.00), the only solution was batch input and DEBMAS idocs. See note 384462

* Starting with ECC 2005 (6.00) and above: a synchronisation tool has been introduce. See class CMD_EI_API (Customer) and VMD_EI_API (Vendor)

Do Not Use: SD_CUSTOMER_MAINTAIN_ALL:

SD_CUSTOMER_MAINTAIN_ALL is used in standard during the maintenance of a consumer using the standard customer_master data transaction XD01 & XD02.

It is not intended to be used out o[size=x-small][/size]f the transaction and in no case it should be used out of its original context. Due to the specificity of the function module, out of the original context we may face limitations and data inconsistencies.

For the maintenance of customers, there is NO BAPI and NO direct function module.
There are some functions modules like the one above where the name is looking nice. But these should not be used.
BAPI_CUSTOMER_CREATEFROMDATA1 is part of them. This one uses SD_CUSTOMER_MAINTAIN_ALL, so the above remark is still valid. Moreover, this BAPI is to be used only from process SAP Product Catalog. Out of it and due to its limitation, a lot of troubles are expected. See note 390045

from:http://forums.sdn.sap.com/thread.jspa?threadID=1638398&tstart=0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics