SAP ICL_DISPLAYED_NOTE_DATA Note: Structure for Display of Note Data Table data and field list

ICL_DISPLAYED_NOTE_DATA 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 "Note: Structure for Display of Note Data" 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_DISPLAYED_NOTE_DATA TYPE ICL_DISPLAYED_NOTE_DATA.

The ICL_DISPLAYED_NOTE_DATA table consists of various fields, each holding specific information or linking keys about Note: Structure for Display of Note Data data available in SAP. These include NOTETYPE (Topic of Claim Note), SUBCLAIM (Subclaim), COMCAT (Category of Communication), COMTYPE (Communication Type Key)... 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. .

ICL_DISPLAYED_NOTE_DATA structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ICL_DISPLAYED_NOTE_DATA 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 ICL_DISPLAYED_NOTE_DATA 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
OBJDESShort description of contents SO_OBJ_DESCHAR50SO_OBJ_DES
NOTETYPETopic of Claim Note ICL_NOTETYPECHAR2Assigned to domainICL_NOTETYPE
SUBCLAIMSubclaim ICL_SUBCLCHAR3Assigned to domainICL_SUBCLICL_SUBCLAIM
COMCATCategory of Communication ICL_COMCATCHAR1ICL_COMCAT
COMTYPECommunication Type Key ICL_COMTYPECHAR1Assigned to domainICL_COMTYPE
COMDATECommunication Date ICL_COMDATEDATS8DATE
SUBCLTYPENSubclaim Type Name ICL_SUBCLTYPENCHAR25TEXT25
CHONAMChanged by SO_CHO_NAMCHAR12USERNAME
SENSITIVITYSensitivity of Note ICL_NOTE_SENSITIVITYCHAR1ICL_NOTE_SENSITIVITY
RESUBMISSIONDate on Which a Note Is Resubmitted ICL_RESUBMISSIONDATS8DATE
COMTIMEStart of Communication: UTC Time ICL_COMTIMESCHAR14TIMESTAMP
COMPARTNERInformer ICL_INFOCHAR10Assigned to domainALPHABU_PARTNER
COMSTATUSStatus of Communication ICL_COMSTATUSCHAR1ICL_COMSTATUS
COMTIMEEUTC Time Stamp: End Time of Communication ICL_COMTIMEECHAR14TIMESTAMP
NOTECALLERCaller ICL_NOTECALLERCHAR12Assigned to domainXUBNAME
COMDATESStart of Communication: Date ICL_COMDATESDATS8DATE
COMTIMESTStart of Communication: Time ICL_COMTIMESTTIMS6TIME
COMDATEEEnd of Communication: Date ICL_COMDATEEDATS8DATE
COMTIMEENDEnd of Communication: Time ICL_COMTIMEENDTIMS6TIME
NOTECALLERLTFull Name of Person AD_NAMTEXTCHAR80TEXT80
COMPARTNERLTShort Name of Informer ICL_INFODESCCHAR50BU_TEXT50
TELNOTECALLERTelephone no.: dialling code+number AD_TLNMBRCHAR30CHAR30
TELNOTECALLEREXTelephone no.: Extension AD_TLXTNSCHAR10CHAR10
TELCOMPARTNERTelephone no.: dialling code+number AD_TLNMBRCHAR30CHAR30
TELCOMPARTNEREXTelephone no.: Extension AD_TLXTNSCHAR10CHAR10
XTELFLAGOutbound Telephone Note ICL_TELFLAGCHAR1XFELD
TEXTSENSIText of Sensitivity (Reading Domain Fixed Value) ICL_TEXTSENSICHAR20TEXT20
AUTHGRPAuthorization Group for Displaying/Changing a Note ICL_AUTHGRP_NOTECHAR4Assigned to domainICL_AUTHGRPICL_AUTHGRP
PRIOPriority of a Note ICL_PRIONUMC1SWD_PRIORI
PRIO_TEXTShort Description or Note on Priority ICL_PRIO_TEXTCHAR60DDTEXT
VALIDSTATUSStatus Key (Validity) of a Note ICL_VALIDSTATUSCHAR1ICL_VALIDSTATUS
VALSTAT_TXTStatus Text (Validity) of a Note ICL_VALSTAT_TXTCHAR60DDTEXT

Key field Non-key field



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

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

How to access SAP table ICL_DISPLAYED_NOTE_DATA

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

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