Menu

SAP Function Group SDB1

Database catalog accesses

Recommended Now

Fire TV Stick Lite Essentials Bundle

This bundle contains Amazon Fire TV Stick Lite and Mission USB Power Cable. The USB power cable eliminates the need to find an AC outlet near your TV by powering Amazon Fire TV directly from your TV's USB port. Includes special power management circuitry that enhances the peak power capability of the USB port by storing excess energy and then releasing it as needed.

Check it out on amazon.com →

The Function Group SDB1 (Database catalog accesses) is a standard Function Group in SAP ERP and is part of the package SDIC. It contains the following embedded function modules and dictionary objects.

Technical Information

Function Group SDB1
Short Text Database catalog accesses
Package SDIC

Function Modules

Function Group SDB1 contains 21 function modules.

DB_CMP_TABENTRIES Computes recommended number of tab.entries corresponding to size category
DB_COMPUTE_DATASET Calculates the number of data records per DB unit
DB_DDL_ALLOWED DB Dictionary changes to table allowed?
DB_EXISTS_INDEX Checks whether an index is created in the database
DB_EXISTS_PROC DD: Existence Test for Stored Procedure
DB_EXISTS_TABLE Checks whether a table exists in the database
DB_EXISTS_VIEW Checks whether a view exists in the database
DB_GET_ALL_INDEXES Supplies all indexes from the database together with the table names
DB_GET_ALL_TABLES Supplies all tables which exist in the database
DB_GET_ALL_VIEWS Supplies all views from the database
DB_GET_INDEX_FIELDS Returns field names of a database index
DB_GET_INDEXES Returns all indexes with fields for a table
DB_GET_INDFIELDS Returns field names of a database index
DB_GET_LOCKED_TABLES Returns all tables for which no DDL is allowed
DB_GET_PROGNAME Returns DB-specific program names for a prefix
DB_GET_TABLE_FIELDS Returns the description of fields in a database table
DB_GET_VIEW_DEFINITION Returns definition of a database view in form used by DD
DB_GET_VIEW_DEFINITION_RAW Returns the definition of a DB view in text form
DB_GET_VIEWFIELDS Returns the field names of a database view
DB_GET_VIEWTEXT Returns view definition of a database view as SELECT statement
DB_PROC_EXISTS DD: Existence Test for Stored Procedure