SAP DITSSM SDB: Dialog Table for Symptom linked from solution Table data and field list

DITSSM 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 "SDB: Dialog Table for Symptom linked from solution" 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_DITSSM TYPE DITSSM.

The DITSSM table consists of various fields, each holding specific information or linking keys about SDB: Dialog Table for Symptom linked from solution data available in SAP. These include CLIENT (Client), ISMNR (SDB: Symptom Number), ISMVR (SDB: Version Number), LANGU (Language 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. .

DITSSM 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 DITSSM 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 DITSSM 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
ISYMSELSelection SELECTCHAR1SELKZ
CLIENTClient MANDTCLNT3T000MANDT
ISMNRSDB: Symptom Number ISMNRCHAR12ISMPALPHAISMNRISMNR
ISMVRSDB: Version Number IVERSIONNUMC3Assigned to domainIVERSIONISMVR
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
ISMTXTSDB: Description Symptom ISMTEXTCHAR40TEXT40
INDLTXTObject Long Text Available INDLTXCHAR1CHAR1
TRSTATSDB: Translation Status for the text fields TRSTATCHAR1CHAR1
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERTIMTime, at Which Record Was Added ERZEITTIMS6UHRZT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AETIMTime of Change AEZEITTIMS6UHRZT
FLGDELDelete Data Record KZLOESCHCHAR1CHAR1
COPERSDB: Name of the Contact Person COPERCHAR12USNAM
ISMTPSDB: Symptom Type ISMTPCHAR2T0KBAISMPTISY
APPLARSDB: Application Area APPLARCHAR20T0KBDCHAR20
ISMARTSDB: Symptom Category ISMARTCHAR2T0KBCISMART
VALDTFRMSDB: Validation Date From VALDATFRMDATS8SYDATS
VALDTTOSDB: Validation Date To VALDATTODATS8SYDATS
ISMCATSDB: Catalog Type - Symptom ISMCATCHAR1TQ15QKATART
ISMGRPSDB: Symptom Code Group - Coding ISMGRPCHAR8QPGRQCODEGRP
ISMCODSDB: Coding ISMCODCHAR4QPCDQCODE
ARTPRPriority Type ARTPRCHAR2T356AARTPR
PRIOKPriority PRIOKCHAR1T356PRIOKPRIOK
ISMSTSDB: Symptom Status ISMSTCHAR1ISMST
RBNRCatalog Profile RBNRCHAR9T352BRBNR
OPCATSDB: Catalog type - Problem Location OPCATCHAR1TQ15QKATART
PRCATSDB: Catalog Type - Problem Damage PRCATCHAR1TQ15QKATART
CACATSDB: Catalog type - Causes CACATCHAR1TQ15QKATART
ITEMNRSDB: Trigger Number ITEMNRNUMC4Assigned to domainITEMNR
ISYMICONSDB: Long Text Icon for Symptom ISYMICONCHAR40SYCHAR40
LINKCHANGESDB: Icon Used in Initial Screen to Display/Change a Symptom ISYMLINKCHAR40SYCHAR40
LINKICONSDB: Icon Used in Initial Screen to Display/Change a Symptom ISYMLINKCHAR40SYCHAR40
SCORESDB: Score (weight) returned form the search engine ISMSCOREDEC7(3)
EXPTEXTSDB: Explanation text for search match EXPTEXTCHAR40TEXT40
FLGUPDSDB: Indicator to update the record FLAGUPDCHAR1CHAR1
LINKINXRow Index of Internal Tables SYTABIXINT410SYST_LONG
STTXTSDB: Status text SDBSTTXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table DITSSM

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

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