CRMT_DNO_ISSUE_EXT SAP (Issue Data: Solution Manager Integration, Text Fields) Structure details

Dictionary Type: Structure
Description: Issue Data: Solution Manager Integration, Text Fields




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




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

CRMT_DNO_ISSUE_EXT 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: Solution Manager Integration, Text 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_CRMT_DNO_ISSUE_EXT TYPE CRMT_DNO_ISSUE_EXT.

The CRMT_DNO_ISSUE_EXT table consists of various fields, each holding specific information or linking keys about Issue Data: Solution Manager Integration, Text Fields data available in SAP. These include BUSPROCOBJ2_TXT (Description of Business Process Object 2), BUSPROCOBJ3_TXT (Description of Business Process Object 3), BUSPROCOBJ4_TXT (Description of Business Process Object 4), BUSPROCOBJ5_TXT (Description of Business Process Object 5).. 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_EXT 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
BUSPROCOBJ1_TXTDescription of Business Process Object CRMT_DNO_BUSPROCOBJ1_TXTCHAR40TEXT40
BUSPROCOBJ2_TXTDescription of Business Process Object 2 CRMT_DNO_BUSPROCOBJ2_TXTCHAR40TEXT40
BUSPROCOBJ3_TXTDescription of Business Process Object 3 CRMT_DNO_BUSPROCOBJ3_TXTCHAR40TEXT40
BUSPROCOBJ4_TXTDescription of Business Process Object 4 CRMT_DNO_BUSPROCOBJ4_TXTCHAR40TEXT40
BUSPROCOBJ5_TXTDescription of Business Process Object 5 CRMT_DNO_BUSPROCOBJ5_TXTCHAR40TEXT40
STEP1_TXTDescription of Business Process Step 1 CRMT_DNO_STEP1_TXTCHAR40TEXT40
STEP2_TXTDescription of Business Process Step 2 CRMT_DNO_STEP2_TXTCHAR40TEXT40
STEP3_TXTDescription of Business Process Step 3 CRMT_DNO_STEP3_TXTCHAR40TEXT40
STEP4_TXTDescription of Business Process Step 4 CRMT_DNO_STEP4_TXTCHAR40TEXT40
STEP5_TXTDescription of Business Process Step 5 CRMT_DNO_STEP5_TXTCHAR40TEXT40
SWCOMPONENT1_TXTDescription of Software Component CRMT_DNO_SWCOMPONENT1_TXTCHAR40TEXT40
SWCOMPONENT2_TXTDescription of Software Component 2 CRMT_DNO_SWCOMPONENT2_TXTCHAR40TEXT40
SWCOMPONENT3_TXTDescription of Software Component 3 CRMT_DNO_SWCOMPONENT3_TXTCHAR40TEXT40
SWCOMPONENT4_TXTDescription of Software Component 4 CRMT_DNO_SWCOMPONENT4_TXTCHAR40TEXT40
SWCOMPONENT5_TXTDescription of Software Component 5 CRMT_DNO_SWCOMPONENT5_TXTCHAR40TEXT40
PROJECT_TXTProject Description CRMT_DNO_PROJECT_TXTCHAR40TEXT40
SOLUTION_TXTDescription of Solution CRMT_DNO_SOL_TXTCHAR40TEXT40
SESSITXT_SRCService Session Source CRMT_DNO_SESSITXT_SRCCHAR40TEXT40
SESSITXT_TRGService Session Target CRMT_DNO_SESSITXT_TRGCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table CRMT_DNO_ISSUE_EXT

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