VTBFHAPO_DYNP SAP (Financial Flows: Futures Screen Fields) Structure details

Dictionary Type: Structure
Description: Financial Flows: Futures Screen Fields




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




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

VTBFHAPO_DYNP 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 "Financial Flows: Futures Screen Fields" 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_VTBFHAPO_DYNP TYPE VTBFHAPO_DYNP.

The VTBFHAPO_DYNP table consists of various fields, each holding specific information or linking keys about Financial Flows: Futures Screen Fields data available in SAP. These include XZTERM (Payment date), XZBETR (Amount as text field), XNWHR (Amount as text field), XPRICE (Amount as text field).. 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 VTBFHAPO_DYNP 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
SSELECTEDCheckbox XFELDCHAR1XFELD
XZTERMPayment date TM_XZTERMCHAR10T_XDATUM
XZBETRAmount as text field TM_XBETRAGCHAR18T_XBETRG18
XNWHRAmount as text field TM_XBETRAGCHAR18T_XBETRG18
XPRICEAmount as text field TM_XBETRAGCHAR18T_XBETRG18
XBEWARTName of flow type XBEWARTCHAR30TEXT30
XSTORNOARTName of manual reversal type for posted flows TB_XSTOARTCHAR30TEXT30
XKALIDWTName of interest rate calendar TB_XKALIDWTCHAR60TEXT60
XINCLIndicator date inclusive VVXINCLCHAR1XFELD
WHWBETRLocal currency TB_WHWBETRCUKY5Assigned to domainWAERS
DBESTANDXPosition value date TB_DBESTANDXCHAR10T_XDATUM
DVALUTXCalculation date TB_DVALUTXCHAR10T_XDATUM
KZWKURS_FROMCurrency Key for Currency Conversion: Source Currency TB_WFROMCUKY5Assigned to domainWAERS
KZWKURS_TOCurrency key for curreny conversion: Target currency TB_WTOCUKY5Assigned to domainWAERS
KHWKURS_FROMCurrency Key for Currency Conversion: Source Currency TB_WFROMCUKY5Assigned to domainWAERS
KHWKURS_TOCurrency key for curreny conversion: Target currency TB_WTOCUKY5Assigned to domainWAERS
KBWKURS_FROMCurrency Key for Currency Conversion: Source Currency TB_WFROMCUKY5Assigned to domainWAERS
KBWKURS_TOCurrency key for curreny conversion: Target currency TB_WTOCUKY5Assigned to domainWAERS
XHBETRAmount as text field TM_XBETRAGCHAR18T_XBETRG18
XEBETRAmount as text field TM_XBETRAGCHAR18T_XBETRG18
XBBETRAmount as text field TM_XBETRAGCHAR18T_XBETRG18
XFLG_DEALFLOWCheckbox XFELDCHAR1XFELD
WZBETR_NEWPayment Currency TB_WZBETRCUKY5Assigned to domainWAERS
SRUNIT_NEWCurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
DEFECT_RATENegative interest rate DEFECTRATEDEC10(7) DECV3_7
DEFECT_RATE_NEWNegative interest rate DEFECTRATEDEC10(7) DECV3_7
ZUONR_NEWAssignment Number DZUONRCHAR18ZUONR
INDEX_VALUE_PIndex Value (Independent of Basis) TIDX_INDEX_VALUE_NO_RATIODEC18(12) TIDX_INDEX_VALUE_NO_RATIO
INDEX_VALUE_UIndex Value (Independent of Basis) TIDX_INDEX_VALUE_NO_RATIODEC18(12) TIDX_INDEX_VALUE_NO_RATIO
SKALIDWT_TEXTObject Text FKTEXTCHAR60TEXT60
XEQUIPStructure of transaction TB_FTR_EQUIPCHAR181CHAR181

Key field Non-key field



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

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

How to access SAP table VTBFHAPO_DYNP

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