CIF_S_DISP_IM SAP (Structure for Displaying Integration Models in CIF) Structure details

Dictionary Type: Structure
Description: Structure for Displaying Integration Models in CIF




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




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

CIF_S_DISP_IM 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 Displaying Integration Models in CIF" 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_S_DISP_IM TYPE CIF_S_DISP_IM.

The CIF_S_DISP_IM table consists of various fields, each holding specific information or linking keys about Structure for Displaying Integration Models in CIF data available in SAP. These include LOGSYS (Logical system), APOAPP (Name of APO Application), CRDATE (Created on), CRTIME (Calendar: Creation or change time).. 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_S_DISP_IM 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
MODELNAMEIntegration Model Name for APO Interface CIFIMMODNMCHAR10CIFIMMODNM
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
APOAPPName of APO Application APOAPPCHAR10APOAPP
CRDATECreated on CRDATEDATS8DATUM
CRTIMECalendar: Creation or change time CRTIMETIMS6UZEIT
CRUSERCreated by CRUSERCHAR12UNAME
ACTIVEIntegration Model Status CIFIMACTFLAGCHAR1CIFACTFLAG
ACTIVE_ICONText (30 Characters) TEXT30CHAR30TEXT30
BEFOREStatus of Integration Model Before Activation CIFIMBEFORECHAR1CIFACTFLAG
BEFORE_ICONText (30 Characters) TEXT30CHAR30TEXT30
AFTERStatus of Integration Model After Activation CIFIMAFTERCHAR1CIFACTFLAG
AFTER_ICONText (30 Characters) TEXT30CHAR30TEXT30
NUM_OBJECTS1Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS2Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS3Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS4Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS5Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS6Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS7Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS8Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS9Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS10Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS11Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS12Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS13Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS14Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS15Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS16Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS17Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS18Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS19Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS20Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS21Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS22Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS23Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS24Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS25Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS26Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS27Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS28Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS29Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS30Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS31Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS32Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS33Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS34Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS35Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS36Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS37Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS38Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS39Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS40Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS41Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS42Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS43Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS44Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS45Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS46Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS47Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS48Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS49Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS50Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS51Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS52Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS53Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS54Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4
NUM_OBJECTS55Number of Filter Objects in Integration Model CIFIMODNUMINT410INT4

Key field Non-key field



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

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

How to access SAP table CIF_S_DISP_IM

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