GODEFAULT_TRA_TV SAP (MIGO table view for default values (transfer posting)) Structure details

Dictionary Type: Structure
Description: MIGO table view for default values (transfer posting)




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




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

GODEFAULT_TRA_TV 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 "MIGO table view for default values (transfer posting)" 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_TRA_TV TYPE GODEFAULT_TRA_TV.

The GODEFAULT_TRA_TV table consists of various fields, each holding specific information or linking keys about MIGO table view for default values (transfer posting) data available in SAP. These include SOBKZ (Special Stock Indicator), MATNR (Copy Material Number to New Item), WERKS (Copy Plant to New Item), LGORT (Copy Storage Location to New Item).. 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: Cannot Be Enhanced


SAP GODEFAULT_TRA_TV 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
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
MATNRCopy Material Number to New Item MIGO_XMATNRCHAR1MIGO_DEFAULT_XFIELD
WERKSCopy Plant to New Item MIGO_XPLANTCHAR1MIGO_DEFAULT_XFIELD
LGORTCopy Storage Location to New Item MIGO_XSLOCCHAR1MIGO_DEFAULT_XFIELD
CHARGCopy Batch to New Item MIGO_XBATCHCHAR1MIGO_DEFAULT_XFIELD
BWTARCopy Valuation Type to New Item MIGO_XBWTARCHAR1MIGO_DEFAULT_XFIELD
UMMATCopy Receiving Material to New Item MIGO_XTRANSMATNRCHAR1MIGO_DEFAULT_XFIELD
UMWRKCopy Receiving Plant to New Item MIGO_XTRANSPLANTCHAR1MIGO_DEFAULT_XFIELD
UMLGOCopy Receiving Storage Location to New Item MIGO_XTRANSSLOCCHAR1MIGO_DEFAULT_XFIELD
UMCHACopy Receiving Batch to New Item MIGO_XTRANSBATCHCHAR1MIGO_DEFAULT_XFIELD
UMBARCopy Receiving Valuation Type to New Item MIGO_XUMBWTARCHAR1MIGO_DEFAULT_XFIELD
SPECIAL_STOCK_LCopy Receiving Special Stock Identifier to New Item MIGO_SOBKZ_LCHAR1MIGO_DEFAULT_XFIELD
SPECIAL_STOCK_RCopy Issuing/Receiving Special Stock Identifier MIGO_SOBKZ_RCHAR1MIGO_DEFAULT_XFIELD
UPDATEDCheckbox XFELDCHAR1XFELD
SELECTEDCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table GODEFAULT_TRA_TV

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