DB2CCMO_OBJERR SAP (DSNACCMO: History of failed utility executions) Table details

Dictionary Type: Table
Description: DSNACCMO: History of failed utility executions




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




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

DB2CCMO_OBJERR is a standard SAP Table which is used to store DSNACCMO: History of failed utility executions data and is available within R/3 SAP systems depending on the version and release level.

The DB2CCMO_OBJERR table consists of various fields, each holding specific information or linking keys about DSNACCMO: History of failed utility executions data available in SAP. These include FUNCT (Function ID for DBA action), OBJECTID (ID of the DB object as input for stored procedure DSNACCMO), STMTID (ID of utility statement as input for stored proc. DSNACCMO), TYPE (DSNACCMO: Type of object for utility invocation).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DB2CCMO_OBJERR table 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
BEGStart of the DBA action SDBA_BEGINCHAR14SDBA_TSTMP
FUNCTFunction ID for DBA action SDBA_FUNCTCHAR3SDBA_FUNCT
OBJECTIDID of the DB object as input for stored procedure DSNACCMO DB2CCOBJIDINT410
STMTIDID of utility statement as input for stored proc. DSNACCMO DB2CCSTMIDINT410
TYPEDSNACCMO: Type of object for utility invocation DB2CCTYPECHAR10CHAR10
NAMEDSNACCMO: Name of the object to be treated DB2CCNAMECHAR31CHAR31
PARTIData set number or partition number DB2CCPARTINT25DB2PART
UTILNAMEUtility specification DB2UTILNAMCHAR20DB2UTILNAM
UTILITYIDUnique identifier for a utility in DB2 DB2UTILIDCHAR16CHAR16
RETCODEDSNACCMO: Highest return code of DSNUTILS for all utilities DB2CCMAXRCINT410

Key field Non-key field



How do I retrieve data from SAP table DB2CCMO_OBJERR using ABAP code

The following ABAP code Example will allow you to do a basic selection on DB2CCMO_OBJERR to SELECT all data from the table
DATA: WA_DB2CCMO_OBJERR TYPE DB2CCMO_OBJERR.

SELECT SINGLE *
FROM DB2CCMO_OBJERR
INTO CORRESPONDING FIELDS OF WA_DB2CCMO_OBJERR
WHERE...

How to access SAP table DB2CCMO_OBJERR

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