Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Create a Cockpit (Transaction) for Reports and Tables

0 Kudos

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.

6 REPLIES 6

Former Member
0 Kudos

What about creating a new Z-transaction as copy of SE16 or SE38.
Best regards,

Thomas Wagner

Former Member
0 Kudos

By creating a new z Transaction in se93 ,we can execute the program .but when you done on the Table first we have to create the Table Maintenance Generator .

Thanks & Regards

venkatarao

0 Kudos

What about creating a transaction like this:

It works fine in my system.

Best regards,

Thomas

raymond_giuseppi
Active Contributor
0 Kudos

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


0 Kudos

In different time ranges we should order the authorization newly with high effort and then we get it.

To bypass this procedure we want to create a new view like the standard transactions se16/se38 in one view to analyze tables and execute programms.

@thomas wagner: can you execute the zse16 transaction without authorizations for se16 ?

Former Member
0 Kudos

Hello,

I would guess, that I could execute ZSE16 without authorization for SE16 as I am calling the program directly. It could easily be checked (I can't do it in my current customer system but I tested the execution of ZSE16 witzh SAP_ALL and it was fine).

Best regards,

Thomas Wagner