PO report with asset numbers

Dear all,
where can we set link between asset in one PO  to line item of the same PO.At present we have link between asset and PO. so in one zreport we are getting multiple records for the same asset.means that asset is coming in all lines items of PO.Means if there are two line items in PO with quantity 2 and 4 respectively, that asset is coming in both line items instead of one line item.so the no. of assets are doubled.
so where can we link asset and Po line item in generating z report.
Thanks,
Kumar

Thanks for the answer.
But there is no PO line item field in this table.So I cannot give logic.

Similar Messages

  • Group By reports with Serial Numbers

    hi,
    i am creating group by reports with serial numbers. i use the
    following code to generate the serial numbers using a formula
    column:
    function SNOFormula return Number is
    SNO NUMBER(5);
    begin
    SNO := :SNO + 1;
    RETURN(SNO);
    end;
    I am able to acheive the required output with the above code in
    the case of Normal Tablular reports. But in the case of Group by
    reports, the output goes as follows:
    for example:
    sno,groupno,empno
    1,g1,e1
    e2
    e3
    4,g2,e5
    e6
    Any way out?. pls help.
    Regards,
    Prabhu S

    create a summary column in the group . set the function to
    count. set the source to the group name. set the reset at value
    as report. create a field in the lay our editor left of the
    group field. set the source as the summary column. you will see
    the numbering.
    Ex :
    Query : Select * From Emp;
    Group Field : Deptno
    Summary Field : CS_Count
    Properties of Cs_Count - Function => Count
    Source => DEPTNO
    Reset At => Report
    Now create a field in the lay out editor left side of deptno
    field lets say "SEQ", set the source to Cs_Count.
    It will disply the serial number of the groups.

  • Asset report - with asset G/L accounts connected for gross value and amorti

    Hello dear all,
    Is there a way to obtain asset report by asset (and not by asset class) with the G/L accounts connected for gross value (acquisition) and amortization (depreciation) ?
    Thanks
    Edited by: Tarek AYACHI on Jun 1, 2010 10:25 AM

    Look to the report S_ALR_87011990 - Asset History Sheet  for more information about this report look in the wiki part from this forum
    http://wiki.sdn.sap.com/wiki/display/ERPFI/Asset+Reporting
    perhaps you can find with the ransaction ARQ0 - Ad Hoc Reports  you need

  • Asset Report with PO Numbers

    Hello Experts,
    Is there any standard report which shows Asset ID, Asset Tag, Acquisition Cost, Accumulated Depreciation, NBV and PO numbers?
    Thanks,
    Bob

    Hi Bob,
    You can display this fields for example with RAGITT_ALV01. In this report you can define a Sort variant and an History Sheet version.
    You can change the output list via "Change layout" (Ctrl+F8) and also include another fields with report 335065 if the are not available in the layout.  The reports is for all fields (expect of RASIMU* und RAKOPL*) for all fields from ANLAV and ANLB. ANLAV is for ANLA, ANLU und ANLZ.
    Perhaps also the inventory lists are relevant for you.
    Regards Bernhard

  • Sales report with gl numbers

    Hi Gurus,
    I want to generate a report from SD showing details of Material description (items sold) and amount from G/L Numbers 400013, 400017, 400018, 400001 and 400005.with the gl number also displayed. pls help.
    thanks
    Maureen

    Hi,
    You can get the Desired report usign the Following tables,
    BKPF,BSEG
    VBRK, VBRP
    VBAK,VBAP & VBFA
    I would Suggest you to first analyse what fields you want to extract in the report and if the extracting logic is fairly easy use a SQVI Queiries to make a desired report and specify the join conditions where ever needed in the infoset
    or you can ask your ABAP team to write a program in your desired functionality,
    Since your report is involving BKPF and BSEG better to write an ABAP Program than a Query.
    There will be a reference number in the billing document header (VBRK) which needs to be used as a join condition to BKPF  and the accounting document number is the join condiion between BKPF and BSEG.
    for getting t he GOods issue number you can use the document flow table VBFA. Give the billing document number as the Subsequent Number and preceding  document category as " R - Goods Movement"
    Hope this Helps
    Thanks
    Srini

  • Asset report with asset quanity

    Hi,
    We create the asset master in asset master we are not entering the quanity in asset master  after thta we create the PO for asset using the asset code then we complte the PO to invoice cycle  after this we can see the asset balance in the all the asste report  but i am not getting the quanity of aset in report which we enter at the time of GR  so in which report we can see the qty. of asset.
    regards,
    zafar

    Run MB51 and  Check Column Field "Asset", if not showing then right click on any output column and Click on Show and Move Asset. Now you Filter and get the GR of Asset only.

  • Report of posted Deprecation with ASSET CLASS

    Hi Gurus,
    We require a depreciation simuation report with Asset class as mandatory one.
    Could you please tell me path and t-code for the above said report.
    Regards,
    Praveen.

    Hi Praveen,
    You mentined before you wanted to view depreciation simulation, for this RASIMU02 is the report to use.
    However, if you want to see depreciation planned /and or posted you can use the Asset Balance RABEST_ALV01. If you click on the indicator  "current book value" you will see the actually posted depreciation and current Netbook Value. Also in this report you can enter the Asset Class in the selection parameters.
    Regarding viewing the note I forwarded to you previously: you can view it via the SAP Portal - http://help.sap.com/. If you go to SAP ERP tab, you will see on the right hand side pannel a link to SAP Notes. Here you can view any note.
    I hope this helps further.
    Kind regards,
    Brigitte

  • Stock Report with Batch Number

    Hi ,
    My Client requires stock report with Batch numbers .required report format is
    Item Code,BatchNumber,OpenQty,OpenVal,PurchaseQty,PurchaseVal,SalesQty,SalesVal,ClosQty,CloseVal
    I tried using query on wiki for stock report but that query is written in 2007 and Batch tables and OINM table is changes in 8.81.
    http://wiki.sdn.sap.com/wiki/display/B1/SAPB1SQLH-INItemInventoryOpeningandClosingStockper+warehouse
    can any one help with stock report- batches.
    Thanks,
    Preeti

    HI,
    use below query as basis and mofiy the fields required. it shows linking in batch and transaction tables:
    SELECT distinct T0.ItemCode,T0.ItemName ,T0.DocDate ,T0.DocType ,T0.DocNum,T0.LocCode ,t4.DistNumber as [BatchNumber], T1.Quantity ,T5.CalcPrice as [Price]  
    FROM  [OITL] T0 
              INNER  JOIN [ITL1] T1  ON  T1.[LogEntry] = T0.[LogEntry] 
              INNER JOIN  OBTN T4 on T1.MdAbsEntry=T4.AbsEntry
              INNER  JOIN [OITM] T2  ON  T2.[ItemCode] = T0.[ItemCode]   
              Inner JOin OINM T5 on T0.ItemCode =T5.ItemCode and T0.LocCode = T5.Warehouse  and T0.AppDocNum = T5.BASE_REF
    Thanks,
    Neetu

  • Re: Maintaining Asset with Sub-numbers

    Hi Guys
    I need some assistance in maintaining assets with sub-numbers. I tried creating one and posting to it, but I am getting some problems:
    - the main asset # does not have any value, should this not be this a sum of the sub-assets?
    - how do I get the sub-numbers to depreciate independently according to their acquisition dates? meaning that a sub-asset with 5 years life should depreciate for 5 years regardless of the gap between it's acquisition and that of other sub-numbers for the same asset.
    - the reports to show asset by asset # shows the sub-numbers, is there any way to get them to show just the main number?
    Thanks

    Hi Nadia,
    The Asset Subnumber together with the main asset number, uniquely identifies a fixed asset in Asset Accounting.
    Using the asset sub-number, you can:
    Provide for separate management of later acquisitions to assets.
    Represent complex fixed assets with their component parts.
    In contrast to the main asset number, the asset sub-number must be numerical.
    the Main Asset will always have the subnumber as "0", which uniquely identifies that it is the Mainasset.
    Hope this helps.
    Regards
    Sridhar

  • Asset report with vendor number and vendor desc wise

    Hi Gurus
    The requirement is to generate asset reports with the below fields:
    Asset class, Asset number & desc, vendor number & desc
    Suppose say all asset balances should be reported by vendor name and desc.
    I couldn't get the right results using an existing or a custom sort version. Do not want to go with a custom report or a SAP query.
    Any pointers in this regard would be helpful.
    Thanks
    Sekhar

    Hi,
    You can use table ANLA.
    Populate the asset field then go to settings tab and choose fields.
    Check the following fields given below:
    BUKRS
    ANLN1
    ANLKL
    LIFNR
    TXT50
    then execute.
    hope it helps.
    regards,
    otep

  • Diff. GL balance (FBL3N) with asset report (s_alr_87011963).

    Dear Experts,
    There is a certain asset class (Computer) which is not tally to the GL balance. What is the possible reason to check?
    I am verifying the GL balance (FBL3N) with asset report (s_alr_87011963).  please refer below table.
                               furniture
    Particulars
    2014
    As per F.01 (BS)
               1,098,675.23
    As per Report S_ALR_87011963
               1,097,045.98
    Furniture
               1,098,675.23
    Difference
                     (1,629.25)
    Please help me to resolve this difference issue.
    Thanks in Advance.

    Thanks for your valuable reply,
    i have found two line items in GL balance that are not showing in asset report (which is difference amt Rs. 1629).
    The document Type is "AA" of below entries.
    1. Vat retention @4% for Rs. 1000/-
              asset ac  - Dr             1000
                    Input vat capital Cr -
    2. Vat retention @4% for Rs. 629/-
              asset ac  - Dr             629
                    Input vat capital Cr -
    Report is showing all documents(entries) of Doc type "AA"

  • Asset Transfer Report with matching new asset number

    Hi,
    During the past week, our company transferred over 2000 assets from several companies to one company. As a result of the transfer, the tax depreciation keys and tax depreciation life weren't carried over to the new assets. I am wondering if anyone here know how can I generate a asset transfer report with one column listing all transferred out assets and another column listing matching transferred in assets? I used ZFI_INTERCOASTR- Intercompany Asset Transfer, it gave me a transfer report with all the transfer in and transfer out in one column.
    Edited by: Peggy Wang on Nov 24, 2009 3:40 PM

    Hi,
    you can create yourself an ABAP Query on logical database ADA. In node ANEK you have per each (transfer) transaction the information from which asset the transfer was done.  With the ABAP Query you can configure your output list completely flexible.
    Regards,
    Markus

  • Asset Report with CJ88 document

    Hi Experts
    We have developed Z report for asset having material code,vendor,CJ88 document.In old Z report we are not getting material & vendor which is relevant for CJ88 document.
    So we have develop new Z report in which we are getting material but that value is not matching with AS03.What could be reason.
    The Logic is as follows:
    First get the field OBJNR  from table COVP  where field REFBN eq to Settlement Docs in to ITAB..
    Then fetch the amount and other field from Table COVP where OBJNR eq ITAB-OBJNR and BLART NE u2018SAu2019 and KSTAR NE u20180000300010u2019.
    Please check the actual function code to fetch the settlement doc details below:
    FORM GET_SETTLEMENT_DOC .
    btab[] = itab[].
    sort btab by bwasl.
    delete btab where bwasl ne '115'.
      if not btab[] is initial.
    select objnr
         into corresponding fields of table dtab
         from covp
         for all entries in btab
         where refbn eq btab-belnr.
    sort dtab by objnr.
      endif.
      if not dtab[] is initial.
    select belnr
            wtgbtr
            wkgbtr
            gjahr
            kstar
            gkont
            werks
            matnr
            ebeln
            ebelp
            bldat
            budat
            refbn
            blart
            awtyp
            into corresponding fields of table ctab
            from covp
            for all entries in dtab
            where objnr eq dtab-objnr
            and blart ne 'SA'
            and kstar ne '0000300010'.
      endif.
      if not ctab[] is initial.
    sort itab by bwasl.
    delete itab where bwasl eq '115'.
    loop at ctab.
           itab-ANLN1 = ' '.
           itab-belnr = ctab-belnr.
           itab-buzei = ctab-buzei.
           itab-bzdat = ctab-bldat.
           itab-bldat = ctab-bldat.
           itab-budat = ctab-budat.
           itab-gjahr = ctab-gjahr.
           itab-bwasl = '115'.
           itab-name1 = ''.
           itab-AWTYP = ''. "Transaction Type
           itab-matnr = ctab-matnr.
           clear wmaktx.
           select single maktx into wmaktx
           from makt
           where matnr eq ctab-matnr.
           itab-maktx = wmaktx.
           itab-name1 = ' '.
           itab-dmbtr = 0.
           itab-wrbtr = 0.
           itab-anbtr = ctab-wkgbtr.
          itab-anbtr = ctab-wtgbtr.
          itab-butxt = ctab-butxt.
           itab-ebeln = ctab-ebeln.
           itab-ebelp = ctab-ebelp.
           itab-kstar = ctab-kstar.
           itab-blart = ctab-blart.
           append itab.
    endloop.
    endif.
    ENDFORM.                    " GET_SETTLEMENT_DOC
    Is there any reports for settlement document having material & vendor code with description.
    Regards
    Nitin A

    closing

  • Report for Asset with only values (No Zero values)

    Hi All
    There is requirement where in the user wants to genenerate report for assets with  values .There should not be Zero balance assets  included in the output. In short only with values in the asset master the report needs to be generated. Can one have any idea on this .
    regards
    Navin
    Edited by: Naveen Rao on Jan 22, 2009 10:04 AM

    Hi
    Can you  please specify the report name.
    regards
    Navin

  • Report for equipment list with asset number

    Hi
    I want report where i can get equipment number with asset number. I hecked information system. But id din't got

    Follow these steps in the IH08 ALV screen (Output)
    - Press Ctrl+F8
    - In the pop-up, select Asset field from the Right hand side menu (Column Set) and bring it to Left hand side menu (Displyed Columns) by clicking on the arrow towards left.
    - Arrange the position of the field Asset next to the Equipment field (as you desire) by upward/downward arrows.
    - Press Enter
    Now your Asset column is seen at the place you have arranged.
    Regards
    Jogeswara Rao

Maybe you are looking for

  • How to get the most from Nokia Support Discussions

    This forum is a community of users of Nokia products and services from around the world who share their experiences and help people to solve problems. I've been using this forum for a couple of years now, I originally joined because I work in telecom

  • Write message in Joblog at Runtime

    Hi, 1. i´m running a batchreport and want to put a message at predefined steps into the Joblog. I used message with Type 'I' or 'S' in my report but the message is only visible when the job is finished. Any ideas to put in a message at runtime. 2. Th

  • UK format of Snow Leopard

    Would anyone know what format Snow Leopard will be in when it arrives here in the UK ... that is, will it be as a disc, a purchased download from Apple or both? And will the fact that I have not yet updated my Mac to 10.5.7 matter? I was assuming tha

  • Problem executing DBMS_UTILITY.ANALYZE_SCHEMA

    Hi I have a DBA schema called ASP. in this schema i have a procedure which loops through all other client schema names to be analyzed and tries to execute as : DBMS_UTILITY.ANALYZE_SCHEMA ( clientSchema , 'COMPUTE' ) It is giving following exception:

  • What is the main difference of Direct update DSO and Write optimized DSO

    What is the main difference of Direct update DSO and Write optimized DSO?