WBHDD_APPEND SAP (Dynamic Data Part) Append Structure details

Dictionary Type: Append Structure
Description: Dynamic Data Part




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




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

WBHDD_APPEND is a standard SAP Append Structure which is used to store Dynamic Data Part data and is available within R/3 SAP systems depending on the version and release level.

The WBHDD_APPEND table consists of various fields, each holding specific information or linking keys about Dynamic Data Part data available in SAP. These include KSTEU_MM (Condition control), KSTEU_SD (Condition control), SUPERFIELD (Vendor/Supplying Plant), SUPERFIELD_NAME (Vendor/supplying plant).. 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 WBHDD_APPEND append 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
KONV_CHANGE_MMCheckbox XFELDCHAR1XFELD
KSTEU_MMCondition control KSTEUCHAR1KSTEU
KSTEU_SDCondition control KSTEUCHAR1KSTEU
SUPERFIELDVendor/Supplying Plant WB2_VENDORCHAR10WB2_VENDOR
SUPERFIELD_NAMEVendor/supplying plant WB2_VENDOR_NAMECHAR20TEXT20
BSAKZControl indicator for purchasing document type BSAKZCHAR1BSAKZ
WERKS_NAMEName NAME1CHAR30TEXT30

Key field Non-key field



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

As WBHDD_APPEND 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 WBHDD_APPEND as there is no data to select. You could however select data from any tables that this append structure has been assigned too.

How to access SAP table WBHDD_APPEND

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