How to assign transaction code to report group.

hi experts,
  i used report painter to create some reports and assign these reports to a report group, i want to assign a transaction code to the report group, how can i do that? hunger for your adivces, thanks a lot!!

Hi Liu,
when you change an area menu, you can add transactions that launch ABAP/4 reports, Query lists or report writer's. You can use it for your purpose:
1. Enter transaction SE43 and change a Z* area menu (no matter which one, you will not change it in the end)
2. Click on "Add entry as subnode" or "Add entry at the same level" (no matter which one of them)
3. When SAP shows the popup "Add new entries", click on "Add report"
4. On the next popup, click on radio-button "Report Writer". Then you will be asked foe the code of the report group.
5. Then save, and... that's it! SAP will automatically create a transaction for the report group
6. Now you can cancel the changing of the area menu
I hope this helps. Best regards,
Alvaro

Similar Messages

  • How to assign Transaction code for report program?

    All,
    I have developed a custom report. I want to associate it to a transaction code. How to do it?

    Hi,
    Please follow the steps for creating a transaction for report..
    GOTO SE93
    Give the transaction code.
    Press create button..
    Enter the short description..
    Choose the radio button which says "Program and selection screen(report transaction)".
    Press Enter..
    Give the program name..
    Remove the Selection screen "1000" if you want.
    Save the transaction code..
    Regards

  • 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

  • How to find Transaction code from Report/program name ?

    Dear all,
    How to find Transaction code if i know Report/program name ?

    Hi,
    In se 38 when u open ur program,in the application toolbar u have a button beside the where-used list button as display object list.on clicking this button,a window will be opened at the left most corner for repository browser,in this u can find any tranasctions,fileds,screens,dictionary structures defined for the program.
    if any transaction is created for the program u can find it under the transaction folder.
    revert back for further queries.
    Regards,
    Sravanthi

  • How to assigne transaction Variant to Report

    Dear Hcm Gurus:
    i have to develop a report by using infoset query and also assigned transaction via se93
    Report is alv-based.
    so when i access report through t-code "ZHR_STAFF" and  save variant /default then this variant not
    outcome with desired result when i again access said mentioned t-code so kindly guide me when i access
    t-code then default variant is automatically displayed.
    barket

    Hi:
    Please, go to tcode SE93 and modify your transaction code adding your variant name in the field Start with variant (RSSTCD-REPO_VARI).
    This way while calling tcode ZHR_STAFF the program will be automatically initialized with the specific recorded value for the specified variant.
    Hope it helps,
    Regards.

  • How to assign transaction code to a ABAP program?

    Hi,
    Need help in assigning transaction code to a ABAP program. Any method that will do the job?

    >
    sainath raj wrote:
    > hi
    > within my knowledge
    > Any ABAP program can have its own transaction code if and only if it is of type 'MODULE POOL' .
    > An EXECUTABLE program  cannot have a transaction code.
    >
    > So try with this .
    >  1) Go to the attributes of the program and change the program as type module pool
    >   2) then execute transaction SE93.
    >  3) give the appropriate program name and assign a transaction code as ur wish.
    Well Sainath,
    What u said is not correct, an executable report can have a transaction code, difference between module pool and executable program is that u neccesarily need to have a tcode for module pool but that doesn't mean that only module pool can have tcode.
    And secondly u should not answer these kind of simple questions, as people then continue posting simple questions without making an effort to serach for themselves.
    кu03B1ятu03B9к.

  • Transaction code for report

    Hi All,
    I am new to SAP area. I have created ABAP program (Report and variant) which generate list of materials. User would like to run whenever they want and have little knowledge of SAP. So I would like to provide Transaction code for this report to user. Can anyone let me know how to create transaction code for report. Also suggest, if any other option available to provide the same to user.

    Hi Yogesh,
    Just as an option, you necessarily dont need to create a transaction so that the user can run the report. You can include the report in the menu for the user within his role to which he is assigned.
    Hence on SAP easy access screen when he logs in, the user would be able to see the report  all he needs to do is double click.
    Just an option for you.
    Regards,
    Aditya
    p.s. Transaction for role maintenance is PFCG .... refer to your basis consultant for more information

  • How to get Transaction code for SAP standard report painter in FI

    Hi All -
       Please let me know, How to get the transaction code for Standard SAP report painter / report writer in FI module.
    These report painters are created thru GR51...
    Thanks,
    Kannan

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

  • Search t-code of report group in GR55

    Dear Experts,
    How can i search t-code of report group in GR55;
    for example :
    The report group: 6OI2 in T-code: gr55 is bound wtih t-code : S_ALR_87013003 ;
    Br
    Sophie

    Hi Sophie,
    In table TSTCP, maintain the parameters field with RWD_SREPOVARI-REPORT6OI2 and execute. You may see multiple transactions assigned to GR55 report 6OI2. You can replace 6OI2 with other report groups to find report painter/writer transactions in SAP.
    RWD_SREPOVARI-REPORT*6OI2* means -
    RW - Report Type
    SREPOVARI - Table that stores Reports and Variants
    REPORT - Name of Report
    There are many ways to find a transaction assignment, i guess this is an easier one for report painter transactions.
    Best Regards,
    Venkata Ganesh Perumalla

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

  • Reg: how to assign Tcodes to customised report

    Hi Gurus
    how to assign T-Codes to customised report
    amk

    Here's some SAP help for it:
    http://help.sap.com/saphelp_nw70/helpdata/en/43/0f4c879f2d6f41e10000000a422035/content.htm
    Jonathan

  • 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

  • Transaction code to change group indicator & group number of a routine

    Transaction code to change group indicator & group number of a routine

    Post Author: paul.carpenter
    CA Forum: Formula
    Sorry for the ignorance.  I did a little more playing, created a group summary count, then checked it against my record count per group.
    All set now!

  • How to assign credit limit to customer group

    hi,
    sap gurus,
    how to assign credit limit to customer group.
    can we do that
    if we can
    plzhelp me
    regards,
    balaji.t
    09990019711.

    hi,
    You can assign a credit limit to a group of customers, as well as to an individual customer. If a company has different branches, you would define the credit limit for just one customer in this group (the head office) and this customer account then becomes the credit account.
    Procedure
    To assign a credit account to a branch account, from the Credit Management screen, choose Master data - Change.
    Enter the name of your customer, the corresponding credit control area and select the Status indicator.
    The system displays the Change Customer Credit Management: Status screen.
    Choose the function Edit - Change credit account. In the dialog box that appears, you can enter the credit account (the account number of the customer you are using) to set the credit limit for the entire group.
    After you choose ENTER, the system contains the credit limit of the branch as 0.00. The Credit account field displays the account number of the customer for which the reference credit limit is defined.
    You can only specify a credit account within a credit control area.
    The accumulating total of receivables is recorded both for the reference customer and the "dependent" customer. However, the system checks only against the reference customer as to whether the credit limit has been exceeded.
    When displaying the credit account, you can view which customers are referenced to this account. To do this, from the credit account master data screen, choose Edit - Cust. for credit acct.
    regards,
    Siddharth.

Maybe you are looking for

  • Data Recovery After Hard Drive Failure!

    Ok, basically, I've got a 2 1/2 year old iBook G4 with a bombed hard drive, and unfortunately, the last time I backed up was around 3 months ago. Here's what happened right before the crash: some applications like Widgets and Safari were acting fluky

  • BAdI error : type of EXIT_REF1 cannot be converted to the type of EXIT_REF

    Hi all, The below was the posted earlier for BAdI. Ihave followed all the steps. And i have written the below code. Syntactically it is not showing any errors, but when i am activating i am getting error like " The type of EXIT_REF1 cannot be convert

  • External PC Hard Drive won't show up on my Mac

    My friend copied a bunch of files on his home PC to his external USB Hard Drive. I plugged it in to my USB hub, turned it on, but my Mac won't recognize the drive. It doesn't show anything. How do I get it to see this drive so I can pull the files of

  • Out of Sync Audio after capturing video

    I have a video that I captured that the audio is in sync during the capture by using audo preview but, when view it in the view window, the words are out of sync from her lips. The video was recorded on my sony pd150, 48k audio, and Im using prostudi

  • Comcast Online Seems to Have a Broken Link and is not working!

    Seems that when i sign into http://xfinitytv.comcast.net/ to watch online content, this is the message i receive:  "Hmmm, we're having trouble finding that page.It's probably because the page has moved or is no longer available. If you typed in the a