V51GGL SAP (Global Flags in Packing) Structure details

Dictionary Type: Structure
Description: Global Flags in Packing




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




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

V51GGL 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 "Global Flags in Packing" 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_V51GGL TYPE V51GGL.

The V51GGL table consists of various fields, each holding specific information or linking keys about Global Flags in Packing data available in SAP. These include GEN_AUS_LP (Read packing proposal from sales document), ETWAS_MARKIERT (Checkbox), ANZEIGEN (Transaction type), DATA_CHANGED (Data was changed (during online processing)).. 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 V51GGL 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
NICHTS_VERPACKTReturn code for packing N_VERPCHAR1N_VERP
GEN_AUS_LPRead packing proposal from sales document GEN_LPCHAR1XFELD
ETWAS_MARKIERTCheckbox XFELDCHAR1XFELD
ANZEIGENTransaction type TRTYPCHAR1TRTYP
DATA_CHANGED Data was changed (during online processing)0
BAUM_AKTIV Hierarchy display is displayed0
HU_DISPLAYDefault overview for calling up packing HU_DISPLAYCHAR5HU_DISPLAYHU_DIS
INITCheckbox XFELDCHAR1XFELD
SG_CURSOR Field where the cursor is positioned0
TABLECONTROL Name of a Table Control0
LINEVersion Number Component CHAR2CHAR2CHAR2
NEW_INDEX The index tables must be reconstructed0
NEW_DETAIL New Detail Display0
NEW_PACKAGE Auxiliary packaging materials must be read0
OBJ_TEXTChar 20 CHAR20CHAR20CHAR20
FCODEFunction Code SYUCOMMCHAR70SYCHAR70
HU_PROGRAMABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
HU_PROCESSCurrent processing activity HUM_PROCESSCHAR1HUM_PROCESS_DOMA
DETAIL_SCREENCheckbox XFELDCHAR1XFELD
CONF_DEC Confirmation from Decentralized WMS0
MESS_OUTPUTCheckbox XFELDCHAR1XFELD
CONTENS_TOP_LINENatural Number INT4INT410INT4
PRESSED_FCODEFunction Code SYUCOMMCHAR70SYCHAR70
TABSTRIP_FCODEFunction Code SYUCOMMCHAR70SYCHAR70
TABSTRIP_SUBSCREENDynpro Number SYDYNNRCHAR4SYCHAR04

Key field Non-key field



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

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

How to access SAP table V51GGL

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