Hello people,
We are using EBP 5.5 and CCM 2.0.
I have run the report BBP_CCM_TRANSFER_CATALOG.
But it's not picking up the items under any product category.
It has created a blank catalog in CCM with only the structure of product categories, no items in it.
I have checked COMMPR01. It has got all the materials of all the categories.
Can any boby help me in this regard?
What are the things I should check to make this happen?
Regards
Abhishek
Hello Again,
While debugging the report, i got to see that for a particular hierarchy GUID, there is a select statement that selects the category GUID from table "COMM_CATEGORY" corresponding to the combination of hierarchy GUID and the category ID mentioned in the input screen.
We have two logical system available in this table, one of them is invalid. Unfortunately the selection is happening with regard to this invalid entry.
Either we have to delete the invalid entries from this table or we have to mention the Logical system explicitely to the select query. In both the cases, i have to interfere SAP standard table or report.
the function module where the "Select" statement is
COM_CATEGORY_GET_GUID_DB.
Can somebody suggest me how to delete entries from SAP standard table "COMM_CATEGORY"?
Is the report "BBP_CCM_TRANSFER_CATALOG" is not meant for multiple backend logical systems?
Regards
Abhishek
Hi,
Do you mean to say that the Extracted catalogue is not getting created?
If so,pls check the tcode SWXB_MONI for the XI interface.It must have happened that the products may have come in XI but not yet pushed into CCM.
Also this happens mainly due the code page errror in XI in case of upgrades.
BR,
Disha.
Pls reward points for helpful answers.
Add a comment