LCA_PROREC - Profiling-Sessions ext
Profiling-Sessions ext information is stored in SAP table LCA_PROREC.
It is part of development package SLCAPPS in software component BC-DB-LCA. This development package consists of objects that can be grouped under "liveCache Applications".
It is part of development package SLCAPPS in software component BC-DB-LCA. This development package consists of objects that can be grouped under "liveCache Applications".
Fields for table LCA_PROREC
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 | LCA_LCPROFDATA | 0 | ||||
SIMSESSION | GUID in 'CHAR' format with upper-/lowercase (!) | GUID_22 | CHAR | 44 | ||
LCSESSION | LC-Session | LCA_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 | Name of the liveCache Applications Routine | LCA_LCCOMNAME | CHAR | 64 | ||
CALLER | Function Caller for liveCache Applications | LCA_LCFUNCCALLER | CHAR | 128 | ||
FUNCNAME | Function Caller for liveCache Applications | LCA_LCFUNCNAME | CHAR | 128 | ||
FUNCSECT | liveCache Applications: Name of the Function Section | LCA_LCSCTNNAME | CHAR | 64 | ||
CALLS | Calls | LCA_CALLS | INT4 | 4 | ||
TOTAL | Total Execution Time | LCA_PROF_TIME_TOTAL | DEC | 8 | ||
MINIMUM | Minimal Execution Time | LCA_PROF_TIME_MIN | DEC | 8 | ||
MAXIMUM | Maximal Execution Time | LCA_PROF_TIME_MAX | DEC | 8 | ||
AVERAGE | Average Execution Time | LCA_PROF_TIME_AVERAGE | DEC | 8 | ||
ACCUMUL | Accumulated Execution Time | LCA_PROF_TIME_ACCUMUL | DEC | 8 | ||
PERCENT | Percent | LCA_PERCENT | DEC | 5 |