Creating T-Code in SE93

Hai Friends,
i have developed a report. it does not have any selection screen. it updates the z table whenever executed. for the first time the number will be executed from '5000000000' checks for the last number in the MSEG table and if it is 5000000100 it executes in this range.
during the next execution it should start from 5000000101 and so on. i have given COMMIT in the end of the coding. i have done this. my query is how do i create a t-code for this program in SE. which option i have to select.
i don't want the end-user to use SE to execute the program.

hi Vennila,
there is no sense of creating t-code for a report which is having no selection Screen.
you can create t-code as by the above replies..
but end user had no access to se38 then he can use t-code else it is better ask him to use se38 to run the report..
Regards,
Prabu

Similar Messages

  • How to create Transaction code for Table Maintanance generator.?

    Hi,
    I have created a Z Table. and I maintained the Table maintenance generator for the same. Now, my requirement is.. I have to create Transaction code for maintain and Display of this Z table.
    Can someone help me how to create the transaction code for Maintain and Display of the table. I know that we have to create a Transaction code for 'SM30'. Can someone tell me the steps to do the same. When I goto SE93 and say CREATE transaction, I get 5 options, Which one to select and what are the details should I provide in the subsequent screens.
    Thanks in advance.
    Best Regards,
    Paddu,

    Hi,
         Check the below steps......
    1. Go to Tcode u2018se93u2019.
    2. Select ' Transaction with parameters'.
    3. Then Transaction 'SM30' with click on skip initial screen
          VIEWNAME : XXX9tABLE NAME)
          UPDATE   : X
    4. Maintain the  Table maintenance generator
      Authorization group : &NC&
      Authorization object :
      Function group : name(xxx)
    Maintenance Screens :
    Maintenance type : One step
    Maint Screen No : Overview screen (2)
    If still u have problem I will send u steps with Screen shot ...send me Yr id.
    Regards,
    Biswanath

  • How to create t-code for a table and how to create transaction variant???

    Hi,
    I have created a custom table zsark.
    Now my requirement is : I have to create a transaction variant zsark_var for sm30 and table zsark. I have to disable the output of the first screen. I have to assign the transaction variant to the transaction code of table zsark.
    Now,
    1.     how to create transaction code to a table. Can any one give me the 
                    staps??
    2.     how to create transaction variant for the above requirement???
    Thanks & Regards,
    Sarkar

    Hi
    1 Goto SE93 transaction
    2 Choose 5th option Transaction with parameters
    3 Give transaction : SM30, Check Skip Initial Screen Press Enter
    4 Goto Bottom left corner, click F4 select viewname, on right hand side give table name
    5 Press one more time F4, choose update , mark it X on right side.
    6 save the transaction.
    Thanks
    sandeep
    reward if helpful

  • How to create transaction code for a Z-table

    How to create transaction code for a Z-table?
    Se93 --> then which radio button to be selected? and what is the program nam e to  be given

    Hi Sam,
    <b>Procedure to create a TCODE for ZTABLE:</b>
    Create a table maintainance/View for the Z* Table.
    Once you create the view goto SE93>Select Parameter transaction and give the short desc.>
    Give the transaction as SM30(Skip the first screen-optional)>Check all check boxes under GUI support>In the default values(grid)section first row give the VIEWNAME as you created initially and the second row UPDATE as X.
    <u><i>Se93 --> then which radio button to be selected</i></u>
    Select the parameter transaction as a radio button.
    <u><i>what is the program nam e to be given</i></u>
    no need to give any program name. Instead you have to give the transaction code name as SM30.
    Pls mark the helpful answers.
    Thanks
    Eswar

  • How to create transaction code for maintenance view

    hai friends,
    i hope every thing goes good.
    i have doubt, how to create transaction code for maintenance view. I created view for tranperant table and now i want to create transaction code for the view.
    i tried and i donot know the screen number and program name and where can i give the view name.
    if any one know please post in details.
    thanks in advance.

    Hi Elam,
    You need to create a "Parameter Transaction".
    What this means is that you will have a transaction (let's call it "ZMAINT") which calls "SM30" and passes in your table name.
    Go to transaction SE93 and enter your new transaction code. Enter in the Tcode description and choose "Transaction with Parameters" (it shouldbe the last radio button).
    Enter in the default transaction "SM30" and tick the "Skip Initial Screen" check box. Hit Enter.
    Now scroll to the bottom of the screen and you will see a Table Control where you will need to enter in the values to the SM30 selection screen.
    Because you hit ENTER, the program will have loaded in the Selection Screen parameters into it's memory. Hit the drop down for "Name of Screen Field" and select "VIEWNAME" and then enter in your Z Table in the "Value" column.
    Now go to the next line and hit the drop down and select "UPDATE" in the "Name of Screen Field". Enter in a "X" in the value column.
    Now save the transaction and there you have it.
    Hope this helps.
    Cheers,
    Pat.
    PS. Kindly assign Reward Points to the posts you find helpful.

  • How to create Transaction code for ABAP and execution by other user

    Hi All,
    Could someone please let me know how to create transaction code in detail for ABAP program. Step by step procedure expected. I would like to know how other user can execute the report using same transaction code which I have created.
    More about authorization.
    Thanks in advance.

    Hello,
    You can create transaction code from se80 as well.In object navigator,right click on your program name and create->transaction code.You can create transaction and select if it is only a report,a report with selection-screen depending on your requirement.You can run your report directly by entering the transaction code in the command field.
    You can authorise the users who can use your transaction:
    <b>Authorisation objects</b> are used to restrict certain transactions to users.Critical data must be protected from unauthorised users.For example,the head has access to certain data.But it cannot be accessed by his subordinate.For this we need to define <b>roles</b>.
    •Create an authorization object with transaction SU21.
    An object usually consists of the ACTVT (activity) field and one other field,which specifies the data type to be protected.By ACTVT, we can decide if the data is accessible for change,display only etc.
    •Add authorization fields to the authorization object created.
    •Assign the authorization object to the transaction using SE93.
    Attach the authorization object to the role using transaction PFCG.
    If you want <b>to assign roles</b>,use transaction PFCG.Create a new role.In the AUTHORIZATIONS tab,you can get a self generated profile name and a profile text by clicking on the icon next to it.Then go to the "Change Authorization data" and choose an authorization template.Then you can choose to display/change/create an activity and after the selection,click on the red and white circle.The profile will now be created.
    In the user tab,you can give the user details who can use this role.
    <b>Also check this link:</b>
    http://www.*********************/r3_security/r3_security_tips.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/52/6716a6439b11d1896f0000e8322d00/content.htm
    <b>Very helpful guide:</b>
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c
    Regards,
    Beejal
    **Reward if answer is helpful

  • How to create transactoin code for a predefined variant?

    Hi,  I have created one variant for a custom report.How to create transaction code for the report with that variant?

    When you create the transaction in SE93 select the Program and selection screen(Report transaction) type not
    the transaction with variant(Variant transaction)

  • Problem creating T-Code for report(type Form-report)

    Hi all,
    Can T-Code be created for reports which are of type'form report '.
    Here is the problem in detail :-
    I have to use transaction 'CJE3' where four reports got created.These reports are  of type 'form report'.Currently I am not able to create the transaction for the reports in se93 transaction.
    Please advice on how I can create T-Code for these reports.
    Regards,
    Anirban

    Hi Dutta ,
    this report is created by Report painter for this Reports if u want to create tcode please follow the steps.
    se93 ---> take option parameter transaction .
    1.default valuse for transcation is START_REPORT
    2.skip initial Scree =  kich this one
    3.screen = 0.
    4.kich all GUI check boxes
    5.last one , u have to entry values like this
    D_SREPOVARI-REPORTTYPE =  report Type
    D_SREPOVARI-REPORT     = name of the report in the bottom scree.
    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

  • Create T-code for reprot

    Hi:
    I have created a report via GRR1. Could you please tell me the detail steps how to create a t-code and assign it to the report?  Thank you in advance !

    Hi David,
    In SE93, you can create T.Code for your report and start with Z.....
    In SE93, you enter your new T.Code and select Create Button, then it will go for next process and u give the Description of T.code and Select Second Radio button of Prog. & Selection Secreen (Report Transaction) then give Enter.
    Next you have to give Program Name, In GUI Support, you select all the 3 tick boxes.....
    Then the New T.Code is created for using of your Report.
    Hope this will clear your doubt....
    Regards,
    Mohan.

  • Create T.code for Reports

    Hi Experts
    I have 3 new Customize reports. Now i need to create T.code to Run these reports in singale screen.
    If i click report1 it should go to report1
    pls advise me

    Hi,
    It is only possible thru Module pool program.
    First create tcode(using se93) in which give the program name (ZPROG4,type of module pool).here i give you the code of ZPROG4.jst for your ref,make the required chages to suite ur needs.
    PROGRAM  ZPROG4.
    TABLES: *********.
    DATA  OKCODE(4).
    *&      Module  USER_COMMAND_0100  INPUT
    *       text
    MODULE USER_COMMAND_0100 INPUT.
    CASE OKCODE.
        WHEN 'CANC'.
          LEAVE TO SCREEN 0.
        WHEN 'BACK'.
          LEAVE TO SCREEN 0.
        WHEN 'EXIT'.
          LEAVE TO SCREEN 0.
        WHEN 'PROG1'.
          CALL TRANSACTION  'ZPROG!'.
        WHEN 'PROG2'.
          CALL TRANSACTION  'ZPROG2'.
        WHEN 'PROG3'..
          CALL TRANSACTION  'ZPROG3'.
    ENDCASE.
    ENDMODULE.
    *&      Module  STATUS_0100  OUTPUT
    *       text
    MODULE STATUS_0100 OUTPUT.
      SET PF-STATUS 'MDATA'.
    *  SET TITLEBAR 'MDT'.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    You need to customize your screen(both PAI and PBO) (USER_COMMAND_0100 INPUT and STATUS_0100 OUTPUT by using screen painter SE51).
    If you have any doubt,feel free to ask.
    Warm Regards,
    Mohandoss P.

  • Wants to create T-Code with QuickViwer query (sqvi)

    Dear Experts,
    I create query with the help of SQVI (Quick viewer)
    How to create t-code of quick view query ?
    Thanks,
    Farrukh khan
    Edited by: farrukh khan on Dec 6, 2010 8:56 AM

    Dear Experts,
    Thanks for your all reply's.
    What I am saying is that, I created quick View query in SQVI with join tables in DEV.
    Query runs fine. Now, I want to create T-code of that query but when I go to SE93 and select transaction name then continue
    but system wasn't find quickView query.
    I did R&D it says that first quickviewer convert onto sap query then do SE93.
    Please tell me how to convert quickview query onto sap query ?
    Thanks,
    Farrukh khan

  • How to create Tx-Code ?

    Hi Friends,
                    I want to know how to create Tx-Code for data browser screen of table? Like Ctrl + Shift + F10 then the screen with inputs will be coming after excecute(F8) the final entries will be displayed i want to know is there any way to create the Txcode for viewing the final entries of the table?
    Thks

    Hi,
    we can create the transaction code using SE93.
    these are the steps we follow:
    1.go to se93.
    2.give the name with z or y.
    3.click on create .
    4.give short text.
    5.give the program name and if there is screen no give that screen no also and authorization group.
    6.save in package.
    then transaction code will generate.
    Reward if it useful.
    Thanks in advance.
    Lakshmi.

  • How to create a code for that psoudo code or comment

    For Each (Restriction Across Specific Sources (QIRK_71)){
         If (count (Source (QIRK_73))>0) AND Funds to restrict within selected sources (QIRK_74) = ‘All Funds’){
              //get the count of ALL Source (QIRK_73) within the loop, there can be multiple.      
              // if rule is true display section below, else delete
    I want a code in XML format for that Psedo code & comment.
    I am a new user for BI publisher.help me urgent.

    Hi Sam,
    <b>Procedure to create a TCODE for ZTABLE:</b>
    Create a table maintainance/View for the Z* Table.
    Once you create the view goto SE93>Select Parameter transaction and give the short desc.>
    Give the transaction as SM30(Skip the first screen-optional)>Check all check boxes under GUI support>In the default values(grid)section first row give the VIEWNAME as you created initially and the second row UPDATE as X.
    <u><i>Se93 --> then which radio button to be selected</i></u>
    Select the parameter transaction as a radio button.
    <u><i>what is the program nam e to be given</i></u>
    no need to give any program name. Instead you have to give the transaction code name as SM30.
    Pls mark the helpful answers.
    Thanks
    Eswar

  • Problem: Creating Transaction Codes

    Hi,
    I want to create a TN-Code for a ABAP Report,that is calling a RFC with a hardcoded RFC-Dest.
    That's it, the report doesn't do any thing else.
    I have to say that I created TN-Codes for ABAP Reports before. So I went to SE93 and made the Inputs as usual. But when I waat to save it I get the error "that I am not allowed to use Test-Objects in a foreign namespace". So I created a new package in se21.
    Then I tried to save using the new package, but the error was still there.
    So how can I create that TN?
    p.s.:
    the code in the report is just:
    CALL FUNCTION xyz
    DESTINATION abc.
    Edited by: Daniel Gerne on May 13, 2008 10:26 AM

    thanks sandesh,
    such a stupid mistake. It works.
    thank you guys

Maybe you are looking for

  • How can I create a zip file with LabVIEW?

    I would like to compress my data (ASCII format) to an archive. I use LVZlib.vi to compress and decompress data but I would like to be able to read the output file with a software archiver such as PowerArchiver/WinZIP. Someone knows how I can create a

  • Playbook WIFI connected but not able to access network

    Hi, Have a 32GB Playbook and from new has had wifi issues. Running 2.1.0.1314. Symptoms are that works fine on a variety of open and secure networks until a point where wifi is showing as connected, it tells me I have an internet connection but no ap

  • MY DVD player

    MY DVD will not stay closed.  It randomly opens and closes.  It will not stay closed to play cd or dvd. It is a pavilion slimline.

  • Updating a table with self join

    Hi Experts have a table & data as shown below  read_date reading consum 20140915 1000 20140916 NULL 120 20140917 NULL 80 20140918 NULL 100 20140919 1400 as per the requirement missing reading should be updated using reading+consum, and i should get m

  • STMS Import Queue Problem

    Hi All, I need to import an externall request in to my environment. The problem occur when I following steps: 1) Logon in Dev environment 2) Trx. STMS 3) Import Overview 4) Select Dev Queue 5) Extras->Other Requests->Add The Add option Menu is disabl