FARR_D_UPDLOG_CS - Log Table containing Call Stack (new DB update logic)
Log Table containing Call Stack (new DB update logic) information is stored in SAP table FARR_D_UPDLOG_CS.
It is part of development package FARR_FOUNDATION in software component FI-RA. This development package consists of objects that can be grouped under "Revenue Accounting: Reuse Objects".
It is part of development package FARR_FOUNDATION in software component FI-RA. This development package consists of objects that can be grouped under "Revenue Accounting: Reuse Objects".
Fields for table FARR_D_UPDLOG_CS
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
CLIENT | Client | X | MANDT | CLNT | 6 | |
TRANS_UUID | UUID in X form (binary) | X | SYSUUID_X | RAW | 16 | |
LOGTYPE | Log Entry Type Data Element for new DB update logic | X | FARR_UPDLOGTYPE | CHAR | 2 | |
CALLSTACK_LINE | Numc3, internal use | X | NUMC3 | NUMC | 6 | |
.INCLUDE | FARR_S_CALLSTACK_LINE | 0 | ||||
MAINPROGRAM | ABAP Program: Current Master Program | SYREPID | CHAR | 80 | * | |
INCLUDE | Used Include | INCLUDE | CHAR | 80 | ||
LINE | Line Number (in the Include) | INT4 | 4 | |||
BLOCKTYPE | Type of Processing Block (Procedure, Module, Event Block) | CHAR | 24 | |||
BLOCKNAME | Name of Processing Block | STRG | 8 | |||
FLAG_SYSTEM | Flag: System Processing Block or in System Program | CHAR | 2 |