TRLS_ALV_DERIVED_FLOW SAP (Structure for SAP List Viewer Output 'Derived Flows') Structure details

Dictionary Type: Structure
Description: Structure for SAP List Viewer Output 'Derived Flows'




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




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

TRLS_ALV_DERIVED_FLOW 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 "Structure for SAP List Viewer Output 'Derived Flows'" 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_TRLS_ALV_DERIVED_FLOW TYPE TRLS_ALV_DERIVED_FLOW.

The TRLS_ALV_DERIVED_FLOW table consists of various fields, each holding specific information or linking keys about Structure for SAP List Viewer Output 'Derived Flows' data available in SAP. These include VALUATION_AREA (Valuation Area), VALUATION_CLASS (Valuation Class), SECURITY_ID (Security ID Number), SECURITY_ACCOUNT (Securities Account).. 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: Cannot Be Enhanced


SAP TRLS_ALV_DERIVED_FLOW 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
TR_ACC_CODEAccounting Code TPM_ACC_CODECHAR4Assigned to domainTPM_ACC_CODETPM_TACTRG_ACC_CODE
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4Assigned to domainTPM_VAL_CLASS
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
ACCOUNT_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10Assigned to domainTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
LOANS_CONTRACTContract Number RANLCHAR13ALPHARANLRAN
POSITION_ACCOUNTFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10Assigned to domainTPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
PORTFOLIOPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
POSITION_DATEPosition Value Date TPM_POSITION_DATEDATS8TPM_POSITION_DATE
DIST_FLOWTYPEUpdate Type TPM_DIS_FLOWTYPECHAR8Assigned to domainTPM_DIS_FLOWTYPE
DIST_FLOWTYPE_TUpdate Type Text TPM_DFT_TEXTCHAR60TPM_DESCRIPTION
UNITSUnits TPM_UNITSDEC22(6) TPM_UNITS
NOMINAL_AMTNominal Amount TPM_NOMINAL_AMTCURR21(2) TPM_AMOUNT
NOMINAL_ORG_AMTOriginal Nominal Amount in Position Currency TPM_NOMINAL_ORG_AMTCURR21(2) TPM_AMOUNT
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
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
VALUATION_AMTAmount in Valuation Currency TPM_VALUATION_AMTCURR21(2) TPM_AMOUNT
VALUATION_CURRValuation Currency TPM_VALUATION_CURRCUKY5Assigned to domainWAERS
BOOKING_STATEPosting Status Treasury Ledger Business Transaction TPM_TRL_BOOKINGSTATECHAR1TRLBSTPM_TRL_BOOKINGSTATE
QTY_PM_CATPosition Change Category: Quantity TPM_QTY_PM_CATCHAR4TPM_QTY_PM_CAT
QTY_PM_CAT_TPosition Change Category: Quantity (Text) TPM_QTY_PM_CAT_NAMECHAR60TPM_DESCRIPTION
AMT_PM_CATPosition Change Category TPM_AMT_PM_CATCHAR4Assigned to domainTPM_PM_CAT
AMT_PM_CAT_TPosition Change Category (long name) TPM_AMT_PM_CAT_NAMECHAR60TPM_DESCRIPTION
POS_MAN_PROCPosition Management Procedure TPM_POS_MAN_PROCCHAR4Assigned to domainTPM_POS_MAN_PROC
POS_MAN_PROC_TEXTPosition Management Procedure Text TPM_POS_MAN_PROC_TEXTCHAR60TPM_DESCRIPTION
DERIV_METHODDerivation Method TPM_DERIV_METHODCHAR30Assigned to domainFUNCNAME
COLOR3-Byte field CHAR3CHAR3CHAR3
P_DERIVED_TRANSACTION 0

Key field Non-key field



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

As TRLS_ALV_DERIVED_FLOW 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 TRLS_ALV_DERIVED_FLOW as there is no data to select.

How to access SAP table TRLS_ALV_DERIVED_FLOW

Within an ECC or HANA version of SAP you can also view further information about TRLS_ALV_DERIVED_FLOW 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!