SRS_PDC_GM_ITEMS_IN SAP (SRS Received MDE Document Item Data (Goods Movement)) Structure details

Dictionary Type: Structure
Description: SRS Received MDE Document Item Data (Goods Movement)




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




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

SRS_PDC_GM_ITEMS_IN 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 "SRS Received MDE Document Item Data (Goods Movement)" 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_SRS_PDC_GM_ITEMS_IN TYPE SRS_PDC_GM_ITEMS_IN.

The SRS_PDC_GM_ITEMS_IN table consists of various fields, each holding specific information or linking keys about SRS Received MDE Document Item Data (Goods Movement) data available in SAP. These include GM_NO (SAP Retail Store Number of MDE - Goods Movement), GM_IT (Item Number of Purchasing Document), REF_DOC_IT (Item Number of Purchasing Document), MATERIAL (Material 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP SRS_PDC_GM_ITEMS_IN 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
GM_NOSAP Retail Store Number of MDE - Goods Movement SRS_GM_NOCHAR10CHAR10
GM_ITItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
REF_DOC_ITItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
MATL_CATMaterial Category ATTYPCHAR2ATTYPMTY
ENTRY_QNTQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ENTRY_UOMUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
ENTRY_UOM_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
PO_PR_QNTQuantity in Purchase Order Price Unit BPMNGQUAN13(3) MENG13
ORDERPR_UNOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
ORDERPR_UN_ISOISO code for purchase order price unit BBPRM_ISOCHAR3Assigned to domainISOCD_UNIT
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
EXPIRYCONTRCheck indicator CHECKKZCHAR1CHAR001
EXPIRYDATEShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
NO_MORE_GR'Delivery Completed' Indicator ELIKZCHAR1XFELD
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
MOVE_MATReceiving/Issuing Material UMMATCHAR18Assigned to domainMATN1MATNR
RET_ITReturns Item RETPOCHAR1XFELD
SRS_PRICECurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
MOVE_REASReason for Movement MB_GRBEWNUMC4Assigned to domainMB_GRBEW

Key field Non-key field



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

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

How to access SAP table SRS_PDC_GM_ITEMS_IN

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