Maintaining two values for upper & lower specification for a MIC

Hi gurus,
My client requirement is that they want to maintain two values for upper specification and lower specification for a quantitative characteristic.
For eg. Master inspection characteristic is carbon %
& for this characteristic they want to maintain values as follows
lower specification:0.00   upper specification:0.32
lower specification:0.37   upper specification:0.60
The requirement is that both these limits should be maintained for the same MIC and system should not allow values between 0.32-0.37
Is this possible in standard scenario.If possible pls. provide me the solution.
Thanks in advance.

No, not possible in standard SAP.  A test can only have one set of limts.
What you describe sounds more like specs anyway rather then test limits. 
Your client isn't maintaining specs for materials in MIC's are they?  This would be the least desirable method and not really the way SAP designed it to be.
Craig

Similar Messages

  • How to search for upper/lower case using string using JAVA!!!?

    -I am trying to write a program that will examine each letter in the string and count how many time the upper-case letter 'E' appears, and how many times the lower-case letter 'e' appears.
    -I also have to use a JOptionPane.showMessageDialog() to tell the user how many upper and lower case e's were in the string.
    -This will be repeated until the user types the word "Stop". 
    please help if you can
    what i have so far:
    [code]
    public class Project0 {
    public static void main(String[] args) {
      String[] uppercase = {'E'};
      String[] lowercase = {'e'};
      String isOrIsNot, inputWord;
      while (true) {
       // This line asks the user for input by popping out a single window
       // with text input
       inputWord = JOptionPane.showInputDialog(null, "Please enter a sentence");
       if ( inputWord.equals("stop") )
        System.exit(0);
       // if the inputWord is contained within uppercase or
       // lowercase return true
       if (wordIsThere(inputWord, lowercase))
        isOrIsNot = "Number of lower case e's: ";
       if (wordIsThere(inputword, uppercase))
         isOrIsNot = "number of upper case e's: ";
       // Output to a JOptionPane window whether the word is on the list or not
       JOptionPane.showMessageDialog(null, "The word " + inputWord + " " + isOrIsNot + " on the list.");
    } //main
    public static boolean wordIsThere(String findMe, String[] theList) {
      for (int i=0; i<theList.length; ++i) {
       if (findMe.equals(theList[i])) return true;
      return false;
    } // wordIsThere
    } // class Lab4Program1
    [/code]

    So what is your question? Do you get any errors? If so, post them. What doesn't work?
    And crossposted: how to search for upper/lower case using string using JAVA!!!?

  • Define upper/lower limits for shipment cost condition

    Hi people, help please!
    How can I define upper/lower limit for shipment cost conditions?.
    The transaction TK11 has the functionality for upper/lower limits, but I can't find how to define it in customizing.
    I follow the path Logistic Execution>Transportation>Pricing>Pricing Control>Define Condition Types, but is not like the transaction for pricing elements in condition types for sales.
    How can I do it?
    Regards.

    The problem is on the class condition import limits.
    I can’t customize upper and lower prices for the shipment cost class condition and i cant find how define it or what else can I do.
    The customizing transaction for shipment cost lass condition is not like sales price class condition, please look this:
    For the shipment cost class condition follow the path SPRO>Logistic Execution>Transportation>Shipment Cost>Pricing>Pricing Control>Define Condition Types.
    For the sales price class condition follow the path SPRO>Sales and Distribution>Basic Function>Pricing>Pricing Control>Define Condition Types, and take a look in Define upper/lower limits for conditions.
    So then, when I go to functional transaction VK11 for the sales price condition y can’t assign an import out of the limits defined. I need the same for shipment cost condition, transaction TK11, but I can’t find where define the limits, as result, user can load any import without limits.
    I hope the explanation is useful.

  • How to assign one name  for upper/lower/upperlower?

    Dear,
    i am using JDev Version: 11.1.2.1.0
    In my form i have employee field . First time i am entering damby(lowercase) in that field.
    if a enter second time DAMBY(uppercase) it should show me error that name is already exists.
    employee field is coming from view but i can save data any cases in db either upper/lower/upper lower
    Thanks
    Damby
    Edited by: 910346 on Jan 10, 2013 3:33 AM
    Edited by: 910346 on Jan 10, 2013 3:41 AM
    Edited by: 910346 on Jan 10, 2013 3:41 AM

    wll you might have missed to get my point, lemme give you an example:
    in your validator,After getting your view Iterator
    for(Row row:iter1.getAllRowsInRange){   \\here iter1 is your view iterator
      if(valueEnteredByuser.equalIgnoreCase(row.getAttribute("col1").toString())){   \\here col1 is your attribute that contains the value  and valueEnteredByuser is the value entered by user
          throw new validatorException(new FacesMessage(FacesMessage.SEVERITY_ERROR,"Data Exists"));
    }let me know if you need some other help :)

  • Passing two values in a column prompt for display and filtering

    Hi All,
    Is there a workaround to use two columns in a prompt for display and passing the input value for a prompt value in dashboard prompt? For eg we want to display the description in the prompt but pass the id to the filter value or presentation variable, just like we have in bi publisher,LOV automatically grab the two value for display and actual value to pass to the query.Therefore, user will click the description and corresponding id will be saved in presentation variable from the prompt .
    Thanks,
    Sushil
    Edited by: 872073 on Apr 5, 2013 11:06 AM

    Check this
    http://www.rittmanmead.com/2010/08/oracle-bi-ee-11g-handling-double-columns-iddescription-interoperability/

  • Upper Lower Case for Input Fields of ALV

    Hi,
    i have an ALV has some input fields columns. All values of input fields are upper case after entering something into that input fields (etc. airline -> AIRLINE).
    how to add upper lower case control to ALV? (etc. airline -> airline, AIRLINE -> AIRLINE)
    Thanks.

    Dear Narullah,
    The elements of your table consists of data types you can maintain in the SE11.
    The data type are based on a domain which you can maintain in SE11 as well.
    Just go to SE11 and check the domain which is behind the table field. On the tab "Definition" of the domain just checkmark "Lower Case". Afterwards the system does not translate your input to upper case automatically.
    If you use a SAP domain, you need to copy it to customer namespace, set the lower case flag, create a new data type based on your own domain and use it in the structure of your internal table.
    Does this help?
    Regards,
    Hendrik

  • Upper/Lower limit for delta extractor

    Hi Experts,
    Where can I see the configuration of the upper/lower safety limit for a delta extractor (tcode)?  I would like to determine the configuration of one of our FI extractors.
    Regards
    Mark

    Hi Chandra,
    When checking the source system the extractor is extracted using FM RKE_BIW_GET_DATA_API.  When we display the datasource and click on generic delta, we are getting an error "Specified table does not exist."
    Forgot to mention this is a SAP delivered extractor for CO-PA.
    Regards
    Mark

  • Can we maintain two values for one material a plant without split valuation

    Hello Guru's,
    We have a situation, we use MOVING AVERAGE PRICE in accounting view 1. Without split valuation.
    The actual issue is, we receive, damaged material from a customer with a "0" value, and we send the material as it is, to a vendor with a "0" value.
    The vendor, sends us back the repaired material with a value, say "10" (and this keeps changing).
    Is it possible, to have Non Valuated Stock and Valuated Stock within the same Plant, for Material "A".
    And it shouldn't affect the MAP. Also, we don't want to have Split Valuation.
    Please help.
    Kashi

    if i am getting your scenrio correctly then i will suggets u to maintian  the material master with moving avreage price control indicator then
    case1> gr from customer at o rs
    use the tcode mb1c and movement type 511
    as it is evaluated at MAP hence only material document genrated no accounting document
    well tried to realize your scenerio but it is not possible to do that
    as MAP is going to get effected as a result of valuated good recipet
    u need to go for separate material code then transfer good from non valuated to valuated one using tcode mb1b and movement type 309 or use split valuation

  • How to maintain two different number ranges in OM for positions?

    I have a requirement where i want to create two different number ranges for Positions in OM. Please also explain me the process ?
    Edited by: priyeshosi on Feb 22, 2010 3:46 PM

    yes the enhancement for this transaction code is RHIV0001 & the user exits are as follows :
    1. EXIT_SAPLRHIN_001              Customer exit: Check number ranges for integration.
    2. EXIT_SAPLRHIV_001              Customer exit: Internal number assignment
    3. EXIT_SAPLRHIV_002              Customer exit: Check external numbers
    4. EXIT_SAPLRHIV_003              Customer exit: Check whether internal number assignment
    which one to use from the above four & in what order

  • Request  for sample Functional Specification for BDC to upload PA40 or PA30

    Hi Experts
    I need to Write a Functional specification to Guide My ABAP team member to write a BDC for uploading data in PA40.
    It would be great if somebody could spare me one .
    Thanks in advance
    Rajeev Chhabra
    <u>[email protected]</u>

    Hi Rajeev,
    Your company might be having standard format of FS.
    Writing a FS for a BDC is not that tough job. You need to provide some basic information such as the file structure to be used in BDC, Number of fields in the file, which fields on the screen need to be populated (you can get the fields technical name by doing F1 on the field).
    I think you can use this as a guideline to write your own FS.
    Regards,
    Atish

  • Sales price upper/lower conditions

    hi,
    I would like to know if it's possible to set a warning message, if we set a sales prices upper or lower (in % or not) then a default value.
    I have already defined upper/lower limits for the sales conditions but does not work.
    Thank you very much
    Pedro Barros

    Hey Ines,
    LSMW is probably your best bet. The only tricky part is ensuring your key combination string e.g. Sales Area, Customer, Article is included for SAP to figure out which pricing table to update. If you create an LSMW object using a recording, it calls tcode VK15 (for what its worth...).
    The other option you could try is CATT (Computer Aided Test Tool). You can access that via transaction SCAT. That will do the trick for as well.
    Good luck!
    Cheers,
    Paul...

  • Amending the mic upper lower limits at the time of RR

    Hi, Please advise how to change the upper lower limit of the mic during resultts recording? Also advise how to cancel the recorded values of the results recording so that the lot status becomes REL? Can we change REL to CRTD status. Thank you every one supporting the beginners.

    please advise how to change the upper lower limit of the mic during resultts recording?
    Its really not possible
    Also advise how to cancel the recorded values of the results recording so that the lot status becomes REL?
    You can not cancel but change the values .This is possible if you declare all char as "Long term " char in control indicator.
    This will give status LTIN to char which allows you to change the RR values at any times
    Can we change REL to CRTD status.
    In QA02-->click on "Reset"-->save -->this will change status from REL to CRTD.
    but this is only possible when UD is not taken

  • Datatable for upper and lower limit maintained in Measuring Point.

    Hi,
    I am making use of user exit : IMCR0001. User exit generates maintenance order for measuring reading which are beyong the range maintained in measruing point.
    I have create measuring point with characteristics as TEMPERATURE. I have maintained upper limit : 1500 C & lower limit : 1200 C.
    When I check datatable IMPTT and look for upper and lower limit, it is showing me : Upper range :1.7731500000000001E03 Lower range : 1.4731500000000001E03
    Why is that I can not find the actual value as 1500 and 1200 n the datatable?
    In which datatable I can find these values?
    Kindly help.
    Thanks in advance.
    Regards,
    TOM.

    Hi Tom,
                 These are system Generated Values, but they will be concatenated by a few Zeros, but you can always find the exact value,
    I am able to see the Values correctly in my system follower by some 10-12 zero's "E"+ 02 or 03.
    but can check the values
    can cross check the Characteristics for the same measuring point?
    Regards,
    Yawar Khan

  • Maintain two excemption certificate for a vendor

    Hi,
    How to maintain two excemption certificate for a vendor.
    I have a vendor, submitted lower TDS deduction certificate on april and again submitted another certificate in june with difference rate of TDS.
    how to configure.
    Regards
    Venkat

    One exemption per tax type-tax code combination can be maintained in the Vendor master.  So if your taxes are of different combinations, then it is possible.
    However, as per act, two exemptions are not available under the same section (For eg. you cant have two exemptions under section 196A).  But it is possible to have two certificates under different sections.  But even in this case, there are restrictions because at the end it is the income of the same Vendor.
    So, to answer your question, technically it is possible to have two exemptions, but as per law you are not permitted, unless the act specifically permits such a provision under some notification.
    Ravi.

  • How to Maintain Two Countries for a Single Plant in OX10

    Hi Experts
    I need the solution for the below settings for OX10 ( Plant Overview ) .
    For a single Plant i have to maintain two countries .
    1) One country in details screen of Plant ( Country Key )
    2) Second country in Address details of the same plants ( In the Street Address - Country )
    while i am doing that the country in main screen is getting copied as same as address country after saving .
    Pls Help .
    Regards
    Sameer
    Edited by: Saxena Sameer on Oct 20, 2011 7:46 AM

    It is not possible and not logical to have one plant in 2 countries.
    And the 2 screens you talk about should actually have the same values, otherwise it is just inconsistent data.
    The first screen was all what SAP had for a plant address before central address management was implemented with 4.0 release.
    Since central address management is in use, you only need to define you address behind the envelope button and the necessary information is adopted to the first screen automatically.
    Knowing this background should make you aware that these 2 address screens are not designed to be maintianed for different purposes.

Maybe you are looking for