VTBFHA_DYNP SAP (Financial Transaction: Futures Screen Fields) Structure details

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




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




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

VTBFHA_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 Transaction: 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_VTBFHA_DYNP TYPE VTBFHA_DYNP.

The VTBFHA_DYNP table consists of various fields, each holding specific information or linking keys about Financial Transaction: Futures Screen Fields data available in SAP. These include XGSART (Name of product type), XFHAART (Name of Transaction Type), XABWTYP (Name: Processing Category), SKUENDT (Period of notice in days).. 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 VTBFHA_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
XBUKRSName of Company Code or Company BUTXTCHAR25TEXT25
XGSARTName of product type TB_XGSARTCHAR30TEXT30
XFHAARTName of Transaction Type TB_FATEXTCHAR30T_XTEXT30
XABWTYPName: Processing Category TB_XABRBEZCHAR60TEXT60
SKUENDTPeriod of notice in days TM_SKUENDTCHAR1XFELD
SKUENDMPeriod of notice in months TM_SKUENDMCHAR1XFELD
XRFHAFinancial transaction number TB_XRFHACHAR13T_XRFHA
XAKTIVActive status: description TM_XAKTIVCHAR60TEXT60
XFRGZUSTTransaction release: Release status TB_XFRGZUSTCHAR60TEXT60
XKONTRHName and address of business partner TB_XKONTRHCHAR80TEXT80
XGARANTName and address of guarantor TB_XGARANTCHAR80TEXT80
SNOTEMemo exists TB_SNOTECHAR1XFELD
SINCLBCalculation Period: Start Inclusive - End Exclusive TB_SINCLBBCHAR1XFELD
SINCLECalculation Period: Start Exclusive - End Inclusive TB_SINCLEBCHAR1XFELD
SNPVCALYNPV calculation via yield TB_SNPVCALYCHAR1XFELD
SNPVCALDNPV calculation via discounting TB_SNPVCALDCHAR1XFELD
SRNDNGBRound Up or Down to the Nearest Whole Number TB_SRNDNGBCHAR1XFELD
SRNDNGDRound down TB_SRNDNGDCHAR1XFELD
SRNDNGURound up TB_SRNDNGUCHAR1XFELD
XALKZShort name XALKZCHAR15XKBEZ
NORDEROrder Number NORDERNUMC8NUM8ORD
DVORGANGActivity date DVORGANGDATS8DATUM
XLDEPOSecurities account ID XLDEPOCHAR30XLDEPO
KONTRH_NEWBusiness Partner Number TB_KUNNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
XPOSACCFutures Account Text Field XPOSACCCHAR30XLDEPO

Key field Non-key field



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

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

How to access SAP table VTBFHA_DYNP

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