Base method and base value

Dear forum,
I would like to seek advice on the above.
I do not sure what is the difference between base method and base value in multilevel method.
What is the difference between these 2 base?
Thanks

Hi,
If you go ti AFAMA nd chosse a depr, key you can see the base Method as one component of the key.
Here is defined:
- Type of depreciation
- Dep. method and
- Treatment of end of depreciaion
If you take a look at the "multilevel method (also in AFAMA) you can see the base value.
The value used as the basis for the calculation of depreciation.
Regards Bernhard

Similar Messages

  • Need to know base table and base column name for Oracle view columns

    I am trying to load metadata for some views and that requires me to know what the final table and column name would be corresponding to the view column.
    For example, if I have a view x_v that is select a,b from x_v2; and x_v2 is a view that is select a,b,c from x;
    I need to get the following information.
    View View Col Base Table Base Col
    X_V A X A
    X_V B X B
    and so on.
    Is it possible to get this programmatically using any SYS schema tables or Dependency tables?
    I tried an indirect approach wherein I lock tables using LOCK TABLE or FOR UPDATE OF. But I'm not too sure if I can go down to the level of individual view columns.
    Can you help me with this?

    Thanks. I was looking at some indirect approaches.
    I came up with this script that does it faster than dependencies but thats just for tables and not column mapping.
    declare
    cursor bt(cp_sid number) is
    select u.name uname, o.name oname
    from sys.obj$ o, sys.user$ u
    where o.obj# in (select id1
    from v$lock
    where sid=cp_sid)
    and u.user# =o.owner#;
    cursor c_sid is
    select sid
    from v$session
    where audsid =userenv('sessionid');
    l_sid number;
    l_view varchar2(100):= 'PER_PEOPLE_V';
    l_schema varchar2(10):= 'APPS';
    begin
    open c_sid;
    fetch c_sid into l_sid;
    close c_sid;
    dbms_output.put_line('SID: '||l_sid);
    execute immediate 'lock table '||l_schema||'.'||l_view||' in row share mode nowait';
    for i in bt(l_sid) loop
    dbms_output.put_line(i.uname||'.'||i.oname);
    execute immediate 'alter table '||i.uname||'.'||i.oname||' disable table lock';
    execute immediate 'alter table '||i.uname||'.'||i.oname||' enable table lock';
    end loop;
    end;
    It basically uses locks on views to verify locks on the base tables.
    Just wondering, can we use FOR UPDATE OF statements to get to the columns?

  • Alternative condition type and base value

    hi
    gurus  i am very much confused with this
    alternative condition type and base value  plzz clear me  from this confusion
    give me with realtime example and  tel me in simple way
    they will fully rewarded. and also a gud help to me
    thanks
    srinivask.

    Hi
    hope it is Alternative Calculation Type and Alternative Condition Base value
    if so pls refer below
    <b>Alternative Calculation Type:</b>
    Normally if you want to calculate a value you have to use a calculation type for determination the value. This calculation type is either addition, subtraction or multiplication. Similarly SAP also has got a default calculation type in the control data of the condition type. There you have the options of either Qty based , Fixed Amount Based or Percentage based.  
    Here what happens is suppose if you define Your condition type that calculates the base price of a material on Qty based. Then the calculation will be done based on the quantity of the material. If the customer orders 10 Nos and you have maintained a unit price of 100 Rs for each material then the value determined is 1000 INR. Similarly if the discount condition type , you maintain the calculation type as %. This means if you maintain the value of 10  % in the condition record. Then this percentage is taken as the calculation type  and the condition value is determined.
    In some cases you have to forego the default calculation types and use the customer specific method for calculating a value. For ex if you are calculating the Freight charges for a Material . it depends on so many criteria like, the weight, volume  and also the minimum amount etc etc, in those cases, you forego the default value and then use the alternative calculation type in calculating the condition value against the particular condition.
    <b>
    Alternative Condition Base value</b> :
    If you have to calculate any value then you have to have a base value for it. For ex if you want to calculate the  discount of 10 % for a material then you have to have a base value on which this 10% is calculated. Normally you take the  condition value of the base price of the material to calculate the value.
    Now you don't want to take the base value and take other values as base value which are derived on some formulae. So you create a routine which will do the mathematical operations in the routine and derive you a value which is now used as the base value for calculating the condition value for a particular condition type

  • WIP, RA with Method 07-POC Method on Basis of Project Progress value

    Hello, we are currently using RA under a Basis of work completed method, and this works well in our system. We are using the standard SAP functionality, and within our system this means revenue is recognised based on Earned Revenue = actual cost/planned cost x planned revenue. The system automatically processes accruals/deferrals on our projects taking into account the invoiced values also, as part of the RA & settlement process.
    I need to find some information describing this process specific to this selection of method 07, and can't seem to find anything. I have tried saying it is Standard functionality but need to be able to explain alittle more about how this works.
    Can anyone help with this, have they also produced something similar.
    Points always awarded

    Hi Wndy
    I have send a mail to you.
    The RA, I was doing is POC based on Plan over Plan method using 07
    As of now it's working. Still doing some testing.. Once it's complete I am happy to share the same here.
    psconsultant

  • How to maintain space between value and base unit of measure in sapscript

    Hi Guys,
    I am working on an upgradtion project, i have problem like while upgrading from 4.6b to 5.0. i need to main a space between value and base unit of measure. can anyone letme know how to maintain in the form. I mean in sapscript.
    Thanks,
    Yogesh

    There are a couple of ways to handle this,  if you need a bigger space between, you can use tabs in the paragraph format.  Or you can just write the space in between the fields like so.
    ZA  &MSEG-MENGE& &MSEG-MEINS&
    Regards,
    RIch Heilman

  • Planned value and Basis in Sales Deal VK11/12/13

    Hi Friends,
    I am creating Sale Deals condition type record in transaction VK11. I attached material in deal condition and when I go to "Detail" of that attached material item I am not able to see "Planned Values" frame and its component in screen. Could you please help solve this problem?
    Steps for Reconstruction                
    1. Execute transaction VK11
    2. Enter condition type as "Sales Deal" (KA00)
    3. In next screen enter appropriate " Sales Org", "DC", and "Customer"
    4. In the same screen look at "Customer/Material with release status" frame of table control
    5. Enter appropriate material and amount and hit <Enter>
    6. Select the item/row of the entered material and hit <F6> or click <Detail> icon in application toolbar.
    7. In the next screen the frame < Planned Values> and its fields like <Planned Basis> and < Planned Value> are missing.
    Does anyone know about this situation and can help on this?
    Thanks and Best Regards, Manoj

    Hi,
    Try this..Go to t-code V/04 -Change condition table of ur appropriate access sequence..input ur Table number which description u want to change and press enter...
    inside u can see table number on top and its description..near to this description u can find "propose/maintain text icon" enter ur description and save...
    Now try in VK11..
    Reg
    JJ
    Edited by: Jagsap on Jul 14, 2009 10:52 AM

  • What is the difference between base method 0002 and 0011

    Hi,
    could you please explain what is the difference between base method 0002 and 0011?
    0002: Ordinary: no automatic depreciation
    0011: Ordinary: percentage from useful life
    if we assing base method: 0002 in dep. key? what will happen in future?
    if we assing base method: 0011 in dep. key? what will happen in future?
    please clarify my doubt.?
    Thanks
    Indu

    Let me clear, I have bought WinSL 8.1 SNGL OLP NL Acdmc Legalization GetGenuine (part
    No - 4HR-00400). It means my machine has legal OS and I can use it and I dont need to buy WinPro
    8.1 SNGL Upgrd OLP NL Acdmc (Part no. - FQC-08173).
    is it?
    I believe that is correct. There should be no reason to buy both licenses for one machine. You should verify this with your reseller or MS.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Base Method 004 - Ordinary: Decl balance over total life (Japan)

    Dear Forum,
    Could any one help in explianing what is the logic behind Base Method 004 Ordinary: Decl balance over total life Japan.
    We notice in one of the Depreciation Keys, this method has been used.
    Thanks for help.
    Regards

    Hi,
    This is the combination of declining balance (written down balance) and useful life method.
    For eg.
    APC: 1000,  Scrap value: 10% and Useful life: 10 years
    Depreciation percentage rate will be
    1 - ((1000/10000) whole power 1/10 ) = 20 %
    Best Regards,
    Madhu

  • Difference between base methods

    What is the difference between base methods 07: Percentage from life (after end of life) and 011 ( % from useful life).
    Thank you in advance.

    Hi
    011 (% from useful life) - Here we derive the depreciation from the total useful life of the Asset. The rate of depreciation remains same for each year.
    07 - In this case the system calculates the depreciation even after the Useful life of the Asset. We depreciate an Asset until the Net Book value is reached Zero. If the Net Book value of the Asset doesn't reach zero then we can depreciate the Asset beyond the Planned Useful life.  We use this in such circumstances.
    Regards,
    Giridhar
    Assign points if useful.

  • Prompts visible on the basis of the selected value of initial prompt

    I have some reports in which multiple queries option is provided at UI by using no of prompts.. Now some of the prompts are visible on basis of the selected value of initial prompt. That means If value of prompt A is x than prompt B is displayed and if value of prompt A is y than Prompt C is displayed, which of the prompt(B or C) is displayed depends on value of prompt A.
    how can we achieve this.Kindly help
    prompts visible on basis of the selected value of initial prompt

    Hi,
    This isn't possible at report level. If you mounted your reports on a dashboard, your dashboard prompt could contain prompt a, b and c. Users can then choose to populate any of the prompts they require rather than having to hit "next prompt" all the time.
    Thanks
    Oli @ Innoveer

  • I have an Airport Extreme Base Station and have recently upgraded to Mountain Lion. Now airport utility won't work with my base station so I bought a Time Capsule. For the life of me I can't make the substitution work and only see a blinking amber light.

    I have an Airport Extreme Base Station and have recently upgraded to Mountain Lion. Now airport utility won't work with my base station so I bought a Time Capsule. For the life of me I can't make the substitution work and only see a blinking amber light. Can anyone who has made this change offer some advice?

    apikoros wrote:
    The Utility transferred all of the AE's settings, so I still have to change the password, which leaves me with only 2 other questions, I think:
    1)  I assume it's just a matter of using the Utility, entering a stronger password and checking for it to be remembered in Keychain Access.  But do I have to  change the password for each individual unit-- the TC, the Extreme and both Expresses-- or will changing it just for the TC alone work for the entire network?
    Resetting the password you will need to do for each device... the utility cannot even see those old units.
    So you will have to do it for each one.. think it through.. because as you change passwords the others will lose connection.. so start from the express which are wireless extending .. change those first.. and go back up the chain.. as each one changes it will drop off the network.. until you reach extreme and change that. Then you might need to reboot the whole network to get everything talking again. If something goes wrong.. just pluck that one out of the mix and plug in ethernet.. reset and redo the setup. That is my preferred method anyway.. do everything in isolation one by one. By ethernet and then nothing goes wrong.
    2)  Who's the treasonous SOB who spilled the beans to you about the ICBM in my back yard?!?
    N.Korean hackers.
    [Edit] Whoops-- one more question:  I want to partition the TC's disk, but Disk Utility doesn't see it.  What do I need to do?
    You cannot partition a network disk. And apple provided no tools for it in the TC itself. You can pull the disk out and partition it but that voids your warranty. (although done with care who is to know).
    Look at Q3 here.
    http://pondini.org/TM/Time_Capsule.html
    Mixing TM and data on the TC is worth planning carefully. They don't necessarily sit happily together.

  • Prompts visible on basis of the selected value of initial prompt

    I have some reports in which multiple queries option is provided at UI by using no of prompts.. Now some of the prompts are visible on basis of the selected value of initial prompt. That means If value of prompt A is x than prompt B is displayed and if value of prompt A is y than Prompt C is displayed, which of the prompt(B or C) is displayed depends on value of prompt A.
    how can we achieve this.Kindly help!!

    Please post this question in the CRM On Demand Analytics and Reports forum. Thanks for your help.

  • How to use Custom Tags for Theme and Base Map Definitions

    In Mapviewer documentation I've found the following new feature:
    The XML definition of a theme or base map now supports application-specific
    attribute tags. You can use the Custom Tags option in the theme definition in Map
    Builder to specify tags and their values, which can be interpreted by your application
    but are ignored by MapViewer itself.
    I'm able to define a custom tag in Mapbuilder, but how can I use it in my Application?
    Thanks.

    As he said, you have to use as Platform service to create adapter in OIM.
    tcUserOperationsIntf service = Platform.getService(Thor.API.Operations.tcUserOperationsIntf.class);
    HashMap<String,String> searchmap=new HashMap<String,String>();
    searchmap.put("Users.User ID", userID);
    tcResultSet searchset=service.findAllUsers(searchmap);

  • Please adjust base unit and coversion factor

    Hello Frinds,
    When I am going to change purchase info record, I am getting the error "Please adjust base unit and coversion factor". Base unit in info record and material master are same.
    I don't understand reason for this error. can anybody help me to resolve this issue?
    Thanks,
    Bhairav

    Hello Jürgen,Thanks for your reply.
    I have checked the fields you said. In MARA it is showing base unit of measure as EA and where as in EINA it is showing base  unit of measure as blank (no value).
    How can we correct this issue? System keep on giving this error in ME13. System did not defualt EA in info record base unit of measure field.
    Expecting your reply.
    Thanks,
    Bhairav
    Edited by: Hari P Peddi on Jan 4, 2011 1:01 PM

  • Balances in base ledger and comparison ledger

    Dear Sir/Madam,
    We run the T code: KE5T to find out the difference in the base ledger and the comparison ledger. In our case we have balances appearing in the comparison ledger. the same balances are not appearing in the base ledger because of which the whole amount is going under difference column. now we want to tally both the ledgers and make the difference zero. How can we do this.
    Regards
    Prashant Zinge

    Hi,
    First identify reason, why it is happend.
    post diffrent values with perticular Ledger use T.Code: FB01L and post.
    Regards
    Viswa

Maybe you are looking for