Menu

SAP Function Module DB6_HIS_PARAMETER_CHANGES

DB6: History of parameter changes

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module DB6_HIS_PARAMETER_CHANGES (DB6: History of parameter changes) is a standard Function Module in SAP ERP and is part of the function group SDB6DB02 within the package STU6.

Technical Information

Function Module DB6_HIS_PARAMETER_CHANGES
Short Text DB6: History of parameter changes
Function Group SDB6DB02
Package STU6
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FROMDATE LIKE DB6PM_CDM-COMPDATS DB6: selection range: from date of insertion
OBJECTTYPE LIKE DB6PMHCDM-OBJECTTYPE DB6: parameter type (D-database,M-database manager)
PARTITN LIKE DB6PMCN-PARTITN DB6: partition number (space if not applicable)
STATTYPE LIKE DB6PMHCDM-OBJECTTYPE DB6: A: only acitve parameter, H: history
TODATE LIKE DB6PM_CDM-COMPDATS DB6: selection range: to date of insertion

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
IT_DB6PMCDM LIKE DB6PM_CDM DB6: db & dbm parameter changes for display

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INVALID_PARAMETER_SET An invalid parameter is used
NO_HISTORY_FOUND requested history records could not be read
OUT_OF_DATE_RANGE For the given dates there are no data available