WSGM_RFC_GM_DOC_HEAD SAP (Retail Store: Goods Movements - Header Data RFC) Structure details

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




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




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

WSGM_RFC_GM_DOC_HEAD 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 - Header 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_RFC_GM_DOC_HEAD TYPE WSGM_RFC_GM_DOC_HEAD.

The WSGM_RFC_GM_DOC_HEAD table consists of various fields, each holding specific information or linking keys about Retail Store: Goods Movements - Header Data RFC data available in SAP. These include PLANT_NAME (Company name), BUS_TRANS (Business transaction /goods movement SAP Retail Store), BUS_TRANS_TEXT (Description), DOC_DATE (Document Date in Document).. 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_RFC_GM_DOC_HEAD 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
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PLANT_NAMECompany name NAME_1CHAR30TEXT30
BUS_TRANSBusiness transaction /goods movement SAP Retail Store W_VGARTCHAR4Assigned to domainW_SELBOX_KEY
BUS_TRANS_TEXTDescription BEZEI40CHAR40TEXT40
DOC_DATEDocument Date in Document BLDATDATS8DATUM
PSTNG_DATEPosting Date in the Document BUDATDATS8DATUM
MOVE_TYPEMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
MOVE_REASReason for Movement MB_GRBEWNUMC4Assigned to domainMB_GRBEW
MOVE_PLANTReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
MOVE_PLANT_NAMECompany name NAME_1CHAR30TEXT30
VENDORSAP Retail Store: Vendor or Plant Number WSRS_VENDOR_SITE_IDCHAR10
VENDOR_NAMEName 1 NAME1_GPCHAR35NAME
STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MOVE_STLOCReceiving/Issuing Storage Location UMLGOCHAR4Assigned to domainLGORT
HEADER_TXTDocument Header Text BKTXTCHAR25TEXT25
GUID_DB_TMPRetail Store: Globally Unique Identifier Temp.Persistence WSRS_GUID_DB_TMPRAW16

Key field Non-key field



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

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

How to access SAP table WSGM_RFC_GM_DOC_HEAD

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