CIF_IMPPM SAP (Int. Model Reference Table for Production Process Model) Table details

Dictionary Type: Table
Description: Int. Model Reference Table for Production Process Model




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




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

CIF_IMPPM is a standard SAP Table which is used to store Int. Model Reference Table for Production Process Model data and is available within R/3 SAP systems depending on the version and release level.

The CIF_IMPPM table consists of various fields, each holding specific information or linking keys about Int. Model Reference Table for Production Process Model data available in SAP. These include MATNR (Material Number), WERKS (Plant), VERID (Production Version), BDATU (Date validity ends).. 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: Cannot Be Enhanced


SAP CIF_IMPPM 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
BDATUDate validity ends BDATUDATS8DATUM
ADATUDate for beginning of validity ADATUDATS8DATUMADT
STTAGKey Date STTAGDATS8DATUM
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
ALNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
BSTMILower value of the lot-size interval SA_LOSVNQUAN13(3) MENG13
BSTMAUpper value of the lot-size interval SA_LOSBSQUAN13(3) MENG13
STLALAlternative BOM STLALCHAR2ALPHAALTNR
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
SELDATESelection Date for PPM Updating CIFPPMSELNUMC1CIFPPMSEL
PPM_TYPType of PPM or PDS (for Example, In-House Prod., Subcontr.) CIFPPMTYPCHAR1CIFPPMTYP
SEGMENTSegment Number for Integration Model APO Interface CIFIMSEGNUMC4NUMC4
POSItem Number for Integration Model APO Interface CIFIMPOSINT410CIFIMPOS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CIF_IMPPM
INTO CORRESPONDING FIELDS OF WA_CIF_IMPPM
WHERE...

How to access SAP table CIF_IMPPM

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