Lowest value determination

Dear Experts,
in lowest value determination,what are
based on range coverage(mrn1)
based on movement rate (mrn2)
formula for this is : total recipts / qty in stock * 100 = say is 10%
if less than 15% then that deval % is applied(deval % is specified in Config).
now where do we specify this 15 %
Pls give solution.
Kind Regards
Sajid

Hi
Is it the exception rule you are checking in MRN1 - exception rules - %?
Thanks

Similar Messages

  • Lowest value determination based on movement rate

    Dear Experts,
    in lowest value determination,what are
    1. based on range coverage(mrn1)
    2. based on movement rate (mrn2)
    formula for this is : total recipts / qty in stock * 100 = say is 10%
    if less than 15% then that deval % is applied(deval % is specified in Config).
    now where do we specify this 15 %
    Kind Regards
    Sajid

    Any Answers Please!!!!!!!!

  • Lowest value determination including delivery costs

    Hi friends,
    is it possible to include delivery costs (as freight costs FRA1 and FRB1) in the lowest value determination MRN0 when comparing order prices as market prices?
    Best regards,
    Carsten

    HI,
    I have done this configuration to go to different GL Account
    Example --for Freight(Seperate GL Account)
    My requirement is
    In PO
    Material X       100/-    Cost centre-1024
    Material Y       200/-    Cost Centre-1025
    Invoice is
    Material X       100/-   
    Material Y       200/-  
    Unplanned Delivery costs 30/-
    After Posting MIRO it should come this way...
    Material X       100/-   CC-1024
    Material Y       200/-   CC-1025
    Freight -charges- 10/- CC 1024
    Freight -charges-20/-  CC-1025
    (Freight charges should go to different GL Account and also splitting the costs based on the PO item value)
    could you please help me how this can be done.

  • Second highest and third lowest value in columns

    create table test (id number,a number,b number,c number,d number,e number);
    insert into test values (1,13,8,7,14,15);
    Required output with column names 2nd highest and 3rd Lowest Value
    ID           2NDHIGHEST        3RDLOWEST
    1            14[D]             13[A]Thanks.

    So because you didn't quite get the answer you wanted before you thought you'd just ask the same question again?
    That just confuses people as they don't know what solutions you've already been provided with.
    So what you want is something like...
    SQL> ed
    Wrote file afiedt.buf
      1  with test as (
      2                select 1 as id,20 as a,23 as b,38 as c,15 as d, 13 as e from dual union all
      3                select 2, 0, 18, 18.1, 19, 7 from dual union all
      4                select 3,40,-2,25.67,28,17 from dual union all
      5                select 4,13,8,7,14,15 from dual
      6               )
      7  --
      8  -- end of test data
      9  --
    10  select id
    11         -- take the results and pivot them back to single rows
    12        ,max(case when rnk = cnt_rnk-1 then to_char(n)||' ['||l||']' else null end) as second_highest
    13        ,max(case when rnk = 3 then to_char(n)||' ['||l||']' else null end) as third_lowest
    14  from (-- determine the maximum rank value within each id group
    15        select id, l, n, rnk
    16              ,max(rnk) over (partition by id) as cnt_rnk
    17        from (-- determine ranks for the 'n' values within each id group
    18              select id, l, n
    19                    ,dense_rank() over (partition by id order by n) as rnk
    20              from (-- unpivot the data to make the structure workable
    21                    select id
    22                          ,decode(rn,1,'a',2,'b',3,'c',4,'d',5,'e') as l
    23                          ,decode(rn,1,a,2,b,3,c,4,d,5,e) as n
    24                    from test
    25                         cross join (select rownum rn from dual connect by rownum <= 5)
    26                   )
    27             )
    28       )
    29  where rnk = 3
    30  or    rnk = cnt_rnk-1
    31  group by id
    32* order by id
    SQL> /
            ID SECOND_HIGHEST                               THIRD_LOWEST
             1 23 20 [a]
    2 18.1 [c] 18 [b]
    3 28 [d] 25.67 [c]
    4 14 [d] 13 [a]

  • Lowest value in CKF column in a query which uses structures.

    Hi Experts:
    I have the following user requirement.
    There is a need to find the least value of the values in a calculated key figure in the columns
    In rows I have structure and 6 structure elements. The structure elements are 0plant restricted with one plant each.
    Plant / Period Spend / Period Volume / $/case / Best of Best
    1000 / 1000     /   20 / 50 /20
    2000 / 2000 / 100 /20/20
    3000/ 3000/ 70 / 50 /43 /20
    The column $/case is a calculated key figure and I need the best of best column to contain the lowest value of the $/Case column
    This Best of Best column needs to be used in another calculated key figure.
    Anyone who has solution will be awarded with SDN points.
    N

    Hello,
             You can try out by creating a CKF and set the properties for that calculated keyfigure best of best with calculate single value as minimum and also result also minimum, then you can use this ckf in another ckf. if not going to be used globally you can try out by using formulas.

  • 217 Error in quantity/value determination

    Hi experts,
    In my pricing procedure the condition type VPRS is showing 0 value.
    In analysis it is showing error: 217 Error in quantity/value determination.
    Can you please tell what can be the problem? How dose VPRS work? I only know that VPRS is taken from the material master.
    Regards
    Fan

    Hi
    VPRS retrives the cost of the Material from the material master data > Accounting 1 tab to the Sales order.
    Once the cost is found, then Profit margin  (Net value - cost) is calculated.
    VPRS does not contain any Access sequence.
    With the help of its Condition category "G", it accesses the Material master > Accounting tab 1 and takes cost.
    There may be two cost specified in the Material master. They are
    - Moving Avarage Price
    - Standard Price
    Which one system will consider that depends upon the "Price control" field.
    If the value is "V' in the Price control field, the system takes the "Moving Avarage Price" and if it is "S", then system takes the "Standard Price".
    So, you must ensure these few control
    - VPRS should  NOT have any Access sequence.
    - Condition category "G" must have been assigned to VPRS.
    - VPRS must have been activated as "Statistical" condition in the Pricing Procedure and should not have any Account key.

  • Error in Quantity Value Determination

    Hi all,
    I am creating an invoice with respect to an intercompany PO. In the invoice, I am getting an error "Mandatory condition VPRS missing". When I check the analysis, I could see a message "Error in Quantity Value Determination"
    In the preceeding PO, when I checked the P101 Condition type, it also displays the same message "Error in Quantity Value Determination". However, when the value of P101 is manually maintained, --> PO saved --> invoice cancelled and --> Invoice recreated, no error in SD invoice is seen. Evident that problem is in MM.
    Please share your views and help me in solving this issue
    Regards,
    Rajesh

    Dear Jürgen and Praveen,
    Material master valuation price is maintained. What actually the error "Error in Quantity Value Determination" mean?
    Regards,
    Rajesh

  • Error in Quantity/Value Determination  : VPRS (IV)

    Gurus,
    When I am creating an IV (Intercompany Invoice), I am getting an error in VPRS determination in pricing. VPRS is not getting determined and it throws up an error saying "Error in Quantity/Value determination" (Error number 217)
    Need you help on the same
    Regards
    Leo

    Lakshmipathi,
    Pricing procedure is defined as you indicated. It is all standard. VPRS is getting determined for other materials for IV. Only for this specific material it is a problem.
    The error says as below
    Diagnosis
    "This condition has not been determined using condition records. The amount or value should be determined from another data source. For cost (condition category 'G') it is read using conditions from the material valuation segment, for a cash discount condition it is read using conditions from the terms of payment table.
    In this transaction an error occurs - the material valuation segment or the terms of payment table could not be read or a currency translation has failed."
    Any idea
    Regards
    Leo

  • Performance Management EhP4 -- Value determination BAdi

    What does the value determination BAdi do? How do you make it available in the appraisal document? I created a Z of the delivered value determination BAdi (hrhap00_value_det) and I also created in the enhancement areas (using oohap_basic). In the appraisal template I do not see them and I am not able to configure it

    Steps that you need to take care when you create the Z of this BADI.
    1.  Create the Z- BADI.
    2. Include this BADI in your enhancement area in OOHAP_BASIC.  It might be for the appraisal template, criteria group or criteria itself.
    3. Once included in the enhancement area you should go to PHAP_CATALOG_PA and include this BADI in the Category and Category group of the template in question.
    4.  After including this in category, you should go to the template in question and whichever COLUMN you need this BADI to calculate, just do an F4 on that column value determination field. You should be able to find it in the list. Use it.
    Hope this helps.
    Best Regards.
    Karan.

  • Dynamically change "lowest value allowed"

    I need to reset an item's "lowest value allowed" and "highest value allowed" frequently. Its Data Type is Integer. I like to set them dynamically by reading the values from a table so that I don't need to rebuild the form each time. What type of trigger should I use? What option should I use in set item property?
    Thanks a lot.

    Use a WHEN_VALIDATE-ITEM trigger.
    In the trigger code read your low and high range values from your table. Validate the item againts the table loaded values.
    Cheers
    [email protected]

  • Column - Value determination

    Hi,
    I am new to SAP HCM PMS. I want to configure template as shown below:
    Tasks to be performed:
    Task -1     Deliverable      Actual-achievement     Rating (Rating should be calculated as per Actual achievement against Deliverable)  
    Task -2     Deliverable      Actual-achievement     Rating (Rating should be calculated as per Actual achievement against Deliverable)
                                                                           Overall Rating(Average of above Ratings)
    For the above requirement, what columns and respective value list & value determination can be used.
    Furthermore, I am getting warning message"Value determination 'Value Determination - Overall Result (Weighted)' without dependent elements is of limited use" when I use Value determination as "TOTALERC" for Final Appraisal.
    Kindly assist me in this regard.
    Thanks and Regards,
    Harish

    Hi,
    I know it's a bit outdated, but in case someone looks for the anwser I post it here. All you need to do is to implement method CUST_CHECK_EXECUTABILITY of your BAdI (HRHAP00_VAL_DET) specifying which columns it might be assigned to i.e. for FAPP:
       read table t_pt5022 with key column_id = 'FAPP'
                                     transporting no fields.
       if sy-subrc = 0.
         executable = 'X'.
       else.
         clear executable.
    endif.
    Now you are able to assign this BAdI implementation to FAPP column.
    Regards
    Marcin

  • SAP HR appraisal template - value determination: set texts

    Hi experts,
    I'm implementing SAP HCM - Performance Management and I have the following requirement.
    In a specific column I want to use the badi implementation for value determination and set a text value (for example: "ROCE"). Is it possible to set a text value in the field? It's working only for number values (I don't want to use the cell note)
    Thanks in advance.
    Cheers,
    Andre Sousa
    Edited by: Andre Sousa on Mar 17, 2010 3:27 PM

    Anyone?

  • Value determination in Appraisal

    Dear Friends,
    I have created a quality scale which is like  Everage --good-- excellent. this has to be come as a drop down value in the portal.
    what is did is, I create a scale like ablove mentioned and create a column in the tample. now i want to assige this value for that column, i have done that in the element level.
    but in portal still i did not get the scale value as a dropdown value  againts the  column. what i did wrong? do i want to write value determination badi and has to attached in the column?
    Pls advise me.
    Regards,
    Saritha

    Hi Andy,
    i have assigned the scale to the colum. my required is the scale value ( everage- good-- excellent ) should come as a drop down list in the portal.
    But in the configuration , as u said I tried all value input like ( no entry) and the (no note ). My doubt is wether I need to create value determination badi for this?
    regards,
    Saritha

  • Return Lowest Value of Two Fields

    Hi,
    I have two fields that users manually enter into a form.  Value1 and Value2.
    Does anyone suggestions on the best way to use JavaScript to return the lowest value of the two fields?
    Thanks,
    Natalie

    Now that I am testing usability a little, I am wondering if I can save people a step and let them leave it blank (not make them enter None).  That would be more user friendly I think...
    Could the script be changed to return v1 if v2 is blank and v2 if v1 is blank?
    I tried this below, but I'm sure the set and otherwise is not quite right...
    // Custom calculate script
    (function () {
        // Get the field values, as strings
        var s1 = getField("Value1").valueAsString;
        var s2 = getField("Value2").valueAsString;
        // Attempt to convert to numbers
        var v1 = +s1;
        var v2 = +s2
        // Set to "None" if either field is not a number
        // Set to v1 if v2 is blank
        // Set to v2 if v1 is blank
        // Otherwise, set to the smaller number
        if (!s1 || !s2 || isNaN(v1) || isNaN(v2)) {
            event.value = "None";
        } else {
            event.value = Math.min(v1, v2);

  • I have a FP-1600 and a FP-AO-200 module, 0-20 ma. When I use Field Point Explorer 3.0.1, I can not command any of the channel output current. The current remains in the lowest value 0.0035 A. What is the problem ?

    I have a FP-1600 and a FP-AO-200 module, 0-20 ma. When I use Field Point Explorer 3.0.1, I can not command any of the channel output current. The current remains in the lowest value 0.0035 A. What is the problem ? The communications with the module are OK, because it shows when the current are open or closed.

    Jorg,
    I noticed that you claimed to be using the module in 0-20mA mode, yet the reading you are seeing is 3.5mA. This is the minimum value (with overranging) when the module is set to 4-20mA mode. My guess is that your module is defaulting back to 4-20mA mode, but your IAK file still thinks the module is in 0-20mA mode. You can verify this by using the find devices button in FieldPoint Explorer and then trying to write to the channel.
    To fix this problem, you should use the snapshot feature to change the default power-up mode for that channel.
    Regards,
    Michael Shasteen
    Applications Engineering
    National Instruments
    www.ni.com/ask
    1-866-ASK-MY-NI

Maybe you are looking for

  • Satellite Pro A300 shows blue screen error 8086...

    Hi, today laptop produced a Microsoft error message (Didn't see what it was) and it said to restart laptop. On restart blue screen error message appeared. 0x00008086 Thanks Paul

  • Should a new custom ESB contract wsdl required for such a scenario?

    Hi, I am using AIA 2.4 for my client who is integration Web-center 11g with JDE 9.0. The question is more pertaining to design approach that one needs to take for a scenario as this- The case - an ADF page tries to create a customer in the JDE and us

  • APEX 4.0.2 Images not displaying correctly

    I have read many posts on this problem and have attempted several of the suggestions but none have worked. As I am very green, this may appear very simplistic. 1. I successfully installed Oracle 11g on a Windows XP machine 2. I downloaded and install

  • My First MP3 player and already the disgust

    Just picked up a black 5gig Zen Micro and I still haven't opened it of what I've read so far. I was originally searching for the difference in retail boxes since I chose the smaller box over the bigger box because the cashier said the smaller box are

  • Is Edge Animate intended to replace Flash?

    Is Edge Animate intended to replace Flash?  I have worked with Flash for almost 15 years and love it, what is its future?