/SAPAPO/OMPROREC - Table for holding profiling sessions
Table for holding profiling sessions information is stored in SAP table /SAPAPO/OMPROREC.
It is part of development package /SAPAPO/OM_BASIS in software component BC-DB-LCA. This development package consists of objects that can be grouped under "Interface Between ABAP and liveCache Objects".
It is part of development package /SAPAPO/OM_BASIS in software component BC-DB-LCA. This development package consists of objects that can be grouped under "Interface Between ABAP and liveCache Objects".
Fields for table /SAPAPO/OMPROREC
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| TABIX | 4 Byte Signed Integer | X | INT4 | INT4 | 4 | |
| PROFSESSION | GUID in 'CHAR' format with upper-/lowercase (!) | GUID_22 | CHAR | 44 | ||
| .INCLUDE | /SAPAPO/OM_LCPROFDATA | 0 | ||||
| SIMSESSION | GUID for Identifying Transactional Simulation Session | /SAPAPO/OM_SIMSESSION | CHAR | 44 | ||
| LCSESSION | GUID for identifying liveCache session | /SAPAPO/OM_LCSESSION | CHAR | 44 | ||
| CLIENT | Client | MANDT | CLNT | 6 | * | |
| TRANSACT | Transaction Code | SYTCODE | CHAR | 40 | * | |
| REPORT | Calling Program | SYCPROG | CHAR | 80 | * | |
| UNAME | User Name | SYUNAME | CHAR | 24 | ||
| COMNAME | LiveCache-Apps routine name | /SAPAPO/OM_LCCOMNAME | CHAR | 64 | ||
| CALLER | LiveCache-Apps function caller | /SAPAPO/OM_LCFUNCCALLER | CHAR | 128 | ||
| FUNCNAME | LiveCache-Apps function name | /SAPAPO/OM_LCFUNCNAME | CHAR | 128 | ||
| FUNCSECT | LiveCache-Apps function-section name | /SAPAPO/OM_LCSCTNNAME | CHAR | 64 | ||
| CALLS | Profiled call count | /SAPAPO/OM_PROF_CALL_COUNT | INT4 | 4 | ||
| TOTAL | Profiled total execution time | /SAPAPO/OM_PROF_DUR_TOTAL | DEC | 8 | ||
| MINIMUM | Profiled minimum execution time | /SAPAPO/OM_PROF_DUR_MIN | DEC | 8 | ||
| MAXIMUM | Profiled maximum execution time | /SAPAPO/OM_PROF_DUR_MAX | DEC | 8 | ||
| AVERAGE | Profiled average execution time | /SAPAPO/OM_PROF_DUR_AVG | DEC | 8 | ||
| ACCUMUL | Profiled accumulated execution time | /SAPAPO/OM_PROF_DUR_ACC | DEC | 8 | ||
| PERCENT | Profiled percentual execution time | /SAPAPO/OM_PROF_REL_TIME | DEC | 5 |