DVWBHF SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

DVWBHF is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The DVWBHF table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include TKONN_FROM (Trading Contract: Reference Document), TPOSN_FROM (Trading Contract: Reference Item), TPOSN_SUB_FROM (Trading Contract: Reference Subitem), TKONN_TO (Trading Contract: Follow-On Document).. 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: Not classified


SAP DVWBHF table view 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
MANDTClient MANDTCLNT3T000MANDT
TKONN_FROMTrading Contract: Reference Document TKONN_FROMCHAR10ALPHATKONN
TPOSN_FROMTrading Contract: Reference Item TPOSN_FROMNUMC6TPOSN
TPOSN_SUB_FROMTrading Contract: Reference Subitem TPOSN_SUB_FROMNUMC6TPOSN
TKONN_TOTrading Contract: Follow-On Document TKONN_TOCHAR10ALPHATKONN
TPOSN_TOTrading Contract: Subsequent Item TPOSN_TONUMC6TPOSN
TKTYP_TOTrading Contract: Document Type TKTYPCHAR2TKTYP
TKTYP_FROMTrading Contract: Document Type TKTYPCHAR2TKTYP
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZEITTime, at Which Record Was Added ERZEITTIMS6UHRZT
TKONN_EXTrading Contract: External Document Number TKONN_EXCHAR30TKONN_EXWKN_EX
TCTYPTrading Contract: Trading Contract Type TCTYPCHAR4TB2BETCTYPWKA
TKONN_EX_ACTTrading Contract: External Number Active TKONN_EX_ACTCHAR1TKONN_EX_ACT

Key field Non-key field



How do I retrieve data from SAP table DVWBHF using ABAP code

The following ABAP code Example will allow you to do a basic selection on DVWBHF to SELECT all data from the table
DATA: WA_DVWBHF TYPE DVWBHF.

SELECT SINGLE *
FROM DVWBHF
INTO CORRESPONDING FIELDS OF WA_DVWBHF
WHERE...

How to access SAP table DVWBHF

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