CRM Condtition value Minimum/Maximum Limits

Dear expert,
After i maintained Minimum/Maximum Limits in IMG config for a manual condition type, then i create i sales order in webui and try to input a value for the conditon type. However, everytime i input a value, the system can not store the value and change to blank again.
if i remove the ' Minimum/Maximum Limits' config, i can input values for manual conditions.
I checked help doc found it says 'Entries in this field are only used in the IC WebClient'. Does that mean i can not use this func. in webui??
BR
Hedy

Hi Hedy,
Please use the menu path
SPRO
Basic functions
Pricing
Define settings for pricing
Create minimum and maximum limits. 
Best regards
Christophe

Similar Messages

  • Rounding Value,Minimum Lot Size and Maximum Lot Siz parameters

    Hello Gurus,
           Please explain me the what is the use of the parameter Rounding Value
    ,Minimum Lot Size and Maximum Lot Size parameters in the product master and how does it in impact during the Heuristic Run?
    Thanks.

    Rounding value is the incremental quantities in which the order can be produced/procured. Eg. if orders are possible with quantities 40,60, 80, 100 etc..then rounding value is 20.
    Min lot size is the minimum quanity in which order can be produced eg. 40 in above example
    Max lot size is the maximum quanitity in which the order can be produced/procured. eg. 100 in our example
    Impact on Heuristic run: heuristics takes all the above parameter to plan supply order. eg. if requirement is 55, it will supply plan for 60. If requirement is 120, it will produce two orders - one for 100 and the other for 20. if the reuqirement is 10, the order size will be 40.
    Hope this helps.

  • DRG-11112: length of CLOB query value exceeds maximum of 64000

    Is there a CLOB length limitation when running an Oracle Text search? (v 11.1.0.7) I have checked the Reference Guide and Application Developer's Guide.
    --create table
    create table nk_1929(id number, vc_a clob);
    --insert dummy data
    declare
    vc_clob clob;
    begin
    vc_clob := lpad(to_clob('a'), 222920, 'a');
    insert into nk_1929 values(1, vc_clob);
    end;
    --create index
    create index nk_1929_ndx on nk_1929(vc_a)
    indextype is ctxsys.context parameters('
    datastore ctxsys.default_datastore
    stoplist ctxsys.empty_stoplist');
    --run query with a search string longer than 64000
    declare
    str1 clob;
    query_term clob;
    begin
    select vc_a into query_term from nk_1929 where id = 1;
    str1 := 'select id from nk_1929 where contains(vc_a, :1) > 0';
    execute immediate str1 using query_term;
    end;
    ORA-29902: error in executing ODCIIndexStart() routine
    ORA-20000: Oracle Text error:
    DRG-11112: length of CLOB Query Value exceeds maximum of 64000
    Please let me know if I am missing something here?

    Same 64000 CLOB query value limitation is also generated with a simple select:
    --run query with a search string longer than 64000
    declare
    vn_id number;
    query_term clob;
    begin
    select vc_a into query_term from nk_1929 where id = 1;
    select max(id) into vn_id from nk_1929 where contains(vc_a, query_term) > 0;
    end;
    ORA-29902: error in executing ODCIIndexStart() routine
    ORA-20000: Oracle Text error:
    DRG-11112: length of CLOB Query Value exceeds maximum of 64000

  • Minimum/Maximum Question

    Hello everyone, I have a problem that I haven't been able to come up with a solution to. I'm running Lookout 5.1 interfaced to a GE Fanuc 90/30 PLC. I have a thermocouple input that I want to monitor. I want to setup an alarm that will be tripped if the temperature changed +- 2 degrees over a 24 hour period (running constantly 24/7). I thought of using the minimum/maximum objects but noticed it only tells you the min or max for the past 35 data points. Anyone have any suggestions at to how I can create this alarm? Thanks!!

    I'm afraid you misunderstand the meaning of 35.
    This object continuously calculates the max value for all the data from the last time you reset it.  Everytime you reset it, the current max value will be stored to "maximum.1". It can store the last 35 max values.  
    You can test it by yourself. Connect a "waveform.random" to it and a pushbutton to "reset".
    So, I mean you can accomplish what you want by min/max objects.  Regarding the 24h period, you just need to reset it everyday.
    Ryan Shi
    National Instruments

  • ORA-22813: operand value exceeds system limits

    hi all,
    ORA-22813: operand value exceeds system limits
    the above error occurs while calling a function. in 10g its working fine. after moving it to 11g v r facing the error. Plz help

    KRIS wrote:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE 11.1.0.7.0 Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - ProductionIt seems that is a bug,refer
    *Bug 8861467 - ORA-22813 / ORA-600 [12761] can occur in 11g [ID 8861467.8]*
    To fixing problem you need apply 11.2.0.2 (Server Patch Set)

  • XML data value exceeds maximum length - ORA-30951

    Hello,
    I am receiving ORA-30951: Element or attribute at Xpath /dataroot/Respondent[1]/Response[3]/Value exceeds maximum length error during the XML load.
    I have registered the schema and it works fine when the Value is less than 64k but fails if its greater. I tried changing the type of Value to type="xsd:base64Binary" xdb:maintainDOM="false" xdb:SQLName="LOB_DATA" xdb:SQLType="BLOB" but then I get ORA-00932: inconsistent datatypes error.
    Can someone please let me know what I am doing wrong or is there a way I can load more than 64k length elements on 10g?
    Thanks
    Here is my schema.
    var SCHEMAURL varchar2(256)
    var XMLSCHEMA CLOB
    set define off
    begin
    :SCHEMAURL := 'http://xmlns.example.com/Svy_Resp.xsd';
    :XMLSCHEMA := '<?xml version="1.0"; encoding="utf-16"?>
    <xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" version="1.0"; xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb" xdb:storeVarrayAsTable="true">
    <xsd:element name="dataroot" xdb:defaultTable="SVY_RESP_XML_SCHEMA" type="datarootType" />
    <xsd:complexType name="datarootType" xdb:maintainDOM="false"
    xdb:SQLType="Dataroot_T">
    <xsd:sequence>
    <xsd:element maxOccurs="unbounded" name="Respondent" type="RespondentType" />
    </xsd:sequence>
    <xsd:attribute name="generated" type="xsd:dateTime" />
    </xsd:complexType>
    <xsd:complexType name="RespondentType" xdb:maintainDOM="false" xdb:SQLType="Respondent_Type">
    <xsd:sequence>
    <xsd:element name="RespondentID" type="xsd:int" />
    <xsd:element name="KsID" type="xsd:int" />
    <xsd:element name="email" type="xsd:string" />
    <xsd:element name="SyID" type="xsd:int" />
    <xsd:element name="KSuID" type="xsd:int" />
    <xsd:element name="Completed" type="xsd:int" />
    <xsd:element name="SubmitDateTime" type="xsd:dateTime" />
    <xsd:element maxOccurs="unbounded" name="Response" type="ResponseType" />
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ResponseType" xdb:maintainDOM="false" xdb:SQLType="Response_Type">
    <xsd:sequence>
    <xsd:element name="ResponseID" type="xsd:int" />
    <xsd:element name="RespondentID" type="xsd:int" />
    <xsd:element name="CID" type="xsd:int" />
    <xsd:element name="AID" type="xsd:int" />
    <xsd:element name="Value" type="xsd:string"/>
    <xsd:element name="QID" type="xsd:int" />
    <xsd:element name="SID" type="xsd:int" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>';
    end;
    /

    Thanks for the quick response. I am not able to modify the source file, but will it be possible to set the value to NULL if it exceeds the max length instead of failure?
    Thanks

  • Search help: default value for 'Maximum no of hits'

    Hello,
    I have a request from a user to change the default value for maximum number of hits in the search help.
    Any quick hint?
    Regards,
    Michal

    Not sure if this is possible and don't have a SAP system available at the moment ...
    But check this out...
    Is there anything in user profile ..
    or check if the number of hits field has a PARAMETER ID associated with it...
    Then in that case you might default a value other than 500 in your user profile.
    Cheers,
    Ram

  • Operand value exceeds system limits in sdo_aggr_mbr

    Hi-- i'm trying to get the MBR of a fairly large geometry (1429 vertices) and run into a strange problem:
    when i:
    select sdo_aggr_mbr(shape)
    from FEEDER_LINES_SDO
    where subname = 'OCEANO';
    i get what i expect:
    SDO_GEOMETRY(2003, 82212, NULL, SDO_ELEM_INFO_ARRAY(1,1003, 3),SDO_ORDINATE_ARRAY(712103.736,3876977.34, 733591.744, 3896557.18))
    however when i try to get the subname in my query as well:
    select subname ,sdo_aggr_mbr(shape)
    from FEEDER_LINES_SDO
    where subname = 'OCEANO'
    group by subname;
    i get
    ERROR at line 1:
    ORA-22813: operand value exceeds system limits
    The query fails with "ORA-00937: not a single-group group function" when i leave out the group by clause
    i can get around it with a kludge, but would like to know why the group by fails
    the kludge:
    select subname,min(t.x) minx, min(t.y) miny, max(t.x) maxx, max(t.y) maxy from
    FEEDER_LINES_SDO c,
    TABLE(SDO_UTIL.GETVERTICES(c.shape)) t
    where subname = 'OCEANO'
    group by subname;
    SUBNAME MINX MINY MAXX MAXY
    OCEANO     712103.736 3876977.34 733591.744 3896557.18
    where minx(), miny() etc are variations on:
    function minx (geom_in mdsys.sdo_geometry)
    return number DETERMINISTIC IS
    begin
    return sdo_geom.sdo_min_mbr_ordinate(geom_in,1);
    end;
    the group by expression seems to work fine on geometries with less than 1200 vertices. Is there a system parameter i can change?
    elvis{44}% oerr ora 22813
    22813, 00000, "operand value exceeds system limits"
    // *Cause:  Object or Collection value was too large. The size of the value
    // might have exceeded 30k in a SORT context, or the size might be
    // too big for available memory.
    // *Action:  Choose another value and retry the operation.
    i am running oracle 9.2.0.1 on solaris8
    any insight on this will be greatly appreciated
    cheers
    --kassim

    Hi Kassim,
    At KMS I recently ran into the same ORA-22813, when running this cursor SQL
         CURSOR lcur_montage IS
         select m.mont_id, m.sys_PK, m.krtp_id, m.mont_geom, m.til_dato_id , m.forloeb      
         from MTK_montage m
         where m.fra_dato_id = in_dato_id
         and m.krtp_id = 1           
         order by m.mont_id;
    Omitting the order by clause makes it work fine. If I alternatively omit the SDO_geometry m.mont_geom as a select item, the query also works.
    Our problem seems to arise when trying to sort selected rows, which contain large objects such as SDO_geometry.
    Yesterday we played around with SORT_AREA_SIZE, but to no avail. It turns out to be a known bug.
    When I today search for ORA-22813 in MetaLink, the first list item is
    1.
    9.2.0.X Patch Sets - List of Bug Fixes by Problem Type
    Type: Note
    Doc ID: 217194.1
    Score: 63%
    Modified Date: 18-FEB-2003
    Status: PUBLISHED
    Platform: Generic issue
    Product: Oracle Server - Enterprise Edition
    which unfortunately will not open and reveal its content.
    On the other hand trying MetaLink -> Bugs -> search for 'ORA-22813' gives amongst others Bug 2656107, which looks a lot like my problem.
    For Oracle eyes: - when will this bug be fixed? Does it solve the problem at hand?
    - regards
    Jens Ole Jensen
    Kort & MatrikelStyrelsen (WWW: http://www.kms.dk)
    Danmark  
    version: (32 bit) Oracle9i Enterprise Edition Release 9.2.0.2.0 - Production on Sun/SunOS 5.8 (64 bit)

  • Minimum & maximum stock for Material

    Hi Team,
    Here my client required to keep his stock in the form of Minimum & maximum stock for Material.
    Let me explain with an example.
    Material =Pen
    In Stock it should be always 5 & maximum 10, when it falls below 4 it should generate PR & should not cross maximum limit 10.
    if in stock 3 pens r there it should generate PR for 7 , If 4 then PR for 6
    Please help me for it ASAP.
    Regards
    Mahantesh

    Hi Mahantesh,
    For this you need to maintain below settings in material master for your material.
    In MRP1 view,
    Define MRP Type: V1
    Define Reorder Point: 5
    Define MRP Controller:
    Lot Size: HB (Replenish to max. stock)
    Define Maximum stock level: 10
    After this material master settings in MRP 1 view, test the results by running MRP for the material.
    Keep the stock at different levels like 3, 4 and 6 for the material before MRP run.
    You will get the results as per your business requirements.
    Regards,
    Naresh

  • Value to maximum NetRetryCount in essbase 11.1.2.1

    Hi my friends
    what is value to maximum NetRetryCount in essbase 11.1.2.1
    and
    what is value to maximum NetDelay in essbase 11.1.2.1
    I have Essbase Server in AIX
    values currently are:
    NetRetryCount = 40000
    NetDelay = 100000
    I can increase it more?
    The more I can improve?
    thanks
    Regards
    Pedro

    Hello
    can someone please help
    thanks

  • CRM OnDemand Concurrent webservice session limitation

    I have seen the in old documents of webservice where the limit is mentioned as 2n+10 where n is the number of licensed users. However the same section is missing in the current version of R17 documents. Hence, my question is: What is the methodology to set the value for "maximum Number of concurrent sessions for a company". Out of the box, as I understand, it is set to 10. But since we are licensed for 450 users, we needed this value to be bumped to a higher number. Would anybody know what is the best practice to set this up?
    Thanks,
    Narayan

    I have posted this question via a SR and I am waiting for the response. However, even in case of multi-tenant, there should be some methodology which is used for setting this parameter. I would be surprised if the criteria is not based on number of concurrent users because the license fee does correlate to the the number of users.
    Thanks or your reponse. If you have any insight into the max or best value for this parameter, please share it with me.
    Thanks again,
    Narayan

  • Sales Order with minimum maximum quantity

    Hello SAP Masters,
    How to maintain a sales order with minimum - maximum quantity? Is there any programme which i can use to map this scenario?
    Thanks in advance
    amit

    hi,
    we can only maintain minimum order qty. We dont have anything in std. to maintain a max order qty. We need to change the screen in material master. Also update the std. MVKE of material master (Sales view) with a zee field just as we have min. ord qty.
    It takes a good bit of customization and also we need very high authorizations from the business owners to do this enhancement.
    Else a simple way out is .. create  a contract with a dummy customer which can be changed at the sales order level, for that material and make all the sales orde with ref. to that.
    Hope this helps. Pl. reward if useful.
    Thanks & Regards
    Sadhu Kishore

  • ORA-22813: operand value exceeds system limits when generation XML

    Hi All,
    We are using Oracle 11GR2 database and I am trying to generate XML Files using SQL/XML Functions.
    I am in the end of development and while testing I am facing this freaking issue. ORA-22813: operand value exceeds system limits.
    SELECT XMLSERIALIZE(DOCUMENT DATA AS CLOB) AS DATA FROM (
              SELECT
              XMLELEMENT (
    "Region_Data",
    XMLAGG (
    XMLFOREST (
    R.region as "Region_Name",
    R.first_name||R.last_name as "EmployeeFullName",
    R.ntlogin as "EmployeeAlias",
    R.job_title as "EmployeeRole",
    R.sap_number as "SAPNumber",
    R.sales_transaction_dt AS "Day",
    R.region AS "RegionName",
    R.postpaid_totalqty AS "PostpaidCount",
    R.postpaid_totaldollars AS "PostpaidAmount",
    R.postpaidfeature_totalqty AS "PostpaidFeatureCount",
    R.postpaidfeature_totaldollar AS "PostpaidFeatureAmount",
    R.prepaid_totalqty AS "PrepaidCount",
    R.prepaid_totaldollars AS "PrepaidAmount" ,
    R.prepaidfeature_totalqty AS "PrepaidFeatureCount",
    R.prepaidfeature_totaldollars AS "PrepaidFeatureAmount",
    R.accessory_totalqty AS "AccessoriesCount",
    R.accessory_totaldollars AS "AccessoriesAmount",
    R.handset_totalqty AS "HandsetsCount",
    R.handset_totaldollars AS "HandsetsAmount",
    (SELECT XMLAGG (
    XMLELEMENT (
    "Division",
    XMLFOREST (
    di.division AS "DivisonName",
    di.postpaid_totalqty AS "PostpaidCount",
    di.postpaid_totaldollars AS "PostpaidAmount",
    di.postpaidfeature_totalqty AS "PostpaidFeatureCount",
    di.postpaidfeature_totaldollar AS "PostpaidFeatureAmount",
    di.prepaid_totalqty AS "PrepaidCount",
    di.prepaid_totaldollars AS "PrepaidAmount" ,
    di.prepaidfeature_totalqty AS "PrepaidFeatureCount",
    di.prepaidfeature_totaldollars AS "PrepaidFeatureAmount",
    di.accessory_totalqty AS "AccessoriesCount",
    di.accessory_totaldollars AS "AccessoriesAmount",
    di.handset_totalqty AS "HandsetsCount",
    di.handset_totaldollars AS "HandsetsAmount",
    (SELECT XMLAGG (
    XMLELEMENT (
    "District",
    XMLFOREST (
    dis.district AS "DistrictName",
    dis.postpaid_totalqty AS "PostpaidCount",
    dis.postpaid_totaldollars AS "PostpaidAmount",
    dis.postpaidfeature_totalqty AS "PostpaidFeatureCount",
    dis.postpaidfeature_totaldollar AS "PostpaidFeatureAmount",
    dis.prepaid_totalqty AS "PrepaidCount",
    dis.prepaid_totaldollars AS "PrepaidAmount" ,
    dis.prepaidfeature_totalqty AS "PrepaidFeatureCount",
    dis.prepaidfeature_totaldollars AS "PrepaidFeatureAmount",
    dis.accessory_totalqty AS "AccessoriesCount",
    dis.accessory_totaldollars AS "AccessoriesAmount",
    dis.handset_totalqty AS "HandsetsCount",
    dis.handset_totaldollars AS "HandsetsAmount",
    (SELECT XMLAGG (
    XMLELEMENT (
    "Store",
    XMLFOREST (
    mst.store_id AS "StoreNumber",
    mst.store_name AS "StoreLocation",
    mst.postpaid_totaldollars AS "PostpaidAmount",
    mst.postpaidfeature_totalqty AS "PostpaidFeatureCount",
    mst.postpaidfeature_totaldollar AS "PostpaidFeatureAmount",
    mst.prepaid_totalqty AS "PrepaidCount",
    mst.prepaid_totaldollars AS "PrepaidAmount" ,
    mst.prepaidfeature_totalqty AS "PrepaidFeatureCount",
    mst.prepaidfeature_totaldollars AS "PrepaidFeatureAmount",
    mst.accessory_totalqty AS "AccessoriesCount",
    mst.accessory_totaldollars AS "AccessoriesAmount",
    mst.handset_totalqty AS "HandsetsCount",
    mst.handset_totaldollars AS "HandsetsAmount"
    FROM stores_comm_mobility_info_vw mst
    WHERE mst.district = dis.district
    ) "Store_Data")))
    FROM diST_comm_mobility_info_vw dis
    WHERE dis.division = di.division
    ) "District_Data")))
    FROM div_comm_mobility_info_vw di
    WHERE di.region = r.region
    ) AS "Division_Data"))) AS DATA
    FROM reg_comm_mobility_info_vw R GROUP BY region)
    This is working fine for conditions where there is less amount of data, but when there is more data this query is failing.
    I do not know what to do now. Is there any way of this limit or do I need someother mechanisms to generate XML Files.
    The challenge is we need to generate XML Files and send the XML Data to an Interface which will use this data to display in a cell phone.
    I am really frustated now as I am getting this error when I am testing for huge amount of data.
    Appreciate if anyone can help me out ASAP.
    (tHE BELOW XML I am trying to generate)
    <REGION>
         <Region_Data>
              <Region_Name>Southwest</Region_Name>
              <EmployeeFullName>AllisonAndersen</EmployeeFullName>
              <EmployeeAlias>AANDERS60</EmployeeAlias>
              <EmployeeRole>District Manager, Retail Sales</EmployeeRole>
              <SAPNumber>P12466658</SAPNumber>
              <Day>JAN</Day>
              <RegionName>Southwest</RegionName>
              <PostpaidCount>52</PostpaidCount>
              <PostpaidAmount>1579.58</PostpaidAmount>
              <PostpaidFeatureCount>296</PostpaidFeatureCount>
              <PostpaidFeatureAmount>4174.19</PostpaidFeatureAmount>
              <AccessoriesCount>394</AccessoriesCount>
              <AccessoriesAmount>45213.87</AccessoriesAmount>
              <Division_Data>
                   <Division>
                        <DivisonName>Southern California</DivisonName>
                        <PostpaidCount>52</PostpaidCount>
                        <PostpaidAmount>1579.58</PostpaidAmount>
                        <PostpaidFeatureCount>296</PostpaidFeatureCount>
                        <PostpaidFeatureAmount>4174.19</PostpaidFeatureAmount>
                        <AccessoriesCount>394</AccessoriesCount>
                        <AccessoriesAmount>45213.87</AccessoriesAmount>
                        <District_Data>
                             <District>
                                  <DistrictName>Orange County West</DistrictName>
                                  <PostpaidCount>52</PostpaidCount>
                                  <PostpaidAmount>1579.58</PostpaidAmount>
                                  <PostpaidFeatureCount>296</PostpaidFeatureCount>
                                  <PostpaidFeatureAmount>4174.19</PostpaidFeatureAmount>
                                  <AccessoriesCount>394</AccessoriesCount>
                                  <AccessoriesAmount>45213.87</AccessoriesAmount>
                                  <Store_Data>
                                       <Store>
                                            <StoreNumber>9551</StoreNumber>
                                            <StoreLocation>TM - BROOKHURST &amp; WARNER</StoreLocation>
                                            <PostpaidAmount>10</PostpaidAmount>
                                            <PostpaidFeatureCount>22</PostpaidFeatureCount>
                                            <PostpaidFeatureAmount>319.89</PostpaidFeatureAmount>
                                            <AccessoriesCount>27</AccessoriesCount>
                                            <AccessoriesAmount>4330</AccessoriesAmount>
                                       </Store>
                                  </Store_Data>
                             </District>
                        </District_Data>
                   </Division>
              </Division_Data>
         </Region_Data>
    </REGION>
    Thanks,
    Madhu K.

    You didn't give any feedback in your previous thread.
    Did you try the approach suggested here in {message:id=10998557}, instead of using nested inline subqueries ?

  • Mean amount from 9500 INR Exceeds low value asset maximum amount.

    HELLO Experts,
    While posting  F-43 getting error mesage: -
    mean amount from 9500 INR Exceeds low value asset maximum amount.
    Also I checked the Tcode OAY2 and OAYK.
    Thanks and Regards
    Urmila S
    Edited by: surmik on Mar 23, 2011 10:29 AM
    Edited by: surmik on Mar 24, 2011 6:58 AM

    Hi
    I checked OA08. Still the error is showing.
    Kindly assist me with the solution.
    Thanks and Regards
    Urmila S

  • Delete the default minimum maximum properties

    hi
    want to delete the minimum &  maximum properties   in diadem channel  -properties  programmatically thr' labview
    but I thing that TDMS writes it by default ?

    Hey,
    the minimum and maximum properties are part of the TDMS data model and you are not able to delete this properties.
    Stephan

Maybe you are looking for