WSGR_ITEM_DB_TMP SAP (SRS GR: Temporary Persistence for Item Data) Table details

Dictionary Type: Table
Description: SRS GR: Temporary Persistence for Item Data




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




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

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

The WSGR_ITEM_DB_TMP table consists of various fields, each holding specific information or linking keys about SRS GR: Temporary Persistence for Item Data data available in SAP. These include GUID_DB_TMP (Retail Store: Globally Unique Identifier Temp.Persistence), ITM_NUMBER (SAP Retail Store: Item Number of a Document), MATERIAL (Material Number), EAN_UPC (International Article Number (EAN/UPC)).. 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 WSGR_ITEM_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
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
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
ENTRY_QUANTITYQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ENTRY_QTY_UNITUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
ENTRY_NO_MORE_GR'Delivery Completed' Indicator ELIKZCHAR1XFELD
EXPIRY_DATEShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
PROD_DATEDate of Manufacture HSDATDATS8DATUM
RETURN_ITEMReturns Item RETPOCHAR1XFELD
STORAGE_LOCATIONStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MOVEMENT_REASONReason for Movement MB_GRBEWNUMC4Assigned to domainMB_GRBEW
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
SALES_VALExternally Entered Sales Value in Local Currency EXVKWCURR13(2) WERT7
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
REF_ITM_NUMBERSAP Retail Store: Item Number of a Document WSRS_ITM_NUMBERNUMC6

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSGR_ITEM_DB_TMP
INTO CORRESPONDING FIELDS OF WA_WSGR_ITEM_DB_TMP
WHERE...

How to access SAP table WSGR_ITEM_DB_TMP

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