SPCIPRPDE SAP (Replacing Parts / Replaced Parts) Table details

Dictionary Type: Table
Description: Replacing Parts / Replaced Parts




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




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

SPCIPRPDE is a standard SAP Table which is used to store Replacing Parts / Replaced Parts data and is available within R/3 SAP systems depending on the version and release level.

The SPCIPRPDE table consists of various fields, each holding specific information or linking keys about Replacing Parts / Replaced Parts data available in SAP. These include SQNBR (Sequence Number), PNR (Part Number), MFR (Manufacturer Code), EIP (End Item Part 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)


SAP SPCIPRPDE 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
CLIENTClient ID SYMANDTCLNT3SPCIPCSNMANDT
SQNBRSequence Number ADSPC_SQNBRNUMC5SPCIPCSNADSPC_SRNBR
PNRPart Number ADSPC_PNRCHAR15SPCIPCSNCHAR15
MFRManufacturer Code ADSPC_MFRCHAR5SPCIPCSNCHAR5
EIPEnd Item Part Number ADSPC_EIPCHAR15SPCIPCSNADSPC_EIP
EIMEnd Item Manufacturer Code ADSPC_EIMCHAR5SPCIPCSNADSPC_EIM
CSNSRNBRSerial number ADSPC_SRNBRNUMC5SPCIPCSNADSPC_SRNBR
SRNBRSerial number ADSPC_SRNBRNUMC5ADSPC_SRNBR
RPDETPPart Type - Replacing Part or Replaced Part? ADSPC_RPDETPCHAR1ADSPC_RPDETP
RPPNRReplacing / Replaced Part Number ADSPC_RPPNRCHAR15ADSPC_PNR
RPMFRReplacing / Replaced Part - Manufacturer Code ADSPC_RPMFRCHAR5ADSPC_MFR
INCInterchangeability Code ADSPCIP_INCNUMC1ADSPCIP_INC
MFRTXTManufacturer's Authority Text ADSPC_MFRTXTCHAR40ADSPC_MFRTXT
SBNBRService Bulletin Number ADSPC_SBNBRCHAR20ADSPC_SBNBR
OBJObject for Status Management ADSPCIP_RANGECHAR20ADSPCIP_RANGE
DELFLGDeletion Flag for IP ADSPC_DELETION_FLAGCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP table SPCIPRPDE using ABAP code

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

SELECT SINGLE *
FROM SPCIPRPDE
INTO CORRESPONDING FIELDS OF WA_SPCIPRPDE
WHERE...

How to access SAP table SPCIPRPDE

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