ICL_DOBJCHAR SAP (Damaged Object: Fields on Screen as Character Fields) Structure details

Dictionary Type: Structure
Description: Damaged Object: Fields on Screen as Character Fields




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




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

ICL_DOBJCHAR 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 "Damaged Object: Fields on Screen as Character Fields" 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_ICL_DOBJCHAR TYPE ICL_DOBJCHAR.

The ICL_DOBJCHAR table consists of various fields, each holding specific information or linking keys about Damaged Object: Fields on Screen as Character Fields data available in SAP. These include SUBCLAIM (Subclaim Number), CREATEDATE (Created on), CREATETIME (Created at), CHANGEDATE (Changed On).. 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)


SAP ICL_DOBJCHAR 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
DAMAGEDOBJDamaged Object ICL_DAMOBJSCHAR4CHAR4
SUBCLAIMSubclaim Number ICL_SUBCLSCHAR3CHAR3
CREATEDATECreated on ICL_CREATEDATESCHAR10CHAR10
CREATETIMECreated at ICL_CREATETIMESCHAR8CHAR8
CHANGEDATEChanged On ICL_CHANGEDATESCHAR10CHAR10
CHANGETIMEChanged at ICL_CHANGETIMESCHAR8CHAR8
LOSSTYPE_NAMEShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
FIRSTREGDate Vehicle First Registered (as Character String) ICL_FIRSTREGSCHAR10CHAR10
INSPDATEInspection Date ICL_INSPDATESCHAR10CHAR10
INSPLOCLocation of Damaged Object ICL_INSPLOCCHAR1ICL_INSPLOC
MAKEYMake Key Number of a Vehicle ICL_MAKEYSCHAR4ALPZEICL_MAKEY
MOKEYModel Key Number ICL_MOKEYSCHAR3ALPZEICL_MOKEY
VEHTYPEType of Damaged or Insured Object ICL_IOBTYPECHAR3TICL302ICL_IOBTYPEICL_IOBTYPE
PROPCATCategory of Insured Object ICL_IOBCATCHAR2TICL300ICL_IOBCAT

Key field Non-key field



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

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

How to access SAP table ICL_DOBJCHAR

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