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.

Similar Messages

  • 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 for bseg table

    hi,
    hv any body ever created report painter with data from bseg table..pls advice

    hi
    good
    You can try with the Tcode SQVI(Quick Viewer). Which is the tool that we can use to generate reports with out code.
    thanks
    mrutyun^

  • Creation of Library and Report in Report Painter with Z tables.

    HI,
    When I am creating library in report painter with Z table it is giving the following error message 'Table ZCO_SEMI_FIN_VAL is not installed in Report Writer'.
    Can u help me how u install Z table in report painter and create the characteristic and key figure of the Z table in the library.
    Regards,
    Partha B

    Hi Partha Pratim Bhar,
    In order to bring / enable a Z table for you to build a library, you will have to set it at transaction GRCT.
    Here you need to configure - table (Z table) , characteristics and Key figures.
    You can refer any other tables by SAP in GRCT for reference.
    Revert if you require additional help.
    Regards,
    Subin John

  • How/can I use boe search 4 all reports that use specific tables

    How/can I use boe search 4 all reports that use specific tables
    can this be done with query builder
    or
    is there a way to search all sql of all reports for specific strings and report names so that I can find all report sql that uses table1  for example?

    Hi Bart!
    You can use VBScript to extract the dataprovider within the reports (Search for SDK Desktop Intelligence).
    If you can wait a few days longer, I can provide my script.
    ciao Hakan

  • 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.

  • 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 - 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 - 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

  • How to display ICONS in normal report without using icons table

    Hi Friends,
    I have to display icons(traffic lights) in a normal report.
    Can we do that without using icons table?
    If yes, please let me know how?
    Thanks,

    Hi Pagidala,
    Go to txcode - ABAPDOCU and in that expand BC-ABAP Programming->ABAP User Dialog->Screens->complex screen elements->status icons on Screens.
    In this you can see sample code which may help you.
    Cheers!!

  • Error in creating Report by using JasperReport

    Anybody already use JasperReport to create report please help me! I need your help in urgent.
    I follow the guide from http://ensode.net/jasperreports_intro.html. However when I run, it show error as follow:
    Couldn't complete xls export:java.security.AccessControlException: access denied (java.io.FilePermission C:\Program Files\Sun\Creator2ea\SunAppServer8\domains\creator\config\jasperexample.java delete)
    (jasperexample is the name of report I want to create)
    Any help or advice is high appreciate.
    Thanks so much.
    Carol

    Hi,
    Please go through the below thread:
    http://swforum.sun.com/jive/thread.jspa?threadID=50166
    Hope this helps.
    Thanks,
    RK.

  • Custom fields in Report painter in CCSS table

    Hello Experts,
    I am in a processes of developing a report painter with custom fields in the selection screen.
    The custom fields are available in PRPS table.
    With hard difficulties I brought the custom fields in selection screen of the report painter.
    I have added the fields in the structure CI_CC1S
    Everything is fine. But if I enter a value in the custom field, the report is not fetching any data.
    These custom fields are related to the WBS element.
    For example if the value of the CUSTOM field is 'AAA', then I want to retrieve ony the WBS element which has 'AAA'.
    Somewhere I am missing a procedure.
    Could anyone suggest how to achieve this.
    Thanks !!!
    Best Regards,
    Vasanth M

    Any Suggestions

  • How can I identify reports that use specific tables

    Hi, is there a way that I can identify the reports that select from specific tables?  We have 3,000 reports in business object enterprise XI R2 SP5. and we're trying to identify all the reports that use a specific table.

    Or if you have a developer in Java or .NET available you can write one. Fairly simple to get the info.
    In .NET you would open each report, write the name of the report to a log file with the output of the SQL Statement:
    Using RAS as the report engine.
                GroupPath gp = new GroupPath();
                string tmp = String.Empty;
                rptClientDoc.RowsetController.GetSQLStatement(gp, out tmp);
                MessageBox.Show(tmp, "Data Source Set and SQL Statement", MessageBoxButtons.OK, MessageBoxIcon.Information);
    If you want more details is is available with a few more lines of code. The above would only show you what is used in the report.
    I don't believe there is a BOE tool that can do this but they may have one.
    Here's a link to the BOE Admin forum: BI Platform
    Thank you
    Don

  • 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

  • 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.

Maybe you are looking for

  • HELP regarding reconiciliation of Purchase orders system

    What the need is: A report per country that shows PO no., amount of PO, Goods recived amount and total invoiced amount by a date, because the total amount of the GR amount for the country has to be identical with the open amount on the GL account.  A

  • How do I add to "properties" of an MP3 file in Windows so iPod will accept?

    I posted a problem yesterday, which I was clueless about. Today I know what the problem is, but don't know how to fix it. I have 30 MP3 files in a playlist, all from an identical album. I can play every file on my computer through iTunes with no prob

  • How can i create a new database instance in oracle 10g express edition?

    hello everybody i'm a student i am developing a database application i'm using oracle 10g express edition to run my application i need to create another database instance but i didn't find any option for doing so in that product if there is pls tell

  • Change margins to inches

    How do I change the margins to inches when setting up my brochure?

  • WIndows Help files on a mac

    Hi there, I've recently switched from windows to mac. I've a number of reference books that I had got set up as windows help files - easy to search and all the rest of it. Is there any way that those can be made to run on a mac, other than using virt