Menu

SAP Function Module SAPDB_DBM_PAHI

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module SAPDB_DBM_PAHI () is a standard Function Module in SAP ERP and is part of the function group SADC within the package SADA.

Technical Information

Function Module SAPDB_DBM_PAHI
Short Text
Function Group SADC
Package SADA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CALL_MODE TYPE SDB_CMODE 'C' SAP DB: DBMRFC Call Mode
CONN TYPE DBCON_NAME Logical Name for a Database Connection
DBMCMD TYPE SDB_DBMCMD SAP DB: DBMServer command
DBNAME TYPE SDB_DBNAME SAP DB: DBName
DBNODE TYPE SDB_DBNODE SAP DB: DBServer name
DBUSER TYPE SDB_DBUSER SAP DB: DBUser name
PROFILE TYPE SDB_PROF SAP DB: Name tp-profile (absolute)
SYSID TYPE SYSYSID Name of SAP R/3 System
XUSER TYPE SDB_XUSER SAP DB: XUSER Name

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DBMID TYPE SDB_DBMID SAP DB: Session ID for DBM_EXECUTE
DBMRC TYPE SDB_DBMRC SAP DB: Error code from DBMServer command
ERRTXT TYPE SDB_ERRTXT SAP DB: Error text from DBM command
SYSRC TYPE SDB_SYSRC SAP DB: SysRC from DBM call

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ERRTAB LIKE SDB_ANSW
TDBMPAHI LIKE SDB_PAHI SAP DB: Structure for the Parameter History

Exceptions

This function module does not define any Exceptions.