Hi Experts,
We are creating Sales documents in SAP CRM and Replicating them to ECC. For our business requirement we want implement Scenario A for this. We have CRM 7.0 and SAP ECC 6.0..
For this requirement I am following the SAP NOTE 888665, according to which in the CSL_EOME table in both CRM and ECC I need to check and maintain (if not existing already) the following entrees.
EOMPKY = "BBPCRM"
EOTYKY = "SALES DOCUMENT"
EODDKY = "EVVBAKE"
But the system SAP CRM have the following entries.
SAP_CSLTEST DELIVERY CSLTEST_EVVBLKE
SAP_CSLTEST PURCHASING_DOCUMENT CSLTEST_EMEKKOE
SAP_CSLTEST SALES_DOCUMENT CSLTEST_EVVBAKE
SAP_DEFAULT DELIVERY EVVBLKE
SAP_DEFAULT PURCHASING_DOCUMENT EMEKKOE
SAP_DEFAULT SALES_DOCUMENT EVVBAKE
and SAP ECC system has the following entries.
SAP_APPL DELIVERY EVVBLKE
SAP_APPL PURCHASING_DOCUMENT EMEKKOE
SAP_APPL SALES_DOCUMENT EVVBAKE
SAP_CSLTEST DELIVERY CSLTEST_EVVBLKE
SAP_CSLTEST PURCHASING_DOCUMENT CSLTEST_EMEKKOE
SAP_CSLTEST SALES_DOCUMENT CSLTEST_EVVBAKE
SAP_DEFAULT DELIVERY EVVBLKE
SAP_DEFAULT PURCHASING_DOCUMENT EMEKKOE
SAP_DEFAULT SALES_DOCUMENT EVVBAKE
Please advise if I have to delete SAP_DEFAULT entries for SLES_DOCUMENT and other document types or just append the table with the entries explained in the SAP Note 888665 inorder to implement Scenario A.