SAP CIFRTOMODE CIF Structure for Mode of Runtime Object Table data and field list

CIFRTOMODE 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 "CIF Structure for Mode of Runtime Object" 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_CIFRTOMODE TYPE CIFRTOMODE.

The CIFRTOMODE table consists of various fields, each holding specific information or linking keys about CIF Structure for Mode of Runtime Object data available in SAP. These include DATE_FROM (Date Field for Production Data Structure), DATE_TO (Date Field for Production Data Structure), PROC_INDEX (Table Index of Parts of Production Data Structure), SINGLEFLAG (Inds for the Structures of the Production Data Structure)... 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. .

CIFRTOMODE structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CIFRTOMODE structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the CIFRTOMODE table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MODE_INDXTable Index of Parts of Production Data Structure CIFRTOTABIINT410SYST_LONG
DATE_FROMDate Field for Production Data Structure CIFRTODATEDATS8SYDATS
DATE_TODate Field for Production Data Structure CIFRTODATEDATS8SYDATS
PROC_INDEXTable Index of Parts of Production Data Structure CIFRTOTABIINT410SYST_LONG
SINGLEFLAGInds for the Structures of the Production Data Structure CIFRTOFLAGCHAR1CIFRTOFLAG
MANDATORYInds for the Structures of the Production Data Structure CIFRTOFLAGCHAR1CIFRTOFLAG
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
PLANKEY_EXExternal Plan Key, as of APO Release 3.0 CIFPLNKEYECHAR60CHAR60
VORNR_EXOperation Number CIFVORNRCHAR12CHAR12
AKTNR_EXActivity Number CIFACTNRCHAR40CHAR40
MODUSMode (Relation between Activity and Ressource Requirement) CIFMODUSCHAR5CHAR5
METHODMethod to be Executed During the Transfer of an Object CIFMETHODCHAR1CIFMETHOD
KAPIDCapacity ID KAPIDNUMC8Assigned to domainKAPID
RESNAMEResource Name CIFRESNAMECHAR40CHAR40
LOCNOLocation CIFLOCNOCHAR20CIFLOCNO
LOCTYPEAPO Location Type CIFLOCTYPECHAR4CIFLOCTYPE
UNITUnit of Measurement of Size CIFUNITUNIT3Assigned to domainCUNITMEINS
DUR1Parameter for Duration of Activity (Variable) CIFDUR1QUAN13(3) MENG13
DUR2Parameter for Duration of an Activity (Fixed) CIFDUR2QUAN13(3) MENG13
PENALCost Parameters (Variable) CIFCOST1INT410INT4
TIPPIndicator: Time-Dependent Planning Parameters CIFTIPPCHAR1FLAG
PROD_IN_SHProduce Within a Shift CIFPRDINSHCHAR1FLAG
MAX_SH_BRKMaximum Duration of a Short Break CIFSHRTBRKINT410CIFTIMEDIF
MODE_PRIOPriority for Mode Selection CIFMODPRIOCHAR1CIFMODPRIO
DUR3Parameter for Duration of an Activity (Batch Size) CIFDUR3QUAN13(3) MENG13
BREAK_ALLOCheckbox: Mode Cannot Be Interrupted CIFBRKALLOCHAR1XFELD
SLOT_STARTControl Start of Activities CIFSLSTGRDINT13CIFSLSTGRD
ZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
ADD_INDEXTable Index of Parts of Production Data Structure CIFRTOTABIINT410SYST_LONG
OVERLAPOverlap CIFOVLAPCHAR1CIFOVLAP

Key field Non-key field



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

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

How to access SAP table CIFRTOMODE

Within an ECC or HANA version of SAP you can also view further information about CIFRTOMODE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).