SDBPAHI SAP (SAP DB: Parameter History) Table details

Dictionary Type: Table
Description: SAP DB: Parameter History




ABAP Code to SELECT data from SDBPAHI
Related tables to SDBPAHI
Access table SDBPAHI




Table field list including key, data, relationships and ABAP select examples

SDBPAHI is a standard SAP Table which is used to store SAP DB: Parameter History data and is available within R/3 SAP systems depending on the version and release level.

The SDBPAHI table consists of various fields, each holding specific information or linking keys about SAP DB: Parameter History data available in SAP. These include PARNUMBER (Natural Number), DBSERVER (SAP DB: DBServer name), DBNAME (SAP DB: DBName), PARDATE (SAP DB: Date DBM_PARAMSGET/PUT Changed).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SDBPAHI table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PARNAMESAP DB: Parameter Name in Parameter History SDB_PHNAMECHAR64CHAR64
PARNUMBERNatural Number INT4INT410INT4
DBSERVERSAP DB: DBServer name SDB_DBNODECHAR64SDB_DBNODE
DBNAMESAP DB: DBName SDB_DBNAMECHAR18SDB_DBNAME
PARDATESAP DB: Date DBM_PARAMSGET/PUT Changed SDB_PDATECHAR8SDB_PDATE
PARTIMESAP DB: Change Time of a Parameter SDB_PTIMECHAR8CHAR8
PARSTATESAP DB: Status of a Parameter in the Parameter History SDB_PSTATECHAR1CHAR1
PARGROUPSAP DB: Parameter group for DBM_PARAMSGET/PUT SDB_PGROUPCHAR8SDB_PGROUP
PARVALUESAP DB: Parameter value for DBM_PARAMSGET/PUT SDB_PVALUECHAR64SDB_PVALUE
OLDVALUESAP DB: Parameter value for DBM_PARAMSGET/PUT SDB_PVALUECHAR64SDB_PVALUE
PARCOMMENTSAP DB: DBMServer command SDB_DBMCMDCHAR255SDB_DBMCMD

Key field Non-key field



How do I retrieve data from SAP table SDBPAHI using ABAP code

The following ABAP code Example will allow you to do a basic selection on SDBPAHI to SELECT all data from the table
DATA: WA_SDBPAHI TYPE SDBPAHI.

SELECT SINGLE *
FROM SDBPAHI
INTO CORRESPONDING FIELDS OF WA_SDBPAHI
WHERE...

How to access SAP table SDBPAHI

Within an ECC or HANA version of SAP you can also view further information about SDBPAHI and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!