APC Value and Plan Value for an Asset.

HI Gurus,
                  I am developing a report where I have to display the APC value and Plan value of an Asset.Can anyone pls give an insight how to find this for the Asset.

Hi,
why don´t you use the logical database ADA which most of the FI-AA standard reports do? The logical database is a service to get this information without developing all the READ information and translation by yourself, especially when talking about mid-year-reporting, consistence checks, etc..
If you decide to use ADA, then the events GET ANLA0, GET ANLAV and GET ANLCV are from interest for you for information about APC and planned/posted depreciation value.
Regards,
Markus

Similar Messages

  • Tables req: Actual and planned values

    Hello Experts,
    I would like to create a new zprogram, which will give me output.
    Cost element- planned values- actual values-. Day1 actual cost -day2 actual costu2026day31 actual cost.
    Can any one tell me in which tables the planned(KP06) and actual data will be stored?

    Hi,
    Actual and plan values on line item level are stored in COEP. COSP is the table for totals (again for both actual and plan). You distinguish between the two by 'Value type' field.
    Regards,
    Eli

  • Can anybody tell me how to extract sales value and cost value for an materi

    dear all,
    Can anybody tell me how to extract sales value and cost value for an material sold .
    All the values of cost value and sale values are getting  stored in bseg-wrbtr field .
    How to identify them uniquely.
    Or there is another way to find the sale and cost values.
    Regards
    Mave

    Hi Mave!
    Normally there is no condition change, when something is sold.
    But sales price depends on sales conditions (not only price, but also surcharges, discounts, taxes - if customized).
    Nevertheless, after selling you have a invoice document, where correct values <i>should</i> be stored (see VBRP fields mentioned above). If here is a problem, then customizing of price determination is in question, not a programming of user-exits with MARD selection for costs (or some other tries to get a price).
    When you specify your requirements more in detail, you might get better answers - but currently only general hints are possible ('see in invioce / G/L accounts').
    Regards,
    Christian

  • Budget and Plan Upload for IO

    Hi
    Is there a way to upload Budget and Plan values for Internal Orders. If yes please help me with details.
    Thanks
    Edited by: Swapnika Gudujada on Aug 2, 2008 7:38 PM

    There is no direct (User Menu) path for uploading budget & plan data for IOs.
    We use copy from excel sheet and paste for those IOs that are visible on the screen (about 20 entries each time).

  • Excise Value and Freight value should be add to material cost in the depot

    Hi,
    Can any one help me on my scenario?
    We have depot concept my client requirement is excise Value and Freight value should be add to material cost (inventories at depot) in the depot
    Thanks & Regards
    KMR

    Hi All,
       In Depot Sale. This are the Excise Duty Passed on to the Customer BED, AED ECS, SHECS, Other then that its added to the material cost. Define a Pricing procedure for value added to the material cost in both Procurement & Sales base your problem will be solved.
    Regards,
    Pherasath

  • ABAP program to neutralize  0Unit value and 0quantity value

    Hi all,
    I'm not expert in ABAP, and i would like implement a small abap program (routine)in my cube.
    I would like neutralize the 0UNIT value and 0QUANTITY value only when 0VTYPE = 1 or 2 :
    <b>in other words, if 0vtype = 1 or 4 then 0unit = space and 0quantity = 0
    b]
    Can you tell me please <b>how and where</b> write the ABAP program please ?
    Message was edited by:
            Pontoise Pontoise
    Message was edited by:
            Pontoise Pontoise

    Hi,
    I amnt able to understand your requirement. But the code for which you asked is simple.
    If 0vtype = 1 or 0vtype = ' '.
    0unit = space.
    0quantity = 0.
    endif.
    Regards
    Aneesh.

  • Net value and assesable value

    Dear Experts,
    In Import pricing procedure we different pricing condition like
    1.PACKING AND FORWARDING
    2. SUPPLIER INSURANCE
    3. OCCAN/ AIR FRIGHT  CHARGES
    4.IMPORT INSURANCE
    5. LANDING CHARGES
    to obtain  NET VALUE  which are pricing condiion value has to added
    Please tell me what is difference between  Net VALUE and  ASSESABLE VALUE,
    THIS

    Hi,
    Net value is basic material price with includes all delivery cost & fright.
    Asseable value is
    Basic price (% of material value)  depent on product & chapter ID. (Custom will provide abetment for product)
    Fright (Import)
    Insurence cost
    Landing cost 1%
    SAM
    Edited by: Saminathan Gopalan on Jun 9, 2010 4:19 PM

  • Urgent! Display lookup value and return value at the same time.

    We are using pop up lov.
    How can we display lookup value and return value at the same time. let me claer..
    Our lov query is like fallowing
    select dname, deptno from dept
    we want to return deptno column into a database bind text item and dname column into a display item (look up)
    can we do it (we need to do)
    thanks for your help.

    We did it .
    But pop up key lov (display description return value ) property doesn't appear for tabular forms item.
    (Report Attributes pages Tabular Form Element section display As property list)
    can we set or not.
    Thank you.

  • Report on OA target value and net value

    Hi all,
    Is there any standard report that can list out the target value and net value of a number of OA?  The values are similar to ME33K -> Header -> Statistics -> General.  Thanks.

    Thanks all. I had found the answer.  It should be transaction ME3L, change layout to select "Released value" and mark the column to show total value.

  • FM or BAPI to change Maintenance plant and Planning Plant for an equipment

    Hi Experts,
    I need to change the Maintenance plant and Planning Plant for an equipment. Is there FM or BAPI available for the same?
    Thanks,
    Peri.

    what doesn't it do the same ? it contains planning plant and maintenance plant which you can update ??
    if you expect that SAP delivers custom functions for every possible question a developer has you can better search for an other job. SAP makes generic functions and you can use them for you're own sollutions.
    it is also expected that you try to work things out for you're own sollution.
    you can find sample code quickly enough if you search where the function is used
    like RISTEQ01
    kind regards
    arthur

  • Integer values and decimal values in weblient UI - Display mode

    Hello,
    i have developed an custom assignmentblock with some custom fields.
    Some of this fields are integer values and text values.
    Some other fields are decimal values.
    I face the issue that this decimal values are in display mode  right-aligned all other fields are left-aligned.
    In edit mode all values are right-alligned.
    How can i change this behaviour? All values left-alligned in display mode!
    Otherwise this looks strange.
    Thank you
    Kind regards
    Manfred

    Hi,
    Decimal values will be displayed right-aligned. To change that you need to modify the GET_M method.
    In get_m method, you have to change the attr datatype to string.
    Data: attr type string.
    Data: dref type ref to data.
    Get reference of attr into dref.
    Regards,
    Arun
    Edited by: Arun Kumar on May 14, 2010 3:03 PM

  • Posted values and unposted values

    Hi,
    Could anybody please tell me whats posted values and unposted values?
    Thanks.

    Hi Komalapriya,
    I can imaging two scenarios where the word "posted/unposted value" makes sense.
    1. If you have a master data value which is not being used in your transaction data, then this master data value in an unposted value.
    2. If you have transaction data with empty characteristic values (which are shown as "#" in your reports), then these values could be named unposted values as well.
    Kind regards,
    Stefan

  • Standard report which can show the  details of Invoice value and PO value

    Hi all,
    Is there any  standard report which can show the  details of Invoice value  is more than 5% of PO value. MIRO value and PO value.
    If any report which caters the maximum requirement is also fine
    Regards
    Sanjith
    Edited by: Sanjith Sethu Lekha on Dec 6, 2011 2:42 PM

    Hi
    Please refer the below mentioned link
    /thread/1789934 [original link is broken]
    Regards
    Praveen P C

  • BUDGET PLAN VALUE AND DISTRIBUTABLE VALUE ERROR

    Hey Experts,
    We have user Investment management for Budgeting process. We have been using this for last 5 years. After creating the AR and assigning them to the Budget program, we use IM34 to do the rollup of the plan values. After that to allocate the Planned values as budget value, we run the transcation code IMCCP1. For past all years this has been smooth, We found today that the program for 2011 has error as follows
    When we did the distribution in jan 2011
    Budget distributed             Current Budget         Distributable              Plan Values            Cumulative
    10000                                10000                       10000                         10000                    10000
    When we checked it this Feb 2011
    Budget distributed             Current Budget         Distributable              Plan Values            Cumulative
    10000                                20000                       20000                         20000                    20000
    It is very surprising that the values have exactly doubled. There was no changes done for any AR of no one changed the IM34 run nor IMCCP1. Please help in resolving this issue.
    Regards
    Vikat

    Hey Experts,
    We have user Investment management for Budgeting process. We have been using this for last 5 years. After creating the AR and assigning them to the Budget program, we use IM34 to do the rollup of the plan values. After that to allocate the Planned values as budget value, we run the transcation code IMCCP1. For past all years this has been smooth, We found today that the program for 2011 has error as follows
    When we did the distribution in jan 2011
    Budget distributed /Current Budget /Distributable/ Plan Values /Cumulative
    10000 /10000 /10000/ 10000 /10000
    When we checked it this Feb 2011
    Budget distributed/ Current Budget /Distributable /Plan Values /Cumulative
    10000 /20000 /20000 /20000 /20000
    It is very surprising that the values have exactly doubled. There was no changes done for any AR of no one changed the IM34 run nor IMCCP1. Please help in resolving this issue.
    Regards
    Vikat

  • Cant able to see new value and old value for change in purchase order text

    Hi all ,
    I am not able to see changes done in material's purchase order text in material master. When i use tcode MM04 to see changes done material master it does not report new and old value for change if it is done in purchase order text of that material .
    Thanks in advance  ,
    Shikha

    Hi Shikha,
    I'm not sure it works or not. But you can try SCU3 t.code and table DBTABLOG. May it can help you out.
    I also faced this type of issue in Plant data and it get resolved.
    Try and let me know...
    Regards
    Sunil Sisodia

Maybe you are looking for

  • Documents sent with Mail 4.6 cannot be properly viewed in Outlook. Is there a fix for Mail or must I migrate to Outlook??

    Colleagues receiving email from me through office365 are unable to find attachments or images that I send.  This is a relatively new development.  has anyone else had this experience?  Is there a fix.  I am not an Outlook fan. must I migrate to OS 10

  • F-44 clear vendor

    Hi, I find a very strange issue in our system, in FBL1N, for one vendor, i can see vendor open items, but in F-44, i just can not select these open item out for this vendor, so can not clear vendor open items, does anybody has met this strange issue

  • How do I put a link to my homepage rather than the page where my podcasts reside in my feed?

    I'm working through getting everything to work and now I'm trying to tweek a few things. Specifically where it lists the website I'd like it to link back to the main page rather than the hidden page that drives the feed resides.

  • Text Format in Mail Templates

    Hi Experts, I have a requirement , wherein I need to make certain word in my custom mail template( palin text) as bold or underline( or both) , I tried Mail template Macros FORMAT for this but it didnt work , If anyone knows how can we achieve this p

  • Splitting List partition

    Hi all, We are using oracle database (10.2.0.4 64bit) and OS AIX (6.1). We have list partition table. On column sale two values (1 or 0) are stored. Table has two partition DAILY_ISSUANCE_SALE_FACT_1  for value (1) and DAILY_ISSUANCE_SALE_FACT_0  for