API_CSPCIPPDR SAP (Spare/End Item Parts) Structure details

Dictionary Type: Structure
Description: Spare/End Item Parts




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




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

API_CSPCIPPDR 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 "Spare/End Item Parts" 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_API_CSPCIPPDR TYPE API_CSPCIPPDR.

The API_CSPCIPPDR table consists of various fields, each holding specific information or linking keys about Spare/End Item Parts data available in SAP. These include MFR (Manufacturer Code), EIP (End Item Part Number), EIM (End Item Manufacturer Code), SPC (Spare Part Class Code).. 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 (character-type)


SAP API_CSPCIPPDR 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
PNRPart Number ADSPC_PNRCHAR15CHAR15
MFRManufacturer Code ADSPC_MFRCHAR5CHAR5
EIPEnd Item Part Number ADSPC_EIPCHAR15ADSPC_EIP
EIMEnd Item Manufacturer Code ADSPC_EIMCHAR5ADSPC_EIM
SPCSpare Part Class Code ADS2KIPUPL_SPC_CHARCHAR1CHAR1
URRUnscheduled Removal Rate ADS2KIPUPL_URR_CHARCHAR9CHAR9
URRTCCTime Cycle Code for URR ADSPC_URRTCCCHAR1ADSPC_URRTCC
TCBSVTime/Cycles Before Scheduled Shop Visit ADS2KIPUPL_TCBSV_CHARCHAR6CHAR6
TCBSVTCCTime Cycle Code for TCBSV ADSPC_TCBSVTCCCHAR1ADSPC_TCC
TCBOTime/Cycles Before Overhaul ADS2KIPUPL_TCBO_CHARCHAR6CHAR6
TCBOTCCTime Cycle Code for TCBO ADSPC_TCBOTCCCHAR1ADSPC_TCC
SCRScrap Rate ADS2KIPUPL_SCR_CHARCHAR3CHAR3
RECRecommended Quantity ADS2KIPUPL_REC_CHARCHAR4CHAR4
TQATotal Quantity per Aircraft/Engine ADS2KIPUPL_TQA_CHARCHAR5CHAR5
MPCMaintenance Percent ADS2KIPUPL_MPC_CHARCHAR2CHAR2
SLCShelf Life Code ADSPC_SLCCHAR2ADSPC_SLC
SLC_UPPERShelf Life Code Upper ADSPC_SLC_UPPERCHAR2ADSPC_SLC
MSTMean Shop Processing Time ADS2KIPUPL_MST_CHARCHAR3CHAR3
OPNOverlength Part Number ADSPC_OPNCHAR32ADSPC_OPN
HAZHazardous Material Code ADSPC_HAZCHAR6ADSPC_HAZ
ESDElectrostatic Sensitive Device Indicator ADSPC_ESDCHAR1ADSPC_ESD
RMCSPEC2000: Revised Manufacturer Code ADSPC_RMCCHAR5ADSPC_RMC
ICCInternational Commodity Code ADS2KIPUPL_ICC_CHARCHAR6CHAR6
PICSPEC2000 Initial Provisioning: Pooled Item Candidate Indicat ADS2KIPUPL_PIC_INDCHAR1CHAR1
UPDATEFLAGDeletion Flag for IP ADSPC_DELETION_FLAGCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table API_CSPCIPPDR

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