SAP-R/3 reports

Hi,
Where to find Sales and Finance reports in SAP-R/3 and how to use that reports in BW.
Thanks
Asim
Edited by: asim khan on Oct 11, 2009 9:44 AM

Hi
Useful Reports Tcode in SAP Financial Accounting
GENERAL LEDGER
Information Systems
1.  Structured Account Balances (Balance Sheet & P&L Account  in FS Version Format)     S_ALR_87012279
2.  GL Account Balances (Totals & Balances )             S_ALR_87012301
3.  GL Line Items                                        S_ALR_87012282
4.  Statements for GL Accounts, Customers & Vendors      S_ALR_87012332
5.  Document Journal                                     S_ALR_87012287
6.  Compact Document Journal                             S_ALR_87012289
7.  Line Item Journal                                    S_ALR_87012291
8.  Display of Changed Documents                         S_ALR_87012293
9.  Invoice Numbers assigned Twice                       S_ALR_87012341
10. Gaps in Document Number Assignments                  S_ALR_87012342
11. Posting Totals Document Type wise                    S_ALR_87012344
12. Recurring Entry Documents                            S_ALR_87012346
Master Data
13. Chart of Accounts                                    S_AL:R_87012326
14. GL Account List                                      S_AL:R_87012328
15. Display Changes to GL Accounts                       S_ALR_87012308
16. Financial Statement Version                          FSE2
CASH & BANK REPORTS
1. Check Information List                                FCH6
2. Check Register                                        FCHN
3. Check Number Ranges                                   S_P99_41000102
TAX REPORTS & REGISTERS
1. List of Internally generated Excise Invoices          J1I7
2. Capital Goods Transfer of Credit                      J2I8                          
3. List of GRs without Excise Invoice                    J1IGR 
4. List of SubContract Challans                          J1IFR
5. CENVAT Register                                       J2I9
(Monthly Return under Rule 57AE of the Central excise Rules from
which Monthly Return under Rule 7 of the CENVAT Credit Rules 2001)
6. Registers : RG 23A/C Part I &II , RG1, PLA            J1I5,J2I5,J2I6
ACCOUNTS RECEIVABLE
Information Systems
1. Bill Holdings (Bill of Exchange Receivable List  with ALV facility)
                                                         S-ALR_87009987
2. Customer Balances in Local Currency                   S_ALR_87012172
3. Customer Line Items                                   S_ALR_87012197
4. Due Dates Analysis for Open Items                     S_ALR_87012168
5. List of Customer Open Items                           S_ALR_87012173
6. Customer Evaluation with Open Item Sorted List        S_ALR_87012176
7. Customer Payment History                              S_ALR_87012177
8. Customer Open Item Analysis (Overdue Items Balance)   S_ALR_87012178
9. List of Customer Cleared Line Items                   S_ALR_87012198
10.List of Down Payments open at key date                S_ALR_87012199
11. Debit & Credit Notes Register u2013 Monthly              S_ALR_87012287
12. Customer wise Sales                                  S_ALR_87012186                          
ACCOUNTS PAYABLE
(Note : Similar Reports available for A/R are available for A/P also)
1. Vendor Balances                                       S_ALR_87012082
2. Vendor Debit/Credit Memo Register                     S_ALR_87012287
Is there a Report displaying Master data, that is a list of vendors showing name, address, payment
method, etc ( everything about vendor).   Is their any report like that and what's the table name to display
all vendor master data too.
Go to this menu:
Financial Accounting -> Accounts Payable -> Information System -> Reports for AP accounting -> Master Data.
How to get Report of Withholding Tax along with Vendor Name.  What is the T-Code or Path for this report?
You can get the withholding tax report for vendor by using these t.codes:
S_P00_07000134 - Generic Withholding Tax Reporting
S_PL0_09000447 - Withholding tax report for the vendor
Which reports we can use for the receivables to be checked on daily basis?
Go to SAP Easy Access main menu.
Go To Accounting -> FI Acc -> customer(receivables) -> information system -> reports .
Here you can get all the standard reports for receivables.
We will not use the same report in BI/Bw, based on the client requirements, we will desing the reports in BW/Bi side refering to the standard R/3 reports.
Regards
Kp

Similar Messages

  • Benefits of SAP Business Warehouse Reporting compared with the Query-tools?

    Hello experts,
    I've been creating reports with SAP Query tools, but been faced with few problems. First of all, there are restricted possibilities in terms of joining tables, and thus I cannot include all the data required for the report.
    One solution for this would have been to create separate queries and join the data together in Excel. The problem with this is that there exists no common field that would make sense as for a selection criterion. If the selection criterion is different in different queries, there is the danger of combining false data together, which would eventually result with distorted data. 
    So I was wondering, could anyone briefly tell me if SAP Business Warehouse reporting would solve these problems? And what other benefits would it provide compared with the SAP Query? I'd urgently need to know if it would be a beneficial investment for the company, since I haven't found solutions for the problems occurred in the creation of reports.
    Thank you in advance for you help!
    Maria

    The answers are yes - and thousands of companies have gone down this route
    Puttingin BW is a strategic aim of the comapny and not to be thought about and discussed in a BI forum such as this
    The costs of implementation and hardware will no doubt make your eyes water.
    To be quite honest SAP BI is a "no brainer" as most of the new e-SOA and new R3 modules reply on BW for their reporting needs

  • Nodes statement in payroll in SAP ABAP hr  Report

    hi,
      i am working in sap abap hr report for payroll.i am using nodes statement in that report.it is showing error that ""PERNR" is not a node of the logical database __S".how can i solve this error.in this report.          
    NODES pernr .
    INFOTYPES: 0000, 0001, 2001.
    TABLES: t554s, pcl1, pcl2.
    INCLUDE rpclst00.
    INCLUDE rpc2rx09.                      "Payroll results datadefns-Intl.
    INCLUDE rpc2rxx0.                      "Payroll results datadefns-Intl.
    INCLUDE rpc2rgg0.                      "Payroll results datadefns-GB
    INCLUDE rpcfdcg0.                      "Payroll results datadefns-GB
    INCLUDE rpcdatg0.
    INCLUDE rpc2cd00.                      "Cluster Directory defns.
    INCLUDE rpc2ps00.                      "Cluster: Generierte Schematas
    INCLUDE rpc2pt00.
    INCLUDE rpcfdc10.
    INCLUDE rpcfdc00.
    INCLUDE rpppxd00.
    INCLUDE rpppxd10.
    INCLUDE rpcfvp09.
    INCLUDE rpcfvpg0.
    INCLUDE rpppxm00.
    TYPES: BEGIN OF t_salrate,
        seqnr    TYPE pc261-seqnr,
        begda    TYPE p2001-begda,
        endda    TYPE p2001-endda,
        split(2) TYPE c,
        val      TYPE p DECIMALS 2,
       END OF t_salrate.
    DATA: it_salrate TYPE STANDARD TABLE OF t_salrate INITIAL SIZE 0,
          wa_salrate TYPE t_salrate.
    *Selection screen
    SELECTION-SCREEN BEGIN OF BLOCK block1 WITH FRAME TITLE text-001.
    SELECT-OPTIONS: so_awart FOR p2001-awart.
    SELECTION-SCREEN END OF BLOCK block1.
    *START-OF-SELECTION.
    START-OF-SELECTION.
    GET pernr.
    get payroll results data
      rp-init-buffer.
      CLEAR rgdir. REFRESH rgdir.
      CLEAR rt. REFRESH rt.
      CLEAR: rx-key.
    set key to current pernr
      MOVE pernr-pernr(8) TO cd-key-pernr.
    retrieves payroll results for specific pernr(personnel number)
      rp-imp-c2-cd.
      IF rp-imp-cd-subrc = 0.                                "rgdir success
        rx-key-pernr = pernr-pernr.
        SORT rgdir BY seqnr ASCENDING.
        CLEAR rgdir.
      ENDIF.
      SORT rgdir BY fpbeg fpend ASCENDING seqnr DESCENDING.
    RGDIR the table where all payroll results periods are stored
      LOOP AT rgdir WHERE  abkrs IN pnpabkrs        "pay area
                      AND  srtza EQ 'A'
                      AND  void  NE 'V'.
        IF sy-subrc NE 0.
        set key to specific payroll results period(current RGDIR loop pass)
          UNPACK rgdir-seqnr   TO   rx-key-seqno.
        Retrieves data for specific payroll results period (current RGDIR
        loop pass)
          rp-imp-c2-rg.
        Loop at wpbp data for specific payroll results period
          LOOP AT wpbp.
            wa_salrate-seqnr = rgdir-seqnr.
            wa_salrate-begda = wpbp-begda.
            wa_salrate-endda = wpbp-endda.
            wa_salrate-split = wpbp-apznr.
          loop at rt data for specific payroll results period
            LOOP AT rt WHERE lgart EQ '/010' AND             "wage type
                             apznr EQ wpbp-apznr.            "payroll split
              wa_salrate-val = ( rt-betpe * ( wpbp-adivi / wpbp-kdivi ) ).
              APPEND wa_salrate TO it_salrate.
            ENDLOOP.
          ENDLOOP.
        Process BT table
          LOOP AT BT.
          ENDLOOP.
        Process NIPAY table
          LOOP AT NIPAY.
          ENDLOOP.
        etc................
        ENDIF.
      ENDLOOP.
    *END-OF-SELECTION.
    END-OF-SELECTION.

    Hi,
    Have you put a Logical Database in the attributes of the program that you have created ?
    Regards,
    Samson Rodrigues.

  • Report for time log on detail for each employees in SAP ABAP-HR report

    hi experts,
          please help me .how to create a report for time log on detail for each employees in SAP ABAP-HR report.please help me.
                                                      thank you

    Hi,
    For Time Management Infotypes , If you want to read the data using macro you need to use the Macro called RP_READ_ALL_TIME_ITY
    Example:
    DATA: BEGDA LIKE P2001-BEGDA, ENDDA LIKE P2001-ENDDA.
       INFOTYPES:  0000, 0001, 0002, ...
                         2001 MODE N, 2002 MODE N, ...
         GET PERNR.
       BEGDA = '19900101'. ENDDA = '19900131'.
       RP_READ_ALL_TIME_ITY BEGDA ENDDA.
       IF PNP-SW-AUTH-SKIPPED-RECORD NE '0'.
          WRITE: / 'Authorization for time data missing'.
          WRITE: / 'for personnel number', PERNR-PERNR. REJECT.
       ENDIF.

  • MATMAS01 IDOC not reaching to SAP XI via report program.

    Dear Experts,
    WE are facing small challenge.
    I searched on SDN on scenarios: IDOC not reaching to SAP XI. But could not find exact solution t oour scenario.
    Problem:
    MATMAS01 IDOC is not reaching to SAP XI via report program and is in status of 03 on SAP system. And there are not entries under SM58.
    Under SAP XI system IDOC entry is not reflecting under IDX5 transaction, I tried to delete meta data of MATMAS01 thru IDX1 and uploaded again but still IDOC is not reaching to SAP XI.
    The strange is that MATMS01 IDOC is reaching to XI via WE19 test tool. So PORT and RFC destination settings betweeen R3 and XI is also correct.
    What could be the wrong ?
    Thanks
    Divyesh

    When sending Idoc from R/3,
    Settings at R/3
    create one port at WE21,
    Create Partner Profile for Outbound Message type in WE20.
    settings at XI
    Create one port in IDX1
    Import Matadata in IDX2.
    Create complete scenario in ESR for Idoc sender, also import IDoc in Imported Objects.
    Check these settings & send test idoc using WE19.

  • SAP CRM Interactive Reports in Interaction Center

    Hi
    I am trying to use SAP CRM Interactive reports. I am aware that we don't need a separate  BW serve for it. Do we need a separate local BI client or can we just use them through the IC_MANAGER Role?
    What are the settings to enable interactive reports?
    How can I create Interactive reports through the Analytics role?
    All help is greatfully appreciated.
    Thanks
    Tarang

    Take a look at  [SAP Help Topic 'CRM Interactive Reports'|http://help.sap.com/saphelp_crm70/helpdata/en/61/553f78fc3c48c894c082d0fb23ef0f/frameset.htm]
    Also you can refer to best practice building block [C41: CRM Interactive Reporting|http://help.sap.com/bp_crm70/BBLibrary/HTML/C41_EN_DE.htm].

  • SAP Record-to-Report in SAP FI

    Hi SAP Gurus,
    I want the details of SAP Record-to-Report and any configuration steps also.
    Help me ASAP.
    Regards
    Shruthi

    Bashir,
    Report to Report Interface doc
    This is called "opendocument", which is a special facility within the software that allows you to build a hyperlink on a value in the "parent" report, then click on that link and it passes a response to the "child" report that would be prompting for the same.  Once the parameter is passed the "child" report appears.  Depending on the version (XI R2 or XI 3) determines how the hyperlink is built.  Please refer to the appropriate documentation for the version you are working under for the correct syntax/workflow to create the hyperlink.
    Thanks,
    John

  • How to Include JAVA script code in SAP BI7 web Reporting?

    How to Include JAVA script code in SAP BI7 web Reporting?

    In nw2004s there is a new web item called "Script" web item which lets you add javascript code. When you add javascript code in this web item, you don't need the opening and closing <script> tags...
    Hope it Helps
    Chetan
    @CP..

  • Save view button in SAP BW Query Report view

    Dear all,
    When SAP BW Query report iview is called in portal, u will get Save view, Bookmark, variableSreen...etc buttons.. When u click on saveview button...it will ask u to save as a view of that report with specfic name.
    My question is, where it will get stored.?
    If u give the BEx analyzer for users, u will be able to see the saved views.....but i dont want to give BEx analyzer to the enduser...
    Kindly suggest me
    Rgds
    Pradeep
    Message was edited by: Pradeep Reddy
    Message was edited by: Pradeep Reddy

    I hava the same doubt. Other portal web  has a "Open View" link button, how can i config it?

  • SAP Executive HR Reporting rapid-deployment solution

    Hi,
    I am trying to install the SAP Executive HR Reporting rapid-deployment solution, but I can only find the Configuration Guides and install files to the Solution Manager in the SAP Software download center.
    What I can't find is the .lcmbiar file with the pre-configured dashboards. Can anyone in here help me?
    Br
    Martin

    Hello, Martin,
    We are facing the same problem, did you manage to find anything?

  • SAP HR Headcount Reporting

    Hi Experts,
    We are consolidating our system and looking for optimal ways to identify the correct headcounts.
    SAP provides standard reports S_PH9_46000219 for headcount. Can someone help me in identifying what is considered as a headcount from SAP standard point of view. I know different organizations may have different criteria for calculating headcount but I'm primarily interested in standard behavior. Accordingly we will decide if we can make use of this standard report.
    Thanks & Regard,
    Ravi

    Hi Ravi,
    I found an interesting read on this report. Sharing link with you. Hope this will help!!!
    http://scn.sap.com/community/erp/hcm/blog/2013/04/04/headcount-reporting-as-easy-as-one-two-three
    Regards,
    Jitendra

  • How to activate SAP Visual Composer Reporting on ABAP Side

    Hello,
    How can we activate SAP Visual Composer Reporting on ABAP Side in ECC 6?
    It is not in BI or in Portal.
    And I have some problem to find documentation about it.
    Thank you a lot!
    Manu

    Hi Manish, Is not posible to migrate iviews, you need to do a new deploy in the new server.
    Regards.
    Ignacio.

  • SAP User Audit Report

    Hi Expert,
    I want to download SAP user audit report through USMM.
    but whenever i run USMM and click on system measurement its goes on background job.
    I need this report in PDF format. plz help 

    Hi Kumar
    1.  Once you’re all system measurement are getting over collect those data in to one system.
           Refer the PPT 's which provided the steps
    https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0CC8QFjAD&url=https%3A%2F%2Fsupport.s…
    2 Transaction code  LAW perform a consolidation of user records and then send the information to SAP direct or email
    SAP Library - License Administration Workbench
    BR
    SS

  • SAP Report Painter - SAP tables for report items and hierarchy

    Hello,
    can you pls. help me with an information about the list of SAP tables for Report Painter, particularly the tables where the report items/positions and report hierarchy are stored?
    for example, for the Report Writer report items and report hierarchy can be found in T8* tables.
    What are these tables for Report Painter?
    thank you in advance for any info.
    Regards,
    Jasminka
    Edited by: Jasminka Vlahovic on Dec 29, 2010 8:53 PM

    Hi  Jasminika ,
    Could you please share with me those tables names where report items  and hierarchy are saved
    Regards
    Neeraj

  • Advantages of EP over SAP BI Web Reporting

    Dear Experts
    Can you please share your inputs on Advantages of EP over SAP BI Web Reporting?
    Appreciate if you could share any presentations or documents on this.
    Thank you in advance.
    Best Regards
    PKC

    Hi,
    They are absolutely different environments. With EP, you can develop WebDynpro Applications, using ABAP or Java, integrate Internet Service, develop applications with Visual Composer, ... It's much more than a reporting environment. You can integrate BI reports on EP, using iviews portal components.
    Look these threads:
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/6ee85d99506fcfe10000000a1553f6/frameset.htm
    Hope this helps,
    Ivá

  • Is there any SAP standard HUM report

    Hi Guys
    Is there any SAP standard HUM report
    which can have the fields like Contents of HU field and HU identification2 field
    Please help
    Thanks in advance

    HI
    Run T code HUMO

Maybe you are looking for

  • Really Need Some Help with CME 8.6 using IOS as Firewall and Anyconnect VPN on Phones

    Hello, I have a 2911 Router with IOS Security and Voice enabled and we are using CME 8.6.  I am using a built-in Anyconnect VPN on 3 phones that are for remote users and thus I needed to enable security zones on the router which works because the rem

  • Replacing A CD Driver With A Superdrive

    I bought a used Powermac G4 for my mother-in-law. It reads CDs, but I want her to be able to burn her own CDs/DVDs, or read my CDs/DVDs, so I want to replace the current drive with a superdrive. Can anyone recommend any particular (internal) brand/mo

  • Alignment & Guides For Precise Positioning???

    I can't find them anywhere, but there's got to be a way to center, align, add guides, move, etc. objects in FCE, right? If not, how do professionals align objects (e.g. scaled videos, images, etc.) to precise areas of the screen over and over? That i

  • Video: MOV/H.264 format for iMovie

    For years I have used a Sony HandyCam with digital tape, inside of a Sony underwater housing to do underwater video.  Great quality and editing it in iMovie is a piece of cake.  I have had no compatability issues.  Trouble is hauling the housing, the

  • How to restore trash in mac book pro

    how to restore trash in mac book pro