SPCIPPROFKEYS SAP (Key fields and values of IP profiles) Table details

Dictionary Type: Table
Description: Key fields and values of IP profiles




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




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

SPCIPPROFKEYS is a standard SAP Table which is used to store Key fields and values of IP profiles data and is available within R/3 SAP systems depending on the version and release level.

The SPCIPPROFKEYS table consists of various fields, each holding specific information or linking keys about Key fields and values of IP profiles data available in SAP. These include PROFILE (Profile for creating master data from IP), CLASSIFICATION (IP: Classification Data), SALES (IP: Sales Data), PURCHASING (IP: Purchasing Data).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP SPCIPPROFKEYS 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 MANDTCLNT3T000MANDT
PROFILEProfile for creating master data from IP ADSPC_PROFCHAR4SPCIPPROFILEKEYSCHAR4ADSPCIPPROF
CLASSIFICATIONIP: Classification Data CLASSIFICATION_DATACHAR1XFELD
SALESIP: Sales Data SALES_DATACHAR1XFELD
PURCHASINGIP: Purchasing Data PURCHASING_DATACHAR1XFELD
MRPIP: MRP Data IP_MRP_DATACHAR1XFELD
FORECASTINGIP: Forecasting Data FORECASTING_DATACHAR1XFELD
WORK_SCHEDULINGIP: Work Scheduling Data WORK_SCHEDULING_DATACHAR1XFELD
PRODUCTION_RESIP: Production Resource/Tool Data PRODUCTION_RES_DATACHAR1XFELD
STORAGEIP: Storage Data STORAGE_DATACHAR1XFELD
WAREHOUSE_MGTIP: Warehouse Management Data WAREHOUSE_MGT_DATACHAR1XFELD
QUALITY_MGTIP: Quality Management Data QUALITY_MGT_DATACHAR1XFELD
ACCOUNTINGIP: Accounting Data ACCOUNTING_DATACHAR1XFELD
COSTINGIP: Costing Data COSTING_DATACHAR1XFELD
INFO_RECORDIP: Info records INFO_RECORDCHAR1XFELD
CONDITION_RECORDIP: Condition records COND_RECORD_FLAGCHAR1XFELD
LANGUAGELanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
STLOCStorage Location LGORT_DCHAR4T001LLGORTLAG
VALAREAValuation Area BWKEYCHAR4T001KBWKEYBWK
WHNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
STTYPEStorage Type LGTYPCHAR3T301LGTYPLGTH_T301
SALESORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
DISCHDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
PURORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
INFRECCATPurchasing info record category ESOKZCHAR1ESOKZESO
COND_TABLECondition table KOTABNRNUMC3T681KOTABNRKON
APPLICATIONApplication KAPPLCHAR2T681AKAPPLKAP
COND_UNPCondition type KSCHACHAR4T685KSCHLVKS
COND_DISCCondition type KSCHACHAR4T685KSCHLVKS

Key field Non-key field



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

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

SELECT SINGLE *
FROM SPCIPPROFKEYS
INTO CORRESPONDING FIELDS OF WA_SPCIPPROFKEYS
WHERE...

How to access SAP table SPCIPPROFKEYS

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