Where Used List (Function Module) for SAP ABAP Table PROF_HIST (History of a DB, OS or SAP profile)
SAP ABAP Table
PROF_HIST (History of a DB, OS or SAP profile) is used by
| # | Object Type | Object Name | Object Description | Package | Structure Package | Software Component |
|---|---|---|---|---|---|---|
| 1 |
C_GET_DB_ORA_SPF INIT_PARAMS STRUCTURE PROF_HIST OPTIONAL
|
Data collection function for the monitor Database Parameters. | ||||
| 2 |
PROFILE_FROM_PAHI VALUE(SELECT_SYSTEMID) LIKE PROF_HIST-SYSTEMID
|
Read the History of a Profile (DB, OS, or SAP) from PAHI into PROF_HIST | ||||
| 3 |
PROFILE_FROM_PAHI
|
Read the History of a Profile (DB, OS, or SAP) from PAHI into PROF_HIST | ||||
| 4 |
PROFILE_FROM_PAHI VALUE(SELECT_START_DATE) LIKE PROF_HIST-PARDATE
|
Read the History of a Profile (DB, OS, or SAP) from PAHI into PROF_HIST | ||||
| 5 |
PROFILE_FROM_PAHI PROFILE_HISTORY STRUCTURE PROF_HIST
|
Read the History of a Profile (DB, OS, or SAP) from PAHI into PROF_HIST | ||||
| 6 |
PROFILE_FROM_PAHI VALUE(SELECT_PARAMETER_TYPE) LIKE PROF_HIST-PARTYPE
|
Read the History of a Profile (DB, OS, or SAP) from PAHI into PROF_HIST | ||||
| 7 |
PROFILE_FROM_PAHI VALUE(SELECT_HOSTNAME) LIKE PROF_HIST-HOSTNAME
|
Read the History of a Profile (DB, OS, or SAP) from PAHI into PROF_HIST | ||||
| 8 |
PROFILE_TO_PAHI VALUE(SELECT_HOSTNAME) LIKE PROF_HIST-HOSTNAME DEFAULT SY-HOST
|
Write the Current Values of a Profile (DB, OS, or SAP) into PAHI | ||||
| 9 |
PROFILE_TO_PAHI VALUE(SELECT_SYSTEMID) LIKE PROF_HIST-SYSTEMID
|
Write the Current Values of a Profile (DB, OS, or SAP) into PAHI | ||||
| 10 |
PROFILE_TO_PAHI VALUE(SELECT_PARAMETER_TYPE) LIKE PROF_HIST-PARTYPE DEFAULT 'O'
|
Write the Current Values of a Profile (DB, OS, or SAP) into PAHI | ||||
| 11 |
PROFILE_TO_PAHI_ALL
|
Write ALL Current Profiles (DB, OS or SAP) into PAHI | ||||
| 12 |
STUO_READ_INITORA
|
ST04 (Oracle): get init<SID>.ora | ||||
| 13 |
STUO_READ_INITORA PROT_TAB_NEU STRUCTURE PROF_HIST
|
ST04 (Oracle): get init<SID>.ora |