/PLMB/RPR_EQR SAP (Equipment Requirements) Table details

Dictionary Type: Table
Description: Equipment Requirements




ABAP Code to SELECT data from /PLMB/RPR_EQR
Related tables to /PLMB/RPR_EQR
Access table /PLMB/RPR_EQR




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

/PLMB/RPR_EQR is a standard SAP Table which is used to store Equipment Requirements data and is available within R/3 SAP systems depending on the version and release level.

The /PLMB/RPR_EQR table consists of various fields, each holding specific information or linking keys about Equipment Requirements data available in SAP. These include EQR_GUID (Equipment Requirement GUID), RPR_GUID (Process GUID), PE_GUID (Process Element GUID), SEQUENCE (Sequence 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 /PLMB/RPR_EQR 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
EQR_GUIDEquipment Requirement GUID /PLMB/EQR_GUIDRAW16SYSUUID
RPR_GUIDProcess GUID /PLMB/RPR_GUIDRAW16SYSUUID
PE_GUIDProcess Element GUID /PLMB/RPR_PE_GUIDRAW16SYSUUID
SEQUENCESequence Number /PLMB/EQR_SEQNUMC4RCPNZ/PLMB/RPR_PP_SEQ
EQR_PRIMPrimary Resource /PLMB/EQR_PRIMCHAR1/PLMB/EQR_PRIM
DUMMY .0
ORIGIN_GUIDEquipment Requirement GUID /PLMB/EQR_GUIDRAW16SYSUUID
EQR_GUID_LINKEquipment Requirement GUID /PLMB/EQR_GUIDRAW16SYSUUID
RCP_GUID_LINKCommon Recipe GUID /PLMB/RCP_GUIDRAW16SYSUUID
LINK_TYPEType of Relationship Between Recipe Subobjects /PLMB/RCP_SUBREL_TYPECHAR1/PLMB/RCP_SUBREL_TYPE

Key field Non-key field



How do I retrieve data from SAP table /PLMB/RPR_EQR using ABAP code

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

SELECT SINGLE *
FROM /PLMB/RPR_EQR
INTO CORRESPONDING FIELDS OF WA_/PLMB/RPR_EQR
WHERE...

How to access SAP table /PLMB/RPR_EQR

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