SRS_GR_PDC_ORDER_ITEMS SAP (SRS Goods Receipt, Purchase Order Items) Structure details

Dictionary Type: Structure
Description: SRS Goods Receipt, Purchase Order Items




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




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

SRS_GR_PDC_ORDER_ITEMS 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 Goods Receipt, Purchase Order Items" 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_GR_PDC_ORDER_ITEMS TYPE SRS_GR_PDC_ORDER_ITEMS.

The SRS_GR_PDC_ORDER_ITEMS table consists of various fields, each holding specific information or linking keys about SRS Goods Receipt, Purchase Order Items data available in SAP. These include PO_ITEM (Item Number of Purchasing Document), MATERIAL (Material Number), MATL_DESC (Material Description (Short Text)), MATL_GROUP (Material Group).. 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: Not classified


SAP SRS_GR_PDC_ORDER_ITEMS 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
PO_NUMBERPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATL_DESCMaterial Description (Short Text) MAKTXCHAR40TEXT40
MATL_GROUPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
PO_UNITPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
QUANTITYPurchase Order Quantity BSTMGQUAN13(3) MENG13
ORDERPR_UNOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
PO_UNIT_ISOOrder unit in ISO code BSTME_ISOCHAR3Assigned to domainISOCD_UNIT
ORDERPR_UN_ISOISO code for purchase order price unit BBPRM_ISOCHAR3Assigned to domainISOCD_UNIT
CONV_NUM1Numerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
CONV_DEN1Denominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
GR_QTYQuantity of Goods Received WEEMGQUAN13(3) MENG13
DL_QTY_TRSPQuantity Delivered (Stock Transfer) GLMNGQUAN13(3) MENG13
RET_ITReturns Item RETPOCHAR1XFELD
OVER_DLV_TOLOverdelivery Tolerance Limit UEBTODEC3(1) PRZ21
UNDER_DLV_TOLUnderdelivery Tolerance Limit UNTTODEC3(1) PRZ21
UNLIMITED_DLVIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
MINREMLIFEMinimum Remaining Shelf Life MHDRZDEC4DEC4
SHELF_LIFETotal shelf life MHDHBDEC4DEC4
EXPIRYIDPeriod Indicator for Shelf Life Expiration Date DATTPCHAR1PERKZDATTPH_PERDKZ
EXPIRYCONTRCheck indicator CHECKKZCHAR1CHAR001
SUBIT_EXISTSubitems Exist UPVORCHAR1CHAR1
SUBIT_CATSubitem Category, Purchasing Document UPTYPCHAR1Assigned to domainUPTYP
MOVE_TYPEMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA

Key field Non-key field



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

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

How to access SAP table SRS_GR_PDC_ORDER_ITEMS

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