How to get monthly wise asset depriciation

Hi all,
   I am developing a report to show mothly wise depreciation for an Asset.
   In transaction  'AW01 - Assset Explorer' if we give company code, Asset number and Fiscal
year we get the details of the depriciation in 'Planned/Posted Depriciation values'. I want to get
the same result.
  By debugging the transaction AW01 i got the funtion module 'AM_SHOW_POST_DEPR' which
gives the monthly wise depreciation value as output.
   But I am not getting what are the exact inputs which we need to pass to the funtion module.
   So pls help to find out monthly wise asset depriciation for an asset through the same funtion module or some other simple funtion module or through the tables.
Regard's,
Jean.

hi,
please refer this link
How to get specific acquisitions and related depreciations?
thanks

Similar Messages

  • How to get DIVISION wise report in Controlling?

    Hi,
    How to get DIVISION wise report in Controlling? I am not trying to get Division in COPA report but i am not able to see Division Characteristic in Operating concern Data structure.
    Kindly help me - where can i get good Controlling report with Division wise? why i am not able to see the Division characteristic in COPA report?
    Thanks
    Kishore

    HI,
    Check this:
    KEA0 ->Data stucture (Display) ->Extras(Menu) -> Display fixed fields. In this pop-up you will see 'Division' (SPART).
    If this field is defined as Segment level characteristic (KEQ3), then you can build reports on this characteristic using KE35.
    Hope this helps.

  • How to get plant wise Vendor Balance

    Dear All ,
    Kindly tel me How to Get Vendor Balance at Plant level.
    Regards
    Girish

    Hi Girish,
    we can give the customer balance through Plant wise in standard SAP
    But vendor balance not possible in plant wise.
    For that you can do customise userexit
    Regards
    Surya

  • How to get month last date and first date without FM's

    Hi Guru's,
       How can we get  month's first date and last date based on the date given in selection screen without FM's?Is it possible ?
    Like if i give 05-Oct-2008 in the selection screen, i should get the output as 01-Oct-2008 to 31-Oct-2008.Without FM's???
    Regards
    Rakesh.

    Hi Rakesh,
    You can implement this logic as follows:
    You can have two internal tables, one containing the days as numbered 31, 28, 31, and so on with the month number. This holds good if the year is a common year. Another internal table contains days as numbered 31, 29, 31 and so on with the month number. This year would be a leap year.
    An year can be calculated depending on the conditions:
    Say date is given as 20081008
    Concatenate 20081001 + 0(4) into l_date.
    Divide l_date by 4 and remainder should be equal to 0.
    Divide l_date by 400 and remainder should also be equal to 0.
    Then the dominical year will be a leap year.
    Now, if l_date divided by 100 and the remainder is 0 then the year is a common year.
    So depending on this populate the first date and last date from the respective internal table
    Regards,
    Sumalatha N.

  • How to get module wise custom objects

    Hi ,
    How to get all the list of custom objects ( Eg : zreports, ztransactions, zscripts, zsmartforms,zwebdynpro components ..... )
    and how to segregate them which module wise ( FI / MM / SD .... )
    I am using Tadir for getting the custom objects. Please suggest how to segregate module wise.
    Thanks

    Hi,
    Entities are related to components by the package they are contained in.
    Have a look at the table TDEVC.
    Kind regards,
    Valentin

  • How to get Operation wise Time for a list of Production Orders

    Dear Sir,
    We have a list of Production Orders numbers and need to know the operation wise time duration for these production orers (off course the desired time is same as mentioned in the routing for the relevant component)
    Kindly guide us as how can we get these timing details .
    Rgds
    Sonia agarwal

    Sonia,
    I hope your are refering to setup time, process time, teardown time in the production order.
    use report COOIS for it.
    In the 'List choose operation.
    Give input for the production orders in the slection scren. Execute.
    In the report select the columns as per your requirement.
    Hope this helps you.
    SmanS

  • How to get month name in report

    Hi
    I want to know is there any way that we get name of the month in the report when we display.
    eg: 04.2006 needs to displayed as April 2006.
    Please let me know

    Hi Amith,
    It is possible. Use a text variable of type replacement path in the column/report heading for characteristic 0CALMONTH. For displaying the key (for example 01.2007) you can use a SAP standard text variable. There's no need to create a new one.
    If you want to show text (Eg: Jan 2007) just create a new text variable of type replacement path and chose Text instead of key. Hope this helps.
    Sumit

  • How to get month value from custom calendar without passing parameter from SSRS in MDX query

    Could you please throw some light to achieve below requirement?  
    I need to filter the data between two periods dynamically . The date calendar here works differently(ex:-Date 26-Aug-2014 will fall in period 7 which is last date and 27-Aug-2014 will fall in period 8 and it is first date of period 8),so I cannot go
    with system date period/Month. Date Hierarchy is like YEAR,QUARTER,PERIOD ,WEEK and DAY.
    I cannot use SSRS for passing parameter. Requirement is to extract last 2 period of data dynamically in Power Pivot with MDX.
    Thanks Chandan

    Hi Chandan,
    You might try something like this
    Tail(null:
    Extract(
    StrToMember("[FYDay].[DATE].&[ + cStr(Format(Now(),"yyyy-MM-ddT00:00:00")) + "]")
    *[FYDay].[DateHierarchy].[Day]
    ,[FYDay].[DateHierarchy]).parent.parent
    ,2)
    What it is doing is multiplying Day by the current date, which returns a set of one date with cardinality of (Date,Day).  The Extract is pulling out just the datehierarchy Day.  the the Tail() is getting it and the previous day.
    Hope that helps,
    Richard

  • How to get summary wise report?

    hi experts,
    i have report, AR Aging analysis, in this i have Base Date and Current date, based on these it calculates age and it shows that amount in that age column, in my report it showing detailed report, but i want summary report.
    for example:
    cust no., Bdate, Curr.date, Age,0-30,31-60
    100,3/1/2008,3/31/2008,30,5000,0
    100,3/12/2008,3/31/2008,19,2000,0
    100,3/3/2008,3/31/2008,28,2000,0
    like this it showing, but i want summary wise, that means it should be summarized based on customer number,
    is it possible or not,
    if it is possible please help to do this,
    thanks in advance
    venkat

    Hi Venkat,
    Summarization of report depends on the data and query structure, as the example you have stated in this you can see although its for the same customer but somewhere down the line for other fields its having distinct values. So this way's you cann not get the summraized data for customer.
    if the report is somewhat like this :
    cust no.,Age,  0-30,31-60
    Then ur output wil be summarized for a particular customer.
    100, 77, 90000, 0
    Thanks
    Dipika

  • How to get plant wise distribution channels

    My requirement as follows.
    i want to get the materials combination of  plant and distribution channels..
    how to mix the plant and distribution channel..
    is there any code for that...

    SELECT a~matnr
             a~werks
             b~vkorg
             b~vtweg
      FROM marc AS a INNER JOIN
           mkve AS b ON a~matnr = b~matnr                    
      INTO TABLE itab WHERE a~matnr IN s_matnr
                           AND a~werks IN s_werks.
    Please reward if useful.

  • How to get hour wise data in report?

    Hi gurus,
                  I have one requirement in front end like retrieving data in hour wise suppose like 12.30pm - 4.30pm transaction sales data into the report since i have option to get only up to day wise data. Please do give me the relevant answers where do i need to do change?.
    Thanks
    Bharath

    Hi Saravana
    I am sure you must be getting the values in tables of table parameters from every FM.
    consolidate the values from tables of all FMs in one table and built ALV for that table only.
    I hope this way you can show the actual data in ALV.
    thanks
    Lalit

  • How to get month of a date parameter in RTF

    I have a parameter param_date
    I have to extract month (numeric value of month) and use it in come conditions in the template.
    I tried it- but it is giving me zero.
    <?param@begin:param_date?>
    <?$param_date?>
    <?xdoxslt:get_month($param_date, ‘en-US’)?>
    If I pass in a date- say '06/15/2011'
    then it should give me 6

    Hi,
    Try This:
    <?xdoxslt:get_month(xdoxslt:format_date(TransactionDate,‘yyyy-mm-dd’,'mm/dd/yyyy',$_XDOLOCALE,$_XDOTIMEZONE), $_XDOLOCALE)?>
    where
    TransactionDate is the prompt and make sure that format of the prompt Transaction Date must match wit the second Format, please don't change first data format (yyyy-mm-dd)
    cheers,
    chintu

  • How to get loss from asset retirement..in asset acounting report

    Hi  in my asset acounting report i have to show Loss from asset retirement . in structure ANEPV the field is MINERL. in the standard report they are using logical dtaabse ADA and node ANEPV(report  RAABGA_ALV01) . i don't want to include the node in my report.Is there any FM showing the loss value or any other way to show this value .
    THANKS in advance...

    Hi  in my asset acounting report i have to show Loss from asset retirement . in structure ANEPV the field is MINERL. in the standard report they are using logical dtaabse ADA and node ANEPV(report  RAABGA_ALV01) . i don't want to include the node in my report.Is there any FM showing the loss value or any other way to show this value .
    THANKS in advance...

  • How to get an Net asset value for the Equipment from ERP in to BI

    Hi
    I am extracting the data from CRM to BI about the De installation information like
    Planned date of de installation, contract end date etc . But Ineed to extract Asset net value for that equipement. I think asset value should be extracyed from ERP but I dont know which tables and datsource stores
    Thanks,
    Sudha

    If you want the main tables within Assets :
    FI-AA-AA (AA)    Asset Accounting: Basic Functions u2013 Master Data
    ANKA             Asset Classes: General Data             ANLKL
    ANKP             Asset Classes: Fld Cont Dpndnt on Chart ANLKL / AFAPL
                     of Depreciation
    ANKT             Asset Classes: Description              SPRAS / ANLKL
    ANKV             Asset Classes: Insurance Types          ANLKL / VRSLFD
    ANLA             Asset Master Record Segment             BUKRS / ANLN1 / ANLN2
    ANLB             Depreciation Terms                      BUKRS / ANLN1 / ANLN2 / AFABE
                                                             / BDATU
    ANLT             Asset Texts                             SPRAS / BUKRS / ANLN1 / ANLN2
    ANLU             Asset Master Record User Fields         .INCLUDE /  BUKRS / ANLN1 /  ANLN2
    ANLW             Insurable Values (Year Dependent)       BUKRS / ANLN1 / ANLN2 / VRSLFD /
                                                             GJAHR
    ANLX             Asset Master Record Segment             BUKRS / ANLN1 / ANLN2
    ANLZ             Time Dependent Asset Allocations        BUKRS / ANLN1 / ANLN2 / BDATU
    FI-AA-AA (AA2)   Asset Accounting: Basic Functions u2013 Master Data 2.0
    ANAR             Asset Types                             ANLAR
    ANAT             Asset Type Text                         SPRAS / ANLAR
    FI-AA-AA (AB)    Asset Accounting: Basic Functions u2013
                     Asset Accounting
    ANEK             Document Header Asset Posting           BUKRS / ANLN1 / ANLN2 / GJAHR /
                                                             LNRAN
    ANEP             Asset Line Items                        BUKRS / ANLN1 / ANLN2 / GJAHR /
                                                             LNRAN / AFABE
    ANEV             Asset Downpymt Settlement               BUKRS / ANLN1 / ANLN2 / GJAHR /
                                                             LNRANS
    ANKB             Asset Class: Depreciation Area          ANLKL / AFAPL / AFABE / BDATU
    ANLC             Asset value Fields                      BUKRS / ANLN1 / ANLN2 / GJAHR /
                                                             AFABE
    ANLH             Main Asset Number                       BUKRS / ANLN1
    ANLP             Asset Periodic Values                   BUKRS / GJAHR / PERAF / AFBNR /
                                                             ANLN1 / ANLN2 / AFABER
    FI-SL-VSR (GVAL) Special Purpose Ledger: Validation, Substitution and Rules
    GB03             Validation / Substitution User          VALUSER
    GB92             Substitutions                           SUBSTID
    GB93             Validation                              VALID

  • How to calculate month wise da+basic

    hello gurus,
    am new to ABAP platform and the company gave tasks for developing a report . which display salary i.e., DA+BASIC for every month in particular year .
    please help me :?:

    Hi,
    The best way to solve this is using the Ago function. With this you can create a logical column for the previous month. Then you will have 2 columns available with which you can do your calculations.
    If you want to do this with a calculated item (don't know if the formatting will work for you), but you can make the calculation more general by using $1 for column 1 and $2 for column 2 in your calculation. So the relative columns ($x) will change with the columns in your report.
    Regards

Maybe you are looking for