GODEFAULT SAP (Enjoy MMIM: Default Values) Structure details

Dictionary Type: Structure
Description: Enjoy MMIM: Default Values




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




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

GODEFAULT 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 "Enjoy MMIM: Default 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_GODEFAULT TYPE GODEFAULT.

The GODEFAULT table consists of various fields, each holding specific information or linking keys about Enjoy MMIM: Default Values data available in SAP. These include DEF_NAME1 (Name), DEF_LGORT (Storage Location), DEF_LGOBE (Description of Storage Location), DEF_BWART_NEW (Default value for items not ordered).. 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 GODEFAULT 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
DEF_WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
DEF_NAME1Name NAME1CHAR30TEXT30
DEF_LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
DEF_LGOBEDescription of Storage Location LGOBECHAR16TEXT16
DEF_BWART_NEWDefault value for items not ordered MIGO_DEFAULT_BWA_NEWCHAR3Assigned to domainBWART
DEF_BWTXT_NEWMovement Type Text (Inventory Management) BWTXTCHAR20BTEXT
DEF_BWART_CONTAINERDefault movement type for transport equipment items MIGO_DEFAULT_BWA_THMCHAR3Assigned to domainBWART
DEF_BWTXT_CONTAINERMovement Type Text (Inventory Management) BWTXTCHAR20BTEXT
DEF_SOBKZ_CONTAINERSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
TAKE_IT_ALLDefault value for OK column (adopt items) MIGO_TAKE_IT_ALLCHAR1XFELD
PROPOSE_ALL_ITEMSPropose All Items (Even when Open Qty <=0) MIGO_PROPOSE_ALL_ITEMSCHAR1XFELD
DEF_XSAUTSuggest 'create serial numbers automatically' DEF_XSAUTCHAR1XFELD
DEF_NOTIPDo not display tips DEF_NOTIP_DCHAR1XFELD
DEF_XBOMSuggest 'parameters for BOM explosion' for maintenance MIGO_DEF_XBOMCHAR1XFELD
DEF_WM_TBFKZIndicator: No Transfer Requirement Created LVS_TBFKZCHAR1XFELD
DEF_WM_BSSKZSpecial movement indicator for warehouse management LVS_BSSKZCHAR1Assigned to domainLVS_BSSKZ
DEF_XAUTO_LINESDisplay Automatic Line in a Transfer Posting DEF_XAUTO_LINESCHAR1XFELD
DEF_XKTOCopy Account Assgt Fields for Other Goods Issues DEF_XKTOCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table GODEFAULT

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