Upload CCM Catalog in BMECat and ecXXML format

Hi,
I'm trying to upload in BMeCat format and other in ecxXML and I have the same error message.
SLG1 says.
Error during parsing of SOAP header /CCM/DIS_CAT008
Program  /CCM/CL_FILE_UPLOAD_COMMON====CP 
Include  /CCM/CL_FILE_UPLOAD_COMMON====CM002 
Line  183 
For this reason no records appear in SXMB_MONI (SRM and XI)
anybody knows what could the reason be?
Thanks
Regards

Hi
Please specify which CCM version are you using.
<u>Seems to be problem with some SAP OSS note missing in the system.</u>
<u>Note 873340 Problems with BMECat mapping after patching XI
Note 884387 CCM: Empty columns processed incorrectly in CSV 2.0
Note 817826 XI: Render/parse of unregistered SOAP headers
877271 List of Corrections for SAP WebAS Java 6.40 SP13->SP14
910286 WebAS Java 7.00 SP07 - List of corrections
897585 SAP WebAS Java 6.40 SP16 - List of corrections
904254 WebAS Java 7.00 SP05 - List of corrections
775695 SAP J2EE Engine: List of fixes in PL 26
631605 SAP J2EE Engine 6.20: List of fixes done in PL14
604530 SAP J2EE Engine 6.20: List of fixes done in PL8-PL10
626475 SAP J2EE Engine 6.20: List of fixes done in SP13</u>
<b>Other related OSS Notes to refer -></b>
<u>Note 752611 Catalog import tool
938815 Consulting Solution: Splitting large catalogs for SAP CCM
930419 Conversion error when uploading a file
926535 BMEcat upload: no defaut value for BMEcat tag LOWER_BOUND
858837 Optimization of the memory consumption with upload
890085 Errors in BMECat splitting, GROUP_SYSTEM_ID
848945 CCM10SP08: Collective Note for BMECat upload Issues
874368 Catalog items counted twice during BMEcat-upload
865542 Cannot upload file with unclassified items
816924 Uploading BMEcat: Catalog item data is missing
849580 Contract item not classified despite enrichment
837911 BMEcat upload: new val assignmnt for BMEcat tag SUPPLIER_AID
822053 Uploading BMEcat: Transaction T_UPDATE_PRODUCTS
831102 Uploading BMEcat: Incorrect assignment of MIME_INFO
Note 815848 Uploading BMEcat: categories incomplete
Note 784074 Release of the B2B/A2A catalog interface</u>
Regards
- Atul

Similar Messages

  • CCM catalog upload monitoring via XI

    Hi ,
    we are running SRM 4.0 with CCM 2.0 and we upload supplier catalogs via XI into our CCM (BMEcat format).
    In most of the cases the upload works well. But sometimes the content doesn't reach the catalog. The problem is, that the log file (access via the CCM admin page) doesn't tell me what is wrong. Also in SLG1 I get no sufficient information about the problem. I assume that the file got stuck into the XI. Unfortunately I am no XI expert. How can I monitor my catalog uploads in the XI environment? I heard about TA SXMB_MONI. Maybe someone can give me a hint how I can see if there is something wrong on the XI site and how I can re-start a stuck catalog upload on the XI.
    Best regards
    Tom

    Thomas,
    You can execute the transaction SXI_MONITOR and look at the errored messages, if you are comfortable with the SAP GUI. Else, you will have look at the run time workbench and look at the error messages.
    In both cases there will be reasons give as to why the message has been errored out. And you will also find the options to resend the same message.
    Regards,
    Ravi
    Note : Please reward the helpful posts.

  • CCM catalog upload monitoring

    Hi SRM experts,
    we are running SRM 4.0 with CCM 2.0 and we upload supplier catalogs via XI into our CCM (BMEcat format).
    In most of the cases the upload works well. But sometimes the content doesn't reach the catalog. The problem is, that the log file (access via the CCM admin page) doesn't tell me what is wrong. I assume that the file got stuck into the XI, but when I check TA XMB_MONI on the XI site I also do not get sufficient information.
    How do you monitor you CCM uploads? Are there some special transactions on the XI or SRM site.
    Best regards
    Tom

    Hi thomas,
    You can use : SLG1 = log in CCM admin
    ST22 if you get a dump or SM21 (sometimes you get information when receiver isn't correctly customize)
    in XI and CCM you can check SXMB_MONI and see log detail in xml log (i can understand that it isn't easy to understand...).
    and su53 to check if SAP_XI_APPL_SERV_USER role need one more time a full comparison...
    regards,
    Bertrand

  • What is the diff bet CCM catalog and MDM catalog?

    Hi Friends
    What is the diff bet CCM catalog and MDM catalog?
    Thanks & Regards
    Kanni

    Hello,
    CCM & SRM-MDM are SAP Catalog Content Management solutions.
    In basic terms, MDM is latest solution & will be replacing CCM. All new features like service hierarchies are included in MDM 3.0.
    CCM: upload, manage, and search in procurement catalogs.
    http://help.sap.com/saphelp_ccm20/helpdata/en/index.htm
    MDM: Search, compare, and procure products from suppliers.
    It provides:
    Catalog content management functions, such as the import of catalog structures or data, the transfer of catalog items to a procurement application, and search functions
    Procurement catalogs
    Supplier catalogs in a Web-based environment
    The SRM-MDM Catalog is based on functions provided by SAP NetWeaver Master Data Management (SAP NetWeaver MDM) and bundles together in one specific application those SAP NetWeaver MDM functions required for catalog content management.
    http://help.sap.com/saphelp_srm70/helpdata/en/45/ddd04f8c6e2e97e10000000a155369/frameset.htm
    Hope this helps.
    Thanks
    Ashutosh

  • Upload legacy contract into SRM and CCM

    Hi,
    SRM Version 5.0, CCM 2.0, Extended Classic Scenario
    I need to upload the contracts from the legacy system to SRM as GOA.
    I want to see the GOA in CCM catalog as well.
    How do I do it ?
    I beleieve that once the contract has been loaded as GOA in SRM, it will be distributed to R/3.
    With regards,
    Pranav

    Hello, you can use function BBP_PD_CTR_CREATE to create contracts.
    In order to create a correct document you will have to prepare the structure of the document before you call the function.
    You will have to prepare an header and define a guid for it, this guid has to be used in the 'parent' field of the items, you will also have to generate a guid for the items and use it when creating the accounting lines, the partner functions lines and the organizational structure informations. For example
    header-guid = 1.
    item-parent = 1.
    item-guid = 2.
    accounting-guid = 3.
    accounting-p_guid = item-guid.
    partner-partner_guid = 4.
    partner-p_guid = item-guid.
    organization-guid = 5.
    organization-p_guid = item-guid.
    After you have called this function and it returns no error messages you have to call BBP_PD_CTR_SAVE in order to save the newly created document.
    Regards, Luciano.

  • Smartforms/Smartstyle How to create/upload paragraph and character formats

    Hi Folks,
    I am working on a demo IDES system. In my ECC 6.0 system, the paragraph formats were not included. How can import or include or create or upload paragraph and character formats in order to create smartforms and smartstyles.
    Waiting for your answer................
    Thanks,
    Creasy Matt

    If you Ran Smartstyles T-code and from Utilities you should got all information how to do all these activities.

  • Limit/Blanket Purchase Orders and CCM Catalogs

    Hi,
    Is it possible to put Limit/Blanket Purchase Order items into CCM Catalogs?
    John

    Hi
    It is possible to put anything into a catalog - however that does not mean the catalog item will be interpreted or acceptable to the SRM_SERVER, when passing data from a catlaog, the provided information has to be sufficient to allow for successful creation of a procurement document (not a limit/blanket order), i.e. you need either Material Number or Description, based on which of these are passed you may also then require vendor/UOM/quantity, price etc, it is clearly defined in note [395312|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=395312].
    Regards,
    Jason

  • How to change an existing line item in CCM catalog using CSV file?

    Dear All,
    We are using SRM5.0 and CCM 2.0
    We have uploaded the material and service master to CCM as supplier catalog from R/3.
    The initial Upload was doen successfully.
    My query is how to reflect the delta changes in CCM happening in R/3?
    If I can generate a CSV file with all those items wich has been changed (Changes can be in description, Plant, status etc) and upload the same file in CCM, will it update the existing line in CCM or create a new line item?
    How do i update an existing line item in CCM catalog using a CSV file?
    Thanks
    Abhishek

    Hi Atul,
    I am using CCM 2.0 and SRM 5.0 (EBP5.5).
    We are not using XI, so i guess we cant use the program "/ccm/file_upload".
    we have migrated the product master data from R/3.
    We have developed a report which takes product category as input and gives out flat file in csv format containg all the items in that prod category.
    Then we upload the file in CCM by logging thro the brpwser.
    Similarly, i can develop another program which will give me a CSV file foll all those items changed in R/3 in a day.
    Then we can upload that file in CCM.
    But i have doubt if it will update the existing items in catalog.
    Hope I could make myself clear.
    Thanks
    Abhishek

  • Question on CCM catalog content approval

    Hi,
    Can somebody tell me what kind of update to catalog content needs approval? My understanding was that if there is a price change, definately it will need to be approved. But yesterday my catalog manager uploaded some change to his catalog item price, and when checking the items in my procurement catalog, we can see the price has changed, but the status is still 'approved'.
    Is my understanding wrong? How can I define what kind of update requires approval?
    Thanks and Regards,
    Elly

    Hi Elly,
    Firstly - can you check in customizing if the catalog is maintained with the status 'Approved'.
    i.e. SPRO -> Cross App Components -> SAP CCM -> SAP Catalog Authoring Tool -> Specify default value for catalog status.
    Here the catalog will either be set to Approved or To be approved initially.
    After this, you can define approvals on characteristic level, drill into a characteristic component and you can set a percentage or absolute deviation which will based on these rules set items with this characteristic either to be approved or approved.
    Alternatively you can make use of the CCM Approval Badi, You can use this BAdI to change the approval status of your catalog entries (items).
    Normally, the approval status of catalog entries is determined by approval rules, which are stored for a characteristic. You can use this BAdI to get the status information of the catalog entries after the rules have been processed, and to change this status information as appropriate.
    Regards,
    Jason

  • Unable to load wsdl. if currently online please verify the uri and or format of the wsdl

    Hi,
    i have one aspx page in which i have embeded an swf object,
    which calls webservice to load data,
    it works fine on localhost,
    but when uploaded it gives the error no 2032 stream error ,
    i added the crossdomain.xml in the root project then that error was gone and found the following error,
    "unable to load wsdl. if currently online please verify the uri and or format of the wsdl"
    Can anybody help me with this?
    Any elp or suggestion will be appriciated.
    Thank You.
    Bhavika

    I had the same error message and I believe I added the -use-network=true to the additional compiler arguments to fix the problem.  The default value for this should be true.
    Sorry if this doesn't help...It's just a guess.

  • How do I upload a file to icloud in multiple formats?

    I have noticed that when I upload a file to the iWork app of iCloud and I wish to download it, it provides me with a drop down list multiple formats (i.e. Pages, PDF or Word) however only one option (the file type I uploaded it is availible). I wish to upload a single file in multiple formats for example I want to be able to download that file in Pages and Word formats. Currently I have to resort to uploading two separate files, one Word, one Pages but that results in a lot of clutter. Is there any way I can have a file availible to download in both formats all underneath the same icon?

    Documents added from a Mac need opening on an iOS device, in order for them to be able to be downloaded again, in any of the 3 formats.

  • Upload a doc into SAP and then FAX it

    Hi
    I'm looking for a method of uploading a doc into SAP and then FAX it to a customer.
    What currently happens is this:
    1.  SAP creates a document, which is saved to a UNIX directory as a text file.
    2.  An external process takes this file, uses the info and creates a new file with alot  more info than SAP has.  This new file is saved to another UNIX directory.
    3.  This is where I'm stuck.  I would like SAP to upload this new text file (or files) and fax each one.
    The filename will contain a document number that SAP can then use to check customer master and obtain correct FAX number.
    Can anyone provide a few pointers?
    thanks,
    Stephen

    Hi Stephen,
    Your SAPConnect config basically sends a SAPOffice message to your fax server, so to send your unix file in the same way you need an ABAP to create a SAPoffice message.
    The steps in your program will be something like;
    Read the unix file (OPEN DATASET, TRANSFER etc)
    Format the data if necessary
    Use a function module like SO_DOCUMENT_SEND_API1 to create the message
    Provided you maintain the correct recipient parameters SAPconnect should process this to the fax server.
    An alternative is to create a spool then pass this to SAPoffice, the approach is similar but the FMs needed will be different.
    Regards,
    Nick

  • Download functionality in EXCEL and PDF format to the  Webdynpro iView

    Hi Expert,
                      I am using NW 7.0 ehp1 sp3. I developed some Webdynpro RFC model application for the product catalog of the material related data.
    Now my requirement is to provide the download functionality in EXCEL and PDF format to all of these Webdynpro (java) iView.
    How we can achieve this requirement? In which part of the webdynpro application we have to write the code?
    Someone can help me very clearly in steps to achieve this?
    Thanks,
    Kundan

    Hi,
    I don't think it is possible to redirect the html stream of the Web Dynpro iView to a PDF / Excel document, since it essentially would mean you have to call the Web Dynpro application again, maintaining the state and context of the iview itself
    However, using (for instance) the JExcelApi (Excel) or iText (PDF) you could create documents using the data displayed in your Web Dynpro iView, which has the added benefit you could design and layout your PDF / Excel documents in a more suitable layout for printing (most WD applications look horrible when printed)
    Cheers,
    Robin

  • Is it possible to add new characteristic to CCM catalog SRM_EXTRACTED_CTLG?

    Hi Experts,
    Any idea if I can transfer new extra data from the SRM product master into CCM? (via program BBP_CCM_TRANSFER_CATALOG)
    So I want to add a new characteristic (e.g. ZVALUEPRICE) to the catalog SRM_EXTRACTED_CTLG and fill it with the valuation price.
    According to BAdI BBP_CCM_CHAR_MAINT it should be possible:
    "When you transfer SRM product data to SAP Catalog Content Management (SAP CCM), this BAdI enables you to also transfer additional item characteristics contained in the product master data in SAP Enterprise Buyer. These characteristics are then available in the SRM product catalog in SAP CCM."
    But I'm getting errors like: "Value assigned to ZVALPRICE is not valid-locale NL/ is not possible".
    Any idea how I should set this up? Or if I'm doing anything wrong?
    I know the valuation price is also filled in /CCM/PRICE, but I want to map the content into a different field. And change the mapping of original created field is not possible.
    Thanks in advance.
    Kind regards,
    Marius Hartman
    Edited by: Marius Hartman on Mar 4, 2009 1:39 PM

    Hi All,
    Turns out that when we don't add a language code to the code, the problem is resolved. So currently I'm able to add the information to a new field in CCM catalog SRM_EXTRACTED_CTLG
    Marius Hartman

  • Any alternative to the BADI for scaled pricing in CCM catalogs

    Hi,
    We are not able to use the scaled pricing functionality in CCM. When the item is added to the shopping cart from the CCM catalog the highest price gets chosen by default irrespective of the quantity ordered.
    I understand that this can be solved by activating the BADI /CCM/CSE_ENRICHMENT and Implementation /CCM/CSE_OCISCALEPRI
    IS THERE ANY ALTERNATIVE TO THIS. CAN THIS FUNCTIONALITY OF SCALED PRICING BE ACHIEVED WITHOUT THIS BADI.
    Regards,
    Srivatsan

    Hi Srivatsan,
    you could use the BADI BBP_CATALOG_TRANSFER to amend the price, in order to do this you would need to pass the lower bound to one of the OCI custom fields in order to pick up this avlue and determine the correct price.
    Why do you not want to use the standard implementatiom though?
    Regards
    Chris

Maybe you are looking for