TRLIS_AD_LIST_ITEM SAP (Detail Data of Accrual/Deferral List) Structure details

Dictionary Type: Structure
Description: Detail Data of Accrual/Deferral List




ABAP Code to SELECT data from TRLIS_AD_LIST_ITEM
Related tables to TRLIS_AD_LIST_ITEM
Access table TRLIS_AD_LIST_ITEM




Structure field list including key, data, relationships and ABAP select examples

TRLIS_AD_LIST_ITEM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Detail Data of Accrual/Deferral List" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TRLIS_AD_LIST_ITEM TYPE TRLIS_AD_LIST_ITEM.

The TRLIS_AD_LIST_ITEM table consists of various fields, each holding specific information or linking keys about Detail Data of Accrual/Deferral List data available in SAP. These include TRANSACTION_DATE (Posting Date for the Subledger), FLOWTYPE (Update Type), FLOWTYPE_TXT (Update Type Text), KEY_DATE (Accrual/Deferral Key Date).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TRLIS_AD_LIST_ITEM structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
POSITION_IDPosition Number TPM_POSITION_IDINT410INT4
TRANSACTION_DATEPosting Date for the Subledger TPM_POSTING_DATEDATS8DATUM
FLOWTYPEUpdate Type TPM_DIS_FLOWTYPECHAR8Assigned to domainTPM_DIS_FLOWTYPE
FLOWTYPE_TXTUpdate Type Text TPM_DFT_TEXTCHAR60TPM_DESCRIPTION
KEY_DATEAccrual/Deferral Key Date TPM_AD_KEYDATEDATS8DATUM
KEY_DATE_INCLIndicator for Including Key Date TPM_KEY_DATE_INCLCHAR1TPM_DATE_INCL
KEY_DATE_ULTMonth-End Indicator for Key Date TPM_KEY_DATE_ULTCHAR1VVSULT
CALC_BEGINStart of Calculation Period DBERVONDATS8DATUM
CALC_ENDEnd of Calculation Period DBERBISDATS8DATUM
DUE_DATEDue date DFAELLDATS8DATUM
DAY_METHODDays Calculation Method TPM_DAY_METHODNUMC1VVSTGMETH
DAY_METHOD_TShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
POSITION_AMTAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
POSAMT_IDX_CLEANAmount in Position Currency Index-Clean TPM_POSITION_AMT_IDX_CLEANCURR21(2) TPM_AMOUNT
VALUATION_CURRValuation Currency TPM_VALUATION_CURRCUKY5Assigned to domainWAERS
VALUATION_AMTAmount in Valuation Currency TPM_VALUATION_AMTCURR21(2) TPM_AMOUNT
FX_RATE_POS_TO_VALExchange Rate from Position to Local Currency TPM_FX_RATE_POS_TO_VALDEC9(5) EXCRTUKURS
FX_RATE_TYPEExch. Rate Type for Translating Accr/Deferral to Local Crcy TPM_AD_RATE_TYPECHAR4Assigned to domainKURST
TRD_BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
TRD_BUSTRANSCATBusiness Transaction Category TPM_BUSTRANSCATNUMC4Assigned to domainTPM_BUSTRANSCAT
TRD_FLOWNRNumber of a Distributor Flow TPM_TRDFLOWNRINT410TPM_TRDFLOWNR
TYPEType of Profit/Loss Occurring in a Period TPM_TRLI_PERIODINCOME_TYPECHAR1TPM_TRLI_PERIODINCOME_TYPE
NUMBER_DAYSNumber of Days TFMATAGEINT410INT4
DAYS_IN_PERIODNumber of Days in Period TPM_DAYS_IN_PERIODINT410INT4
ABASTAGENumber of base days in a calculation period ABASTAGENUMC6INT6
TRANSACTION_STATEStatus of Business Transaction TPM_TRLI_TRANS_STATECHAR1TPM_TRLI_TRANS_STATE
PART_POS_AMTProrated Amount of Income in Position Currency TPM_PART_POSITION_AMTCURR21(2) TPM_AMOUNT
PART_VAL_AMTProrated Amount of Income in Local Currency TPM_PART_VALUATION_AMTCURR21(2) TPM_AMOUNT
COMP_POSITION_AMTNetting Amount in Position Currency TPM_COMP_POSITION_AMTCURR21(2) TPM_AMOUNT
COMP_VALUATION_AMTNetting Amount in Valuation Currency TPM_COMP_VALUATION_AMTCURR21(2) TPM_AMOUNT
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
JEXPOZINSExponential Interest Calculation TB_JZINSRECHAR1XFELD
BBASISCalculation Base Amount TFM_BBASIS2CURR13(2) TFM_WRTV7
PPAYMENTPayment Rate TFM_PPAYMENTDEC11(7) TFM_PPAYMENT
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
SKALIDWTInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
LIST_FLOW_CATAccrual/Deferral: Flow Category in Log TPM_AD_LIST_FLOW_CATCHAR2TPM_AD_LIST_FLOW_CAT
LIST_FLOW_CAT_TXTAccrual/Deferral: Flow Category Text in Log TPM_AD_LIST_FLOW_CAT_TXTCHAR60DDTEXT
ROUNDING_RULERounding Rule TPM_ROUNDING_RULECHAR4Assigned to domainTPM_ROUNDING_RULE

Key field Non-key field



How do I retrieve data from SAP structure TRLIS_AD_LIST_ITEM using ABAP code?

As TRLIS_AD_LIST_ITEM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TRLIS_AD_LIST_ITEM as there is no data to select.

How to access SAP table TRLIS_AD_LIST_ITEM

Within an ECC or HANA version of SAP you can also view further information about TRLIS_AD_LIST_ITEM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!