Table list used by SAP ABAP Function Module GET_OS390_LPAR_INFO (get OS/390 LPAR information, using the command interface of saposcol)
SAP ABAP Function Module
GET_OS390_LPAR_INFO (get OS/390 LPAR information, using the command interface of saposcol) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DEF_PAR_FU | Table for parameter definition in function modules | SOURCE VALUE(SYSTEM_ID) LIKE DEF_PAR_FU-RFC_DATA_H DEFAULT 0 |
|
| 2 | DEF_PAR_FU | Table for parameter definition in function modules | SOURCE VALUE(CPU_MODEL) LIKE DEF_PAR_FU-OPSYSTEM |
|
| 3 | DEF_PAR_FU | Table for parameter definition in function modules | SOURCE VALUE(LOCAL_REMOTE) LIKE DEF_PAR_FU-LOC_REMOTE DEFAULT 'LOCAL' |
|
| 4 | DEF_PAR_FU | Table for parameter definition in function modules | SOURCE VALUE(NUM_OF_PROCESSORS) LIKE DEF_PAR_FU-RFC_DATA |
|
| 5 | DEF_PAR_FU | Table for parameter definition in function modules | SOURCE VALUE(NUM_OF_LOG_PARTITIONS) LIKE DEF_PAR_FU-RFC_DATA |
|
| 6 | MVS_LPAR_A | MVS performance data (used in SMON) | ||
| 7 | MVS_LPAR_A | MVS performance data (used in SMON) | SOURCE TF_LPAR_INFO STRUCTURE MVS_LPAR_A |
|
| 8 | RFCDES | Destination table for Remote Function Call | SOURCE VALUE(LOGICAL_DESTINATION) LIKE RFCDES-RFCDEST OPTIONAL |
|