SAP Basis STAD SAP Workload: Business Transaction Analysis - SAP Stuff

Direkt zum Seiteninhalt
STAD SAP Workload: Business Transaction Analysis
DEVELOPMENT OF IT PRODUCT CATALOGUE AND DEFINITION OF IT PRODUCTS
Database layer: The database layer contains a database server on which all the data of the SAP ERP system is managed. This includes the database management system (DBMS for short) and the actual dataset. The dataset includes user data and data tables as well as applications and system control tables.

It should be mentioned here that it only makes sense to access the tables by reading the SELECT statement to get a quick view of the results. Using the DBACOCKPIT, it is not possible to create entire table structures using Create Table. For such applications, SAP provides other, better options. Another important point is that once a user has the necessary permissions to use the transaction DBACOCKPIT, it can potentially (with appropriate permissions on the tables) access the entire SAP system. For example, a query can be used to read the entire user table. Therefore, the transaction should always be treated with caution and only awarded to administrators. DBACOCKPIT handles the call control permissions similar to the SE16 / SE16N transaction. When the table is called, the S_TABU_DIS or S_TABU_NAM permission object is checked with a specific activity. This means that only the tables or table permission groups for which the corresponding values in the aforementioned permission objects are assigned can be accessed. You can read more about assigning permissions to individual tables here. In addition, you can save SQL statements that you run once, and run them again at any time to recognise changes in the result set without having to reformulate the SQL statement each time. The editor also allows you to start the query for SQL statements in the background. The result is obtained by calling the transaction SM37, in which the result is output in a spool file.
Structured work
A clearly structured and secure authorization management is very important to avoid errors and prevent access by unauthorized persons. These services are part of our authorization management:

Use "Shortcut for SAP Systems" to accomplish many tasks in the SAP basis more easily and quickly.


If you want to get more information about SAP basis, visit the website "www.sap-corner.de".

In each NetWeaver system there is a database server on which the SAP database is located.

SAP Stuff
Zurück zum Seiteninhalt