CIF_MATMOD SAP (Structure for model-dependent parameter in location product) Structure details

Dictionary Type: Structure
Description: Structure for model-dependent parameter in location product




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




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

CIF_MATMOD 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 "Structure for model-dependent parameter in location product" 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_CIF_MATMOD TYPE CIF_MATMOD.

The CIF_MATMOD table consists of various fields, each holding specific information or linking keys about Structure for model-dependent parameter in location product data available in SAP. These include LOCID (Internal location number (customer, supplier or plant)), MATNR (Material Number), LOCTYPE (APO Location Type), LOCNO (Location).. 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: Cannot Be Enhanced


SAP CIF_MATMOD 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
MATIDInternal material number (GUID) APOMATIDCHAR22APOMATID
LOCIDInternal location number (customer, supplier or plant) APOLOCIDCHAR22APOLOCID
MATNRMaterial Number CIFMATNRCHAR40CIFMATNR
LOCTYPEAPO Location Type CIFLOCTYPECHAR4CIFLOCTYPE
LOCNOLocation CIFLOCNOCHAR20CIFLOCNO
MODELModel Name in Supply Chain Network C_MODELIDCHAR22C_MODELID
LSZKYExternal Key for Lot Size Profile in APO CIFLSZKYCHAR10CHAR10
LSZTXDescription of Lot Size Profile CIFLSZTXCHAR20CHAR20
BSTFEFixed lot size BSTFEQUAN13(3) MENG13
BSTMIMinimum Lot Size BSTMIQUAN13(3) MENG13
BSTMAMaximum Lot Size BSTMAQUAN13(3) MENG13
BSTRFRounding value for purchase order quantity BSTRFQUAN13(3) MENG13
AUSSSAssembly scrap in percent AUSSSDEC5(2) DEC3_2
RDPRFRounding profile in APO APORDPRFCHAR8APORDPRF
SVTTYTarget Days' Supply for Material CIFSVTTYDEC11CIFTSTDURN
CATGRPCategory Group CIFCATGRPCHAR3CIFCATGRP
LGKNDLot-size calculation in make-to-order production LGKNDCHAR1LGKND
SL_LSZ_EXAIndicator: Exact Lot Size CIFSLSLZEXCHAR1XFELD
SL_LSZ_FIXIndicator: Fixed Lot Size CIFSLSLZFXCHAR1XFELD
SL_LSZ_RANIndicator: Target Days' Supply for Lot Size Calculation CIFSLSLZRACHAR1XFELD
DPREXSNP: Supply Profile - External CIFSNPSPRXCHAR10CHAR10
DPRTXSNP: Profile Description CIFSNPDSCRCHAR20CHAR20
D1HORSNP: Demand Horizon in Days (Area 1) CIFSNPD1HRDEC3CIFSNPHORI
D2HORSNP: Demand Horizon in Days (Area 2) CIFSNPD2HRDEC3CIFSNPHORI
FCSTHSNP: Forecast Horizon in Days CIFSNPFCSTDEC3CIFSNPHORI
PULLHSNP: Deployment Horizon in Days (PULL) CIFSNPPLLHDEC3CIFSNPHORI
SPREXSNP: Supply Profile - External CIFSNPSPRXCHAR10CHAR10
SPRTXSNP: Profile Description CIFSNPDSCRCHAR20CHAR20
S1HORSNP: Demand Horizon in Days (Area 1) CIFSNPD1HRDEC3CIFSNPHORI
S2HORSNP: Demand Horizon in Days (Area 2) CIFSNPD2HRDEC3CIFSNPHORI
PRODHSNP: Production Horizon in Days CIFSNPPRDHDEC3CIFSNPHORI
SHIPHSNP: Stock Transfer Horizon in Days CIFSNPSHPHDEC3CIFSNPHORI
PUSHHSNP: Deployment Horizon in Days (PUSH) CIFSNPPSHHDEC3CIFSNPHORI
DPLEXSNP: External Deployment Profile CIFSNPDPLXCHAR10CHAR10
DPLTXSNP: Profile Description CIFSNPDSCRCHAR20CHAR20
DPLFSFair Share Rule CIFSNPDPFSCHAR2CIFSNPDPFS
DPLPUIndicator: Push Distribution CIFSNPDPPUCHAR1CIFSNPDPPU
RQMKYExternal Number of Lot Size Profile in Matl Master Record CIFRQMKYCHAR10CHAR10
RQMTXDescription of PP Requirements Profile CIFRQMTXCHAR20CHAR20
VRMODConsumption mode VRMODCHAR1VRMOD
VINT1Consumption period: backward VINT1NUMC3VRINT
VINT2Consumption period: forward VINT2NUMC3VRINT
STRA1Planning strategy STRA1CHAR2Assigned to domainSTRAT
STRA2Planning strategy STRA1CHAR2Assigned to domainSTRAT
STRA3Planning strategy STRA1CHAR2Assigned to domainSTRAT
STRA4Planning strategy STRA1CHAR2Assigned to domainSTRAT
STRA5Planning strategy STRA1CHAR2Assigned to domainSTRAT
SBDKZDependent requirements ind. for individual and coll. reqmts SBDKZCHAR1SBDKZ
GRPRTGR Processing Time GRPRTDEC11CIFTSTDURG
GIPRTGoods Issue Processing Time GIPRTDEC11CIFTSTDURG
SAFTYSafety Stock CIFSAFTYFLTP16(16) FLTP
STOCKInitial Stock APOSTOCKFLTP16(16) FLTP

Key field Non-key field



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

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

How to access SAP table CIF_MATMOD

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