TRFS_PROT_FLOW SAP (Treasury: Structure for TRF Flow Log) Structure details

Dictionary Type: Structure
Description: Treasury: Structure for TRF Flow Log




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




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

TRFS_PROT_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 "Treasury: Structure for TRF Flow Log" 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_TRFS_PROT_FLOW TYPE TRFS_PROT_FLOW.

The TRFS_PROT_FLOW table consists of various fields, each holding specific information or linking keys about Treasury: Structure for TRF Flow Log data available in SAP. These include CLASS (30 Characters), POS_ACC (Character field of length 40), FLAG_LONG_SHORT (Indicator: Long or Short Position), FLAG_LONG_SHORT_TEXT (Character Field of Length 12).. 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 TRFS_PROT_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
COMPANY30 Characters CHAR30CHAR30CHAR30
CLASS30 Characters CHAR30CHAR30CHAR30
POS_ACCCharacter field of length 40 CHAR40CHAR40CHAR40
FLAG_LONG_SHORTIndicator: Long or Short Position TPM_FLAG_LONG_SHORTCHAR1TPM_FLAG_LONG_SHORT
FLAG_LONG_SHORT_TEXTCharacter Field of Length 12 CHAR12CHAR12CHAR12
DIS_FLOWTYPEUpdate Type TPM_DIS_FLOWTYPECHAR8Assigned to domainTPM_DIS_FLOWTYPE
DIS_FLOWTYPETEXTUpdate Type Text TPM_DFT_TEXTCHAR60TPM_DESCRIPTION
POSITION_AMTAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
POSITION_DATEPosition Value Date TPM_POSITION_DATEDATS8TPM_POSITION_DATE
TRD_TRANSACTIONIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
TRD_FLOWNRNumber of a Distributor Flow TPM_TRDFLOWNRINT410TPM_TRDFLOWNR
STATUSStatus of the TRF Business Transaction TPM_TRFTRANSSTATECHAR1TPM_TRFTRANSSTATE
STATUS_TEXTCharacter Field of Length 12 CHAR12CHAR12CHAR12
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
PRODUCT_TYP_TEXTText (30 Characters) TEXT30CHAR30TEXT30
LOT_NUMBERIdentifier of the Lot TPM_LOT_IDRAW16SYSUUID
PORTFOLIOPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
INTERNAL_REFERENCEInternal Reference TB_REFERCHAR16CHAR16
EXTERNAL_REFERENCEExternal Reference TB_NORDEXTCHAR16FTI_CHAR16LOW
CHARACTERISTICSCharacteristics TB_MERKMCHAR25CHAR25
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
TRADERTrader RDEALERCHAR12Assigned to domainRDEALER
ASSIGNMENTAssignment TB_ZUONDCHAR18TEXT18
CLOSE_DEAL_NOFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
EX_REF_CLOSE_TXExternal Reference TB_NORDEXTCHAR16FTI_CHAR16LOW
BUSTRANSCAT_TXTName of Business Transaction Category TPM_BUSTRANSCAT_TEXTCHAR60TPM_DESCRIPTION

Key field Non-key field



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

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

How to access SAP table TRFS_PROT_FLOW

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