TEXS_FLOW_ATTR SAP (Exposure flow attributes) Structure details

Dictionary Type: Structure
Description: Exposure flow attributes




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




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

TEXS_FLOW_ATTR 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 "Exposure flow attributes" 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_TEXS_FLOW_ATTR TYPE TEXS_FLOW_ATTR.

The TEXS_FLOW_ATTR table consists of various fields, each holding specific information or linking keys about Exposure flow attributes data available in SAP. These include VERSION (Version of a Raw Exposure), FOREIGN_AMT (Exposure Amount), QUANTITY (Quantity), UNIT_OF_MEASURE (Unit of Measure for the Commodity).. 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 TEXS_FLOW_ATTR 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
VALIDFROMValid From Date FTR_VALID_FROMDATS8FTR_VALID_FROM
VERSIONVersion of a Raw Exposure FTR_RAW_EXPOS_VERSIONNUMC6FTR_RAW_EXPOS_VERSION
FOREIGN_AMTExposure Amount FTR_EXPOSURE_AMOUNTCURR17(2) FTR_EXPOSURE_AMOUNT
QUANTITYQuantity FTR_EXPOSURE_QTYQUAN13(3) FTR_EXPOSURE_QTY
UNIT_OF_MEASUREUnit of Measure for the Commodity TPM_CTY_UOMUNIT3T006CUNITMEINS
PROCESS_STATUSExposure Flow Processing Status FTR_FLOW_PROCESS_STATECHAR1FTR_FLOW_PROCESS_STATE
FLOW_CATExposure flow category FTR_FLOW_CATCHAR3TEXTS_FLOWCATFTR_FLOW_CAT
ARCHIVE_STATEArchive Status FTR_ARCHIVE_STATECHAR1FTR_ARCHIVE_STATE
CTY_FLOW_CATCommodity Flow Leg Category FTR_CTY_FLOW_CATNUMC1FTR_CTY_FLOW_CAT
DLY_QUANTITYQuantity to be Delivered FTR_DELIVERY_QTYQUAN13(3) FTR_EXPOSURE_QTY
DLY_UOMUnit of Measure for the Commodity TPM_CTY_UOMUNIT3T006CUNITMEINS
PAYMENT_DATEDate on which the Payment will be made FTR_PAYMENT_DATEDATS8Assigned to domainFTR_EXPOSURE_DATE
DELIVERY_DATEDate on which the Item will be delivered FTR_DELIVERY_DATEDATS8Assigned to domainFTR_EXPOSURE_DATE
CREATION_DATEFirst Entered on DERFDATS8DATUM
CREATION_TIMETime of Initial Entry TERFTIMS6TIMES
CREATION_USEREntered by RERFCHAR12SYCHAR12
CREATION_TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD

Key field Non-key field



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

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

How to access SAP table TEXS_FLOW_ATTR

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