/PLMB/S_RCP_SEA_CRIT_PROCESS SAP (DB structure for Search tabstrip Recipe->Process Element) Structure details

Dictionary Type: Structure
Description: DB structure for Search tabstrip Recipe->Process Element




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




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

/PLMB/S_RCP_SEA_CRIT_PROCESS 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 "DB structure for Search tabstrip Recipe->Process Element" 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_/PLMB/S_RCP_SEA_CRIT_PROCESS TYPE /PLMB/S_RCP_SEA_CRIT_PROCESS.

The /PLMB/S_RCP_SEA_CRIT_PROCESS table consists of various fields, each holding specific information or linking keys about DB structure for Search tabstrip Recipe->Process Element data available in SAP. These include PPV_UOM (Unit of Measure), PPE_TYPE (Type of Process Element), PPE_DESCR (Description for Process Parameter Master), PPM_NAME (Process Parameter Master Data - Legible Name / ID).. 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 /PLMB/S_RCP_SEA_CRIT_PROCESS 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
PPV_DESCRDescription for Process Parameter Master /PLMB/RCP_PPT_DESCCHAR132TEXT132
PPV_UOMUnit of Measure /PLMB/RPR_PP_UOMUNIT3Assigned to domainCUNITMEINS/PLMB/RPR_PP_UOM
PPE_TYPEType of Process Element /PLMB/RPR_PE_TYPE_SEACHAR10
PPE_DESCRDescription for Process Parameter Master /PLMB/RCP_PPT_DESCCHAR132TEXT132
PPM_NAMEProcess Parameter Master Data - Legible Name / ID /PLMB/RPR_PP_NAMECHAR30
PPM_DESCRDescription for Process Parameter Master /PLMB/RCP_PPT_DESCCHAR132TEXT132
T_FIELD_SELOPT 0
PPV_TARGET_RANGEDummy for B20 int1 (Local Everywhere) INT1INT13INT1
PPV_TARGET_FROMTarget Value /PLMB/RPR_PP_VAL_TARGETCHAR30/PLMB/RPR_PP_VAL
PPV_TARGET_TOTarget Value /PLMB/RPR_PP_VAL_TARGETCHAR30/PLMB/RPR_PP_VAL
PPV_MIN_RANGEDummy for B20 int1 (Local Everywhere) INT1INT13INT1
PPV_MIN_FROMMinimum Value /PLMB/RPR_PP_VAL_MINCHAR30/PLMB/RPR_PP_VAL
PPV_MIN_TOMinimum Value /PLMB/RPR_PP_VAL_MINCHAR30/PLMB/RPR_PP_VAL
PPV_MAX_RANGEDummy for B20 int1 (Local Everywhere) INT1INT13INT1
PPV_MAX_FROMMaximum Value /PLMB/RPR_PP_VAL_MAXCHAR30/PLMB/RPR_PP_VAL
PPV_MAX_TOMaximum Value /PLMB/RPR_PP_VAL_MAXCHAR30/PLMB/RPR_PP_VAL
PPV_TARGET_TO_UOMUnit of Measure /PLMB/RPR_PP_UOMUNIT3Assigned to domainCUNITMEINS/PLMB/RPR_PP_UOM
PPV_MIN_TO_UOMUnit of Measure /PLMB/RPR_PP_UOMUNIT3Assigned to domainCUNITMEINS/PLMB/RPR_PP_UOM
PPV_MAX_TO_UOMUnit of Measure /PLMB/RPR_PP_UOMUNIT3Assigned to domainCUNITMEINS/PLMB/RPR_PP_UOM
PPV_TARGET_FROM_UOMUnit of Measure /PLMB/RPR_PP_UOMUNIT3Assigned to domainCUNITMEINS/PLMB/RPR_PP_UOM
PPV_MIN_FROM_UOMUnit of Measure /PLMB/RPR_PP_UOMUNIT3Assigned to domainCUNITMEINS/PLMB/RPR_PP_UOM
PPV_MAX_FROM_UOMUnit of Measure /PLMB/RPR_PP_UOMUNIT3Assigned to domainCUNITMEINS/PLMB/RPR_PP_UOM
PPV_TARGET_TEXTTarget Value /PLMB/RPR_PP_VAL_TARGETCHAR30/PLMB/RPR_PP_VAL
PPV_MIN_TEXTMinimum Value /PLMB/RPR_PP_VAL_MINCHAR30/PLMB/RPR_PP_VAL
PPV_MAX_TEXTMaximum Value /PLMB/RPR_PP_VAL_MAXCHAR30/PLMB/RPR_PP_VAL
EQR_DESCRRecipe Description /PLMB/RCP_DESCCHAR132TEXT132
ORIGIN_KEYSpecification ID /PLMB/RCP_SUBIDCHAR12CHAR12/PLMB/RSP_CMP_DMZ_WO_MATNR
CREATED_BYUser Who Created Object (Item) /PLMB/RCP_CREATED_BYCHAR12USNAM/PLMB/SEA_COLLECTIVE_USERNAME
CREATED_TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) /PLMB/RCP_TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYUser Who Last Changed Object /PLMB/RCP_CHANGED_BYCHAR12USNAM/PLMB/SEA_COLLECTIVE_USERNAME
CHANGED_TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) /PLMB/RCP_TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP structure /PLMB/S_RCP_SEA_CRIT_PROCESS using ABAP code?

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

How to access SAP table /PLMB/S_RCP_SEA_CRIT_PROCESS

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