DISMP SAP (SDB: Dialog Table for Symptom) Structure details

Dictionary Type: Structure
Description: SDB: Dialog Table for Symptom




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




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

DISMP 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" 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_DISMP TYPE DISMP.

The DISMP table consists of various fields, each holding specific information or linking keys about SDB: Dialog Table for Symptom data available in SAP. These include CLIENT (Client), ISMNR (SDB: Symptom Number), ISMVR (SDB: Version Number), COPER (SDB: Name of the Contact Person).. 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 DISMP 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
CLIENTClient MANDTCLNT3T000MANDT
ISMNRSDB: Symptom Number ISMNRCHAR12Assigned to domainALPHAISMNRISMNR
ISMVRSDB: Version Number IVERSIONNUMC3Assigned to domainIVERSIONISMVR
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
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
OBJNRObject Number for Status Management QMOBJNRCHAR22ONR00J_OBJNR
SISMNRSDB: Symptom Number ISMNRCHAR12Assigned to domainALPHAISMNRISMNR
SISMVRSDB: Version Number IVERSIONNUMC3Assigned to domainIVERSIONISMVR
RISMNRSDB: Reference Symptom number RISMNRCHAR12Assigned to domainALPHAISMNRRISMNR
RISMVRSDB: Version Number IVERSIONNUMC3Assigned to domainIVERSIONISMVR
LISMNRSDB: Symptom Number ISMNRCHAR12Assigned to domainALPHAISMNRISMNR
LISMVRSDB: Version Number IVERSIONNUMC3Assigned to domainIVERSIONISMVR
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
ISMPTXSDB: Text of Symptom Type ISMPTXCHAR40CHAR40
ACTYPActivity category in SAP transaction AKTYPCHAR1AKTYP
ISMLICONSDB: Long Text Icon for Symptom ISMLICONCHAR40SYCHAR40
ISMSICONSDB: Dynamic Icon for Status Management ISSMICONCHAR40SYCHAR40
RBNRXCatalog Profile Text RBNRXCHAR30TEXT30
STTXTSDB: Status text SDBSTTXTCHAR40TEXT40
USTAXUser Status Active QMASTEXCHAR1KREUZ
USTTXTField displaying user status CO_ASTTXCHAR40CHAR40
TXTSYGRShort Text for Coding TXTCDQMCHAR80QTEXT80
TXTSYCDShort Text for Coding TXTCDQMCHAR80QTEXT80
TXTSTATCharacter field of length 40 CHAR40CHAR40CHAR40
TXTSMARTSDB: Text Symptom Category TXTSMARTCHAR40TEXT40
TXTPRIPriority Text PRIOKXCHAR20TEXT20
TXTAPPLARSDB: Text of Application Area TXTAPPLARCHAR40TEXT40
FLGUPDSDB: Indicator to update the record FLAGUPDCHAR1CHAR1
FLGPOSTSDB: Indicator to update the record FLAGUPDCHAR1CHAR1
ISMTXTSDB: Description Symptom ISMTEXTCHAR40TEXT40
ITOPCNTNatural Number INT4INT410INT4
ITPRCNTNatural Number INT4INT410INT4
ITCACNTNatural Number INT4INT410INT4
ICONEXPSDB: Icon to Toggle between Expanded and Collapsed Screens ICONEXPCHAR40SYCHAR40
FLGCALSDB: Indicator to show from where it is called FLGCALCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table DISMP

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