TRGS_ORIGINAL_FLOW SAP (General Structure for Flow: Securities, Loans, Money Market) Structure details

Dictionary Type: Structure
Description: General Structure for Flow: Securities, Loans, Money Market




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




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

TRGS_ORIGINAL_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 "General Structure for Flow: Securities, Loans, Money Market" 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_TRGS_ORIGINAL_FLOW TYPE TRGS_ORIGINAL_FLOW.

The TRGS_ORIGINAL_FLOW table consists of various fields, each holding specific information or linking keys about General Structure for Flow: Securities, Loans, Money Market data available in SAP. These include NOMINAL_ORG_AMT (Original Nominal Amount in Position Currency), NOMINAL_CURR (Nominal Currency), UNITS (Units), POSITION_AMT (Amount (Position Currency)).. 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 TRGS_ORIGINAL_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
NOMINAL_AMTNominal Amount TPM_NOMINAL_AMTCURR21(2) TPM_AMOUNT
NOMINAL_ORG_AMTOriginal Nominal Amount in Position Currency TPM_NOMINAL_ORG_AMTCURR21(2) TPM_AMOUNT
NOMINAL_CURRNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
UNITSUnits TPM_UNITSDEC22(6) TPM_UNITS
POSITION_AMTAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
POSAMT_IDX_CLEANAmount in Position Currency Index-Clean TPM_POSITION_AMT_IDX_CLEANCURR21(2) TPM_AMOUNT
POSITION_DATEPosition Value Date TPM_POSITION_DATEDATS8TPM_POSITION_DATE
PAYMENT_DATEPayment or Delivery Date TB_DZTERMDATS8DATUMT33
SBERFIMACalculation category for cash flow calculator SBEWFIMACHAR4Assigned to domainSBEWFIMA
ATAGENumber of Days TFMATAGEINT410INT4
AMMRHYFrequency in months AMMRHYNUMC3NUMC03
DEPERIODPeriod End VVDEPERIODDATS8DATUM
DVALUTCalculation Date DVALUTDATS8DATUM
DDISPOPayment Date DDISPODATS8DATUM
DBERVONStart of Calculation Period DBERVONDATS8DATUM
DBERBISEnd of Calculation Period DBERBISDATS8DATUM
FLOWCAT_TRSFlow Category for Securities Account Management TPM_FLOWCAT_TRSCHAR3Assigned to domainTPM_FLOWCAT_TRS
JSOFVERRImmediate settlement JSOFVERRCHAR1TFMSOFVERR
DBUDATPosting Date in the Document BUDATDATS8DATUM
SVORGKZActivity indicator for debit/credit control VVSVORGKZNUMC2VVSVORGKZ
JONLAENIndicator for fixing a flow record JONLAENCHAR1VVSONLAEN
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL

Key field Non-key field



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

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

How to access SAP table TRGS_ORIGINAL_FLOW

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