Report painter use for CO-PA

Hi Gurus,
I would like to set up segment reporting using Report painter. The format I would like is the segments going across at the top, with my accounts at the bottom. Can anyone help me with this
Regards
Johan

Hi,
add a characteristic "SEGMENT" and derive it using KEDR from Profit-center master data.
If you need the segment data for already posted CO-PA docs, try line item reposting (KE4S, KE4SFI,...); Maybe its necessary (depending on the number of line items) to use RKECADL1 (SAPNET 126937, 1405404).
Other possibility is to use the realignment functionality KEND to add the segment information to CO-PA data posted before the new characteristic is used.
Best regards, Christian

Similar Messages

  • Create Report Painter using LIS table

    Hi Expert,
    I'n new in ECC version but I found we can create report painter using LIS table,
    but I'm not success to create report without error or debug
    Anybody have the documentation about it ?  or tell me how it works ...
    Please ..urgent...need to tell client about it..
    Thanks

    Hi,
    I have not worked on it but you can try this out:
    TCODE for report writer table is GRCT.
    There You need to add your z fields in some pre-defined structure like CCSS and then activate the structure and then activate characteristics.
    NOTE: 24 charcter is max. length for the characteristics.
    Regards,
    Harsh.

  • Report Painter using user exit U002 to create a formel variable for FI-SL

    Hi,
    I would like to use Report painter creating a formel variable with U002(VAR1,VAR2) for FI-SL and did following:
    1. go to TCode: GS11
    2. Formel: selecting U002 from Formel-Exit list and giving var1 and var2
          '#U002(VAR1, VAR2)'
    3. Save
    4. Erro message: U002 is not definiert.
    Why???
    U002 is already implementiert  in
    Class ZCL_IM_FI_FORMULA_EXIT
    method IF_EX_G_SET_FORMULA_EXIT~EVALUATE
    CASE flt_val.
        WHEN 'U002'
    Could anyone help me? Thanks!
    Klara Zhao

    dollyb wrote:
    if enter 05.2008
    the volume should look like below as a vairable range.
    sales volume
    01.2008 - 05.2008
    you want  01.2008 - 05.2008 as description , thats what your requirement right?
    When 'ZTEXT2'.
    DATA: ZYEAR(4)   TYPE C,
    ZTEMP1(6) TYPE C,
    ZLOW(14) TYPE C.
    if i_step = 2.
    CLEAR L_S_RANGE.
    Loop at i_t_var_range into intern_range where VNAM = 'user entered variable for calmonth'.
    *lets say user entered 05.2008
    ZTEMP1 = INTERN_RANGE-LOW.
    * now ZTEMP1 has 05.2008
    ZYEAR =  ZTEMP1+0(4)
    * zyear = 2008
    *A SLIGHT MODIFICATION TO CONCATENATION 
    CONCATENATE '01'  ' .'  ZYEAR '-'  ZTEMP1 INTO ZLOW.
    *SO 01. 2008 -05.2008 WILL BEN IN ZLOW
    L_S_RANGE-SIGN = 'I'.
    L_S_RANGE-OPT = 'EQ'.
    L_S_RANGE-LOW = ZLOW.
    APPEND L_S_RANGE TO E_T_RANGE.
    ENDLOOP
    ENDIF.
    use the text variable as description then u will get the required result i.e &ztext2&
    HERE I DIDN'T written any  L_S_RAnGE-HIGH.
    Regards,
    Ranganath
    Edited by: Ranganath on Nov 9, 2011 9:41 AM

  • Report painter/writer for actual cost component split

    Hello Gurus,
    Any of you guys ever explored possibility of creating a report using report painter or writer that can give both Standard and Actual cost component splits in one report? Is it even possible without custom ABAP involvement?
    Thanks
    RG

    Hi Raghu,
    After your reply, I am getting a doubt..
    Have you Activated Material Ledger? When you say Actual Cost Component Split, are you talking about it what you get in Actual Costing/Material Ledger?
    If yes, then you can map your cost compnents for Actual Costing in the path SPROControllingProfitability AnalysisMaster Data Valuation--Setup Valuation using Material Cost Estimate -- Define Access to Actual Costing / Material Ledger
    Further, there are no standard reports available in COPA. Try to build a report comprising two columns, 1st column with the value fields which are mapped for Standard Cost Components and 2nd column with the Value Fields which you have assined for Actual Costing under the above path.
    You will be able to get the comparison...
    Pls don't hesitate to call me for further assistance....
    Srikanth Munnaluri

  • Report Painter - Use of Constants / Local Formula Variable

    Hi,
    I am using constant and/or local formula variable in report painter in FSI.
    I could use both the values for calculating percentages, ie. it can be used for multiplication or division. However, when I try to use it for addition or subtraction, I am getting the error message no. KH206.
    In all cases, I am using different values in the formula, i.e. a absolute figure and a GL based figure.
    I am not able to understand, why it even allows me for calculating percentage.
    Can anyone help me in using a absolute figure for input and thereafter use it in addition / subtraction.
    I would prefer an immediate solution to this as I am in the final stages of this report.
    Full points guaranteed.....

    Hi Kash,
    Thanks for your reply..
    Can you elaborate bit further. You mean to say I should create a Constant with some value.
    Thereafter how should I bring that in the form. But, How do I enter the Constant in the Formula... There is no key for entering any text in the formula.. there are only ID (the values which we bring in the form and which can be selected for the formula) and numbers which can be entered.
    So how do I enter the name of the Constant?
    I tried just keying in the name of the Constant, and I could check the formula also, However, while saving the form, I am getting an error,
    Element WCaplimit Bis letztem ATag bis &$BISD is not defined correctly -> check definition
    Message no. KH206
    Diagnosis
    In element WCaplimit Bis letztem ATag bis &$BISD the system adds quantities and values or different currencies.
    Can you please revert back with step by step solution?
    Appreciate your prompt reply.... Thanks

  • Report Painter library for Classic GL for creating cost center report

    Hi,
    I am sure everyone knows what my query is.
    I have tried using library GLTO, GLT1, GLT2, CCSS, GLFUNCT but when i am trying to create/execute report using report painter for cost center but no records are selected. I have checked the settings they all are correct as i have run it for another company code, secondly for GL reports using report painter there is no such error.
    Regards,
    Mohammed Ali Khan.

    Hi Christian,
    So for the late reply... I already check the Scenario FIN_PCA in assigned to our Ledger...
    Are there other ways to generate my report on the report painter? ( Profit center as Column, And GL account and cost center on the row)
    Thanks,
    JM

  • Create PS Report Painter using Z fields

    Hi all!
    Can any one help me how to create report painter from PS using Z fields which were added in table PROJ by append CI_PROJ?
    I need to know how to turn this fields visible to add in creaton of the variable . transaction CJEV.
    Thank you
    Best Regards
    Lina

    Hi,
    I have not worked on it but you can try this out:
    TCODE for report writer table is GRCT.
    There You need to add your z fields in some pre-defined structure like CCSS and then activate the structure and then activate characteristics.
    NOTE: 24 charcter is max. length for the characteristics.
    Regards,
    Harsh.

  • Report Painter Help for a Beginner

    Hi All
    I am very new to FI and even SAP - can any one help with the tips for creating a report through Report Painter- I have gone through the online helps but not able to pick up, please help to create a simple G/L Report or some other reports for learning purpose
    Advance thanks for the help
    Thanks again
    Srini

    Hi all
    Please note I have a problem, my client want to create a same cost centers for all company codes (8 company codes) in one controlling area (all company codes linked with one controlling area), but the cost center master data is not accepting the same cost center for the different company code in the same controlling area- client don't want to create a new  cost centers since they are using the same cost centers for years in Peoplesoft, how to tackle this problem- anyway we can suppress the company code in the cost center master data?- &  if we supperss also the final report will be Ok?- Pls help
    Thanks
    Srini

  • Report Painter - Use SKF to calc act/plan unit costs in CCtr report

    Hi Report Painter Gurus,
    I am an end user working with our Report Painter consultant and I have asked for a Cost Centre report with columns for Actual Costs, Actual Unit costs, Plan costs, Plan Unit costs for Month and Cumulative. I have seen this report in my previous business so I know it can be done but consultant says it's impossible.
    The report I previously used had the SKF values at the bottom of the cost centre report and then the unit costs columns (both actual and plan) referenced these SKF cells in the formula which divided Cost by SKF.
    We have created the SKF using KK01 and posted dummy amounts in KB31N but consultant says he cannot reference the SKF values in the formlas.
    If you can spell it out to me (I have dabbled in Report Painter myself), then I am sure I can explain it to consultant.
    Any help gratefully appreciated!
    Cheers,
    Matthew.

    Matthew,
    I think it is quiet simple. When you add a column to the report painter report you can choose from the drop down menu for 'Basic Key figure' whether it is Costs, Activity quantity, Statistical quantities, etc.
    So if you have a column with Costs (X1) and one more column with quantities (X2), you can easily come up with another 'formula' column and use the equation (X1/X2).
    I think this should serve your purpose.
    Best regards,
    Vishal Thakur.
    Edited by: Vishal Thakur on Mar 2, 2010 11:08 AM

  • New Characteristic in Report Painter using table CCSS

    Dear all,
    Can someone help me add characteristic "Original Business Transaction" COBK-ORGVG into a report painter report that is using table CCSS.
    Any help would be appreciated and points will be assigned.
    Kind regards to all.
    Orestis Chaitas

    I am designing the P&L report and I want to split my R&D expenses split down by Internal Orders. Since, I have not seen Internal order field in summary table of new GL..ie., FAGFLEXT  table.
    I want to know how this can be achieved in the same report in report painter.
    I am talking this issue from Report Painter point of view where each report is based on library , which is defined per summary table.(ie., Library can refer to only one table....finding it odd to believe there is no join in reporting tool).....
    Thanks and let me know if you want to know more on the issue I am facing.

  • How do we track back the ABAP queries/report painter used to custom report?

    Hi Experts,
    I only have some ideas about report painter and ABAP query. If a company has a number of different Z reports in production.
    1. How do we identify if it's report painter/writer or ABAP query??
    2. For ABAP query report, suppose that i can identify one. If i am given a Z tcode of that report and identify the program of that report behind it, How do i know what query that program belongs to?? What are the steps i go back in SQ03 to view that query??
    3. For report painter, starting from ztcode of the report, where do i check and track the original painter of that report??
    Please help clarify my doubts..
    Monica

    Hi Monica,
    For report painter/writer, you can identified it by go to
    Environment --> Technical information when you execute your Z-tcode.
    To refer back to the report painter/writer t-code you just need to double click oh the report group that you see by clicking the link above.
    Thanks,
    Victor.

  • Get the height of a report to use for setting height of subreport

    I am getting an error:  Invalid Section Height   on one of my subreports
    that I am programmatically inserting into a report.  I have not set the
    subreport height, I thought that it would be automatically set if I didn't
    set it.   I am measuring the width of a section in the report I am using
    for a subreport to use as the Width for the subreport, but not sure how
    to get the height of the report.   It appears this needs to be in pixels.
    I have manually tried setting it to 14400, which I believe is 11" and I ge an invalid section height error.
    How do I get the height for the subreport???  
    I am using VB.Net 2008, Crystal 2008, Vista Buisiness.   - All the latest service packs of everything.
    Thanks,
    Jeff

    Hi Jeff,
    The easiest way to figure this out is to test it in the Crystal Reprot Designer first. Bascially you can't set the subreport higth larger than the report page itself. CR needs to allocate space for the Page header and footer then Group header/footer and detail sections. There are options when designing this in CR Designer which will allow you to span more than one page. The simplest way is to design a template report in Crystal Report Designer so you can see all the options required to make this work. Then you can set the same in code when inserting.
    Remember "If it can't be done in the Report Designer it can't be done in code" The Designer uses the same set of API's as .NET. By using a test report you can then see what settings are being configured when you get the info in code.
    It believe you simply need to set the Can Grow options. Test this in the Designer then update us if you have any more questions.
    Thank you

  • Generate Data selection in Report Painter using Z fields

    Hi all,
    I had created Customer specific fields in project definition and now i want to use them in PS reporting.
    I did what note 929889 say to do that, i created structure CI_CC1S and included my Z fileds. Then i entered GRCT and create a new entry: CCSS in field  table and in Field name ZZDEPARTAMENTO.
    I went to GR22 and modify 6P3 library to check this new characteristics.
    In report writer i created the variable with a set , execute report and may new field appears in selection screen, the problem is that the program SAFK21R doesn't consider my new field in the selection so the display is wrong... what is missing? CAn any one help with this issue?
    I think it's because structure CCR1S is empty in the Z fields.... what i need to create to report recognize z field as selection options.
    Best Regards
    Lina

    hi poonam,
              u can add the field by selecting one of the radio buttons. i.e.,
    keyfigure with characteristics.
    predefined key figure
    formula
    Then u select the field which u want to add and provide options as per ur requirement right..
    i dont know why r u getting dump...
    i have just tried and it is working fine for me..
    Rgds.,
    subash

  • Report Names used for Purchase Order smarforms

    Hi all,
    I want to display a smarform when user clicks on ME23N transaction on Print Preview. Now it displays a SAP Script MEDRUCK having the program SAPFM06P. I know a smartform /SMB11/MMPO_A or /SMB40/MMPO_A which are there in the system but no idea which is the standard SAP provided program i.e. report these smartforms are called. So that i can attach to the output type to print these forms. If there is any Standard SAP program aviablble please let me know.
    I am aware of the NACE tranx to attach the program name and form routine and smartforms. I am looking for a standard SAP provided report.
    Thanks in advance.
    Message was edited by: Pankaj S Dwivedi

    goto NACE transaction
    select EF application
    then select "OUTPUT TYPES" from the application tool bar.
    then select your output type(NEU, std one),which you want to modify the existing one with your new one.
    select the output type &  click on PROCESSSING ROUTINES from the left hand side tree. now you will be able to see all the related scripts/smartforms/driver prg names
    when i observe in ECC5.0, there is a smartform '/SMB40/MMPO_DE' and driver program will be the same 'SAPMF06P'.
    regards
    srikanth
    Added driver prg name
    Message was edited by: Srikanth Kidambi

  • Report Painter - title for selection screen

    Hi
    I have created a report for PCA within GRR1/2 transactions. When I run the report, at the initial screen where I select the period for example, there is no title on the screen, it just comes up as ": SelectioN". However when the report runs, I actually see the name of the report.
    How do I add the name to the selection screen?

    Hi,
    I believe, the name of selection screen comes from the name of the Report Group, but I could be wrong...
    Regards,
    Eli

Maybe you are looking for

  • Error while running batchdiagnostics.sh for AIA for Comms 2.0.1 installed

    I read while going through a document that to check whether AIA installation was successful 1. User should run the $AIA_HOME/diagnostics/bin/batchdiagnostics.sh script. When completed the output can be reviewed in $AIA_HOME/diagnostics/logs/BatchDiag

  • Amazon Prime Instant Videos crash Flash Player in IE10

    Have tried all the trouble-shooting steps in Flash Player Help (reinstalling, removing Caches, fixing Security settings, Storage Settings, etc.) until my eyes are crossed.  This surfaced recently (probably with the latest Flash Player Version (11.6.6

  • Cheque: Printing problems: Tcode F110

    Hi We are having problems to print cheques with a new userid. We can view the cheques in the spool list, but can't print to it. The new user are copied from a user which are currently printing it sucessfull. If the new user have the same authorizatio

  • Colum Chart - (3-D) Stacked : compatible with negative values ?!

    Hi, In our VC model we are showing a Column Chart - 3-D Stacked. On our development server everything works fine. (the query gives positive values for the KPI's only btw) In production the bar chart is not being displayed. The bar remains on value 0.

  • KDE: split [kdebase-konqueror]?

    I would like to put the following proposal for consideration: Kdebase-konqueror not only provides file-manager and client browser, but also allows access to services such as setting preferens connections, SMB, proxy and more. If you do not install kd