/PLMI/S_ECR_ATTR_PPEAH_DISP SAP (ECR specific attributes - display only for Product variant) Structure details

Dictionary Type: Structure
Description: ECR specific attributes - display only for Product variant




ABAP Code to SELECT data from /PLMI/S_ECR_ATTR_PPEAH_DISP
Related tables to /PLMI/S_ECR_ATTR_PPEAH_DISP
Access table /PLMI/S_ECR_ATTR_PPEAH_DISP




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

/PLMI/S_ECR_ATTR_PPEAH_DISP 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 "ECR specific attributes - display only for Product variant" 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_/PLMI/S_ECR_ATTR_PPEAH_DISP TYPE /PLMI/S_ECR_ATTR_PPEAH_DISP.

The /PLMI/S_ECR_ATTR_PPEAH_DISP table consists of various fields, each holding specific information or linking keys about ECR specific attributes - display only for Product variant data available in SAP. These include OLD_COMPONENT (Engineering Record Old Material), NEW_MAKTX (New Material Description), OLD_MAKTX (Old Material Description), NEW_QUANT (Component Quantity).. 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 /PLMI/S_ECR_ATTR_PPEAH_DISP 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
NEW_COMPONENTEngineering Record New Material /PLMI/ECR_MATNR_NEWCHAR18Assigned to domainMATN1MATNR/PLMB/MAT_CMP_MATERIAL_NO
OLD_COMPONENTEngineering Record Old Material /PLMI/ECR_MATNR_OLDCHAR18Assigned to domainMATN1MATNR/PLMB/MAT_CMP_MATERIAL_NO
NEW_MAKTXNew Material Description /PLMI/ECR_MAKTX_NEWCHAR40CC_TEXT40
OLD_MAKTXOld Material Description /PLMI/ECR_MAKTX_OLDCHAR40TEXT40
NEW_QUANTComponent Quantity /PLMI/ECR_KMPMG_NEWQUAN13(3) MENGV13
NEW_QUNITUnit of Measure for New Component /PLMI/ECR_BMEIN_NEWUNIT3Assigned to domainCUNITMEINSH_T006
OLD_QUANTOld Component Quantity /PLMI/ECR_KMPMG_OLDQUAN13(3) MENGV13
OLD_QUNITEngineering Record Old Unit of Measure /PLMI/ECR_BMEIN_OLDUNIT3Assigned to domainCUNITMEINSH_T006
STATUS_CHG_WARNObject Status Change Warning /PLMI/ECR_STATUS_CHG_WARNINGCHAR64/PLMB/ECR_ICON
STATUS_CHG_WARN_TTIcon Tooltip /PLMI/ECR_ICON_TOOLTIPCHAR100TEXT100
NEW_AH_GUIDObject GUID /PLMB/PPE_GUIDRAW16SYSUUID
NEW_AH_ECN_COUNTERInternal Counter for Product Structure Objects /PLMB/PPE_COUNTERNUMC8NUMC8
NEW_DISPLAY_KEYConcatenated Semantic Key for Display Purposes /PLMI/ECR_DISPLAY_KEY_NEWCHAR255/PLMB/GOS_CHAR255
LONG_TEXT_EXISTEngineering Record - Long Text Indicator /PLMB/ECR_LTX_EXISTCHAR1SAP_BOOL

Key field Non-key field



How do I retrieve data from SAP structure /PLMI/S_ECR_ATTR_PPEAH_DISP using ABAP code?

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

How to access SAP table /PLMI/S_ECR_ATTR_PPEAH_DISP

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