MRN2 - Determine lowest value

Hello,
I have following issue:
We are calculating at each year end a tax price 1 in material master (accounting 2) based on moving price and devaluation indicator.
This works fine with MRN2.
In that run we are updating tax price 1 and devalution indicators based on material moving.
At month end we have to report the "balance sheet values" with MRN9.
But we face the problem that the tax price 1 doesn't reflect the actual moving price - devalution percentage (based on dev. ind.).
It still shows the calculated value from year end!
Is there a way to set the tax price 1 to actual moving price - devaluation% without updating the devaluation ind. ?
Tried MRN9 with "database update" as well MRN3, but they do not take the devaluation ind. into account!!!
Any ideas from the pro's?
Thanks a lot!!!

Hi Antony,
thx for your reply.
Tried that, but it just copies act. moving price into tax price 1.
As for my test material "devaluation id" is e.g. 4 (which means dev. by 65%) it doesn't take dev.id. into account!
Strange isn't it?
Cheers
Wolfi

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

    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

  • 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]

  • Abort Could not determine a value for variable 0DAT from the authorizations

    Hi All,
    I encountered an error '/ Abort Could not determine a value for variable 0DAT from the authorizations\' when executing my query on a multiprovider in BW 3.5.
    Can anyone help me in finding a solutionn to this issue.
    Thanks,
    Kartik.

    Hi Kartik,
    I am sorry as that note is for NW2004s. Please check if 0DAT variable installed from a business content? if not then I think thats the cause of the problem.
    Hope this helps,
    Bye...

  • Cannot determine a value for an exit variable in the Formula fn w/p empty

    Hi All,
    We have an exit variable Z_EX_AR_VAR, the would read a hierarchy node input variable (Z_HN_AREA), which is furthur based on a hierarchy input variable (Z_HR_AREA), and wouuld return the first leaf of it.
    We have implemented a input ready query based on this exit variable and it is getting the first node and is input ready and saves the data to the database.
    It works well in the query when we have filtered the characteristic with the hier and hier node and the exit variables.
    We need to use the same value to be used in the Fox function.
    As per the requirement, the Fox function has to process the zero (empty) records.
    So, we have customized formula function to process emptry records.
    And in the function of type formula function that processes empty records, we have used the following statement.
    DATA AR type ZAREA.
    AR = VARI ( Z_HN_AREA, HIENM=Z_HR_AREA, 1).
    We are getting the following error message:
    Cannot determine a value for the variable Z_HN_AREA.
    Planning function ended with errors.
    What is that we are doing wrong here. Is it with the 'Process Empty Records' function that cannot read the variable.
    How come this variable is working in the query and it is not working in the FOX.
    We have done the variable to variable binding in the WAD also. Still the same problem.
    Any ideas? Thanks in advance.
    Best Regards,
    - Shashi
    Thanks in '

    Hi All,
    Michael Wolf from SAP confirmed that we cannot use VARiable read functions in the customized Formula function that processes the zero (empty records) as he spoke to SAP AG about the issue.
    Hence we have made a work around by creating a valid record using a dummy key figure in the Custom Formula function that processes empty records so that in the next step, the regular Formula function would get executed, where we could access the variable values by using VARV, VARI functions.
    Thanks,
    - Shashi

  • Unable to determine the value of component  ''! Workflow error, please help

    Hi All:
        I am getting the error "Unable to determine the value of component  ''" and workflows are not getting processed. I found OSS notes 879100 related to this issue but I am new to workflow and not sure where to start from! Here is the notes description:
    The workflow WS20500025 ('Service Connection Order Processing') encounters an error directly after being started. The following error messages are displayed in the workflow log:
    SWP102: Error at start of an IF branch
    WL821: Work item 000000100012: Object FLOWITEM method EXECUTE cannot be executed
    SWF_RUN535: Error '9' when calling service 'SO_OBJECT_SEND'
    SWF_RUN534: Problems occurred when generating a mail
    WL863: Notification of completion cannot be generated
    SWF_EXP_001073: Unable to determine the value of component 'QUOTATION'
    SWF_EXP_001072: Error in the evaluation of expression '<???>' for item 1
    SWF_RLS_001101: Operator 'GT': The value of the left operand cannot be determined
    SWP085: Error when starting work item 000000100012
    SWP010: Error when evaluating the IF condition for node 0000000075
    Other terms
    Service connection processing, service connection workflow
    Reason and Prerequisites
    This is due to a program error.
    The checks in the workflow Basis have been made stricter. A query of the type 'Quotation.number > 0' now causes an error if the container element 'Quotation' is not set. This is always the case if the workflow is is running without quotation prcessing, for instance.
    Solution
    The error is corrected in the next Support Package.
    If you want to implement the corrections manually in your system, change the condition in step 000075 of workflow WS20500025 as follows:
        &IS-U: Kundenangebot& EX
    and &IS-U: Kundenangebot.Verkaufsbeleg& > 0
    Save and activate the workflow.
    I am new to workflow and not sure where to start from! Could someone please help me with this? Rewards assured.
    Thanks.
    Mithun

    ANy ideas? Please help me if anyone knows the answer.
    Thanks.
    Mithun

  • Dynamic determination of VALUES of an Attribute in a Mail-form

    Hi All,
    We have created a Mail Form with ceratin attributes. We have assigned a target group to a campaign.
    now, the requirement is to determine the VALUES of the attributes dynamically for the BPs in the target groups.
    please help me what should be done to meet this rquirement.

    Hi there,
    I believe the following link demostrates the whole process including your requirements:
    [http://wiki.sdn.sap.com/wiki/display/CRM/NavigationtotheCRMUIComponentfromMailFormorSmartFormsHyperLink|http://wiki.sdn.sap.com/wiki/display/CRM/NavigationtotheCRMUIComponentfromMailFormorSmartFormsHyperLink]
    Please reply if this helps.
    Regards,
    Vinamra.

  • How to determine the value of a Standard Value in a routing operation

    Dear Experts,
    Kindly guide me on how to detemine the value of my Standard Value in the  operation of my routing, or in the phase of my Master Recipe.
    I mean what determines the value that I enter for the Standard Values: Machine  and Labor in the phase of my Master Recipe?

    Hi,
    In the Routing / Master Recipe, the standard values are based on the lot size.
    For Example, if you have the lot of 100 KG, then in recipe the machine time will be 2 hr and labor time will be 2 hours, it means to make 100 KG we require 2 hrs of machine and 2 hrs of labor.
    Normaaly all production manager / supervisor will have the date for the hours. The system will calculate will respect to batch / lot size.
    If you have order for 1000 KG, then the system will assign 20 hrs for Machine and 20 hrs for labor.
    This will be used for Capacity planning and Costing.
    Capacity plan here your requirement is 20 hrs for machine and labor. If you have a reacto which wil run for 24 hrs a day, then the order will be completed in a day.
    Costing is concerned, all std. valur key will be assigned with an activity type in work center / Resources and the prices for activity type / cost center will be maintained in KP26.
    Based on the cost and hours, the system will allocate cost for the order (it will be planned cost). When you are confirming the order you will enter the actual time for the operation, then that will be your actual cost.
    Pl do a sample test scenario in your sand box, and surely you will understand more.
    The data for Routing / Recipe will be provided by the production manager of the plant and activity price will be provided by the finance team.
    Thanks,
    JK

  • How to determine the values for Model Parameters in Forecasting

    Hello Gurus,
          On basis we will determine the values  for the Model Parameter values (Alpha, Beta, Gamma, Sigma).
    Thanks,
    Siva.

    Dear Siva,
    the values are dependent from the forecast stratey and forecast model.
    The forecast strategy determines the method or the techniques that are used to create the forecast. You set the forecast strategy in the forecast profile.
    There are some settings that you must make for certain forecast strategies. The table below shows you which settings these are. You make these settings either in the univariate forecast profile or under the Model and Parameters tabs of the Forecast view on the demand planning desktop.
    Model initialization is the process by which the system determines the necessary model parameters for the chosen forecast model. These parameters are in following link:
    http://help.sap.com/saphelp_scm50/helpdata/en/ac/216b74337b11d398290000e8a49608/frameset.htm
    I hope this helps you further.
    Regards,
    Tibor

  • How to determine the value of  -D__SUNPRO_CC?

    Could any body tell me how to determine the value of -D__SUNPRO_CC? Iam now using Sun Studio 9.
    Thanks in advance.

    The C++ Users Guide describes all the predefined macros set by the compiler.
    The __SUNPRO_CC macro is a 3-digit hex number. The first digit is the C++ compiler major version number, which is 5 for all releases from WorkShop 5 in 1998 through the current release, Sun Studio 10. The second digit is the minor version number, increasing by 1 for each release in the major release series. The 3rd digit is a place holder for the very rare (none since 1994) cases when we have a micro version number. It is zero in current releases.
    The current compiler release is C++ 5.7, so __SUNPRO_CC is set to 0x570.
    You can see the macro setting by running
    CC -dryrun -c foo.cc
    and look for the -D__SUNPRO_CC =0xNNN on the ccfe command line.

  • Determine Max Value from Lower level?

    Hi,
    I have requirement to determine maximum value from lower levels. Please post your ideas to resolve this requirement using BEx Query designer.
    Level_A1         MAX (KF1 of lower level - B1 to B2 or C11 to C1n + C21 to C2n)
        Level_B1     MAX (KF1 of lower level - C11 to C1n)
             Level_C11     KF1
             Level_C12     KF1
             Level_C13     KF1...
             Level_C1n     KF1   
        Level_B2     MAX (KF1 of lower level – C21 to C2n)
             Level_C21     KF1
             Level_C22     KF1
             Level_C23     KF1...
             Level_C2n     KF1
    Thank you very much…
    BW User

    Did you try @ancestval http://docs.oracle.com/cd/E17236_01/epm.1112/esb_tech_ref/frameset.htm?ancestval.html
    Regards
    Celvin
    http://www.orahyplabs.com

  • 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.

  • Replication Error: Determination of values for application was interrupted

    Hello,
    We are setting up a CRM 5.0 system, with an ECC 5 backend. We try to replicate the condition customizing (object DNL_CUST_CND). When I look in the object monitor the object gets status green after running. But in SLG1, the log shows over 200 warnings and 3 critical errors with message:
    Determination of values for application was interrupted
    Message no. CND_MAP837
    There is not more information available and I can't find anything relating to this message here or in OSS. Does anyone have a clue what the cause of this error could be?
    Thanks in advance,
    Jeroen

    Hello Jeroen ,
    You may find  the warning message bcos all the R/3 fields may not be available in
    CRM system. thus those condtion tables may not be mapped and inactive status.Check whether the condtion tables used in ur scenario is available in active status in CRM.
    Regarding the  data exchange of condtion the follwing oss notes will be helpful:
    1. 314542.
    2. 441485 this note containst the  message relevant to you (CND_MAP837) .
    Please check the above notes and try to analyse ur issue.
    Regards
    Bala

Maybe you are looking for

  • ATP check active when creating sales order - want to deactivate

    Hello experts, at the time we created a sales order, the checking group for availability check in the master data of an article was "02" (Individual requirements). However, this was a master data error, as the correct setting for this article is "KP"

  • Order type and Item category group

    Can anyone tell me which is the relation between order type and Item category group from material master ?? In fact the problem is that I have created a material and when I want to create new sales order it gives me this errror: "No item category ava

  • I m using window vista32 after itunes upgrade.. itunes crash .. Problem signature:

    i m using window vista32 after itunes upgrade.. itunes crash .. Problem signature:   Problem Event Name:          APPCRASH   Application Name:          iTunes.exe   Application Version:          11.1.4.62   Application Timestamp:          52ddbf7a  

  • Changing apps backgrounds and text colors

    I am legally blind using iPod touch with upgraded iPhone software to use the apps store. It hard to read black text with white background on email app and the apps store app is impossible to see and with no way to enlarege screen on that app and many

  • Cellphone turns off after 5min after i inserted a ...

    my cellphone model is 6300. i inserted a bsnl sim in my cell n after that it got hung. i removed it n inserted the previous one and switched on my cell. but it would switch off after every 5 min. the bsnl sim works fine in sony erricsn cellphone. i j