VTB_S_FORW_HAZU_DYNP SAP (Forwards: Financial Transaction Activity Screen Fields) Structure details

Dictionary Type: Structure
Description: Forwards: Financial Transaction Activity Screen Fields




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




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

VTB_S_FORW_HAZU_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 "Forwards: Financial Transaction Activity 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_VTB_S_FORW_HAZU_DYNP TYPE VTB_S_FORW_HAZU_DYNP.

The VTB_S_FORW_HAZU_DYNP table consists of various fields, each holding specific information or linking keys about Forwards: Financial Transaction Activity Screen Fields data available in SAP. These include XSTOGRDL (Text Field of Length 60), XVTRAB (Close Date), XFGZUSTT (Name of activity category), XFUNKTV (Name of Treasury function).. 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 VTB_S_FORW_HAZU_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
XAKTIVActive status: description TM_XAKTIVCHAR60TEXT60
XSTOGRDLText Field of Length 60 TEXT60CHAR60TEXT60
XVTRABClose Date TM_XABSCHLCHAR10T_XDATUM
XFGZUSTTName of activity category TB_XTTEXTCHAR30TEXT30
XFUNKTVName of Treasury function TB_XFUNKTCHAR30TEXT30
XFUNKTLName of Treasury function TB_XFUNKTCHAR30TEXT30
SPOT_SE_USecurity Price Without Currency Ref. with Unit Quotation TB_BUPRCDEC15(6) VVPKTKUR
SRUNIT_SECurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
SPOT_SE_PSecurity Price for Percentage Quotation TB_BPPRCDEC15(6) VVPKTKUR
XBLFZTerm Start TM_XLFZBEGCHAR10T_XDATUM
XELFZEnd of Term TM_XLFZENDCHAR10T_XDATUM
XZNSSTDPayment date for deferred interest TM_XZNSSTDCHAR10T_XDATUM
XZINSBMETHDescription of interest calculation method TM_XZINSBMCHAR60TEXT60
XZINSKENNZShort text for interest frequency indicator TM_XZINSKZCHAR60TEXT60
XZNSPROInterest treatment for rollover: description TM_XZNSPROCHAR60TEXT60
XVWERKDescription of working day method TM_XGSCHTGCHAR60TEXT60
XFWERKDescription of working day method TM_XGSCHTGCHAR60TEXT60
XCONFIRMText Field of Length 60 TEXT60CHAR60TEXT60
XRECONFIRMText Field of Length 60 TEXT60CHAR60TEXT60
DORDERXOrder date as text field WP_XORDERCHAR10T_XDATUM
DANSTXReservation date as text field TB_DANSTXCHAR10T_XDATUM
DLIMITXLimit date TB_LIMITDAXCHAR10T_XDATUM
PYIELD_NEWEffective Interest Rate TB_PYIELDDEC10(7) DECV3_7
BZBETR_SUMNet payment amount TB_BZBETR_SUMCURR13(2) WERTV7
WZBETR_SUMPayment Currency TB_WZBETRCUKY5Assigned to domainWAERS
UNITS_FREEPosition excluding current business transaction VPOS_FREE_UDEC15(5) ASTUECK
NOMINAL_FREEPosition excluding current business transaction VPOS_FREE_PCURR15(2) WERTV8_TR
NOM_CURR1Currency of nominal amount SNWHRCUKY5Assigned to domainWAERS
UNITS_FREE_CUMPosition including current business transaction VPOS_FREE_U_CUMDEC15(5) ASTUECK
NOMINAL_FREE_CUMPosition including current business transaction VPOS_FREE_P_CUMCURR15(2) WERTV8_TR
NOM_CURR2Currency of nominal amount SNWHRCUKY5Assigned to domainWAERS
DFESTSIActual rate fixing date TB_DFESTSIDATS8DATUM
TFESTSIActual time of rate fixing TB_TFESTSITIMS6SYTIME
RFEEDNAMEMarket Data: Data Provider TB_DFNAMECHAR10Assigned to domainT_DFCHAR10DLNAME
SSPOT_U Market Price as Text0
SSPOT_P Market Price as Text0
SSPOT_ORIGIN Price Source as Text0
JMANUIndicator: Manual entry TB_JMANUCHAR1XFELD
SPOT_SE_U_NEWSecurity Price Without Currency Ref. with Unit Quotation TB_BUPRCDEC15(6) VVPKTKUR
SRUNIT_SE_NEWCurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
SPOT_SE_P_NEWSecurity Price for Percentage Quotation TB_BPPRCDEC15(6) VVPKTKUR
SEFFMETH_NEWEffective Interest Method (Financial Mathematics) SEFFMETH_NEWNUMC1SEFFMETH_NEW
CALL_DATEIssuer call date DKEMIDATS8DATUM
BUPRC_MARGMargin Rate (Amount Without Currency Reference) TB_BUPRC_MARGDEC15(6) VVPKTKUR
BUPRC_SPOT1Current Spot Rate Unit-Quoted Without Currency Reference TB_BUPRC_SPOT1DEC15(6) VVPKTKUR
BUPRC_SPOT2Spot Rate at Maturity Without Currency Reference TB_BUPRC_SPOT_MATDEC15(6) VVPKTKUR
SFGZUSTT_REFTransaction Activity Category TB_SFGZUTYNUMC2Assigned to domainT_SFGZUTYC_AT02
RFHAZU_REFTransaction activity TB_RFHAZUNUMC5T_RFHAZUFAS
KMNRCorporate Action Number KMNRCHAR13Assigned to domainALPHAVKMNRKMA
KURZTEXTShort text/description of the object KURZTEXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table VTB_S_FORW_HAZU_DYNP

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