The Function Module DB6_PM_BACKUPHISTORY_ENTRY (DB6: List Entries of DB2 Backup History File) is a standard Function Module in SAP ERP and is part of the function group SDB6PM within the package STU6.
Function Module | DB6_PM_BACKUPHISTORY_ENTRY |
Short Text | DB6: List Entries of DB2 Backup History File |
Function Group | SDB6PM |
Package | STU6 |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BACKUPTS | TYPE | DB6TSTAMP | DB6: Timestamp (Format: YYYYMMDDHHMMSS) | |
CALLERFLAG | LIKE | DB6PMCD-CALLERFLAG | Who Has Called this Program | |
CONNECTION | LIKE | DBCON-CON_NAME | Logical name for a database connection | |
PARTITN | LIKE | DB6PMCD-PARTITN | Partition Number |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_DB6PMHIS_BACKUP | LIKE | DB6PMHIS_BACKUP | DB6: History Entry for Backups |
This function module does not define any Exceptions.