Tcode for report

Hi,
Is there any tcode to create tcode for report?
(other than se80)
Kaki

Hi again,
1.  in se93,
    what is in the field of selection-screen.
    it should be 1000
2. try your program execution
   thru SE38
   to know if there is some error in the
   program or not !
3. After running in se38,
   use the menu
   SYSTEM --> STATUS
   to confirm the screen number 1000.
regards,
amit .

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.

  • 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

  • Tcode for report: PO missed delivery date

    Dear SAP Gurus,
    Kindly let me know is there any T-code for report which list the purchase orders missed for delivery date.
    Please help.
    Regards,
    Prashanth

    Dear
    your can your TCODE -  ME2M.
    Select Delivery Date field do the following step
    1. click on Multiple selection Button
    2. click on maintain selection option
    3. select single value and click continue.
    run the report. This may be useful to you.
    Regards,
    Pravin Kadam.

  • 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

  • TCODE for report of a single day total transaction

    Dear all
    Please tell me a TCODE by which I can see the report which show all the transaction and total balance of a g/l for a single day
    Thanks and regards
    Tamal

    HI,
    Program         Description                                                    T Code
    RFEPOJ00     Line Item Journal                           S_ALR_87009828
    RFBNUM00     Gaps in Document Number Assignment     S_ALR_87009880                                                                               
    S_ALR_87101003 General Audit
    RFVBER00     List of  Update Terminations     S_ALR_87101004
    RFBELJ00     Compact Document Journal     S_ALR_87009826
    Please check and confirm.
    Thanks and Regards
    Binoj M D

  • Tcode for report on incomming payments

    Hi,
    i want a report on only incomming payments from a particular customer within certain time frame,
    please let me know
    thanks in advance

    Hi,
    Check S_ALR_87012177 - Customer Payment History
    Program RFDOPR20 enables you to carry out a detailed analysis of the payment history of customers. It also contains a forecast of payment volumes and payment arrears, based on the existing payment history.
    Regards,
    Sanjay

  • 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

  • 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

  • How to create a z-tcode for a report in FSI3 transaction

    hi friends,
              i want to create a z tcode for a report in FSI3 transaction, i have copied the program of the report and created a tcode in se93, but some more tabs are getting displayed in selection screen when im executing my Z Tcode, and report is not getting executed. kindly help.
    regards,
    nagarajan.j

    Hi,
    follow these steps:
    1. enter into transaction SE43 and change any Z area menu (we won't save it anyway)
    2. choose to add a new entry
    3. in the popup, choose to add a new report
    4. select "Drilldown"
    5. the application class depends on the area from you are trying to define/launch drilldown reports. In case of transaction FSI3, the appropriate application class is "FBR FI:FIS - Balance sheet, balance sheet key figures
    6. then choose the suitable report type. This corresponds to the nodes that you'll see in transaction FSI3
    7. finally choose a report, and optionally a variant.
    8. you'll return to the screen "Transaction code for reports" (same as in step 4)
    9. expand the button to display further options
    10. optionally, specify a custom transaction code and/or description
    11. accept all popups. This will create the transaction
    12. finally, exit and don't save the area menu
    I hope this helps. Kind regards,
    Alvaro

  • Tcodes for Cin Reports generation

    hi sap gurus
    where i need generate these Report RG1, ER1,ER5,ER6,RG23A part1,2,Rg23c part1,2 and RG23D,Monthly CENVAT Return - 57AE,Service Tax Return - Halfyearly - ST3,TDS Consolidated statement - Form 27A,TDS Return - Quarterly - 26Q,FBT Qarterly Return - IR420,Monthly Sales Tax Return - VAT & CST,Service Tax Register / Return,Sales Tax Register   in  SAP  what is TCodes for for this Reports. plz send me ur inputs it is Urjent to me.
    Thanks

    Hi,
    J1I2
    Prepare a sales tax register
    J1I3
    Create outgoing excise invoices in batches
    J1I5
    Update the RG 1 and Part I registers
    J1IEX
    Incoming Excise Invoices (central transaction)
    J1IEX_C
    Capture an incoming excise invoice (excise clerk)
    J1IEX_P
    Post an incoming excise invoice (excise supervisor)
    J1IF01
    Create a subcontracting challan
    J1IF11
    Change a subcontracting challan
    J1IF12
    Display a subcontracting challan
    J1IF13
    Complete, reverse, or recredit a subcontracting challan
    J1IFQ
    Reconcile quantities for subcontracting challans
    J1IFR
    List subcontracting challans
    J1IH
    Make a CENVAT adjustment posting
    J1IIN
    Create an outgoing excise invoice
    J1IJ
    Assign excise invoices to a delivery for sales from depots
    J1INJV
    Adjust withholding tax Item
    J1INREP
    Reprint a withholding tax certificate for a vendor
    J1IQ
    Year-End Income Tax Depreciation Report
    J1IR
    Download register data
    J1IS
    Process an excise invoice (outgoing) for other movements
    J1IU
    Process exemption forms
    J1IW
    Verify and post an incoming excise invoice
    J1IX
    Create an incoming excise invoice (without reference to purchase order)
    J2I8
    Transfer excise duty to CENVAT account
    J2IU
    Remit excise duty fortnightly
    J2I9
    Monthly CENVAT return
    J1IG
    Excise invoice entry at depot
    J1IGA
    Create additional excise entry at depot
    J2I5
    Extract data for excise registers
    J2I6
    Print excise registers
    Assign points if useful pls
    Regards,
    Jigar

  • Report or TCode for Completed Service Entry Sheets

    Hi, I hope someone can help me here.  I want to know the TCode for listing all PO's that have had the Service Entry Sheets completed.  Is there such a report?  I hope so, we are having difficulty matching invoices where no service entry sheets have been completed.  Thanks!

    Hi,
    Use Report ME2S - Here you will get list of all POs with status against PO, SES Completed and Accepted and Invoice posted with Traffic Light.
    Also see report ME2N / ME2M / ME2L with Item Category "D" and Selection Parameter as "WE102" or "WE106".

  • Creating Tcode for COPA(KE30) report

    Hi ,
    i need to create Tcode for KE30 report
    through SE93 i tried with option transaction with parameters here i need to give Ke30 report name
    for ex :GP4BW2S4QUBUNA68Y2YXMIW8V6X
    but program name last 3 letters will change in production system
    how to create T-code with out effecting in other system
    Thnaks,
    kamalakar

    Hi,
    Try to create custom t-code for KE30report using transaction with Variant.
    go to t-code SHD0 and create a transaction variant for the t-code KE30..
    and next go to se93> select transaction with Variant> enter transaction and transaction variant and
                                    -->save and activate..
    Prabhudas

Maybe you are looking for

  • Cp4 Crashing on Startup

    I went to launch Captivate today and it froze at the startup screen and the "send report to Microsoft?" message came up.  If I click Send Error Report or Don't Send, the message continues to pop up in an infinite loop.  The only way out is to end the

  • Changes in motion not appearing in final cut pro x without restarting fcp x

    Changes that I make to templates in FCP X do not appear while FCP X is open. I have to close FCP and reopen it to see the changes. What's up?

  • Applets in Jsp generates ClassNotFoundException

    hi there, I face a problem of calling applets in Jsp. The code to call applet is: <jsp:plugin type="applet" code="core.TextApplet" width="475" height="350"> </jsp:plugin> And I have a 'core' directory in source packages and TextApplet.java in core di

  • Extending classes and overriding methods

    If I have a class which extends another, and overrides some methods, if I from a third class casts the extending class as the super class and calls one of the methods which gets overrided, is it the overrided method or the method of the superclass wh

  • HOW TO HIDE INSTALLED APPLICATIONS

    If i download and install any application and if i want nobody to know about that application, how to hide that application. Please help me