SAP VTB_DFPANS Datafeed: Prod.data structure for delivery of values Table data and field list

VTB_DFPANS 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 "Datafeed: Prod.data structure for delivery of values" 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_DFPANS TYPE VTB_DFPANS.

The VTB_DFPANS table consists of various fields, each holding specific information or linking keys about Datafeed: Prod.data structure for delivery of values data available in SAP. These include ERROR (Datafeed: Error message), RSUPID (Datafeed: Supplier ID), RCONID (Datafeed: Contributor ID), RCONCN (Datafeed: contributor country)... 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. .

VTB_DFPANS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP VTB_DFPANS structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the VTB_DFPANS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SSTATSDatafeed: Status of market date TB_STATSCHAR2T_DFCHAR2
ERRORDatafeed: Error message TB_ERRORCHAR80T_CHAR80
RSUPIDDatafeed: Supplier ID TB_SUPIDCHAR10Assigned to domainT_DFCHAR10
RCONIDDatafeed: Contributor ID TB_CONIDCHAR10Assigned to domainT_DFCHAR10
RCONCNDatafeed: contributor country TB_CONCNCHAR5T_DFCHAR5
DDATEDatafeed: Value date in SAP format TB_SDATEDATS8DATS
TTIMEDatafeed: Time of value (SAP format) TB_STIMETIMS6TIMES
VALUEDatafeed: Value of requested property TB_VALUECHAR20T_DFCHAR20
CURRENCYDatafeed: Currency key TB_CURRCHAR5T_DFCHAR5
MKINDDatafeed: Price notation for security prices TB_MKINDCHAR5T_CHAR5
CFFACTDatafeed: Factor for units of from-currency TB_CFFACTCHAR7T_CHAR7
CTFACTDatafeed: Factor for units of to-currency TB_CTFACTCHAR7T_CHAR7
UNAMEUser Name SYUNAMECHAR12SYCHAR12
RZUSATZDatafeed: Additional key TB_ZUSATZCHAR10T_CHAR10
PUT_CALL_INDDatafeed: Put/Call Indicator for Listed Options TB_PUTCALLCHAR1T_DFCHAR1
STRIKE_AMOUNTDatafeed: Strike Price for Listed Options TB_STRIKE_AMOUNTCHAR20T_DFCHAR20

Key field Non-key field



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

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

How to access SAP table VTB_DFPANS

Within an ECC or HANA version of SAP you can also view further information about VTB_DFPANS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).