/PLMB/S_RCP_OPT_ITEM_DATA_SP SAP (Service Provider Optimization Item) Structure details

Dictionary Type: Structure
Description: Service Provider Optimization Item




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




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

/PLMB/S_RCP_OPT_ITEM_DATA_SP 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 "Service Provider Optimization Item" 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_OPT_ITEM_DATA_SP TYPE /PLMB/S_RCP_OPT_ITEM_DATA_SP.

The /PLMB/S_RCP_OPT_ITEM_DATA_SP table consists of various fields, each holding specific information or linking keys about Service Provider Optimization Item data available in SAP. These include RCP_GUID (Common Recipe GUID), CALC_ID (Identifier for Calculation), RFO_GUID (Common Recipe GUID of Type 'Character'), TARGET_ITEM_GUID (Common Recipe GUID of Type 'Character').. 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_OPT_ITEM_DATA_SP 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
RCP_GUIDCommon Recipe GUID /PLMB/RCP_CHAR_GUIDCHAR32
CALC_IDIdentifier for Calculation /PLMB/RCA_CPARA_IDCHAR20/PLMB/RCA_CPARA_ID
RFO_GUIDCommon Recipe GUID of Type 'Character' /PLMB/RFO_CHAR_GUIDCHAR32
TARGET_ITEM_GUIDCommon Recipe GUID of Type 'Character' /PLMB/RFO_CHAR_GUIDCHAR32
ITEM_GUIDCommon Recipe GUID of Type 'Character' /PLMB/RFO_CHAR_GUIDCHAR32
SELECTEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
ICONIcon /PLMB/RFO_ICONSTRG0
ST_IDStage /PLMB/RPR_STAGE_IDNUMC4RCPNZ/PLMB/RPR_PE_ID
ST_ID_SOURCESource Stage /PLMB/RFO_SOURCE_ST_IDNUMC4RCPNZ/PLMB/RPR_PE_ID
OPERATION_IDOperation /PLMB/RPR_OPERATION_IDNUMC4RCPNZ/PLMB/RPR_PE_ID
ACTION_IDAction /PLMB/RPR_ACTION_IDNUMC4RCPNZ/PLMB/RPR_PE_ID
ITEM_TYPEFormula Item Type /PLMB/RFO_FRML_ITEM_TYPE_UICHAR2
ITEM_TYPE_DESCRFormula Item Type Description /PLMB/RFO_ITEM_TYPE_DESCCHAR20TEXT20
POSNRNumber of a Formula Item /PLMB/RFO_FRML_POSNRNUMC4RCPNZ/PLMB/RCP_FRML_POSNR_D
STREAM_IDFormula stream GUID /PLMB/RCP_STREAM_GUID_CHARCHAR32
COMP_TYPEComponent Type of Formula Item /PLMB/RFO_COMPTYPECHAR10
COMP_TYPE_DESCRComponent Type Description /PLMB/RFO_COMP_TYPE_DESCCHAR40TEXT40
SUBRECNSpecification Key /PLMB/RCA_SUBRECNNUMC20
SUBIDSpecification ID /PLMB/RCP_SUBIDCHAR12CHAR12/PLMB/RSP_CMP_DMZ_WO_MATNR
SUBID_IDENT1Specification Description 1 /PLMB/RSP_SUBST_IDENT1CHAR132TEXT132
SUBID_IDENT2Specification Description 2 /PLMB/RSP_SUBST_IDENT2CHAR132TEXT132
ITEM_DESCFormula Item Description /PLMB/RFO_ITEM_DESCCHAR132TEXT132
RFO_QUANTQuantity /PLMB/RFO_QTYD34D18(6) /PLMB/RCP_DECFLOAT_34
RFO_QUANT_LOWFormula Item: Quantity for Lower Limit /PLMB/RFO_QUANT_LOWD34D18(6) /PLMB/RCP_DECFLOAT_34
RFO_QUANT_HIGHFormula Item: Quantity for Upper Limit /PLMB/RFO_QUANT_UPD34D18(6) /PLMB/RCP_DECFLOAT_34
RFO_UOMUnit of Measure /PLMB/RCP_UOMUNIT3Assigned to domainCUNITMEINS/PLMB/RFO_ALL_UOM_GEN
QUANTQuantity /PLMB/RFO_QTYD34D18(6) /PLMB/RCP_DECFLOAT_34
UOMUnit of Measure /PLMB/RFO_UOM_UIUNIT3Assigned to domainCUNITMEINS/PLMB/RFO_ALL_UOM_GEN
QUANT_LOWFormula Item: Quantity for Lower Limit /PLMB/RFO_QUANT_LOWD34D18(6) /PLMB/RCP_DECFLOAT_34
QUANT_HIGHFormula Item: Quantity for Upper Limit /PLMB/RFO_QUANT_UPD34D18(6) /PLMB/RCP_DECFLOAT_34
UOM_RANGEUnit of Measure /PLMB/RFO_UOM_UIUNIT3Assigned to domainCUNITMEINS/PLMB/RFO_ALL_UOM_GEN
ADD_FIELD 0
CNTCounter /PLMB/RCP_CNTINT410
OPT_CONSData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CELL_VARIANTCell Variant for Total Lines /PLMB/RCA_CELL_VARIANTCHAR20
PE_TYPE_TEXT 0

Key field Non-key field



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

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

How to access SAP table /PLMB/S_RCP_OPT_ITEM_DATA_SP

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