TCAS_FLOW_ALV SAP (Structure for Displaying Corporate Actions in ALV) Structure details

Dictionary Type: Structure
Description: Structure for Displaying Corporate Actions in ALV




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




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

TCAS_FLOW_ALV 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 Displaying Corporate Actions in ALV" 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_TCAS_FLOW_ALV TYPE TCAS_FLOW_ALV.

The TCAS_FLOW_ALV table consists of various fields, each holding specific information or linking keys about Structure for Displaying Corporate Actions in ALV data available in SAP. These include MANDT (Client), CANR_EXECUTION (Exercise Number: Corporate Action), FLOW_NUMBER (Flow Number When Corporate Action is Exercised), FLOW_CATEGORY (Update Category: Corporate Actions).. 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 TCAS_FLOW_ALV 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CANR_EXECUTIONExercise Number: Corporate Action TCA_CANR_EXECUTIONCHAR13TCAT_TRANSACTIONALPHATCA_CANR_EXECUTION
FLOW_NUMBERFlow Number When Corporate Action is Exercised TCA_FLOWNUMBERINT410TCA_FLOWNUMBER
FLOW_CATEGORYUpdate Category: Corporate Actions TCA_FLOW_CATEGORYCHAR2TCA_FLOW_CATEGORY
FLOW_TYPEUpdate Type TPM_DIS_FLOWTYPECHAR8Assigned to domainTPM_DIS_FLOWTYPE
AMOUNT_FACTORValue Factor Corporate Actions TCA_AMOUNT_FACTORFLTP16(16) TCA_AMOUNT_FACTOR
ALLOC_NMBRAssignment Number DZUONRCHAR18ZUONR
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
COM_VAL_CLASSGeneral Valuation Class TPM_COM_VAL_CLASSNUMC4Assigned to domainTPM_COM_VAL_CLASSCVC
PORTFOLIOPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
TRADERTrader RDEALERCHAR12Assigned to domainRDEALER
POSITION_DATEPosition Date - Corporate Action TCA_POSITION_DATEDATS8DATUM
UNITSUnits TPM_UNITSDEC22(6) TPM_UNITS
NOMINAL_CURRNominal Currency TPM_NOMINAL_CURRCUKY5TCURCWAERS
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_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
POSITION_AMTAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
CALCULATION_DATECalculation Date DVALUTDATS8DATUM
CALC_DATE_INCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
FLOWTYPE_TUpdate Type Text TPM_DFT_TEXTCHAR60TPM_DESCRIPTION
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA

Key field Non-key field



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

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

How to access SAP table TCAS_FLOW_ALV

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