HEADER51 SAP (HU_Processing: General Header Data) Structure details

Dictionary Type: Structure
Description: HU_Processing: General Header Data




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




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

HEADER51 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 "HU_Processing: General Header Data" 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_HEADER51 TYPE HEADER51.

The HEADER51 table consists of various fields, each holding specific information or linking keys about HU_Processing: General Header Data data available in SAP. These include OBJKEY (Key for Object to Which the Handling Unit is Assigned), PLANHU (Physical Status of the Handling Unit), KUNNR (Customer Numbers), SPRAS (Language Key).. 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: Can be enhanced (character-type)


SAP HEADER51 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
OBJECTObject Key's Object Type HU_OBJECTCHAR2HU_OBJECT
OBJKEYKey for Object to Which the Handling Unit is Assigned VPOBJKEYCHAR20CHAR20
PLANHUPhysical Status of the Handling Unit HU_ST_INITCHAR1HU_ST_INIT_DOMHU_ST_INIT
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
ANZPKTotal number of packages in delivery ANZPKNUMC5ANZPK
LFARTDelivery Type LFARTCHAR4Assigned to domainLFARTALT
REPACK Material is repacked within a storage location0
IM_NOT_OK Inconsistency with IM. No Update for HUs0
IM_PROCESSED IM has been processed0
POST_HUMSEG Table HUMSEG should be updated0
HUM_PROCESSCurrent processing activity HUM_PROCESSCHAR1HUM_PROCESS_DOMA
V51POS_HIGHItem number VV_POSNRNUMC6Assigned to domainPOSNR
VEPOS_HIGHHandling Unit Item VEPOSNUMC6Assigned to domainVEPOS
EXIDV_HIGHExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
DIALOG Online Processing0
PROFILEPacking transaction profile PL_PROFILECHAR4PL_PROFILE
WB_STORNO The last goods movement is canceled0
CONF_DEC Confirmation from Decentralized WMS0
NO_STATUS_UPDCheckbox XFELDCHAR1XFELD
NO_SERNR_UPD Serial numbers were already updated0
WM_TA_CONF_ACT WM TO is confirmed0
NO_REFRESH Global memory of function group will not be reset0
POSTING_CHANGE A stock posting in this process is a posting change0
PARTIAL_GM Only part of document is posted (caller is reponsible)0
READ_AR_HUS Read HUs from archive (if necessary)0
V6_UPD_DELAYED Update of V6 messages required0
LE_SCENARIOScenario Logistic Execution /SPE/LE_SCENARIOCHAR1/SPE/LE_SCENARIO

Key field Non-key field



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

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

How to access SAP table HEADER51

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