CRMT_IOBJ_CIC_UI SAP (DO NOT USE! Generic Ind.object UI communication structure) Structure details

Dictionary Type: Structure
Description: DO NOT USE! Generic Ind.object UI communication structure




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




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

CRMT_IOBJ_CIC_UI 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 "DO NOT USE! Generic Ind.object UI communication structure" 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_CRMT_IOBJ_CIC_UI TYPE CRMT_IOBJ_CIC_UI.

The CRMT_IOBJ_CIC_UI table consists of various fields, each holding specific information or linking keys about DO NOT USE! Generic Ind.object UI communication structure data available in SAP. These include PRICE (Price of the vehicle), PRICE_C (Vehicle Price), USEDVEH (Used Vehicle), EXTVEHNO (External Vehicle Number).. 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: Can be enhanced (character-type or numeric)


SAP CRMT_IOBJ_CIC_UI 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
IOBJECT_DESCProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
PRICEPrice of the vehicle ISAM_PRICECURR8(2) ISAM_PRICE
PRICE_CVehicle Price ISAM_PRICE_CCUKY5TCURCWAERS
USEDVEHUsed Vehicle ISAM_USED_VEHICLECHAR1ISAM_USED_VEHICLE
EXTVEHNOExternal Vehicle Number ISAM_EXTERNAL_VEH_NOCHAR35ISAM_EXTERNAL_VEH_NO
INTVEHNOInternal Vehicle Number ISAM_INTERNAL_VEH_NOCHAR10ISAM_INTERNAL_VEH_NO
ALTVEHNOAlternative Identifier for Vehicle ISAM_ALTERNATIVE_NOCHAR35ISAM_ALTERNATIVE_NO
MANUFDATEDate of Vehicle Manufacture ISAM_DATE_OF_MANUFDATS8ISAM_DATE_OF_MANUF
ENGINEKEYEngine Key ISAM_ENGINE_KEYCHAR10ISAM_ENGINE_KEY
ENGPERFOREngine Power ISAM_PERFORMANCEQUAN4ISAM_PERFORMANCE
ENGPERFOR_UEngine Power Unit ISAM_PERFORMANCE_UUNIT3T006CUNITMEINS
CUBICCAPACubic Capacity ISAM_CUBIC_CAPACITYQUAN6(1) ISAM_CUBIC_CAPACITY
CUBICCAPA_UCubic Capacity Unit ISAM_CUBIC_CAPACITY_UUNIT3Assigned to domainCUNITMEINS
FUELTYPEFuel Type ISAM_FUEL_TYPECHAR1ISAM_FUEL_TYPE
TRANSMKEYType of Transmission Key ISAM_TYPE_OF_TRM_KEYCHAR3ISAM_TYPE_OF_TRM_KEY
TRANSMTYPType of Transmission ISAM_TRANSMISSION_TYCHAR10ISAM_TRANSMISSION_TY
INTCOLORVehicle Interior Color ISAM_INTERIOR_COLORCHAR10ISAM_INTERIOR_COLOR
EXTCOLKEYVehicle Exterior Color Key ISAM_EXTER_COLOR_KEYCHAR6ISAM_EXTER_COLOR_KEY
EXTCOLORVehicle Exterior Color ISAM_EXTERIOR_COLORCHAR10ISAM_EXTERIOR_COLOR
REGDATEVehicle Initial Registration Date ISAM_INIT_REG_DATEDATS8ISAM_INIT_REG_DATE
COMMENT1Comment 1 ISAM_COMMENT_1CHAR60ISAM_COMMENT_1
INTCOLKEYVehicle Interior Color Key ISAM_INTER_COLOR_KEYCHAR6ISAM_INTER_COLOR_KEY
VINVehicle Identification Number ISAM_VINCHAR35ISAM_VIN
LPNOVehicle Licence Plate Number ISAM_LICENSEPLATE_NOCHAR15ISAM_LICENSEPLATE_NO
LPCOUNTRVehicle Licence Plate Country ISAM_LIPLATE_COUNTRYCHAR3Assigned to domainLAND1
LPREGIONVehicle Licence Plate Region/State ISAM_LIPLATE_REGIONCHAR3Assigned to domainREGIO
BRANDManufacturer ISAM_BRANDCHAR10ISAM_BRAND
MODELVehicle Model ISAM_MODELCHAR40ISAM_MODEL
MODELKEYModel Key ISAM_MODEL_KEYCHAR10ISAM_MODEL_KEY
MODELSUBTVehicle Model Subtype ISAM_MODEL_SUBTYPECHAR30ISAM_MODEL_SUBTYPE
MODELYEARVehicle Model Year ISAM_MODEL_YEARCHAR4ISAM_MODEL_YEAR
.INCLU-GEN 0
FF0010GENLicense ID Number ISHT_SERIAL_NUMBERCHAR18ISHT_SERIAL_NUMBER
FF0011GENUsers ISHT_USERSNUMC3ISHT_USERS
FF0012GENLicense Type ISHT_LICENSE_TYPECHAR2ISHT_LICENSE_TYPE
FF0013GENRegistration Date ISHT_REG_DATEDATS8ISHT_REG_DATE
FF0014GENAuthorisation Code ISHT_AUTH_CODECHAR15ISHT_AUTH_CODE
FF0015GENSupport Level ISHT_LEVELCHAR2ISHT_LEVEL
FF0016GENMaintenance Expiration Date ISHT_EXP_DATE_MAINDATS8ISHT_EXP_DATE_MAIN
FF0017GENDelivery Mode ISHT_DELIVERY_MODECHAR2ISHT_DELIVERY_MODE
FF0018GENInitial Download ISHT_INIT_DOWNLOADCHAR1ISHT_INIT_DOWNLOAD
FF0019GENLanguage ISHT_LANGUAGECHAR1ISHT_LANGUAGE
FF0020GENBinary Version ISHT_BIN_VERCHAR3ISHT_BIN_VER
FF0021GENMaintenance Expired ISHT_MAINT_EXPIREDCHAR1ISHT_MAINT_EXPIRED
.INCLU-SUB 0
FF0010SUBSubscription Duration (Years) ISHT_DURATIONNUMC1ISHT_DURATION
FF0011SUBSubscription Expiration Date ISHT_EXPIRATION_DATEDATS8ISHT_EXPIRATION_DATE

Key field Non-key field



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

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

How to access SAP table CRMT_IOBJ_CIC_UI

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