Report painter report with two header rows

Experts,
I have managed the variable values in report painter but in display output i am unable to recognize the
value displayed for march / April is actual or planned
Please find attached screen shot for the same...
Is there any way to have both the information on header row?
Thanks
Sagar C'kar

Hi Sagar...
Please change the short, medium and long text as you wish (please have all the description in the long text), by default system displays with the medium text, but no need to worry, when you keep the cursor on the head column of the text (where medium text is maintained), system displays with long text also. By this you can see the long text. This option we may use for adding additional text there, maintain some text at medium text and maintain additional text at long text option, so when you keep the cursor at head of the column with medium text, you see long text in addition.
If you want to have the long text instead of short or medium text make changes like this..
By this you make the text length at maximum i.e. 21 digits I suppose and then.....
By the above you select "long text" as default
Regards..
Jose

Similar Messages

  • Table with two header rows

    Hello, i have a table in that table i have a header row which has another table with two header rows
    When form spans more then one page on page2 the color and border are showing up outside of table see example below.
    Anyone have any ideas how I can fix this?
    I am using Livecycle designer ES2 9.***
    THanks

    Hi,
    If the table spans to Next page then if you want to move whole table to other page then uncheck the allow page breaks with content option which is under Object Tab.
    Thanks
    Vjay.

  • Report With Two Heading

    Hi,
    How to create Report With Two Heading
    [http://apex.oracle.com/pls/apex/f?p=267:31:]
    thanks

    See: Re: Two level row header

  • Issue with Report painter report

    Hi Gurus
    I need your help with an issue with one of our report painter reports. I have created a new report with Fiscal Year, Ledger, Company code, and Account number range in General data selection. The report row has field Segment and each period corresponds to one period of the fscal year. In here, I have selected Period and Record type 0 as characteristics. The basic key figure is KSL for second currency.
    I am able to save the report but when I execute it, I get the error that
    *Characteristic GJAHR cannot be combined with key figures*
    Can someone please help me as why I am getting this error?
    I appreciate your help.
    Thanks,
    Shalu

    Hi
    I think you have to rechek the genral data selection setting , related to fiscal year.
    had u defaulted the fiscal year or used variant for fiscal year
    Thanks
    alok

  • Need to call a Report Painter Report with filtered selection criteria

    Hello All,
    I have created a Report through which I am calling a Report Painter Program 'Z443'  as I have to first filter out the selections and then pass it to the Report Painter Report.
    I tried the following two ways and found these problems :
    1. Submit (program) with selection-table ..... and Return.
      The output had many entries i.e the parameters were not passed correctly to the Report Painter Report.
    2. Tried using the FM ' CRIF_RW_WEB_CALL_REPORT '.
      The transaction for the Report Painter is opening but selections from the first Report is not being transferred.
    Please help if you have worked on any similar requirements .
    Thanks!

    hi
    thanx for ur reply.
    i think the select-options is the best way to get more then one currency values.
    but i need to know what code i have to write for display of this day.
    in the standard report MCTA there he is using only one currency. similarly i need to add 2 more columns for each currency in that same report o/p.
    how to do that can any body help me
    regards,
    maqsood

  • Executing Report Painter Report in Loop With Different Selection Parameters

    Hello all,
    I have to execute a report painter report about 300 times, allways with a different set of selection parameters and allwasy send the result to a different person via mail.
    Has someone an idea how to to this work in an automatic loop.
    Thanks.

    HI,
    My suggestion is to discuss this with your technical team (ABAP). A Good idea would be to create a wrapper program (small program based on your report painted report code) that contains email functionality. You can then save your 300 variants and then schedule a background job for the same using transaction code SM36.
    Regards

  • Error GR493 report painter/writer with special ledger

    Hi ,
    I am trying to create a report painter using a table of a special ledger. The table is the one for 'real item'. The following error appears:
    'Table ZIFRSA is not installed in Report Writer.
    Message no. GR493
    Diagnosis
    The Report Writer can only report on tables if the attributes of these tables that are relevant for reporting are defined in control tables. This is not the case for table ZIFRSA.'
    We are not using intercompany transaction. My question is if it possible to make report in report painter/writer with this table.
    I can make report with the total table of special ledger, but not with the one for real item.
    Thanks,
    Cecilia.

    Hi Cecilia,
    I guess the tables created through SPL should look as follows:
    1. ZIFRST - Totals Table
    2. ZIFRSA  - Actual Line Item Table ( I guess this is what you are calling real item)
    3. ZIFRSP  - Plan Line Items Table
    Bear in mind that, the report is not created off table ZIFRSA but rather ZIFRST.  Please create the report writer or report painter using table ZIFRST.
    If the above suggestion did not work,  then check the solution provided in OSS note 3761.
    Elias

  • Period in report painter report

    Hi Experts,
    I use a report painter report where certain variables are used.
    In report, I have two columns. First column shows details of current period and second column shows immediate prior period.
    Say 1st column shows details of period 2, 2011 then 2nd column shows period 1, 2011.
    Here, the problem I am facing is, if I execute for period 1, 2011 u2013 I expect period 1 of 2011 in column 1 and period 12, 2010 in column 2 u2013 but in 2nd column, instead of period 12, it shows heading as period u20180u2019 and no details are displayed. This is happening only if I execute for period 1. From period 2 onwards its fine.
    The variables I used in column 1 and 2 are
    Column 1
         Fiscal year : Variable u2018ZYEARu2019
         Period : ZPERTO
    Column 2
         Fiscal year : Variable u2018ZYEARu2019
         Period : ZPERT-1
    Details of formula variables
    ZYEAR: From field (GLPCT- RYEAR) with formula (IF '#S006' = 1 THEN '#S001' - 1 ELSE '#S001')
    ZPERTO: From field (GLPCT- RPMAX) with formula (IF '#S006' = 1 THEN 12 ELSE '#S006' u2013 1)
    ZPERT-1: From field (GLPCT- RPMAX) with formula ('ZPERTO' -1), also Internal variable check box is checked in this variable.
    Could someone explain me how to solve this. I would like to se the system right with minimum changes because these variables are used in some other reports too. So would like to make the thing possible with minimum changes.
    Thanks.

    Hi,
    Create 2 more variables and use this formula.
    Variable 1: ZYEAR (Fiscal Year) RYEAR u2192 '#S001'
    Variable 2: ZPERT (Period) RPMAX u2192 '#S002'
    Variable 3: ZPERT-1 (Period -1) RPMAX
    IF 'ZPERT' > 1 THEN 'ZPERT' - 1
           ELSE 12
    Variable 4: ZYEAR-1(Year for Period-1) RYEAR
    IF 'ZPERT-1' < 'ZPERT' THEN 'ZYEAR'
                                        ELSE 'ZYEAR' - 1
    Use the Variables
    1.ZYEAR & 2.ZPERT for Current Month.
    3.ZYEAR-1 & 2.ZPERT-1 for Previous Month.
    Hope it solves your problem.
    ~Andrew

  • Report Painter Report - Leading White Spaces in Cost Element

    When calling up a report painter report, e.g. S_ALR_87013613, with cost element characteristic in Office integration/Microsoft Excel as output parameters, the cost element (row item) is indented with white spaces.  The number of white spaces seems to be in relation with summation levels (sub-totals) visible in the left panel.  For some cost centres that only have limited transactions, such as no posting to salary account group, there are less levels of summation, meaning less leading white space in cost elements.  Is there any way to eliminate or have a fixed number of leading white spaces in cost elements? 
    We export the report to Excel worksheet for further processing.  VLOOKUP function is used to read the cost element into another workbook.  The inconsistent number of leading white spaces creates a problem for the formulas to work properly. 
    Any suggestion is appreciated.
    Regards,

    Hello,
    There are different ways of downloading the report to excel. One option is
    System ==> List ==> save (to local file)
    Please try with other options.
    If still not working, then the work around would be
    You can put ctrl+H (replace all spaces)
    Then text to columns
    Hope this works.
    Regards,
    Ravi

  • Line Items missing in report painter report..

    Hi guri's,
    Iam uisng customized  P&L report painter report using with library 1VK....in this report some line items are not shwoing..... how to solve it...
    regars
    JK

    After you've create a P&L report using the report painter, you would also have to create line item reports for example 'Receiver- Profit Center Line Items'  and then assign these line items reports under 'Report/Report Interface' in the P&L report.
    How to do this:
    1. After creating the line item report(s),  use transaction code GR52 which is for change report group. Enter the P&L report group and click enter.
    2. Under 'Report/Report Interface', click on 'configure' under assigned report to library.
    3. In the pop-up screen, click on the green plus sign "Insert Row"
    4. Another screen will pop-up. Enter the report group for the line items report and enter.
    5. Save
    6. Regenerate your report group. After regeneration, execute.
    7. Drill-down in the displayed P&L report to the line items.
    Don't hestitate to ask for further clarifications.
    Elias

  • Copy a COPA Report painter Report KE30 to a Z-Report in SE38

    Dear all,
    We have to copy a existing KE30 - Report Painter Report which is for COPA to a Z- Report in SE38 to have some conditions which was not possible through the report painter.
    When copied we are not able to get the output in the screen as a drill down report but we are getting in spool request.
    Requesting u all to help us in this regard.
    Thanks in Advance.
    Regards,
    Vivek K

    Hi Robin,
    the request is not unusual. However, report painter does not allow for two key columns or a key column combining two characteristics. You might consider using SAP Query (with table COEP or COSS/COSP for aggregates) if you do not want to resort to developing the report in ABAP.
    Regards
    Nikolas

  • Value Type and Report Type in Report Painter Report

    Is there a way I can get both characteristics WRTPP and RRCTY in one table? Or, can I work with two different tables in creating Report Painter report? I need to get the planned values of cost elements with record type 1 and value type 10 to show under one column in my report.
    Your help is very much appreciated.
    Edited by: Mauricio Villa on Oct 23, 2010 10:32 PM

    use the selection criteria to restrict the field types in the query designer- use other variables to check the value
    if it doesnt reconcile- you can alternatively use a multi provider for the same thing- that way you will get the same amount in 1 column and you could restrict using the infoprovider column

  • Contents of Formula (Sumaary) of Report painter report

    We have a report painter report for Balance sheet. The Cost of goods section is summarized with several GL accounts belows. The COGS section is detailed as formula . A certain GL account that is listed as part of COGS doesnot seem to getting added to the COGS(which is using formula).
    How do I know what is in the formula?

    Under formula, you will see something like Y037 + Y036 + Y040.   Look for the numbers under formula line in the formula components and then write down the descriptions for these lines.
    Now, locate these descriptions in the report by double clicking on the rows to get the sets.
    Those descriptions are likely to be sets.  Enter these descriptions one by one in transaction code: GS03 to determine the G/L account numbers under the various descriptions.
    Feel free to refer back.
    Elias

  • Process/stpes to modify the report painter reports...

    Hi,
        I want to modify the report painter report. Could anybody tell me how can we do this. Where can we do this and it would be helpful if any body advise with the steps.
    The requirement is to add one line in the current report painter report and remove one line from it.
    Regards....

    Hi,
    Modifying a report painter report is very similar to creating the report itself. Below mentioned are the steps in general, please use them as per your requirement.
    From the relevant application, choose Tools->Report Painter->Report->Create.
    The Report Painter: Create Report screen appears.
    You can also create Report Painter reports from any Report Writer screen. To do so, choose Report Writer->Report Painter-> Create report.
    Enter the name of the library the report is to use, and a name and description for the report. The report name can be a maximum of eight characters long. If you want to create your report using an existing Report Painter report as a basis, enter the name of the report that you want to copy under Copy from. Both reports must use the same library.
    Choose Create.The next screen displays an empty report containing four rows and four columns (this is the basic structure for a report). You define your report on this screen.
    Enter or change the description for the report by double-clicking the report description field.
    A dialog box appears in which you can enter a short, medium, and long text for the report description.
    Define the rows of your report.Rows contain a combination of characteristic values or formulas. Note the lead column at the first position of the rows. The Report Painter uses the lead column to access the rows. You can replace the description Lead column with a different term.
    Define the columns of your report. Columns contain a combination of a basic key figure and optional restricting characteristic values. You can also use predefined key figures to present key figures and characteristics that make business sense. For example, a number of predefined key figures are delivered for the libraries in Overhead Cost Controlling that can be copied directly into the reports, where they can be modified as required.
    Define general data selection criteria. The general data selection criteria restrict data selection for the report.
    Choose Save and then Execute to create the report. Assign the report to a report group.
    You have to display the report before you execute it, so that you can later change the report layout directly from the report list. Once you have defined a report, you can display and print out a table of contents with Extras->Overview.
    The overview contains the characteristics and characteristic values used in the individual sections, column blocks, and general data selection criteria. It also provides general information such as the user who last changed the report, the report name, and the standard layout assigned to the report, as well as details on the report formats.
    If you double-click an individual characteristic, you can see where this characteristic is used in the report definition.
    Hope this helps you. Let me know if you need an specific information.
    Rgds
    Manish

  • Report Painter Report Performance Issue

    hi,
    My client facing the problem with Report painter reports , almost all the reports taking much amount of time to execute . we are Using 5.0 version tables FAGLFLEXT and CSSS . i have some doubts report index is the cause for this or any other reasons can any one help me in this regard,
    thanks in advance
    sasidhar.A

    Hi,
    just create a proper index and performance will increase. There are some SAP OSS notes who deal with this (for example field "client" should be added if'm not mistaken).
    We did the same on profit center tables with huge performance increases
    grtz
    dries

Maybe you are looking for

  • Last image placed in the document comes up as being modified constantly

    I have an indesign issue. Running CS4 (6.06) and CS5 (7.0.4) On snow leopard  10.6.8 On a Mac Pro Quad-Core Intel Xeon My problem is that when I have a document with images in for some reason it seems that the last image placed in the document comes

  • Ati radeon pro hd 3870   any experience to report?

    is anybody using this card? impressions? problems? i have an X1900 and i am getting little stutters in video capture and playback (the movies render ok) and i wonder if the 3870 would help.

  • To call external program

    I would like to know if exists a way of to call external program in windows ce. I'm using cvm J9.

  • Client wise Color Setting

    Dear All, Is it possible to set client wise setting of SAP Screen. e.g. there are two client 200,400 then both the client has different color of SAP Scree, Thanks in advance Nirav

  • What s BPM

    Hi All Wanted to know what are the open standards supporting BPM ? How does Xi leverage this ? And What are th benifits comparitive to the other BPM related tools avilable in the market Any views  on this is highy appreciated. Thanks rajeshkr