WGMH_SRS SAP (Head for SRS PDC Goodsmovement) Table details

Dictionary Type: Table
Description: Head for SRS PDC Goodsmovement




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




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

WGMH_SRS is a standard SAP Table which is used to store Head for SRS PDC Goodsmovement data and is available within R/3 SAP systems depending on the version and release level.

The WGMH_SRS table consists of various fields, each holding specific information or linking keys about Head for SRS PDC Goodsmovement data available in SAP. These include SRS_PLANT (Plant), GM_NO (SAP Retail Store Number of MDE - Goods Movement), SRS_CODE (SAP Retail Store Function Code), REF_DOC_NO (Reference Document Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WGMH_SRS table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SRS_PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
GM_NOSAP Retail Store Number of MDE - Goods Movement SRS_GM_NOCHAR10CHAR10
SRS_CODESAP Retail Store Function Code SRS_CODECHAR4SRS_CODE
REF_DOC_NOReference Document Number XBLNR1CHAR16XBLNR1
REF_IDSAP Retail Store: Numeric Key for Reference Document STWB_REFNRCHAR4REF_ID
GR_GI_SLIP_NOGoods Receipt/Issue Slip Number XABLNCHAR10ALPHABELNR
VENDORVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
MOVE_PLANTReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
GBTRANSBusiness transaction /goods movement SAP Retail Store W_VGARTCHAR4Assigned to domainW_SELBOX_KEY
MOVE_REASReason for Movement MB_GRBEWNUMC4Assigned to domainMB_GRBEW
DOC_TEXTDocument Header Text BKTXTCHAR25TEXT25
DOC_DATEDocument Date in Document BLDATDATS8DATUM
PR_UNAMEUser Name UNAMECHAR12UNAME
SRS_STATUSSAP Retail Store Status of MDE - Goods Movement SRS_STATUSCHAR1SRS_STATUS
CLMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSG_NOMessage Number SYMSGNONUMC3SYMSGNO
PAR1Message Variable SYMSGVCHAR50SYCHAR50
PAR2Message Variable SYMSGVCHAR50SYCHAR50
PAR3Message Variable SYMSGVCHAR50SYCHAR50
PAR4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



How do I retrieve data from SAP table WGMH_SRS using ABAP code

The following ABAP code Example will allow you to do a basic selection on WGMH_SRS to SELECT all data from the table
DATA: WA_WGMH_SRS TYPE WGMH_SRS.

SELECT SINGLE *
FROM WGMH_SRS
INTO CORRESPONDING FIELDS OF WA_WGMH_SRS
WHERE...

How to access SAP table WGMH_SRS

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