RPLM_COMPONENT_DISPLAY SAP (For the Component display) Structure details

Dictionary Type: Structure
Description: For the Component display




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




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

RPLM_COMPONENT_DISPLAY 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 "For the Component display" 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_RPLM_COMPONENT_DISPLAY TYPE RPLM_COMPONENT_DISPLAY.

The RPLM_COMPONENT_DISPLAY table consists of various fields, each holding specific information or linking keys about For the Component display data available in SAP. These include LGORT (Storage Location), POSTP (Item Category (Bill of Material)), RSNUM (Number of Reservation/Dependent Requirement), RSPOS (Item Number of Reservation/Dependent Requirement).. 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 (Deep)


SAP RPLM_COMPONENT_DISPLAY 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
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
POSTPItem Category (Bill of Material) POSTPCHAR1T418POSTP
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
XLOEKItem is Deleted XLOEKCHAR1XFELD
KZEARFinal Issue for This Reservation KZEARCHAR1XFELD
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BDTERRequirement Date for the Component BDTERDATS8DATUM
DVMENGCommitted quantity CO_VMENGQUAN13(3) MENGV13
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
POSNRBOM item number APOSNCHAR4NUMCVSPOSN
POTX1BOM Item Text (Line 1) POTX1CHAR40TEXT40
SCHGTIndicator: Bulk Material SCHGTCHAR1XFELD
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
GPREISPrice in component currency PPCOMPCURR15(2) WERTV8
PEINHPrice Unit PEINHDEC5PACK3
RGEKZIndicator: Backflush RGEKZCHAR1XFELD
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
LIFZTDelivery time in days LIFZTDEC3DEC3
BDZTPTime that reservation quantity required BDZTPTIMS6BDZTP
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
AFNAMName of Requisitioner/Requester AFNAMCHAR12AFNAM
MATXTMaterial Description (Short Text) MAKTXCHAR40TEXT40
BANFNRPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BANFPOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
MENGERequirement quantity of the component CO_MENGEQUAN13(3) MENGV13
EINHEITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
KONNRNumber of Principal Purchase Agreement KONNRCHAR10EKKOALPHAEBELNKTR
KTPNRItem Number of Principal Purchase Agreement KTPNRNUMC5EKPOEBELP
DENMNGQuantity withdrawn CO_ENMNGQUAN13(3) MENGV13
AUDISPReservation Relevance/Generation of Purchase Requisition AUDISP_PLUSCHAR1AUDISP
SOBKZ_DSpecial stock indicator for dialog display CO_SOBKZ_DCHAR1CO_SOBKZ_D
MEIN1Purchase Requisition Unit of Measure BAMEIUNIT3T006CUNITMEINS
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
WEMNG_CMPQuantity of Goods Received WEMNGQUAN13(3) MENG13
READ_ONLYCharacter Field Length 1 CHAR01CHAR1CHAR1
READ_TEXTCharacter Field Length 1 CHAR01CHAR1CHAR1
READ_VORNRCharacter Field Length 1 CHAR01CHAR1CHAR1
READ_WERKSCharacter Field Length 1 CHAR01CHAR1CHAR1
READ_STORECharacter Field Length 1 CHAR01CHAR1CHAR1
READ_ITEMCCharacter Field Length 1 CHAR01CHAR1CHAR1
READ_GEN1Character Field Length 1 CHAR01CHAR1CHAR1
READ_GEN2Character Field Length 1 CHAR01CHAR1CHAR1
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO

Key field Non-key field



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

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

How to access SAP table RPLM_COMPONENT_DISPLAY

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