CRMT_DNO_ISSUE_DATA SAP (Issue Data: Integration of Solution Manager) Structure details

Dictionary Type: Structure
Description: Issue Data: Integration of Solution Manager




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




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

CRMT_DNO_ISSUE_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 "Issue Data: Integration of Solution Manager" 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_DNO_ISSUE_DATA TYPE CRMT_DNO_ISSUE_DATA.

The CRMT_DNO_ISSUE_DATA table consists of various fields, each holding specific information or linking keys about Issue Data: Integration of Solution Manager data available in SAP. These include SOLNUMB (Solution Number), BUSPROCOBJ1 (Business Process Object), BUSPROCOBJ2 (Business Process Object 2), BUSPROCOBJ3 (Business Process Object 3).. 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_DNO_ISSUE_DATA 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
GUIDSGUID SAP Support DNOT_GUIDSRAW16SYSUUID
SOLNUMBSolution Number CRMT_DNO_SOLNUMBNUMC15CRM_DNO_SOLNUMB
BUSPROCOBJ1Business Process Object CRMT_DNO_BUSPROCOBJ1NUMC10CRM_DNO_ISSUE_OBJ_NO
BUSPROCOBJ2Business Process Object 2 CRMT_DNO_BUSPROCOBJ2NUMC10CRM_DNO_ISSUE_OBJ_NO
BUSPROCOBJ3Business Process Object 3 CRMT_DNO_BUSPROCOBJ3NUMC10CRM_DNO_ISSUE_OBJ_NO
BUSPROCOBJ4Business Process Object 4 CRMT_DNO_BUSPROCOBJ4NUMC10CRM_DNO_ISSUE_OBJ_NO
BUSPROCOBJ5Business Process Object 5 CRMT_DNO_BUSPROCOBJ5NUMC10CRM_DNO_ISSUE_OBJ_NO
STEP1Business Process Step CRMT_DNO_STEP1NUMC10CRM_DNO_ISSUE_OBJ_NO
STEP2Business Process Step 2 CRMT_DNO_STEP2NUMC10CRM_DNO_ISSUE_OBJ_NO
STEP3Business Process Step 3 CRMT_DNO_STEP3NUMC10CRM_DNO_ISSUE_OBJ_NO
STEP4Business Process Step 4 CRMT_DNO_STEP4NUMC10CRM_DNO_ISSUE_OBJ_NO
STEP5Business Process Step 5 CRMT_DNO_STEP5NUMC10CRM_DNO_ISSUE_OBJ_NO
SWCOMPONENT1Software Component CRMT_DNO_SWCOMPONENT1NUMC10CRM_DNO_ISSUE_OBJ_NO
SWCOMPONENT2Software Component 2 CRMT_DNO_SWCOMPONENT2NUMC10CRM_DNO_ISSUE_OBJ_NO
SWCOMPONENT3Software Component 3 CRMT_DNO_SWCOMPONENT3NUMC10CRM_DNO_ISSUE_OBJ_NO
SWCOMPONENT4Software Component 4 CRMT_DNO_SWCOMPONENT4NUMC10CRM_DNO_ISSUE_OBJ_NO
SWCOMPONENT5Software Component 5 CRMT_DNO_SWCOMPONENT5NUMC10CRM_DNO_ISSUE_OBJ_NO
PROJECTNUMBProject Number CRMT_DNO_PROJECTNOCHAR10ALPHACRM_DNO_PROJECTNO
ROLLOUTPHASERollout Phase CRMT_DNO_ROLLOUTPHNUMC10CRM_DNO_ISSUE_OBJ_NO
SESSINO_SRCService Session Source (Session Number) CRMT_DNO_SESSINO_SRCCHAR13CRM_DNO_SESSINO_SRC
SESSITYPE_SRCService Session Category - Source CRMT_DNO_SESSITYPE_SRCCHAR2CRM_DNO_SESSITYPE_SRC
SESSINO_TRGService Session Target (Session Number) CRMT_DNO_SESSINO_TRGCHAR13CRM_DNO_SESSINO_TRG
SESSITYPE_TRGService Session Category - Target CRMT_DNO_SESSITYPE_TRGCHAR2CRM_DNO_SESSITYPE_TRG

Key field Non-key field



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

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

How to access SAP table CRMT_DNO_ISSUE_DATA

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


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!