Create a Cockpit (Transaction) for Reports and Tables

Hi Gurus,
i am very new in ABAP. I want to create a Transaction/view in SAP BW where i can put my favourite Abap reports and tables and execute These directly from the created view/Transaction without se16/se11 or se38 Access and dont know if this is possible and how to do it.
the reason herefore is that we get deprived in differently time ranges our authorizations for the Standard Transactions.
I have a list of my tables and programms.
Thanks for your help.

we get deprived in differently time ranges our authorizations for the Standard Transactions.
So you try to bypass security checks put in place by the Basis team
or could you explain your requirement ?
Remember (or learn) that creating such transaction, you are able to bypass following authorization checks using SU24 (Identity Management, User and Role Administration of Application Server ABAP, AS ABAP Authorization Concept, From the Programmed Authorization Check to a Role, Editing Authorization Default Data (Development System) / Editing Authorization Default Data (Customer System). )
Regard,
Raymond

Similar Messages

  • Need to create a Z transaction for SE16

    Hi All,
    I have a requirement in which I need to create a Z transaction for SE16 and then restrict the access of that transaction to 3 tables and users cannot see other tables through this transaction. it would be fine even if this condition can be implemented on standard transaction(in SE16 with out creating a Z with the help of basis team).
    I tried to copy the transaction and also the program (program name: SAPLSETB and screen 230 even this program is made a Z program)
    but this is giving a short dump.
    Please let me know if the process i am following is correct if not can you please suggest me a better one.
    Thanks in advance.
    Regards,
    LRK.

    Hi
    U can assign your transaction to Z-report like this:
    PARAMETERS: TAB1 RADIOBUTTON GROUP R1 DEFAULT 'X',
                TAB2 RADIOBUTTON GROUP R1,
                TAB3 RADIOBUTTON GROUP R1.
    DATA: TABNAME TYPE TABNAME.
    START-OF-SELECTION.
      CASE 'X'.
        WHEN TAB1. TABNAME = 'BSID'.
        WHEN TAB2. TABNAME = 'BSAD'.
        WHEN TAB3. TABNAME = 'BKPF'.
      ENDCASE.
      CALL FUNCTION 'RS_TABLE_LIST_CREATE'
        EXPORTING
          TABLE_NAME               = TABNAME
    *   ACTION                   = 'ANZE'
    *   WITHOUT_SUBMIT           = ' '
    *   GENERATION_FORCED        =
    *   NEW_SEL                  =
    *   NO_STRUCTURE_CHECK       = ' '
    *   DATA_EXIT                = ' '
    * IMPORTING
    *   PROGNAME                 =
    * TABLES
    *   SELTAB                   =
       EXCEPTIONS
         TABLE_IS_STRUCTURE       = 1
         TABLE_NOT_EXISTS         = 2
         DB_NOT_EXISTS            = 3
         NO_PERMISSION            = 4
         NO_CHANGE_ALLOWED        = 5
         OTHERS                   = 6
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.

  • Adding maintenance transaction for a Z table

    Hello All,
    Can anyone tell how to add a maintenance transaction for a Z table.
    Thanks in advance.
    Best Regards,
    Sasidhar Reddy Matli.

    Hi
    Check this:
    able maintennace generator is used to create screen to maintain values in a table. Once you create maint generator you can goto transaction SM30 and add data to table . In SAP it is more relevant to customizing data.
    Create a table maintance program for a z table :
    In transaction SE11, in the attribute tab of your z table check table maintenance check box. Go to SM30 transaction, enter the ztable name and click on maintain button. Here you can enter new entries into the ztable .
    Or
    You can create a PARAMETER TRANSACTION for the transaction for SM30 .
    Follow these steps :
    1. go to transaction SE93 , give your own transaction code say ztran_tab, for maintaining your ztable.
    2. Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button.
    3. In the next screen enter default values:
    transaction : SM30
    check the check box skip initial screen
    4. Scroll down you will find a table control for default values
    Name of the screen field | value
    VIEWNAME | your ztable name
    SHOW | X
    Save your work.
    Now as you have created a custom transaction for maintaining your ztable this transaction can be called from any program with CALL transaction 'XXX'.
    Regards,
    Vishwa.

  • List of users with authorised reports and tables.

    hi all
    i have another requirement, that is List of users with authorised reports and tables in SAP.
    that means user wise which reports and tables have authorisations to execute.  for that what is the tcode or table name?.  please help me in this..
    Thank you.

    Hi,
    In SUIM tcode expand transactions node der ull have for users..........
    Cheers,
    jose.

  • How to find Transaction for a Known Table maintenance View

    Hello Friends,
    May I know how to find transaction for a known table maintenance View.
    Thanks,
    Best Regards,
    Sudhanshu Garg

    Goto SE16 Transaction and enter TSTCP Table
    Here PARAM = /SM30 VIEWNAME=Table name*;UPDATE=X;
    enter table name in bold.
    Thanks
    Seshu

  • How do I Create a Tabular Form for an Intersection Table

    Situation
    There are three tables involved (PROJECT, STAFF, TASK)
    PROJECT(PROJECT_ID, PROJECT_NAME)
    STAFF(STAFF_ID, STAFF_NAME)
    TASK(PROJECT_ID, STAFF_ID, HOURS)
    There is a many to many relationship between PROJECT and STAFF. The intersection table is TASK.
    Issue
    I would like to create a tabular form for the TASK table. I would like to be able to click on a button (Add Row) to add a row to the existing tabular form. The row will have a LOV for the PROJECT_ID (showing PROJECT_NAME) and one for the STAFF_ID (showing STAFF_NAME) and a free form text field for the hours.
    I've tried a bunch of different ways but am unable to acheive this functionality. I must be doing something wrong. This sort of thing is trivial.
    Any guidance/suggestions are greatly appreciated.
    Thanks

    Adding a new surrogate key column to an existing table is not that big a deal.
    alter table t add (pk int primary key);
    create a before-insert row-level trigger to populate the key;Other than that, you are out of luck w.r.t the wizards. Yes, you can define a 2nd PK column in the wizard, but then the 2 PK columns becomes read-only (but you want to update them).
    You can write your own tabular form using htmldb_item APIs and your own after submit processes to process the updates. See the manual Tabular Form Howto in the documentation.
    Thanks

  • Numbered captions for figures and tables

    Can anyone tell me how to create captions for figures and tables such that they are automatically numbers (ex. Figure 1, Figure 2, ...) so that when I remove or add a new figure in the middle of the document I don't have to manually re-number everything. If it still is not possible in Pages ver. 4, I hope that someone can write an applescript that will post process a document to prefix captions preceding tables with Table # and any captions following images with Figure # or "Some custom phrase" followed by #.

    Writing that here is perfectly useless.
    _Go to "Provide Pages Feedback" in the "Pages" menu_, describe what you wish.
    Then, cross your fingers, and wait _at least_ for iWork'10
    Yvan KOENIG (from FRANCE samedi 7 mars 2009 23:16:42)

  • APEX For reports and charts

    Hi Y'all,
    I have an application running on plsql webtool kit, now only for reports and charts I want to use APEX. I would like to put a reports menu in the application which will take the user to the reports / charts created by APEX. Is that possible?
    Also, the application user will be authenticated at the loggin on time, so when he/she hits APEX I want to pass the same authentication to APEX as well. Is that possible?
    Thanks in advance for your replies.
    -Vatsa

    Hello Vatsa,
    Why don't you just recreate everything in APEX?
    We had a customer that wanted exactly that, but if you do the calculation about supporting a plsql webtoolkit app, it doesn't make sense. APEX is soo much faster to develop in.
    Regards,
    Dimitri
    -- http://dgielis.blogspot.com/
    -- http://www.apex-evangelists.com/
    -- http://www.apexblogs.info/

  • How can i log transaction codes, programes and tables used by a user?

    Hi everyone,
    i need to log transaction codes, programes and tables a user has used in a certain time. how can i trace that and is it possible with timestamps?
    i tried something with the badi workload_statistic but thats not what i need. is there a simple function which can do that or is this really much more complicated?

    In SE13 there is an option to log table changes for a table.
    If you search for "SCU3" you will find plenty of information on this. Also search for "RECCLIENT" (without the "/") and you will find some more specialized threads.
    Cheers,
    Julius

  • Does EBS license include tools for reporting and extracting data (queries)

    Hello,
    I'm recommending Oracle EBS to a customer and I need to mention what tools for reporting and extracting data (queries) are included in a Oracle EBS license.
    I hope you can help me with that information, or at least with providing me the place where I can get the info.
    Thanks in advance,
    A/P Sergio Maestri

    Hi,
    Thanks, I think the same ... but the customer asked me about it ... I supose my answer will be that he can use Reports Builder for reporting and Toad or PLSQL Developer to access to the database and make queries ...
    What about XML Publisher ? ...it can be used to make reports against an Oracle EBS database and integrate them into the EBS Application ?I believe you need a developer license to use Oracle Developer (Forms/Reports) for customizing/creating reports.
    Global Pricing and Licensing
    http://www.oracle.com/corporate/pricing/index.html
    And IINM, the same thing applied to XML Publisher -- See this thread for a similar discussion.
    eBiz & XML Publisher - Confusion
    http://forums.oracle.com/forums/thread.jspa?messageID=3834445
    Please contact your Oracle sales representative, he/she is the best one to answer such questions.
    Thanks,
    Hussein

  • How to create a Z transaction for CJ29.

    Hi All,
    I have a requirement to create a Z transaction for CJ29 as ZCJ29 with some changes to the screen like providing option for saving variant and selection multiple project definations.
    But when i checkt the Proram by following System->status->Program in standard transaction CJ29. It is having many includes.
    Can anyone tell what all needs to be considered to copy the screen and which are includes to be considered for this CJ29 transaction?
    Regards,
    Nitin.

    hi nitin,
    u need create a transaction variant in SHDO tcode.
    where in u provide the standard transaction along with your ZTCODE and select CREATE it shows the relevant tcode and if u press on any key or press enter it will take you to the variant screen having all the screen elements of the tcode.
    Here u can select the particular field u want to make as input only, invisible, as output only etc. check the check box & Presson
    Exit and Save Pushbutton and save the changes in a local object.
    know run your tcode.  u shall c the changes made to the std tcode.
    or else you don;t want any changes on the screen, then follow the steps mentioned abv by others ...
    Hope u got the idea...
    All the Best !!!
    Thanks
    Ravi

  • Can you read Reports and Tables through RFCs and BAPIS?

    Is there any way to read established reports and tables through RFC or BAPI function calls?  We have a middleware that can execute various BAPIs and RFCs.  I see a few promising ones: RFC_READ_REPORT, but no examples anywhere what the parameters needed are for the inputs. 

    Hello Scott,
    Check below FMs for reading tables and programs.
    Tables : RFC_READ_TABLE
    Program : RFC_READ_DEVELOPMENT_OBJECT
    Please note that for reading program using RFC_READ_DEVELOPMENT_OBJECT , lines in program should not exceed 72 chars else FM will throw dump(READ_REPORT_LINE_TOO_LONG).
    Program code will appear in table QTAB which is 72 chars wide.

  • Join for dataview and tables.

    Hi,
    can i write join for dataview and tables.
    Regards,
    Suresh.

    hi,
    YEs u can create for data view and tables.
    You can create database views in the ABAP Dictionary. Views (aggregate objects) are application specific and allow you to work with multiple database tables.
    Regards,
    Rahul

  • Attachments: I am creating an online application for employment and need applicant o submitt credentials, Is thier a way they can attach docs to the application?

    Attachments: I am creating an online application for employment and need applicant o submitt credentials, Is thier a way they can attach docs to the application?

    Hi Syclopz88,
    You can use 'File Attachment' option in the form which will allow the user to attach documents to the application.

  • Which product should I buy? I want to create vintage/retro posters for band and Bar

    which product should I buy? I want to create vintage/retro posters for band and Bar

    Good day!
    Instead of buying right away you may want to avail yourself of the free 30 day trial first to see which program fits your needs.
    Photoshop and Photoshop Elements may be worth a try.
    If you intend to create more graphic/typographic designs Illustrator may be worth looking into, too.
    Someone else may have more/other recommendations, though.
    Regards,
    Pfaffenbichler

Maybe you are looking for

  • Sales order - automatic creation of purchase requisition - cost assignment

    Hi When the sales order is released, we have an automatic creation of Purchase requisation. We have given "internal order" as the cost obect in the sales order. But when the system has created automatic purchase requisition, it has not picked interna

  • Contact shows unknown phone number when SMSing

    iPhone 4s IOS 6.1 I create an SMS using Messages I type in the contact name, in this case 'David' Various 'David's pop up but 3 phone numbers show for the David in question. 1. Home 2. iPhone 3. Unknown However, when I go to the Contact using 'Contac

  • Lightroom and SyncToy question

    Hi, I use LR 2.2 and Synctoy 2.0 for syncing my Photo folder to external backup drive. Those that use Synctoy should know I use Echo mode = all new files are copied to backup drive, all renames in Photo folder are repeated on backup drive and all del

  • Oracle 12c 32 bit Client failure

    All, I am trying to install the Oracle 12c 32 bit on Windows XP and it fails. It does the initial check and then fails. It posts the following error to the temporary installation directory. I have no clue what is trying to tell me. Exception in threa

  • IPad Air problem logging in

    I am from Malaysia and I have bought an IPAD Air.Since my husband didn't use it for a long time, our family has definitely forgot the Passcode. Thought that restoring the Ipad would work, however we were prompted to fill in the Apple ID and its passw