on ‎2010 Feb 08 10:05 AM
Dear Experts,
Could you please help me to find an answer to the below issue?
We are doing a mass catalog upload in CCM 2.0 => we are uploading our CSV file as follows:
Supplier ID A => Supplier name A => Item details A
Supplier ID B => Supplier name B => Item details B
etc.
Usually, I give the first Supplier ID when creating the Supplier catalog.
The upload process is working fine, BUT...
When the catalog has been uploaded, from the Procurement Catalog side there is only the first "Supplier ID A" what's beeing uploaded to all of the items instead of all the other respective Supplier IDs.
Therefore we have to change the rest of the Supplier IDs by mass changing the respective Proc Cat.
Do you know how we could keep all the other Supplier IDs?
Thanks a lot - imre
Edited by: Imre Matyas on Feb 8, 2010 11:09 AM
Request clarification before answering.
Hi,
How about this solution?
1. Create Dummy Supplier Catalog
2. Create a custom field for Supplier
3. For UI, hide the standard supplier field and make visible for the custom supplier field
4. Map the custom supplier field to NEW_ITEM-VENDOR
Regards,
Masa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did I understand well: you want me to upload already the Supplier CSV file with a new characteristic which can be retrieved afterwards.
My only problem is that when I've created such an upload file, I have received from SRM :
"A characteristic value for catalog item ITEM1 (ID) is incorrect / Catalog update was terminated".
Thanks.
I am doing mass upload with only one CSV file => mixed items from Supplier A, Supplier B, etc.
In transaction "Create catalog" SRM asks me to fill Supplier ID => this is the ID which will be copied to all items with no regards
to the original CSV file.
I was wondering if there is a solution for that, but seems it is not possible. I can anyway find solutions to circumvent this feature of the system (mass changes after the upload).
If you still have any idea on this, it is welcome - otherwise thanks for your help!!
imre
Hi,
In that case my solution will help.
Here is sample schema with custom characteristics. Please look at Z_SUPPLIER_ID and Z_SUPPLIER_NAME.
-
SAP CATALOG CSV 2.0 <;>
Defaults;EN
Model
Catalog;Master;;Master Catalog Characteristic;Z_ACTION;/CCM/NAME;false;Action
Characteristic;/CCM/PRODUCT_ID;/CCM/ID;false;Part Number Characteristic;/CCM/SHORT_DESCRIPTION;/CCM/DESCRIPTION;false;Description
Characteristic;Z_MATERIAL_TYPE;/CCM/ID;false;Material Type Characteristic;/CCM/MINIMUM_QUANTITY;/CCM/MINIMUM_QUANTITY;false;Order Unit
Characteristic;Z_CONTENT;/CCM/MINIMUM_QUANTITY;false;Content Characteristic;/CCM/LEAD_TIME;/CCM/LEAD_TIME;false;Lead Time
Characteristic;Z_SUPPLIER_ID;/CCM/ID;false;Supplier Number Characteristic;Z_SUPPLIER_NAME;/CCM/NAME;false;Sup Name
Characteristic;Z_P_GROUP;/CCM/ID;false;Purchasing Group Characteristic;Z_P_ORG;/CCM/ID;false;Purchasing Org
Characteristic;/CCM/CONTRACT_ID;/CCM/ID;false;Contract Number Characteristic;/CCM/CONTRACT_ITEM_ID;/CCM/ID;false;Contract Item
Characteristic;/CCM/PRODUCT_GROUP;/CCM/ID;false;Product Category Characteristic;/CCM/PRICE;/CCM/PRICE;true;Price
Characteristic;Z_DATE;DATE;false;Date Characteristic;Z_UPDATE_BY;/CCM/ID;false;Updated By
Characteristic;/CCM/LONG_DESCRIPTION;/CCM/LONG_DESCRIPTION;false;Long Description Characteristic;/CCM/PICTURE;/CCM/ATTACHMENT;false;Picture
Characteristic;Z_BUYER;/CCM/ID;false;Buyer Characteristic;Z_BUYER_CONTACT;/CCM/ID;false;Buyer Contact Number
Schema;Master;Z_ACTION;Z_MATERIAL_TYPE;Z_CONTENT;Z_SUPPLIER_ID;Z_SUPPLIER_NAME;Z_P_GROUP;Z_P_ORG;Z_DATE;Z_UPDATE_BY;Z_BUYER;Z_BUYER_CONTACT;Master Schema
...
-
Regards,
Masa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.