Report Painter: CO area must be specified

Dear Gurus,
I am new to Report Painter, now I want to create a new report for  Actual expanses and Budget expanses. But after I create my variable and my Row and Column, it come out error 'CO area must be specified --> Add in general data selections or rows/column' when I want to save it.
Any idea what had I missed out ?
Can you please provided my any  study material or step by step guide? I was quite confusing regarding this report painter.
Thank you very much.
Warm regards

Hi,
Perameters in General Data Selection apply to the entire repost (every column and row). Since the four columns of your report are having different period and possibly different FY, you can not put these two parameters in General Data Selection. As my previous posting explained, in addition of standard variable &1PERIV and 1CGJAHE,  you will need to define 3 more variables for period FY respectively:
Period Variable 1 - ZPERI2 - Formula: IF '&1PERIV' < 12 THEN '&1PERIV' + 1 ELSE 1
Period Variable 2 - ZPERI3 - Formula: IF '&ZPERI2' < 12 THEN '&ZPERI2' + 1 ELSE 1
Period Variable 3 - ZPERI4 - Formula: IF '&ZPERI3' < 12 THEN '&ZPERI3' + 1 ELSE 1
FY Variable 1 - ZGJAHR2 - Formula: IF '&1PERIV' < 12 THEN '&CGJAHE'  ELSE '&CGJAHE' + 1
FY Variable 2 - ZGJAHR3 - Formula: IF '&1PERIV' < 11 THEN '&CGJAHE'  ELSE '&CGJAHE' + 1
FY Variable 3 - ZGJAHR4 - Formula: IF '&1PERIV' < 10 THEN '&CGJAHE'  ELSE '&CGJAHE' + 1
You then use variable 1PERIV and 1CGJAHE for column 1, ZPERI2 and ZGJAHR2 for column 2, ZPERI3 and ZGJAHR3 for column 3, and ZPERI4 and ZGJAHR4 for column 4.
Regards,
Ming

Similar Messages

  • Report Painter - Totals are different on face of report & line item details

    Hello,
    We have a report designed in report painter. Thye lIbrary table is GLPCT.
    When we run the report system gives e.g. 100 $ on face of report. However when we double click on that line to get a line item details reoprt the value is different. It is either less or more than the amount diaplayed on initial report.
    Please can you suggest what coule be the probable reason for this anamoly.
    Thaks & Regards
    Shreenath

    Hi Sreenath,
    when you double-click on a line you are jumping to another report.
    The report you are jumping to has either been defined as a linked report by you, or it has been copied from an original SAP-report if you started the creation of your report by copying a standard SAP report.
    The sending report tries to pass on all the selections for the cell you double-click to the line-item report. For standard SAP reports it is guaranteed that this should work and the line item report gives the sames results as the report you are calling it from.
    For self-defined reports, this may not always work. I have had problems especially when calling line-item reports from sum-lines of my self-defined report. The reason was that the selections could not be passed on properly.
    Example:
    line 1: selection on account X and profit center A
    line 2: selection on account Y and profit center B
    line 3: sum of line 1 and line 2
    Now, when I double-click on a cell of line 3 and jump to line items, it passes on the selection idependently, i.e.
    accounts: X, Y
    profit center: A, B
    the line item report now gives me all values for all combinations of accounts X and Y and profit centers A and B.
    It does not take into account the combined selections in my original report.

  • Report Painter values are not populating for a particular cost center

    Report Painter(GR55) values are not populating for a particular cost center for the months of April 1 2011 where as for May onwards values are displaying correctly..We have check the transaction code KSB1 for this cost center there are some values posted for the period of April..
    Can any one help me to find out where exactly the issue is and how to resolve the same..

    Please check your variables in your report.

  • Report painter- business area and Cost center

    Hi All,
    we have a requirement to create the Report painter report where in the Revenue will be By business area and cost of the particular cost center by Cost element.
    i.e revenue by Business area against cost by department.
    It it possible to use report painter to create such report?. when i was going through the report painter it does not allow me to pull the cost  by department .
    Best regards
    Rajesh dhulipalla

    Hi,
    Business consolidation is for more of consolidation purpose and cost center grouping is more for management reporting purpose for cost control purposes.
    Both the organizational units serve for different purposes. Consolidatied business will not have much meaning unless you go with EC-CS.
    Cost Center Groups are much for control purpose and help in managerial reporting.
    Business Units are part of FI Organizational Structure and Cost Centers are part of CO organizational structures.
    Regards,
    Ravi

  • Report Painter - Business Area & GL Account Question

    Hi All,
    Here is the problem I'm attempting to solve.  In the Rows we have all the inventory GL/Accounts and company codes.  In the columns we have the Period and Business Area.
    The issue the company has all of their postings in one company code going into a "blank" business area(long story here and we're attempting to get that changed).  But in the meantime I have dollars in these blank business areas being captured along with another business area.  For example we have BA identified as Parts & Service and Machines.  I've set it up right now so that all blank business areas are captured with the Parts & Service column.  Now comes the problem.  There is one specific GL Account that should be captured under the Machine BA column.  Does anyone know how to use a formula in a column to pull just the one GL Account under the blank business area.  I could then create another column that adds the Machines column(that includes all the GL Accts) and the Blank column with just the one specific GL Account. 
    I thought I could do this with formulas in a column but I'm having difficulty getting it to work.  I was hoping somone might have a suggestion on how to accomplish this task.  Your ideas and help would be greatly appreciated.
    Edited by: Daniel Goodhart1 on Sep 29, 2008 3:39 PM

    Hi,
    Please double click on the cell in which you would like to have the specific value. You would be given options of selecting Characteristics with key figures. Select and do the needful.
    You would get the desired value here. Thereafter you can either create another column or use the value such fetched in the same column and then hide the relevant row.
    Hope this is useful.
    Assign pts please.

  • Problem in creating report in report painter

    Hi,
    I am creating a report in Tcode GRR1 and while creating it,i am getting a error i.e. :-
    CO Area must be specified -> Add in general data selections or rows/c
    Please provide me guidelines how to solve this problem as i am new to the report painter.

    well...As per the message did you try to Provide the CO Area..
    PS: I am not infront of my system. As per message try to give the required information
    PPS: I am now infront of my system, I am able to crate the report with out any issues
    Edited by: Vijay Babu Dudla on Jul 24, 2009 4:41 AM

  • Create new report in report painter

    Hi
    Can any body let me know the steps for creating new report in report painter.
    Thanks in advance
    Prasad

    Hi Hari,
    Please find below mentioned and overview on report painter and its usage.
    The Report Painter is similar to the Report Writer, but is simpler to use. Most of the functions in the Report Writer are also available in the Report Painter. The Report Painter is based on the WYSIWYG (What You See Is What You Get) principle.
    Report Painter Structure:
    Characteristics must be defined in your report, either as data selection criteria, report rows, or report columns. To improve processing time, you should specify all characteristics in general data selection that are not needed in the report rows or columns.
    The process flow used for creating reports using report painter can be summarised as following.
    Create set->Select library->Define report->Check report->Assign report to report group->Generate report->Execute report
    Hope i had been of help to you, please reward points.
    Rgds
    Manish

  • Report Painter-Profit Center

    HI,
    I am created one report painter, in the library 8A2, while generating i am selecting one profit center, but it shows all the profit center values,
    how i can deterimene on selection bases, if i select one profit centr it shows only  that profit center, if i select group or all profit center , it pick the values accordingly.
    Kinly help this issue.
    Thanks and regards.
    Sriram

    Hi
    In your report painter configuration, are you using a variable to specify the Profit centers to be selected for the report? You can find this out by checking:
    the general data selection menu or
    by double clicking the rows or columns in the report to see where the Profit center parameters have been defined.
    If you get the name of this variable, open it using T.Code GS12 and make sure that the value under the "Entry fields on selection screen" section is set to "set and value entry." This setting should allow you select a range as well.
    Regards

  • Error in report painter with change versión

    Hy everybody
    I have a problem with report painter. we are an upgrade from 4.7 to 6.0. The reports created in the previous version work correctly and show all data in columns, but in version 6.0, that is not equal to run the same reports they do not show all data. The reports are created using a library that feeds on the table CCSS, I tried creating a library and a report from scratch but still the error continues. Please if you can help me.

    HI
    Please use the account group option in the report not the  cost element option.
    Regds
    Rajiv

  • Report Painter for Non Leading Ledger (Error GH113)

    Hi,
    Kindly note that we are in the process of enhancing a report for Monthly Balance Sheet as per our client's requirement. The report is based on  report painter and we want to add Ledger as an input selection so that the report can be run for Leading Ledger(0L) and for Non Leading ledger(CL)as well .Initially there was no ledger selection and the report ran only for Leading ledger (0L). However when we try to run it for non leading ledger CL it throws an error message GH113 (more than one ledger not allowed in drill down report.)
    Our ABAP Consultants have investigated this issue and suggested that for field (RLDNR) ledger the program is picking up "CL" as per input selection  , However 0L is also getting captured thereby resulting in conflict and consequently throwing error GH113.
    Concern
    1) Does this report has a constraint that it  can be run only for leading ledger and not for  non leading ledger?
    2) Apart from report painter form are there any other default setting which extracts "0L" and puts in the report.
    Also note that the report painter form settings have   been checked thoroughly and ledger has been defined as local variable for input selection.
    Thanks

    Hi,
    Thanks for your quick response. I have already added the ledger as part of report selection and declared it as a local variable so that input selection is possible. but When I select the non leading ledger "CL" and try to execute report it throws error message GH113.
    have checked all the settings in report painter form and not too sure as to from where the report is picking up Leading ledger "0L" although as a part of input selection i have selected non leading ledger "CL"
    Appreciate your response.
    Thanks

  • Regarding Sap Report Painter Tutorials

    Hi All,
    I donot know whether it is right Forum
    to Post message. Sorry if I am wrong.
    Can anyone tell me some Link for good tutorial of Report Painter,
    As I have to work on that.
    Also I am beginner in Report painter
    Regards,
    Rishi Bhatia

    Hi All,
    I am very much thankful to all for helping me.
    Yes the report painter notes are really good.
    But now only I knew that I have to work in Report Writer also more but less in Report painter.
    So please any of you can guide me for tutorials of report Painter,
    I will be more than happy for that.
    Regards,
    Rishi Bhatia

  • Re : Report Painter / Creating a link among 2 variations in Report Painter

    Hi everyone,
    In my report painter, there are 2 variations which are 2 seperate fields of a table. I have a request which demands to link those variations to one to display as a hierarchy.
    For example :
    The variation 1 stands for the field of 'Company Code' (GLPCT-RBUKRS)
    The variation 1 stands for the field of 'Business Area' (GLPCT-GSBER)
    The new display of the variaton would be :
    Company Code 1
    |-- Business Area 1.1
    |-- Business Area 1.2
    |-- Business Area 1.3
    |-- ...
    I tried to create a variable for a multiple dimention set, and several settings concerning variation. But they didn't work at all.
    Do you have any ideas to link those 2 different fields??
    Reward points for your helpful suggestions for sure.
    Many thanks,
    Best regards,
    Huong

    Hi
    Try using Sets. Create set using T.code GS01 and click on Hierarchy Maintenance and create Hierarchy.
    In report painter, select edit - general selection data - select set or Hierarchy, enter the set you have created.
    Next Go to Variation, select business area and select the button explode.
    It is show you Hierarchy of business area in the output of report painter.
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • Table report painter

    Hi,
    i need a table name for element definition that linked to characteristic inside, is there any body now name of the tables??
    many thanks

    "It is stored in a program" well is that u mean SAP using itab to display the setting our report painter then it must be some kind of key to determine and link it into the item.  And that itab still require specific table to combined.
    I've been search through SE80, ST01, and debugging mode but still i not find that related table.
    could any body give me a clue about this??
    many thanks

  • Report Painter/Writer: Excel 2007 Integration

    Hi All,
    I'm facing an issue with some reports I've prepared in Report Painter that are intergrated with Microsoft Excel. When I create a Report with more than 256 columns and execute it with Excel Integration it's giving an error: Run-time error '1004' .
    When I debugged Visual Basic, it seems that the standard number of columns of Microsoft Excel is less than the number I required, this was OK for Microsoft Office 2003 version. However, with Microsoft Excel 2007 the number of available columns has increased to 16384. Hence it should work, but it's not!
    Has anyone face this problem? Is this a suitable bug to report to SAP? Any idea or suggestions on how to deal with this?
    Thanks!
    Fede

    Hello Federico,
    Did you try to install SAP GUI 7.10 with correction patch level 10?
    Regards,
    Daniel.
    Edited by: Daniel Carvalho on Mar 23, 2009 12:39 PM

  • How to attach form painter to report painter.

    Hi All,
    I have created the Z form painter copying of standard form painter and also i created Z report painter .
    Then how to insert my Z form painter into in Z report painter.
    Please help any body knows.
    Regards
    Gangi

    Dear All,
    I got some good inputs from <b>Jessie</b> on this issue and observed that the reports which are created through report painter are standard one having entries in the TSTCP table .
    <b>But the reports(Through Report Painter) which are creaed by us has no entry in TSTCP table !!</b>
    Kindly show the way, how to attach the T.code to the reports which are created through report painter. as its getting so buggy now !!
    Please tell me if someone know about this.
    <b>Please note all my reports are created directly in the 500(Production</b>).
    Waiting for quick inputs !!
    Regards,
    M.soni

Maybe you are looking for

  • What is the best way to  back up iTunes excluding external hard drive

    *iTunes gives you the option of backing up your library on CDs. It would take me 100s of CDs to back up my library. Is there any other way to back up excluding external hard drive? Can you put music on a DVD and fit more than on a CD? Having just had

  • How to Run Batch files from inside Reports.

    Hi All, I have 2 questions. 1) How to change the direction of the reports with Arabic orientation i.e Right to left Change without changing the registry. 2) How to execute a batch file from report or before execution of the report i.e before opening

  • 'unit STD not created in language RO'

    Hi there everyone system outputs error message: 'unit STD not created in language RO' while loading the cube YSD_C03 (transaction SM37- in job log). (The loding process ends with error.) Why is that? the same message or the like appears in transactio

  • Accidentally Deleted iPhoto and now can't find on app store

    Accidentally deleted my iPhoto app, and now I can't find it back on app store and not sure why. background info: china internet with VPN connection (LA server) china app store account is it because where i am? thanks for helping!

  • Account Assignment WBS not updated in Service PR

    Dear Expert I am creating Service Purchase Requisition from project but in Account Assignment only network is coming , our requirement is WBS as account assignment, in Account assignment tab WBS field is coming but WBs is not updating, pls suggest ,