In copmlete items in catalogue, only complete items were transfered

Hi SRM Gurus,
We are using SRM 1.0 with Requisite catalogue.
We are able to connect, shop and add to their shopping cart.
However, after they click the Transfer button, the items do not transfer into their system. The shop displays an error "Incomplete items in catalog. Only complete items were transferred" message from the shop.
They have checked their SLG1 logs and the we are getting the error message that <b>S:BBP_PU:349</b>.
We are not getting the error message.
Could you please let me know what is the error message. I would appreciate if you send me the reply ASAP.
Regards,
Ramesh

Hi Ramesh,
The following SAP Note is very useful to get additional data when you have Catalogue errors : Note 487917. This note, once applied will give details to what has been transfered via OCI and which components have failed in SLG1.
Jason is correct in saying that there are duplicates but I believe the error occurs due to assigning a product type (material or service), via the OCI. This product type is needed to distinguish between materials and services if a material and a service have the same number.
At present, the product type is ignored. If there are a material and a service with the same number, this leads to error message "Incomplete item data" during the return from the catalog since no unique assignment is possible in the system.
SAP note 519671 should address this error.  Hope it helps.
Regards,
Shayne

Similar Messages

  • Incomplete items in catalog. Only complete items were transferred

    Hi Gurus,
    Need your expert advise on below scenario:
    We are on SRM5.0 using classic scenario. We have created material in SAP. Materials created will supposedly be reflected in SRM and can be viewed in table COMM_PRODUCT, but there is no entry of this material in the table upon creation. We have checked SMQ2 and and found that they were stuck in the system. We have triggered material change but another entry in SMQ2 for this particular material has been created.
    Weird thing is that contract has been created for this material and has been uploaded in CCM without any error. However, during shopping cart creation when requestors were trying to shop this item error "Incomplete items in catalog. Only complete items were transferred " appears.
    Please advise on how we can push the material from SAP to SRM.
    Thanks.

    Hi jao,
    Please flag Dont check product ,so this product will not be checked in SRM.
    so the check will not happen in ebp .so you complete the card first.
    However if you try to bring material from r/3 to ebp. Please dont  flag Dont check product. option is yours.
    check r3am1/smq1/smq2/smw01/slg1 log area   and make ensure that your filter condition is correct.

  • Error - Incomplete items in catalog. Only complete items were transferred

    Hello Friends,
            Iam working on a requirement which maps Vendor UOM(Unit Of Measurememnt) to SAP UOM.
    For this i created custom table which contains Catalog id, Vendor UOM(non sap system), SAP UOM.
    Here iam getting following error while mapping TU(Vendor UOM) to TB (SAP UOM) in shopping cart portal.
    Incomplete items in catalog. Only complete items were transferred
    But while mapping EA (Vendor UOM) to PK (SAP UOM), it is working fine. Could any one throw some light on this why iam getting the above error.
    Thanks
    Srikanth

    Hi,
    Please refer the below thread for the same issue.
    Re: Incomplete items in catalog. Only complete items were transferred .
    Hi,
    Looks there is a improper matching with UOM maintained in the catelogue . Go to trxn CUNI and check the unit of measurement , you should be maintain the same UOM for bottle in the catelogue too ( Should be BO for Bottle). So change the UOM in the catelogue should be resolved.
    Hope this helps.
    Best Regards,
    NMK

  • Incomplete items in Catalog. Only completed items were transferred.

    Hi all,
    i have a problem related to Shopping Cart. When I select an item from  my catalog in order to add it to my Shopping Cart, I have that error message:"Incomplete items in Catalog. Only completed items were transferred."
    I checked UOM but there is and I can' implement BADI (I don't have access)...someone can halp me to resolve problem...
    Thanks,
    Regards,
    Maria

    Hello,
    If you are using catalog products for SC
    pl check in SRM whether you have ISO code assigned to yr UOM
    the UOM and the ISO code relationship is same in yr backend system
    also the CSV with which you loaded the supplier catalog first has the correct UOM or ISO code
    BR
    Dinesh

  • Show Item Info on only select items?

    I have a few files, folders, and the Macintosh HD icons on my desktop. I want is to display the info for Macintosh HD only. Can this be done or is it all or nothing? I am using Snow Leopard currently. Please link me to post if already posted.

    If you mean this Desktop view option, I doubt there's any way to restrict it to just the HD:
    If you have only a few "permanent" folders on the Desktop you could I guess move the actual folders elsewhere, say to Documents, and keep aliases to those folders on the Desktop instead. Such aliases won't show any "item info."

  • Reprint not only Changed item in PO

    Hi experts,
    In such if we do changes to line item, it will reprint only the changed item.
    In my case, I would like to know is there anyway to configure or customize, so that it will reprint all the items instead of only changed item.
    Highly appreciate for help!!

    The standard print program reads the change documents and print the PO details. if you don't want that then you may have to read the PO completely. in that case you have to go for customization. copy the print program and modify the logic according to your requirement and print all the items even if it a change in a single item. and configure the new driver in NACE transction.

  • Wip Query have to display only rejection items

    Hi,
         This is my customization form wip query
    select m1.docnum 'WIP NO', d.U_RejQty 'WIPRej',d.U_RewQty 'WIP re-work' ,d2.U_RejQty 'QCRej',d2.u_rewqty'QC Re-Work',d2.U_Opename 'Operation',
    m1.u_qchname as PreparedBy,m1.u_shift,m1.u_remarks,m1.u_remrej,m1.u_Remscrp,m.docnum 'FO NO',m.plannedqty,m.rlsdate,m.itemcode,m.u_tdrawno,m.CardCode,n.cardname,
    (select itemname from oitm where itemcode=m.itemcode) 'Description'
    from OWOR m
    left outer join [@SHJ_WIP_UPD1] d on  m.DocNum =d.U_OrderNo
    left outer join [@SHJ_WIP_OUPD] m1 on m1.DocEntry =d.DocEntry
    left outer join [@SHJ_QC_INS5] d2 on m.DocNum =d2.U_OrderNo and m1.DocNum =d2.U_WIP
    left outer join OCRD n on
    m.CardCode=n.CardCode
    where m.rlsdate between {?FromDate} and {?ToDate}
    and (d.U_RejQty>0 or d.U_RewQty>0) and ( d2.U_RejQty>0 or d2.U_RewQty>0)
    In ths query am displaying the rejection items and rework items alone but for me its showing all the items rejection and rework items zeros also showing.
    am getting output like this
              I need output only highlighted item because there only rejection items
    Regards
    Vinoth

    Try This
    select m1.docnum 'WIP NO', d.U_RejQty 'WIPRej',d.U_RewQty 'WIP re-work' ,d2.U_RejQty 'QCRej',d2.u_rewqty'QC Re-Work',d2.U_Opename 'Operation',
    m1.u_qchname as PreparedBy,m1.u_shift,m1.u_remarks,m1.u_remrej,m1.u_Remscrp,m.docnum 'FO NO',m.plannedqty,m.rlsdate,m.itemcode,m.u_tdrawno,m.CardCode,n.cardname,
    (select itemname from oitm where itemcode=m.itemcode) 'Description'
    from OWOR m
    left outer join [@SHJ_WIP_UPD1] d on  m.DocNum =d.U_OrderNo
    left outer join [@SHJ_WIP_OUPD] m1 on m1.DocEntry =d.DocEntry
    left outer join [@SHJ_QC_INS5] d2 on m.DocNum =d2.U_OrderNo and m1.DocNum =d2.U_WIP
    left outer join OCRD n on
    m.CardCode=n.CardCode
    where m.rlsdate between {?FromDate} and {?ToDate}
    and (isnull(d.U_RejQty,0)>0 or isnull( d.U_RewQty,0)>0) or ( isnull(d2.U_RejQty,0)>0 or isnull(d2.U_RewQty,0)>0)
    Regards
    Kennedy

  • Can't move "completed" items into folders using Outlook 2013 on a Microsoft Office 365 Home Premium Account using a work Exchange 2010 address

    I've been in touch with several Microsoft support teams about this issue, and the latest move was to shove me off onto Pro support, but since I'm using a personal Office account, I'm hoping that through the community I can find a way to resolve this issue without
    escalating through our IT department. I do not think this is an Exchange issues because I have previously used this product and method without resulting in this error on a Windows 7 32-bit AMD computer and a Windows 8 and 8.1 Professional 64-bit Intel computer.
    Here's my current specs:
    Windows 7 Professional 64-bit, service pack 1
    AMD A6-5400 3.6 GHz
    8GB RAM
    Microsoft Office 365 Home Premium
    Office updates automatically, version 15.0.4551.1512
    About Outlook shows "Microsoft Outlook 2013 (15.0.4551.1511) MSA (15.0.4551.1508) 32-bit/Part of Microsoft Office 365 Home Premium"
    Here's how to reproduce the issue:
    1) Open View Settings
    2) Select "Other Settings..."
    3) Disable "Use compact layout in widths smaller than XX characters" and enable "Always use single-line layout"
    4) Select "Columns..."
    5) Under "All Mail fields" add "In folder"
    6) Select any email
    7) Context-menu -> Find Related -> Emails in this Conversation
    8) Select "more"
    9) Sort by folder
    10) Select all messages from Inbox.
    11) Use Outlook's preset "Done" function and select a destination folder
    12) Watch Outlook fail to run "Done" and reset your UI without producing an error.
    The first attempt to resolve this issue was to set up a new Outlook profile. This seemed to exacerbate the problem and resulted in Outlook providing an "Unknown error" before resetting the UI.
    The second attempt to resolve this issue was to run "outlook.exe /resetnavpane". However, the nav pane does not appear immediately relevant to this issue.  
    The following similar steps also result in a crash, this time with an error:
    11) Flag all select message as Complete.
    12) Move all messages from Inbox to a destination folder.
    This change in procedure results in the error "Cannot move the items. Some items cannot be moved. They were either already moved or deleted, or access was denied."
    Help me, Microsoft Community. You're my only hope.

    Import the calendar and contacts in Outlook.com. For contacts, export from Outlook as csv and import into Outlook by choosing the Other option (https://people.live.com/import/other?biciid=ImportCatalog) 
    You'll need to save the calendar as an ics file to import it. Select the calendar folder, the File, Save as an save as an ics. 
    Diane Poremsky [MVP - Outlook]
    Outlook & Exchange Solutions Center
    Outlook Tips
    Subscribe to Exchange Messaging Outlook weekly newsletter

  • Reason for rejection for completed item

    Hi All,
    How to give reajon for rejection for a completed item?
    Because after delivery of an line item the reason for rejection field is coming in grey mode.
    So how to make it in change mode so that i can put reasonf for rejcetion.
    Waiting for valuable advise.
    Regards
    Ashis

    Hi Ashis,
                      Why you want to set the reason for rejection for already rejected item. Is the Document still in Being processed sate even after billing and delivery? If it is then check the completion rule in the Item category deinition. If the Table has not got update then you can run the report "SDVBUK00" to make the document complete. Please not that this works only if the status in the data base is complete. Other wise If you want to set the reason for rejection for the items that have the completed status , you have to cancel the Inovice and reverse the goods Inssue(VL09) and then set the reason for rejection. Kindly please let me know If you need any more information on this.
    Regards
    Ram Pedarla

  • Delivery group 000 consists of only one item

    Hi All,
    I've the following issue(s):
    Customer Master is set with "Complete delivery required by law" flag.
    Partial Delivery per item = B.
    Max. Partial deliveries = 1.
    However, when I create an SO for this customer: then in the SO, the complete delivery flag is not set.
    Also, i get the msg: "Delivery group 000 consists of only one item".
    I checked the item category in VOV7, no delivery grp flag set.
    Please help me with both issues.
    Regards,
    Raghu.

    Dear,
    For complete deliver select - C  (Only complete delivery allowed),in customer master,
    Then in sales order it will appear with tick mark, and when you creating delivery & if you change delivery quantity then system will popup dialog box, saying complete delivery required.
    Delivery group (items are delivered together)
    A combination of items that should be delivered together.
    Use
    The system uses delivery groups to check the availability of items that should be delivered together. The delivery date of the latest schedule line in the delivery group is taken as the general date for the whole group.
    Procedure
    During sales order processing, you can enter a number (up to three digits) that identifies a delivery group. The number is freely definable.
    Regards,
    kapil
    Edited by: Kapildev Farakte on Nov 18, 2009 11:33 AM

  • The following items have not been completely assigned to shipping group

    I am getting the below error:
    "The following items have not been completely assigned to shipping groups."
    We are using simple checkout with only shipping group applicable for order(HardgoodShippingGroup). It seems during some scenarios, ATG is creating one more shipping group of same type due to which I am getting the above error.
    Any pointers will be helpful

    HI,
    The error is displayed when the withholding tax has been changed in the master record of the vendor or customer. The change has been made after posting the invoice document, then at moment of payment there is a difference between withholding tax information in the invoice and the new withholding tax information changed in the master record.
    In order to prevent the system from the inconsistencies and to avoid the error message, please run report RFWT0010.
    Also, I would like to clarify the functionality of the report RFWT0010. If you have posted a vendor invoice relevant to withholding tax at time of invoice and later you change the master data so this withholding tax type is not longer relevant, this change will not take affect for the already posted invoice, althought you run report RFWT0010. Withholding tax amount at time of invoice is already posted and deducted If you later modify vendor master record and add a new withholding tax
    type relevant at time of payment, you will need to run report RFWT0010 before payment in order to take this withholding tax type into consideration, since it is relevant for payments.
    Please assign points if it useful.
    Regards
    Ravinagh Boni

  • Version History for a Document Library - Can't view version history for only 1 item

    It is a Document Library with around 8 items. Each of the items have around 60-178 versions.
    I checked programmatically that this particular item had 63 versions.
    I am getting the foll. error when I try to view the version history for that 1 particular item.. it works for all other items in the same list.
    Unable to complete this operation.  Please contact your administrator.   at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileVersions(String bstrWebUrl, String bstrFileUrl, Object& pvarVersions, UInt32& pdwcVersions)
       at Microsoft.SharePoint.Library.SPRequest.GetFileVersions(String bstrWebUrl, String bstrFileUrl, Object& pvarVersions, UInt32& pdwcVersions)
    This is what I tried so far..
    I tried programmatically deleting few verisons for this item - no luck.
    I ended up deleting all the versions for this item - still I get the same error.
    I tried editing other items to see if their version history still works after new versions get added and it worked.
    This is despite the fact that other items that are working have number of versions  as 178, 130, 63 and so on.
    I appreciate any help.
    Thanks.

    Mike, 
     I don't think it is a programming question. It's a sharepoint browsing question.
    I have a document library with Versioning set to Create major versions.
    In that document library, I have around 8 documents, each of which has versions. Only for 1 particular document, when I try to see the versions by clicking 'Version History', I get the error as stated above.
    For all other documents, Version history works.
    My initial thought was that may be the document in question had too many versions and that's why it's failing but I was able to check that the document (in question) had 63 versions while there are still other documents in the same list which has 178 versions and 'Version History' is still working.
    I further explained all my efforts done so far in order to resolve this issue (none of which worked.)
    I deleted all versions (I couldn't delete it from IE since I can't even get to the page where it says 'Delete All Versions' - thus I wrote a small program to delete all versions for this document.)
    I also tried modifying other documents to see if a version history is being created for other documents and that is happening.
    Thanking you in anticipation..

  • Complete item in sourcing - the item remains in sourcing cockpit

    Hi,
    In sourcing cockpit when pressing Complete Item / Requirement to be completed the items will not disappear in the worklist. This is only the case in our production environment and not in development.
    Anybody knows why? I haven't been able to find a note for this.
    We have SRM Server 5.5.
    BR
    Ulf

    Hi,
    Yes, the pop-up says Requirement to be completed.
    We are in SAPKIBKT12 which makes the notes included. Thank you though.
    But, we are using Swedish in production and there is the difference as Georg pointed out! I changed to Swedish in Development and then it failed there as well.
    Do you have a clue why this happens and how to correct it?
    BR
    Ulf

  • HT1418 I have iPod4 and cannot see day-to-day appointments, etc on PC Outlook calendar.  Only repeated items (birthdays, anniversaries, etc.) are visible.  Where is the rest of my data and how do I restore it to the only calendar I have in Outlook?

    I have iPod4 and cannot see day-to-day appointments, etc on PC Outlook calendar.  Only repeated items (birthdays, anniversaries, etc.) are visible.  Where is the rest of my data and how do I restore it to the only calendar I have in Outlook?
    Thanks

    Hello Schimi. The Time Capsule is a kind of product that offer you two possibility:
    - To use the TC as a router or as an external HD.
    The difference between WPA and WPA 2 are:
    - They are two kinds of internet connection.
    WPA uses dynamic key encryption , which means that the key is constantly changing and makes the invasion of a wireless network more difficult than WEP . WPA is considered one of the highest levels of wireless security for your network and is recommended if your devices support this kind of encryption . Newer routers offer WPA2 security . WPA2 is compatible with WPA , but offers higher security level . In fact, it meets the high standards of many government agencies . If the router and computer support WPA2 , this should be your choice.
    If you need any help or if you find some difficult setting up it you can contact Apple Support.
    I am sure that they can help you with that.
    I am sory for the delay. I holpe that you solve your issue.

  • Item category N: Only base unit of measure EA allowed,Message no. CO344

    Dear all
    I am facing  the following  issue,
    Item category N: Only base unit of measure EA allowed
    Message no. CO344
    Diagnosis
    You have entered a unit of measure for a component of the item category N which does not correspond to the base unit of measure maintained in the material master record.
    Procedure
    Use the base unit of measure maintained in the material master record.
    Please give  the solution  for how do handle that issue.
    Thanks&Regards
    K.Muthukamatchi

    Hi
        My requirement is: The item category N should allow me to use alternate UOM.
      When i checked with Item category L, the system allows me to use alternate UOM. I need the same to work for Itm category N also.
    Through  forums, i found that, in standard SAP, system will not allow to use alternate UOM for Item catedory N.
    Is there any config settings to be done for my requirement?
    Kindly do the needful.
    Thanks & Regards,
    K.Muthukamachi

Maybe you are looking for

  • Wwv_flow_item.popupkey_from_query in combination  SQL updateable report

    Hi, I found out that wwv_flow_item.popupkey_from_query in combination 'SQL updateable report' does not work. It does not display the popup. It creates a extra column with the message below. In combination with 'SQL query' it works. Is it possible to

  • Need to eliminate the Zero values in the marker text in Bar chart

    Hi all, I have a requrement where i have to show the values in the BAR chart . so i have used the following syntax, <MarkerText visible="true" markerTextPlace="MTP_TOP"/> but the condition is i have to eliminate the zero value. i.e when the value is

  • Customization to Add Approver to Requisition Approver List

    Hi We use a Position Hierarchy to determine the Approver List for a PO Requisition Approval However we also use Project Costing, and would like to dynamically add the Project Managers into the Approver List for Requisition lines coded to their Projec

  • What Happened to Easy iCropping???

    Add me the to the list that felt cropping was the best feature in iPhoto 06, it was why I did not get Aperture as that process was also very long slow and a waste of time. I need to edit and crop 200-300 photos at a time and iPhoto 06 was AWESOME!. i

  • [iPhone] UIScrollView responder chain problems

    I have a view hierarchy something with a UIImageView as a subview of a UIScrollView as a subview of my view controller's view. According to the documentation, the each object in the responder chain is supposed to pass a touch event to it's view contr