SC Template error: "Enter at least one item or one limit"

Hi,
When creating a Purchase Order,based in a Shopping Cart Template, when we add the item to the Purchase Order, we are getting this error that does not permit to continue:"Enter at least one item or one limit". This error looks a mistake, as we are only trying to transfer an item.
Sounds familiar?
We are using SRM v5.0.
Thanks,
Maria

Issue solved with the following Notes Implementation:
Notes: 1054481; 1054487; 1179589 ; 1381642 and 1435295

Similar Messages

  • Purchase Order Response Error : "Enter at least one item"

    Hi there,
    While trying to confirm a PO response in SRM 7 I am getting the following error:
    "Enter at least one item"
    But when I do a check on the PO response it says:
    Purchase order response - 0030000035 is correct 
    Any ideas what could cause this error?
    Thanks for the help
    Lynton

    Hi there,
    I have no idea what you are asking with the limit po?
    Lynton

  • Error msg: Enter at least one condition item

    Hi SAP,
    I try to change (extend) rental end date but i received error msg "Enter at least one condition item":
    Enter at least one condition item
    Message no. 62226
    Diagnosis
    No condition items with a positive amount exist. Each condition header, however, must have at least one condition item.
    System Response
    The system may or may not carry out the function you selected. If the function cannot be executed, the system will output an error message indicating that a condition item is necessary.
    Procedure
    If the system does not execute the function you selected, you must enter a condition item or an amount for at least one condition item before you choose the function again. Each condition header must have at least one condition item at the latest when you save your inputs.
    Actually i had maintained the condition type eg: Electricity (variable type) but with "$0" amount. But i have maintained the sales based rent inside the condition item with minimum rent $2.
    My question, is there any way i can proceed with the rental end changes with the condition or scenario i mentioned above?
    I will give points for those who help me solve this problem.
    TQ
    Regards,
    Nazrul

    Hi Nazrul,
    please use transaction FO38 (change active lease-outs) and there set the flag 'cond. not checked'. With double-klick on the flag you can make it changeable. Afterwards the error message should not appear anymore.
    Hope that helps.
    Regards, Franz

  • Intercompany posting issue: "enter at least one item in leading company cod

    hi can any one resolve this
    intercompany posting issue: "enter at least one item in leading company code XXX"
    i am tring to post the intercompany trasaction iu am geting the above message...........

    Hi,
    Can you provide me OBYA settings between these two entities and posting parameters you used to get this error message ?  This will help me to understand the problem better.
    Best Regards,
    Madhu

  • Enter at least one partner of type Location Or Goods Recipient  (Item  1 )

    Hello
    Can anyone help here
    We are using Extended Classic and SRM 4.0,
    Getting the following  error messages when trying to create a shopping cart
    Enter exactly one partner of type Requester  (Item  1 )
    Enter at least one partner of type Location Or Goods Recipient  (Item  1 )
    I have checked the Org Structure and everything seems to be fine
    Does anyone have any ideas how to solve this
    Many Thanks
    Prakash

    Hi
    <b>Please check your Enhancements (customer specific Business Addins) because this is a clear logical error. The same partner function is added twice, hence it must be deleted programmatically in the enhancement logic.</b>
    <u>We have faced a similar problems in our past previous Implementations.
    Incase nothing works, then what I recommend you, in the BBP_DOC_CHANGE_BADI Implementation, go into BBP_SC_CHANGE & BBP_CT_CHANGE methods,
    and write the following lines..</u>
    SORT et_partner by partner_id partner_fct.
    DELETE ADJACENT DUPLICATES from et_partner COMPAIRING partner_id partner_fct.
    Hope this will help.
    Please reward suitable points, incase it suits your requirements.
    Regards
    - Atul

  • Enter at least one number for the business partner

    Hi Experts,
    SRM 5
    Classic scenario
    R/3 4.6c
    I am trying to execute users_gen transaction for integrating the user with the org. structure. However upon doing so I get an error message "Enter at least one number for the business partner"
    Please provide pointers on the cause for this and how it can be rectified.
    Thanks.
    Regards,
    Amish

    Hi Muthu,
    I am integrating a single user at a time - through users_gen.
    Infact I am getting the same error message while moving the users within the org. structure.
    Steps -
    1. Execute users_gen
    2. Select the user to be integrated
    3. Click execute check mark
    Please provide any pointers.
    Regards,
    Amish

  • Exception : DI Error: (-5002) At least one amount is required in document rows

    Trying to create a MaterialRevaulation object. doesn't matter what I am using I can getting this error message "Exception : DI Error: (-5002) At least one amount is required in document rows"
    Formate of payload looks like 
    <Payload Role="X" id="atom1">
    - <MaterialRevaluation xmlns=""> 
    - <row> 
    <RevalType>P</RevalType>  
    <DocDate>20140701</DocDate>  
    <JournalMemo>Inventory Revaluation</JournalMemo>  
    <InflationRevaluation>tNO</InflationRevaluation>  
    </row>
    </MaterialRevaluation>
    - <MaterialRevulation_Lines xmlns=""> 
    - <row> 
    <LineNum>0</LineNum>  
    <ItemCode>Item1</ItemCode>  
    <WarehouseCode>WH1</WarehouseCode>  
    <Price>14.973030</Price>  
    </row>
    - <row> 
    <LineNum>1</LineNum>  
    <ItemCode>Item2</ItemCode>  
    <WarehouseCode>WH1</WarehouseCode>  
    <Price>15.973030</Price>  
    </row>
    - <row> 
    <LineNum>2</LineNum>  
    <ItemCode>Item3</ItemCode>  
    <WarehouseCode>WH1</WarehouseCode>  
    <Price>13.973030</Price>  
    </row>
    </MaterialRevulation_Lines>
    </Payload>
    And my SBO object call looks like this
    <Payload Role="C" id="atom2" system="0010000102" status="success" b1login="Technical User" method="Synchronous Insert with fallback to Update" objectid="162" payload="atom1" keyname="" keyvalue="" DIresult="failure" DImsg="Exception : DI Error: (-5002) At least one amount is required in document rows" />
    I don't think I need to put anything in KeyName or Keyvalue. Since I am insert.
    But it looks like it is not even look at the XML changes. I have tried to with no change
    1. Add BOM/BO admin structure
    2. Rouding price difference (from 0 decimla ot 6)
    3. Put in Quantity
    4. Add LineNum
    5.Change Item
    6.Change WHS
    Running out of ideas!! Any help will be appreciated. Thank You!

    Successful format looks like this
    Strange enough, and I still don't know why. Certain item in combination give me the error message. If I break it out to individual document. Then it give me the proper error message. But if it bundled with number of item together then it become this at least one amount is needed at document row error message.
    <BOM xmlns="">
    <BO>
    <AdmInfo>
    <Object>162</Object>
    <Version>2</Version>
    </AdmInfo>
    <MaterialRevaluation>
    <row>
    <DocDate>20140702</DocDate>
    <RevalType>P</RevalType>
    </row>
    </MaterialRevaluation>
    <MaterialRevaluation_lines>
    <row>
    <ItemCode>ITEM1</ItemCode>
    <WarehouseCode>WH1</WarehouseCode>
    <Price>14.587</Price>
    </row>
    </MaterialRevaluation_lines>
    </BO>
    </BOM>

  • Error log 'At least one entry could not be found in object buffer' in SLG1

    Hi Experts,
    We are getting error log 'At least one entry could not be found in object buffer' in SLG1 transaction.
    Unable to trace the source of error. Could you please help us identifying the same.
    Regards,
    Santosh Kacham

    Hello,
    the reason could be the use of order_save badi, mostly there is a wrong + faulty implementation which causes this error. Please check first if any own coding part is involved, when creating documents / tickets.
    Thanks + regarsd
    Rene

  • Error: Select at least one user or group for provisioning

    Hi all,
    In Hypeion shared services, I haved choosen User for provision but it show error "Select at least one user or group for provisioning". I don't know why, plx help me.
    Thanks.

    When you say you have chosen a user, did you highlight the user in the left box then click the arrow to move that user to the right box?
    What step are you at? What system and what version are you on?
    Are you selecting a user to provision roles? Are you selecting users in an application to provision security classes?

  • DNS error - "requires at least one Nameserver"

    Hi,
    I have a working Snow Leopard  10.6.8 server - working in all respects except DNS.
    I decided to take the advice of posters on this site and turn off dns and re-enter it from scratch.
    I was able to delete all of the settings on the Zones tab, EXCEPT for the primary zone.
    When I delete it it just re-appears by itself !
    I then try to enter the data that is correct for the name server by clicking the + button under Nameservers.
    When I enter the correct data and click OK, it says "Some configuration data is invalid: The zone..... requires at least one Nameserver" !
    Well... I'm trying to enter exactly that!
    Anyone have any clues how to fix this?

    I saw similar behavior recently on one server I was working on.   (This was with the 10.6.7 and associated server tools; haven't been down this path with 10.6.8 and the updated server tools.)
    If what I saw is similar to what you're seeing here, then try this...
    First, if you don't have a recent backup copy of your boot disk that you trust and are willing to use, then back up your boot disk before you proceed by booting a distribution disk and using Disk Utility to make a full copy of your boot disk to external storage.   This backup is your path back to operations if Badness Happens.
    Once you have rebooted your system from your backup, stop DNS services and exit Server Admin, if either or both are running.
    Then launch Terminal.app, and navigate into and delete or rename the Server Admin properties list file:
    ~/Library/Preferences/com.apple.ServerAdmin.plist
    Then relaunch Server Admin, and you should be able to fix your DNS services.
    This is your local copy of the preferences file for Server Admin, not a system-wide preferences.
    The "immutable" DNS settings were (after digging around) being recovered from the plist file.  (I've also had rare occasion to edit that plist file, when things go Really Wonky, and to change the immutable settings to some other temporary domain name, which then let me Get On With It All with the intended domain name.)

  • Error in FMJ2 (Enter at least one document line)

    Dear,
    I want to carry forward budget amount for Open Item to next year,
    at the time of FMJ2 System showing above error
    Please give suggestiion
    Nilesh

    Hi
    Possible reasons could be:
    - You have no authorization for these line items
    - You have activated criteria that exceed the initial screen (by means of the 'Further selection criteria' function).
    Check the authorization with TCODE: SU53
    SKS

  • Background job getting cancelled : Choose at least one scope of list

    Hello to all,
    I am trying to Run on Z report in background which conatins SUBMIT statement to standard progarm for MB5B .This report already programmed to call a report in background.It takes stocks for given period,I am taking the values using "import memory-id" statement.It gives an error log in SM37 as:
    Choose at least one scope of list
    Message no. M7829
    Can we call a submit stmt in a report that is to run in background?? or pls provide any alternative for this problem??
    Thnax & Regards
    Sonal

    Hi Sonal,
    1. This is happening because there are some checkboxes on the selection screen
       which are ticked by default when we run in fore ground
       and are blank when run in  background.
      Hence the system gives the error meaning to select atleast one of them.
    2. We can simulate this error in foreground also.
       There is one button on selection screen in the middle frame.
       "> Category"
       Just push it.
       Some checkboxes will appear now.
       Untick all of them and run the report. You will get the same error
    Choose at least one scope of list
    3. So while doing SUBMIT in the z report, you can pass the values of those checkboxes (which ever you require) as 'X'.
    eg.
    report abc.
    submit RM07MLBD
    with matnr = '3'
    with pa_wdzer = 'X'.
    4. The checkboxes field names are:
    PARAMETERS : pa_wdzer    LIKE AM07M-MB5B_XONUL
                              modif id liu.
    PARAMETERS : pa_wdzew    LIKE AM07M-MB5B_XONUL
                              modif id liu.
    PARAMETERS : pa_wdwiz    LIKE AM07M-MB5B_XONUL
                              modif id liu.
    PARAMETERS : pa_wdwuw    LIKE AM07M-MB5B_XONUL
                              modif id liu.
    PARAMETERS : pa_wdwew    LIKE AM07M-MB5B_XONUL
                              modif id liu.
    PARAMETERS : pa_ndzer    LIKE AM07M-MB5B_XONUL
                              modif id liu.
    PARAMETERS : pa_ndsto    LIKE AM07M-MB5B_XONUL
                              modif id liu.
    regards,
    amit m.

  • At least one certficate has expaired

    HI experts,
    i have installed NetWeaver 2004s server and when i try to start the J2ee instance
    server0 process is never come up and it is giving exit code -1 in the alrests i am
    getting an error message '   at least one certficate has expaired'
    what could be reason.
    any suggestion wiuld be appriciated
    With Regards
    Shobhan

    just create a summary column (and a formula column that returns 1 or 0 or define you checkbox to be 1- checked, else - 0).
    regards

  • "Assign at least one Web transaction to user" in OER

    When i call the /SAPTRX/EM_START , i get an error "Assign at least one Web transaction to user"
    what is the problem?I dont know how to assign it
    Thanks

    Once the above is done:
    In the same spro sub menu choose
    Assign User Profiles and  Web Interface Transactions to users:
    Use the input help to assign the transactions and profiles to a user, depending on the process that you want the user to perform.
    Eg.
    Process: Delivery Tracking
    Web Interface transaction: PTA10_DELIV
    User Profile: PTA10_DELIV
    Order Web : 1,2,3etc
    I think this should solve your problem

  • Inbound idoc error in 51 Status of at least one serial number of item

    Dear Experts,
    There is one inbound IDOC which is in error with status 51 showing error Status of at least one serial number of item  is not allowed.
    Can you please advice why this error is coming.
    Thanks & Regards,
    Nikhil Kanegaonkar.

    An inbound IDOC in error will have the status 51, & it is marked for deletion it has a status of 68.
    http://www.dataxstream.com/2009/10/mass-status-change-sap-idoc/
    http://wiki.sdn.sap.com/wiki/display/ABAP/IDoc+Statuses
    Edited by: Krupaji on May 6, 2011 2:38 PM

Maybe you are looking for

  • How do I determine the firmware I have installed on my Zen V Pl

    I need to know my Zen V Plus firmware prior to usig the Travel Sound. I have searched - but cannot figure out how to determine this. I did just purchase the Zen V Plus from Creative, it is a rebuilt item, if that hel ps. Thanks for your assistance.

  • JSP Code Insight

    JDev Team, The cursor disppears to some location with the JSP file after code assist is invoked. To duplicate the issue, invoke code assist on "request" and select any method. The cursor will vanish. If you are creating a new JSP you can notice that

  • Create table statement in stored procedures

    Hi, I am including the following statement in a stored procedure and receive the following error: STATEMENT: create table wrk_date (date date, qty smallint) tablespace temptabs; ERROR: PLS-00103: Encountered the symbol "CREATE" when expecting one of

  • Why is Photoshop cs6 constantly crashing?

    Hello. Sorry to be obnoxious but it seems PS CS6 has a crashing problem and no one seems to have a solid cause. That's happening to me so I thought I would post the crash report to see if anyone can help. I would appreciate it immensly. I've heard th

  • How do I burn a DVD on my mac air and be able to loop it in a dvd player

    What program can I use on my mac air to burn a dvd that I will be able to loop on a dvd player