Replicating Report Painter programs in BW system

Hi,
We are trying to replicate Programs developed using Report painter tool into BW system. However BW system doesn't have many  transactions and tables corresponding to Report Painter tool. Is there any way to easily replicate these programs instead of developing BW reports from scratch.
regards,
satya

Hi Satya,
There are no programs for directly Replicating the Report Painter Report from ECC/R/3 to BW.You have to create all the required objects in the BW and then either you have to use the standard Data Source and Enhance it for the required Custom fields or Create a generic Extractor and extract the data from the Source.
Thanks & Regards,
Ram Jakki.

Similar Messages

  • Creating Tcode for report painter program in 4.0B version?

    hi all,
    How to create a tcode for report painter program in 4.0 B?
    I searched the forums. but i couldn't find the same for 4.0 B?
    Please helo me to solve this?
    Thanks,
    Vamshi

    I am closing as no one answered and worked in alaternative way for the requirement.

  • Report Painter Program.. URGENT

    Hi All,
    Can you guys send me a sample program on Report Painter??? Its very urgent..
    Regards,
    Parvez.

    Hi,
    Check this -
    http://searchsap.techtarget.com/searchSAP/downloads/Teach_yourself_SAP_C20.pdf#search=%22CREATE%20REPORT%20USING%20SQVI%20%2C%20SAP%22
    Re: Interactive ALV
    Check Kishan's Reply.
    Cheers,
    Simha.
    Reward all the helpful answers..

  • Changes to Report Painter Program 12KST1G

    Hi all,
    I have created a copy of the program 12KST1G to Z12KST1G.  I have a requirement of adding two new columns to the end of the report.  I have done that.  Now, my problem is I need to restrict what is shown in those columns.  One requirement is that only show information from 2015 and forward.  That is done.  BUT, I need to only show certain cost elements in these columns.  I am editing the form in CJE5 and I created a copy of the report in CJE3.
    I've searched around, but have not been able to find an answer.
    Is this possible?
    Cheers,
    Kevin

    Hi Kevin,
    Those key figures are not assigned to Value Categories. Those key figures define in what currency you want the report to show the figures.
    The cost elements that you want to use are not assigned using tcode CJVC. They are done using OPI2. CJVC is used to do a consistency check of these assignments.
    Anyway, you may try creating a new value category and assign the cost elements that you want to consider for your report. Maybe the CJVC traffic light for the "Assigned" subtree might turn from green to yellow. But you can give it a shot.
    Make sure you also test the other standard reports to check if you get the correct values in the output.
    Alternatively, you can check the exit " EXIT_SAPLPS01_002" that lets you add additional characteristics which you can later choose while defining the logic in the new columns that you create. In your case the additional characteristic could be "Cost Element".
    Try it and let us know.
    Regards,
    Gokul

  • Fetch output from Sumbittted Report Painter Program

    Hi All,
    My requirement is as below,
    I have to fetch the data from transaction --> KE30( AE00-0000000) -( Program GP3U541QI0A8T1INIRH8IJPKU2T ) and use the same for further calculation in my custom report.
    Hence in my custom report i have written SUBMIT GP3U541QI0A8T1INIRH8IJPKU2T                                                                               
    EXPORTING LIST TO MEMORY
                                                                                    WITH the required selection screen parameters                                                                               
    AND RETURN
    After that, I have used the function modules  'LIST_FROM_MEMORY' and 'LIST_TO_ASCI' as well, in order to fetch the data.
    However I am not getting the data into the LIST_FROM_MEMORY function module.
    Please suggest me the approach or please correct me in the above approach.
    Thanks a lot in advance for your replies.
    Regards
    Anuja.

    Hi Anuju ,
    try this way
    TYPE-POOLS : abap.
    DATA:lt_listobject TYPE TABLE OF abaplist,
         l_tab_lines TYPE i.
    DATA: txtlines(3000) TYPE c OCCURS 0 WITH HEADER LINE.
    * Submit you r progam......
      SUBMIT <report>
                       EXPORTING LIST TO MEMORY AND RETURN.
    * read list from memory into table
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          listobject = lt_listobject.
    *Spool content in Ascii format
      CALL FUNCTION 'LIST_TO_ASCI'
        TABLES
          listobject         = lt_listobject
          listasci           = txtlines.
    *  write Spool data as an output
       CALL FUNCTION 'WRITE_LIST'
        TABLES
          listobject = lt_listobject..
    * clear memeory
      CALL FUNCTION 'LIST_FREE_MEMORY'
        TABLES
          listobject = lt_listobject.
    Prabhudas

  • How to create t.code for report painter report created using CJE5

    Hi All,
    I'm trying to create T.code for a report painter program created using CJE5.
    I using the D_SREPOVARI-REPORTTYPE as "RE" and
    D_SREPOVARI-EXTDREPORT as KP 01RPSCO_X <report name>
    If I provide spaces between KP 01RPSCO_X <report name>, its not allowing spaces.
    If I didn't provide the space then its saying that "report does not exists"
    Please let me know how to overcome this issue?.
    What this KP  & 01RPSCO_X stands for? Is this always constant?
    There is a similar kind of transaction in other system which Looks like this " KP 01RPSCO_X <report name>" spaces in between
    I dont understand why its not allowing spaces in this system. As its in different system i cant make a copy of this transaction and change the parameters.
    Edited by: Mr A on Feb 18, 2010 5:28 PM
    Edited by: Mr A on Feb 18, 2010 5:54 PM

    thanks for giving me the link.
    I searched for all these link in SDN before posting itself.
    my issue is how to give the value for the parameater EXTDREPORT.
    If i give spaces for the value KP  01RPSCO_X <report name>, its throwing error, T,code its self is inconsistent.
    if i didnt give spaces its i'm able to create the t.code, but when i execute it, its giving error message saying "report does not exists"
    but if i go to CJE5, that report is there.
    thanks

  • Report Painter - Library - Error in Transport

    Hi Dear experts,
    I have three reports built with report painter in the development system and these are associated with a z library. When we transported the objects, the Tcodes associated with these reports have been transportd properly. but the reports and the library is missing in the Production system. Now, if i execute these transactions from Production system, its giving runtime error, because the linked reports are missing ( report GP2D4I7Z2RKMI4QGRR05RUURZ8F100 load program not found) When i check the same report in development, its assigned to a local development class($tmp). But there are a lot of reports with such long names in the $tmp. So its very difficult to find which are the actual objects to be transported.
    Is there any easy way to find the reports and transport? And if they contains some includes, do i need to transport them also manually? Is there anything i can do with the library? I couldnt find the transaction to change the library. So how can i transport the library? We have only 3 reports. but i dont know how many other objects are linked with these reports.
    Any kind of help is highly appreciable
    Thanking you in Anticipation.
    Deepak

    Hi Raja,
    the menu "GR22->utilities->transport->transport request"  gives some options like Statndard layout, library, report , report group, key figure, etc. We have one Z library and one Z-report group. I dont know about the other itesm like key figure etc.So which options i have to select and run? ( Iam handling these things for the first time) or do i need to run it for each options?
    Could you please explain more...
    Thanks & Regards
    Deepak K

  • Report Painter objects

    Hello Friends
    Any Idea where to Get Report Painter Objects in SAP system,
    Thanks

    Hi
    Report painter is a user-friendly tool through which reports can be defined to meet specific business requirements that are not takes care of by standard reports. Report Painter Utility has been categorized under FI-SL as most often it is used to create Special Purpose Reports only.
    Given below are the main components of a Report Painter Report,
    1) Library
    A library is a Collection of Characteristic, Key Figures and predefined columns for a reporting table. A Report Painter Report is created inside a Library. Thus, it can only use the Characteristic, Key Figures and predefined columns selected for that library. SAP comes with a lot of preconfigured Libraries. Depending on the reporting need, one may choose to use any one of these or instead go in for defining one’s own Library.
    2) Report Layout
    Report Layout determines the layout features of the report and the format of the report data constituted in the report output. SAP comes with the Standard Layout SAP, but you can define your own Layout.
    3) Report
    A Report constitutes of Rows (Characteristics), Columns (Characteristics, Key Figures, or Formula) and General Data Selection (Input Selection Parameters). A Report is built inside a Library, so it can use the characteristics and key figures that are there in the library.
    4) Report Group
    A report group contains one or more reports from the same library. When reports contain the same characteristics and share the same data, then they should be attached to the same Report Group so as to improve the processing time.
    5) Set / Variable
    A set is a group of specific values or ranges of values that reside in a database table. The transaction code for Create / Change / Display a set is GS01/ GS02 / GS03.
    A name that is given to the data that can be changed during the runtime of a program. The transaction code for Create / Change / Display a variable is GS11/ GS12 / GS13.
    One should always bear in kind that elements of a report are inter-related, so while creating them one need to follow a sequential procedure.
    Regards
    karthik

  • Exporting and Importing functionality of report painter

    Hi all,
    I have a requirement where in the Reports that have been created using the Report Painter in Legacy SAP system has to be replicated in a fresh SAP system. Is it possible or manual replication is the only way to go ahead?

    Check also transport option, as in How to copy Repository Objects between non-connected SAP systems.
    Regards,
    Raymond

  • Error in starting transaction using report painter

    Hi,
    We have a problem when starting a z-transaction:
    Transaction: START_REPORT
    D_SREPOVARI-REPORTTYPE = RE
    D_SREPOVARI-EXTDREPORT = FBR 01RFRRS02                       ZDE-PL01
    The error message says there's a problem in the generated report GPCDBE7ZKBGDJXRP5IAE2BOUBDM
    When I go to se38 and click on syntax chec, the result is this:
              IF RFRRS02-ERGSL EQ '88' "
              AND RFRRS02-GJAHR EQ VAR001 AND
               VAR001"
              AND RFRRS02-VERSN EQ 'EKDE'.
                CLEAR: Z. SP = C00001.
    Looks to me like the " is not properly placed.
    Maybe it should look like this:
              IF RFRRS02-ERGSL EQ '88'
    "AND RFRRS02-GJAHR EQ VAR001 AND VAR001"
              AND RFRRS02-VERSN EQ 'EKDE'.
                CLEAR: Z. SP = C00001.
    Then it would be okay.
    Or something is missing here. Is there something wrong in the report painter report definition ?
    Any hints ?
    Thank you
    Edited by: Joachim Nerreter on Feb 17, 2012 12:48 PM

    You can get the details from SREPOVARI table.
    Give report type as RE ( drilldown reporting ) and extended name as your fbr* and execute.
    You can find the tree and based on tree the program.
    You can find the report painter program from GRR3 transaction.
    Regards,
    Vijay V

  • Unable to create a report painter form (Message no. KH205).

    Dear all,
    I am trying to create a report painter form, but the system gives an error:
    Key figure scheme  contains errors -> check definition
    Message no. KH205
    Diagnosis
    Entry   not contained in Table T237A.
    Procedure
    Check key figure scheme  (in particular line 9062) in table T237A.
    I checked in Tcode KER1 but did not find any Key figure scheme.
    Afterwards, I checked table T237A and T237 and found out that number of hits in table 237A is less than in T237A.
    I think this is the reason why system has such reaction.
    Please help me with this issue.
    Best regards,
    Linh.
    Edited by: tvlinh on Mar 7, 2012 11:22 AM
    Edited by: tvlinh on Mar 7, 2012 11:22 AM

    Hi,
    This issue can occur if you have transported the Key Figure Scheme (KFS) from another system and /or deleted value fields. Has this happened ?
    To fix the issue you need to renumber the T237 in the source client executing the function module RKE_FILL_TABLES_T237FF as mentioned in the note 13838.
    After this try to create a new form and check if that works. If there are still problems with the existing form/report then the best
    way might be to delete and create again
    regards
    Waman

  • Error in running Report painter

    Hi,
        when we try to execute a Report painter program it is giving a error
    Library 6O1: Key figure Z_JSWKG in set 0000CO_D_ACPLCO2.CCSS is not allowed
    any one have idear about this error.
    Thanks ,
    senthil

    Hi,
    You have define key figure Z-JSWKG wrongly.Go to transaction code GS32 & give the table name as CCSS & Go to the bottom where you will find the z catagory key figures .Double click on this above mention key figure & change the set name. It will serve your purpose.
    Regards,
    Abhijit

  • How to use Value Variable in Report Painter Column defined as Formula

    Hi Gurus,
    In report painter, how can I add one field (exchange rate) in selection screen, so that user can provide the exchange rate to be used, then execute the report, the exchange rate will used to multiple local currency amount.
    The reason for this is we want use provided exchange rate to convert the amount from once currency to the other currency.
    Alternatively I am studying the functionality of "Value Variable" and found that I can perform the task from this. I have created the value variable but when I am using the variable in Report Painter columns as "&ZVALVAR", system is giving me error. I read the help and it states that use the variable with "&" and do it as it is mentioned.
    Can anybody suggest what I need to do to make it workable.
    Thanks

    I did try using the presentation variable, but that does not work too. I am setting session variable in the dashboard prompt (select 'request variable'). When I use presentation variable, it hard codes the value of the variable name.
    sql is
    select date from work_order where facility = @{p_facility}
    the physical log sql is
    select date from work_order where facility = 'p_facility'

  • Report Painter Library: troubles with new field in the additional structure

    Hi, ALL!
    I'm  creating a new field in the Report Painter table  GLFUNCT. Do do it I created my field in the additional structure GLDBZ  for GLFUNCT and create an row in the T804C table for new field.
    Who has expirience in customizing using T804* tables? What tables should be used and how? I have the following troubles:
    - I do not see the new field as characteristic in the library - I don't know the customizing table to set fields from additional structure as characteristic
    - in the generated Report Painter program  my new field exists  but call of filler routine is always disabled
    Thanks
    Tatiana

    Hi Shabitha,
    just wondering if you ever found an answer to this, as i'm searching for info on same matter.
    Thanks, Regards,
    Okan Yarligan

  • Report Painter Spool

    Hi,
    We are facing problem with Report Painter program. we developed one report in report painter program in CO. we are taking the report painter date into customised program and we are doing some calculations. From KE30 Transcation we can execute the report painter program. We are doing the BDC for that transaction, storing the final data into flat file and downloading that file into our customised program. But for KE30 Transaction dependency is there.
    whenever we are executing that transction for the first time we have to enter some details. To remove that Dependecy we are trying with spool. When we execute the report painter program through SE38 output is going to spool. In spool the page width for that program is 85. We want it upto 100 characters width. We changed settings in spool  but we are not getting the solution. Is there any other way to <b>increase the spool width for</b> <b>report painter program</b>? <b>is Page width for report painter program fixed?</b>
    Please help me in this regard?
    Ur quick response is appreciated
    Thanks in advance
    Ganga Bhavani. B

    Hi All,
    1.The page width is set with KE30 -> report -> print setup ->
    drill down + detail -> maintain header -> edit -> page width
    This will be saved with the report structure.
    2. Variants and variant groups let you execute and save or print reports
    in the background at pre-specified times.
    Please see transaction code KE3R/Application Help for additional details
    here.
    If you have further queries, you may reach me over
    Dr. Ravi Surya Subrahmanyam, PhD Finance,
    SAP FICO Consultant,
    Answerthink (India) Limited
    Global Delivery Center
    Hyderabad, India
    Phone :91 9848550024
    Email : [email protected]

Maybe you are looking for

  • Converting an int to a string

    i want to know how to convert an int to a string . I have tried toString() but it says can't dereference an int. any ideas ???? thanks

  • "Access is Denied" when trying to RDP to Server 2012

    When attempted to RDP to a Windows Server 2k12, occasionally I will receive a "Access is Denied" error after entering credentials. Direct console access works fine. Attempted to RDP to 2k12 server with Win XP, Win7x64 Pro, Win 8.1, WinServer2k3 and W

  • How to restrict number of hits from a browser, within a specific interval.

    Hi, we have a web app in which user clicks on a specific submit continously. This fills up the server threads and other users trying to login either get a timeout or page not found. my questions --- 1. Is there a way to configure weblogic to timeout

  • Creating separate Idocs in Ecc system

    HI all, I have scenario like File(txt) --->to Idoc. The Flat file can have more than one orders and i need to create separate Idoc for each indivdual record at target system. To achive this requirement In File content conversion i used 'Recordsets pe

  • Issues during Contract creation using Inbound IDOC BLAORD03

    Dear Experts, We need to create Contract using Inbound IDOC BLAORD03. I am facing following issues and need some one's help ASAP. (1) Contract is generated without  Header Texts and Item Texts through IDOC BLAORD03 . (2) Not able to create CONTRACT f