Table list used by SAP ABAP Function Module PROFILE_FROM_PAHI (Read the History of a Profile (DB, OS, or SAP) from PAHI into PROF_HIST)
SAP ABAP Function Module
PROFILE_FROM_PAHI (Read the History of a Profile (DB, OS, or SAP) from PAHI into PROF_HIST) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
PAHI | History of system, DB and SAP parameter | |
2 | ![]() |
PROF_HIST | History of a DB, OS or SAP profile | SOURCE VALUE(SELECT_SYSTEMID) LIKE PROF_HIST-SYSTEMID |
3 | ![]() |
PROF_HIST | History of a DB, OS or SAP profile | SOURCE VALUE(SELECT_PARAMETER_TYPE) LIKE PROF_HIST-PARTYPE |
4 | ![]() |
PROF_HIST | History of a DB, OS or SAP profile | SOURCE VALUE(SELECT_START_DATE) LIKE PROF_HIST-PARDATE |
5 | ![]() |
PROF_HIST | History of a DB, OS or SAP profile | SOURCE VALUE(SELECT_HOSTNAME) LIKE PROF_HIST-HOSTNAME |
6 | ![]() |
PROF_HIST | History of a DB, OS or SAP profile | SOURCE PROFILE_HISTORY STRUCTURE PROF_HIST |
7 | ![]() |
PROF_HIST | History of a DB, OS or SAP profile | |