WSGM_HEAD_DB_TMP SAP (SRS GM: Temporary Persistence for Header Data) Table details

Dictionary Type: Table
Description: SRS GM: Temporary Persistence for Header Data




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




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

WSGM_HEAD_DB_TMP is a standard SAP Table which is used to store SRS GM: Temporary Persistence for Header Data data and is available within R/3 SAP systems depending on the version and release level.

The WSGM_HEAD_DB_TMP table consists of various fields, each holding specific information or linking keys about SRS GM: Temporary Persistence for Header Data data available in SAP. These include GUID_DB_TMP (Retail Store: Globally Unique Identifier Temp.Persistence), TIMESTAMP_DB_TMP (Retail Store: Temporary Persistence - Time Stamp), USERNAME (User Name), PLANT (Plant).. 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 WSGM_HEAD_DB_TMP 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
GUID_DB_TMPRetail Store: Globally Unique Identifier Temp.Persistence WSRS_GUID_DB_TMPRAW16
TIMESTAMP_DB_TMPRetail Store: Temporary Persistence - Time Stamp WSRS_TIMESTAMP_DB_TMPDEC15TZNTSTMPS
USERNAMEUser Name SYUNAMECHAR12SYCHAR12
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BUS_TRANSBusiness transaction /goods movement SAP Retail Store W_VGARTCHAR4Assigned to domainW_SELBOX_KEY
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
VENDORAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MOVE_STLOCReceiving/Issuing Storage Location UMLGOCHAR4Assigned to domainLGORT
HEADER_TXTDocument Header Text BKTXTCHAR25TEXT25

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSGM_HEAD_DB_TMP
INTO CORRESPONDING FIELDS OF WA_WSGM_HEAD_DB_TMP
WHERE...

How to access SAP table WSGM_HEAD_DB_TMP

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