Tcode for Report painter

Hello All,
when m trying to create a tcode for report painter through se93 its show erre for D_SREPOVARI-EXTDREPORT parameter,m felling the parameter with the value gatting from table TKEB1,-APPLCLASS /SUBCLASS /TABNAME  23 space / REPID.error is do not use blank char. Suggest Please and please give some idea about how to copy a stand. report painter and change the Z according to client requirement.
Thanks
Sam

Hi,
I will suggest you to execute the transaction START_REPORT and put the report type report and ext. name. If it executes well over here then you can create a transaction using SE93
Something like this
Default value for transaction ‘START_REPORT’
In    bellow default value section insert default value
SREPOVARI-REPORTTYPE      = AQ      "Parameter    indicating Abap Query
D_SREPOVARI-REPORT           = ZY_CS_ALLSLS   "Query    User group
D_SREPOVARI-EXTDREPORT= ZY_SLS_MST_001     "Query name  
Hope this helps.
Thanks,
Tooshar Bendale

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.

  • Assignment of Tcode for Report painter's report

    Hi,
    I have created one report on Controlling module through report painter. I created Sets  - Variable - created report on Library - assigned variable to that report and included that report into Report Group as ZCC8 before final execute. Now I want to add that report into form of Tcode like "Y_TU4_04000027". Normally ABAP Consultants developed report and before delivery of that report to client they attach that report into as tecode form like name as Z or Y through tcode SE93 where tcodes are created. Same way please let me know how report painter's tcode are created like Y or Z. I do not like to give report group name as ZCC8 to our client for executing the report. It should deliver as tcode form.
    Please let me know.
    Regards,
    Samrat
    Moderator: Please, search SDN before posting. This question has been answered several times

    HI Samrat
    1. Create the transaction code,say,  ZF01_TCODE from Se93
    2. Choose "Transaction with parameters".. Press enter
    3. Enter START_REPORT in the Transaction field and press Enter
    4. Select the Skip initial screen and Inherit GUI attributes check boxes
    5. On the same screen, scroll down to the Default Values table and select parameters D_SREPOVARI-REPORTTYPE and
    D_SREPOVARI-REPORT.
    6. Enter RW for the report type and your report group ZCC8 as the report value
    7. Now you can save your transaction and transport it to other systems
    Regards
    Ajay M

  • Custom T codes for Report painter in FI

    Hi All -
      I have list of report painter reports (created thru GR31) and need to create custom transaction codes. I need information for following points:
    1. How to create tcodes for report painter report
    2. We have to transport those tcodes from DEV server to production and client numbers are different, will the transaction codes work when we promote to different server.
    Thanks in advance.
    Rds,
    K

    Hi,
    Following are the Answers to your Queries.
    1. Please refer to [Creating Transaction Code For Report Painter Reports|http://www.google.com/url?sa=t&source=web&ct=res&cd=1&ved=0CAgQFjAA&url=http%3A%2F%2Fdap-consulting.com%2Fyahoo_site_admin%2Fassets%2Fdocs%2FReport_Painter_Reports.47142031.pdf&ei=MiWYS5ilCYeOlAfn4pCGDQ&usg=AFQjCNEZ0YO6vJ97K24MbU_NI5ROTb5vJA&sig2=Ke-svnqddqrz8RMcTuEnaw].
    2. Please refer to 5th chapter (Page 90) of this document for [Transporting the Report Painter Reports|http://www.google.com/url?sa=t&source=web&ct=res&cd=3&ved=0CA0QFjAC&url=http%3A%2F%2Fwww.sapficoconsultant.com%2FBonus%2FReport%2520painter.pdf&ei=UiaYS8WOA5KylAei3830DA&usg=AFQjCNEHYqOFUd4XmZeX0JFt80OS-u7-mQ&sig2=dz40ldGpk_iyIRFR-yIxug].
    Hope this helps.
    Regards,
    Chandravadan

  • Transaction code for Report painter

    Hi Experts,
    I have created reports using Report Painter (GRR1).
    I want to create Transaction code (TCODE) for reports which was done using Report painter.
    Could you please help me how to do this.
    Thanks in Advance
    Regards
    Bujji

    You can follow following steps :
    1) goto SE93 -> ENter a name for tcode
    2)Define the Transaction Code as a Parameter Transaction
    3)in the default values for selection-screen block enter the Transaction as 'START_REPORT' .
    4)Check skip initial screen , inherit GUI attribute
    5)In the default values ->name of screen field,   use F4 help to select D_SREPOVARI-REPORTTYPE
    6) Against this field ,in the value column Enter 'RW' .
    7) again in  next row of  name of screen field select D_SREPOVARI-REPORT
    8) as in step 6 ,enter the name of your report Group to which you haev assigned your Report.
    Save and test the TCode.
    This should resolve your problem.

  • DB Table for Report Painter

    Hi all,
    Can anybody please let me know in which db table the details of the Report Painter are stored?
    If I have a Transaction Code, I want to know if that transaction code is created for Report Painter or not through program not through SE93.
    I have to create a report on all Z Transaction Codes.
    Thanks in advance.

    Hi Mr.A ,
    while creating tcode for report painters we will take option PARAMETER Transaction code , so based on the transaction type u can find out from the same tables - TSTCP or TSTC.
    regards
    Prabhu

  • Create t.code for report painter in CO-PA

    Dear experts!
    Now, I'm getting some issue about creating t.code for report painter in CO-PA.
    Really, I don't know to create t.code for report painter that is created and run in t.code KE30.
    Help me to solve the issue!
    Best regards, Huy

    Dear Huy,
    To create a tcode for report created on the KE30:
    1 - Get the parameters from your Z report, on table TKEB2 (on field REPID)
    2 - On the SE93 create your tcode with option "Transaction with parameters"
    2.1 - On the field "Transaction" fill with START_REPORT
    2.2 - Choose the option "Skip inicial screen" and "Inherit GUI attibutes"
    2.3 - On "Default Values" use the follow parameters:
    D_SREPOVARI-REPORTTYPE <RE>
    D_SREPOVARI-REPORT <NULL>
    D_SREPOVARI-EXTDREPORT <APPCLASS SUBCLASS+TABNAME     REPID>
    *This information you got in table TKEB2, eg:
    KE  01CE1CPFL                       ZDREB01
    I hope the information has been useful,
    Regards,
    Melina

  • Assign Transaction Code for Report Painter generated program

    I am trying to assign a transaction code for report painter generated program... I assigned the transaction code in Development for the generated program but the program name changes in every system and I get a runtime error...
    Can you please guide me on how to handle this problem

    http://dap-consulting.com/yahoo_site_admin/assets/docs/Report_Painter_Reports.47142031.pdf
    Found my answer in the above link

  • Attaching Variable to the Library for Report Painter for Cost center report

    Hi,
    I want to attach the Variable - "Cost element group" to the Library for Report Painter for getting Cost center report. The Cost center report should be cost element group wise with actaul, budget and variance. Please let me know the process.

    hi..
      I think you have to first define Attribute mis as "V" in Cost element master basic data tab for the elements you want to capture as varible.
      Then make a Cost element group / set in KAH1/GS01 and use it in your report.
      kkumar

  • T-code for Report painter.

    Hi
    can anyone tell me, Is there any transaction code for report painter or it is an external tool.??
    Thanks
    Utpal

    Hi,
    Please check this transaction codes.
    GR31/32/33 - Create/Change/Display Report
    GR51/52/53 - Create/Change/Display Report Group
    Regards,
    Ferry Lianto

  • Configuration doc for Report painter

    Hi Friends,
    Can any one send configuration document for Report painter?
    [email protected]
    Regards
    Babu

    hi
    find this link
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf

  • Add in Library for Report Painter/Writer 9PCC

    Hi SAP,
    I need to include in Library for Report Painter/Writer the component 9A2 CO-OM-IS-BP Business processes: Special reports because I need to run 9PCC, but 9PCC don't exist in my system.
    Would I like know if it exist the SAP note include in Library?
    Best regards,
    Edited by: Fabio Gil on Jul 1, 2010 6:35 PM

    Hi,
    You can create a library via GR21 transaction. What tables do you want to join? Depending on this, one can tell whether it's possible or not.
    You can search for available info on the forum; similar questions were already asked.
    Regards,
    Eli

  • Create T.Code for Report painter- report (GRR1)

    Hi Experts,
    I have created report in report painter( T.code - GRR1) using 1vk library, now i want to have a transaction code for my new report.
    So, How can i create a T.code for customized report in GRR1.
    Thanks
    Raj

    Dear Raj,
    Hope this link will help you.
    http://home4sap.com/Blog/2009/08/how-to-create-a-transaction-code-for-report-painter-reports/
    Thanks and regards
    Praveen.J

  • Need to give access to users for report painter query without GR55

    Hi,
    I need to create a transaction code for a query created using report painter. We do  not want to give access to user for GR55.
    Please help us in achieveing this one or any other way to execute report without GR55 access.
    Regds,
    Servesh
    Moderator: Please, search before posting - it has been answered several times

    Hi,
    You can create the transaction the same using SE93 transaction code.
    Also see the below link for detailed rocess:-
    [http://home4sap.com/Blog/2009/08/how-to-create-a-transaction-code-for-report-painter-reports/]
    Regards,
    Gaurav

  • Can we combine the two tables for Report Painter

    Hi,
    For making the report in Report Painter, I am not getting all the required characteristics and Key figures all in one table / Library.
    The required ones are in Table KKBC, GLT0 and CCSS.
    Is it possible to combine these tables and make a new one so that I can create the Library and can use that Library while making the report in Report Painter.
    Or is there any other work around to get the my required charcateristics and Key Figures so that I can make the report easily?
    I dont want to go through ABAP route.
    Kindly help.
    Regards
    Kami

    Thanks Bulut for your reply,
    But by going through View creation involves ABAP help, that I dont want.
    However, is it poosible to use View while creating the reports in Report Painter? I am not sure.
    I want to know whether can we create a table which is used for report painter, so that I can use for creating the Library and then the reports.
    I hope you understand my point.
    Regards
    Kami

Maybe you are looking for

  • Error message: Cannot load the rpt file

    Can anyone please help. I created a Crystal Report which I deployed into Business One. Tested this report on about 13 machines running Business One and all running well except one machine where it comes up with the following error messages: 1: Cannot

  • Desktop pictures: is there a limit to number of pictures

    Hi there I have a folder full of pictures (ie 6 thousand) that rotate through the desktop. Is there a limit to how many pictures I can have in the source folder and still have the display & computer functioning all right? Also, does changing the pic

  • Is it possible to use project inheritance?

    We have lot of classes. Some of them are base classes or mapped by all the other classes. We are researching a solution to avoid to use a unique project. I would have expected that I can have a TopLink Project with my base classes and often mapped cl

  • "My Page" login problem, open directory issue I think

    I'm able to log into the My Page web portal for a local server account user, but not any of the user's in the Open Directory (LDAP) node. Anyone know what might be causing that? Thanks in advance.

  • DV capture format is the only option... Where's HDV?!

    In Premiere CS5, When I start a new project or try and capture into a project built for HD videos, I can only capture footage in DV mode. This means I end up with footage at 720x576 instead of the 1920x1080 I'm looking for. This is what I get when tr