WSGM_GM_HI_DOC_ITEM SAP (Retail Store: Goods Movements - Item Data - RFC) Structure details

Dictionary Type: Structure
Description: Retail Store: Goods Movements - Item Data - RFC




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




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

WSGM_GM_HI_DOC_ITEM 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 "Retail Store: Goods Movements - Item Data - RFC" 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_WSGM_GM_HI_DOC_ITEM TYPE WSGM_GM_HI_DOC_ITEM.

The WSGM_GM_HI_DOC_ITEM table consists of various fields, each holding specific information or linking keys about Retail Store: Goods Movements - Item Data - RFC data available in SAP. These include MATERIAL (Material Number), EAN_UPC (International Article Number (EAN/UPC)), VEND_MAT (Material Number Used by Vendor), MATL_DESC (Material Description (Short Text)).. 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 or numeric)


SAP WSGM_GM_HI_DOC_ITEM 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
ITM_NUMBERSAP Retail Store: Item Number of a Document WSRS_ITM_NUMBERNUMC6
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
VEND_MATMaterial Number Used by Vendor IDNLFCHAR35IDNEX
MATL_DESCMaterial Description (Short Text) MAKTXCHAR40TEXT40
MATL_CATMaterial Category ATTYPCHAR2ATTYPMTY
EMPTIESBOMEmpties Bill of Material W_MITLEERGCHAR1FLAG
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
ENTRY_QNTQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ENTRY_UOMUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
MOVE_PLANTReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MOVE_STLOCReceiving/Issuing Storage Location UMLGOCHAR4Assigned to domainLGORT
MOVE_REASReason for Movement MB_GRBEWNUMC4Assigned to domainMB_GRBEW
MOVE_MATLReceiving/Issuing Material UMMATCHAR18Assigned to domainMATN1MATNR
EXPIRYDATEShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
PROD_DATEDate of Manufacture HSDATDATS8DATUM
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
GL_ACCOUNTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
GL_ACC_COUNTERSAP Retail Store: Four-Figure Counter WSRS_COUNTER_NUMC4NUMC4
ENTRY_QNT_CHARSAP Retail Store: Quantity Field CHAR 17 WSRS_QTY_CHARCHAR17
ENTRY_UOM_CHARSAP Retail Store: Output Display of Unit of Measure WSRS_UNIT_CHARCHAR3
MOVE_REAS_DESCRSAP Retail Store: Text Field for Description (40 Characters) WSRS_DESCR_40CHAR40WSRS_DESCR_40
EXPIRYDATE_CHARSAP Retail Store: Output Format of a Date WSRS_DATE_CHARCHAR10
PROD_DATE_CHARSAP Retail Store: Output Format of a Date WSRS_DATE_CHARCHAR10
COSTCENTER_DText, length 40 TXT40CHAR40TEXT40
GL_ACCOUNT_DSAP Retail Store: Text Field for Description (40 Characters) WSRS_DESCR_40CHAR40WSRS_DESCR_40

Key field Non-key field



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

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

How to access SAP table WSGM_GM_HI_DOC_ITEM

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