Query on Report Painter

Hi All,
user has requested to create Cutom tcodes for 3 custom report painters which user has created in Production system.
i would like to know if i have to create Report group for each report and then create a transaction code for the same or report group is already created by user.
please let me know your inputs.
thanks
Aditya

Hi All,
i have been provided with Program name for Report Painter (tcode CJ20N) = SAPLCNPB_M
and how do i find out the report group of custom report painter.  does it have to be created by functional consultant or how do i find out the group name because i need to enter the same while creating the transaction under the default values.
do i have to specify the program name while creating the transaction code.?
please let me know .
thanks in advance.
Aditya

Similar Messages

  • Report Painter/ Writer - Query on customization changes

    Hi All,
    I had this query on report painter.
    A couple of GL accounts are created newly.Now, the same are to be included as line items in existing 'Zee' report under Report Painter functionality. I went to GR32 > input selection for existing rpt >> took me to GR02. I made the changes in development client.
    My dilemma is, how do I populate this report change upto Production system ? - by a transport or export/imp functionality.
    Also, if request is generated through GR32(toolbar) what will it generate customization or workbench ?
    I have read Wiki  and tried to execute GR37, but not confident about the same.
    Appreciate if you could share you inputs.
    Warm regards.

    Hi Christian,
    Thanks for your reply. But, if we have to move the changes to INT, Pre- Production and Production clients, then is
    T-Code GCTR a better option so that the transport is generated and it will overwrite the report in the Production client with this change.
    Also, if the transport is generated will it be customization or workbench as raised earlier ?
    I do not intend to delete any report from the systems.
    Warm regards.

  • Due Date Analysis in Report Painter

    Hi:
    I have a query regarding Report painter FKI1 to FKI6 for Vendor aging analysis. Aging reports build from report enable user to analyze all vendors invoices which are overdue by N of days you specify for every column e.g all invoices overdue btw 0-30, 30-60 and so on but client is requiring an aging report for AP & AR which shows how old an invoice is, our baseline date is document date for all payment terms. e.g we have four columns in report 0-30,30-60,60-90 and >120. If an invoice was created with a document date 25.12.2014 which though not due should appear in 0-30 days. I need to know if its possible within report painter to have such or i will have to go for ABAP.
    Thanks

    Hello Atif,
      Your requirement can be fulfilled by report painter
    1- build a form with structure one axis with key figure
    2- create required N days columns
    3- use characteristic (Due date analysis with value =1) for analysis of line items due.
    4- use characteristic (Days for net due date ) with value from/ to N days.
    5- define a report with desired characteristics ( vendor, document number ....)
    Regarding to you example
    define column 0-30 as a sum formula of the following 2 columns
    a column "0-30 due" with characteristics
    (Due date analysis with value = 1) and
    (Days for net due date with value from 0 to 30)
    define another one "not due" with characteristics
    (Due date analysis with value = 2) and
    (Days for net due date with value from 0 to 99999)
    for more information you can check the following standard reports delivered by SAP:
    AP/ FKI0 >> report 0SAPDUEAN-01 Due Date Analysis for Open Items
    AR/ FDI0 >> report 0SAPDUEAN-01 Due Date Analysis for Open Items
    Regards,
    Ibrahim

  • Report Painter Performance Issue

    Helloo experts,
    I have a report painter report which is pulling the data from a custom table (which has 32million records). Its taking a lot of time .
    Is there any method to improve its performance ?

    Hi,
    Please check report painter selecting records using primary key or secondary index. If not please create secondary index for custom table (after consultation with basis, due to creating the secondary index will increase the load on server of custom table with 32 millions records)
    If not possible. extract the resultset from custom table into another table and make query for report painter on that. and update the new table on daily basis or hourly basis.
    aRs

  • Report painter Sets

    Hi friends,
    I have a query regarding report painter using single dimension sets.What i need is to create financial report for  Mexico and  Spain. The financial statement verision or the reporting structure of GL accounts is different in both these FSV's.
    So if the user selects a particular financial statement version, say MEX for Mexico in the report painter general data selection the report should display  as per MEX structure.
    I think its possible to declare single dimension sets FSV1 with basic set as assets,liabilites..and so on as per financial statement version of Mexico.
    Similarly another FSV2 as per financial statement version structure of Spain.
    But how the system will select the required set based on the FSV selected by the user? Is it possible to give two sets in single report painter  row line item?
    Hope i am clear, please correct me if i am wrong.
    thanks
    Nellikka

    If you create the entirety of the account reporting hierarchy within the single dimension sets, you could be sure that the set is also defined in the reporting row as a hiearchy and variable with one of the sets as a default.
    When the user goes to execute the report, or via reporting variants, they can simply replace the default MEX single dimension set with Spain's single dimension set and it will utilize that to drive the hierarchy of the same row.
    If for formatting purposes, however, you need to break that out into multiple report rows, then this becomes slightly more challenging.  As long as you can at least keep the highest groupings of major accounts, though you can do it even if it means having multiple single dimension sets to default and have for replacement when executing the report (or via the program variant).
    This all assumes the use of Report Painter (GR55) for execution and not the FI Financial Statement Version.
    I hope I've understood and helped.  (Please assign points if so).

  • Report Painter Report Form Query

    Dear All,
    I have developed report painter change form with fsi6 .TCode and "form" type is financial statement Key figures.
    My query is that i need difference or two rows with minimum values but no negative values to be displayed. example should be
    row1 figure -1
    row2 figure 2
    row3 difference of row1 & row2 figure 0
    Kindly suggest with proper solutions.
    Thanks in advance
    Usman

    Hi Usman,
    Salaam!!
    You can at best supress the zero values or reverse the signs.. But you cant display -ve values as zero in report painter
    Regards
    Ajay M

  • Difference between Report painter and abap query .

    can anyone please tell me the difference between the report painter and the ordinary alv,clasical reporting and also the difference between Report painter and abap query. How the output format will be in Report painter. If anyone has any documents please send it to
    [email protected]
    Thanks,
    Joseph.

    hi,
    ABAP Query is an ABAP Workbench tool that enables users without knowledge of the ABAP programming language to define and execute their own reports.
    In ABAP Query, you enter texts and select fields and options to determine the structure of the reports. Fields are selected from functional areas and can be assigned a sequence by numbering.
    link for abap query --
    https://forums.sdn.sap.com/click.jspa?searchID=221911&messageID=2790992
    whereas the Report Painter enables you to report on data from various applications. It uses a graphical report structure that forms the basis for the report definition. When defining the report, you work with a structure that corresponds to the final structure of the report when the report data is output.
    link for report painter --
    https://forums.sdn.sap.com/click.jspa?searchID=221874&messageID=1818114
    Regards,
    pankaj singh
    Message was edited by:
            Pankaj Singh
    Message was edited by:
            Pankaj Singh

  • Report Painter/Writer/ Abap-query

    Hi all,
    Could you please answer the following questions.
    1. What is Report Painter ?
    2. What is Report Writer ?
    3. What is  Abap Query ?
    4. What is the  difference between all ?
    5. When Do we Go for each one ?
    send me if any Materials on above.
    Thanks & Regards
    krish..

    Hi
    Report painter:
      A tool for creating reports that meet specific business and reporting requirements.
    The Report Painter enables you to report on data from various applications. It uses a graphical report structure that forms the basis for the report definition. When defining the report, you work with a structure that corresponds to the final structure of the report when the report data is output.
    The SAP System is delivered with several row and column models that can be used as building blocks to help you create reports quickly and simply.
    Report Writer:
    A tool for creating reports that meet specific business and reporting requirements.
    Report Writer enables you to report on data from multiple applications. Using functions such as sets, variables, formulas, cells and key figures, you can create complex reports that meet specific reporting requirements.
    When working with Report Writer, you can use certain functions that are not supported by Report Painter. These functions include:
    Multidimensional column structures
    User-defined definition of inactive row and column combinations
    Enhanced functions for using cells in column formulas
    ABAP Query:
    An ABAP Workbench tool that enables users without knowledge of the ABAP programming language to define and execute their own reports.
    In ABAP Query, you enter texts and select fields and options to determine the structure of the reports. Fields are selected from functional areas and can be assigned a sequence by numbering.
    ABAP Query offers the following types of reports:
    Basic lists
    Statistics
    Ranked lists
    Regards
    Su

  • Report Painter or ABAP Query

    Hi,
    I have to create one report with the use of three different Tables. is it possible to create in Report Painter or Report Writer or ABAP Query? or i need to customize that report with ABAPers?
    Can anybody please tell me for Report Painter and Report writer, can i use Two Tables?
    and in ABAP query how i can create the report?
    I'll really appreciate your help.
    Thanks,
    Niki Shah

    Hello Niki
    You create a query based on an info-set. Info sets are special views of a dataset so can be :
    - Table joins ( more than one table)
    - Single tables
    - Logical data bases (view of the database)
    You create a report painter from a library which is based only on  a single totals table.
    Regards
    Javier Reviriego

  • Report painter and sql query

    I suppose we ABAPers can make use of sql query that is sq01 sq02 and sq03 and report painter pls can u provide me the links for that
    i am new to them
    thank you

    Hi,
    check this link.
    <a href="http://searchsap.techtarget.com/searchSAP/downloads/Teach_yourself_SAP_C20.pdf#search=%22CREATE%20REPORT%20USING%20SQVI%20%2C%20SAP%22">SQL query</a>
    Regards,
    Amit

  • Report Painter and Report Query

    Hi,
    Can some body explain me the difference between Report painter and report queries. How these are diffrent from ABAP prgram and ABAP queries. Who are the persons who are using all these like functional consultant or ABAPer or End users.
    Regards
    RKG.

    Hi
    Report Painter is mainly used by CO functional consultants for generating reports using variables, Key fugures and sets. This is a SAP standard functionality.
    ABAB Queries / Report queries are created by Abapers and Functional consultants , this is mainly to join two or more tables run a query on the available data in the table and get the reports
    ABAP program are complete program which are the coding language of SAP, where a program can be created for a new functionality which is not available in SAP . However the data required for this program has to available in SAP.
    Anand

  • SAP upgrade - questions for report painter and query

    Hi Experts,
    I have two quwstions of SAP upgrade.
    My requirement is: SAP upgrade from 4.6B to ECC 6.0 with non-unicode.
    1.Does SAP upgrade influence the report painter? If influence, could you tell me what should I do for this case.
    2. We have so many queries (SQ01) in our system and many of them haven't been run for a long time. we need a tool to get the runtimes of queries in a certain durition.
    For example: From 2008/01/01 to 2008/03/31,I want to know how many queries had been run/ query name/ runtimes of each query.
    Best regards,

    > 1.Does SAP upgrade influence the report painter? If influence, could you tell me what should I do for this case.
    You can check
    Note 1155524 - ReportWriter: Upgrade Issues ECC6.0 -Common Customer Issues
    > 2. We have so many queries (SQ01) in our system and many of them haven't been run for a long time. we need a tool to get the runtimes of queries in a certain durition.
    Such a tool was RBE (Reverse Business Engineer) - which is out of support.
    You can try to get that information from ST03. If that is not enough there's no other way than booking an SLO service to find out the queries that have not been used (http://service.sap.com/slo).
    Markus

  • Report Painter and SAP Query

    Can someone explain to me output differences between the above two?
    Thanks, n point will be awarded

    Hi,
    ABAP Queries are extremely useful: they can retrieve data from tables and logical databases alike. ABAP Queries permit a ‘snapshot' of the current R/3 data.
    SAP has made it possible for R/3 users to develop queries using little, if any, ABAP code. However, knowing table and fields (data schema) and some SQL knowledge (outer-joins/inner-joins, etc.) is still required.
    ABAP Query reports are typically simple listing and totaling reports (unlike a balance sheet or an income statement requiring complex groupings – for example, a cash or revenue line consisting of several accounts on a financial statement). Such complex groupings require the query to read various tables multiple times to appropriately total and sort the accounts. For complex tasks such as this, the other R/3 tools (such as Report Painter which uses “sets” for these groupings) are better suited for reports with complex and integrated groupings.
    Thanks,
    Dishant

  • Need to give access to users for report painter query without GR55

    Hi,
    I need to create a transaction code for a query created using report painter. We do  not want to give access to user for GR55.
    Please help us in achieveing this one or any other way to execute report without GR55 access.
    Regds,
    Servesh
    Moderator: Please, search before posting - it has been answered several times

    Hi,
    You can create the transaction the same using SE93 transaction code.
    Also see the below link for detailed rocess:-
    [http://home4sap.com/Blog/2009/08/how-to-create-a-transaction-code-for-report-painter-reports/]
    Regards,
    Gaurav

  • Report Painter Query

    Hi all
    Good day to you.
    We have developed a Multi- Period Project Cash Flow Report in report Painter based on FAGLFLEXT Table. Each Project is defined as a Profit Centre.
    But the issue is we get the From Fiscal Year To To Fiscal Year Input from the user and also From Period To To Period Input. However it works fine if the Periods given are from 1 to 12. But if we give 1 to 8 it takes 1 to 8 periods for all previous periods as well.
    To clarify the problem with example
    Suppose if we want a Cash flow report from January 2006 to August 2008 for Example:
    The Input we give is:
    From Fiscal Year: 2006
    To Fiscal Year: 2008
    From Period: 01
    To Period: 08
    The result we get is
    2006 January to August + 2007 January to August + 2008 January to August
    The result we want is
    - It should summarize the values (under various columns) from January 2006 to August 2008.
    Any help in getting the desired result will be highly appreciated.
    Regards
    Siddique

    Try using a variable where period/year are in the same selection line. Try something with FISCPER.
    pts appreciated

Maybe you are looking for