DB2CCMO_IN1 SAP (History of input table 1 for DB13 jobs executed via DSNACCMO) Table details

Dictionary Type: Table
Description: History of input table 1 for DB13 jobs executed via DSNACCMO




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




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

DB2CCMO_IN1 is a standard SAP Table which is used to store History of input table 1 for DB13 jobs executed via DSNACCMO data and is available within R/3 SAP systems depending on the version and release level.

The DB2CCMO_IN1 table consists of various fields, each holding specific information or linking keys about History of input table 1 for DB13 jobs executed via DSNACCMO 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_IN1 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
RESTARTWhether & at which point a current utility job is restarted DB2RESTARTCHAR8DB2RESTART
UTILNAMEUtility specification DB2UTILNAMCHAR20DB2UTILNAM
TEMPLATEDSNACCMO: Use template dynamic allocation DB2CCTEMPCHAR1CHAR1
RECDSNDataset allocated to the SYSREC DDNAME DB2RECDSNCHAR54DB2DDN
RECDEVTDevice on which the SYSREC dataset resides DB2RECDEVTCHAR8DB2DEVT
RECSPACEPrimary space allocation for the SYSREC dataset (cylinders) DB2RECSPCINT25DB2DDPQTYC
DISCDSNDataset allocated to the SYSDISC DDNAME DB2DISCDSNCHAR54DB2DDN
DISCDEVTDevice on which the SYSDISC dataset resides DB2DISDEVTCHAR8DB2DEVT
DISCSPACEPrimary space allocation for the SYSDISC dataset (cyl.) DB2DISCSPCINT25DB2DDPQTYC
PNCHDSNDataset allocated to the SYSPUNCH DDNAME DB2PNCHDSNCHAR54DB2DDN
PNCHDEVTDevice on which the SYSREC dataset resides DB2PNCDEVTCHAR8DB2DEVT
PNCHSPACEPrimary space allocation for the SYSPNCH dataset (cyl.) DB2PNCHSPCINT25DB2DDPQTYC
COPYDSN1Dataset allocated to the SYSCOPY DDNAME DB2CP1DSNCHAR54DB2DDN
COPYDEVT1Device on which the SYSCOPY dataset resides DB2CP1DEVTCHAR8DB2DEVT
COPYSPACE1Primary space allocation for the SYSCOPY dataset (cyl.) DB2CP1SPCINT25DB2DDPQTYC
COPYDSN2Dataset allocated to the SYSCOPY2 DDNAME DB2CP2DSNCHAR54DB2DDN
COPYDEVT2Device on which the SYSCOPY2 dataset resides DB2CP2DEVTCHAR8DB2DEVT
COPYSPACE2Primary space allocation for the SYSCOPY2 dataset (cyl.) DB2CP2SPCINT25DB2DDPQTYC
RCPYDSN1Dataset allocated to the SYSRCPY1 DDNAME DB2RC1DSNCHAR54DB2DDN
RCPYDEVT1Device on which the SYSRCPY1 dataset resides DB2RC1DEVTCHAR8DB2DEVT
RCPYSPACE1Primary space allocation for the SYSRCPY1 dataset (cyl.) DB2RC1SPCINT25DB2DDPQTYC
RCPYDSN2Dataset allocated to the SYSRCPY2 DDNAME DB2RC2DSNCHAR54DB2DDN
RCPYDEVT2Device on which the SYSRCPY2 dataset resides DB2RC2DEVTCHAR8DB2DEVT
RCPYSPACE2Primary space allocation for the SYSRCPY2 dataset (cyl.) DB2RC2SPCINT25DB2DDPQTYC
WORKDSN1Dataset allocated to the SYSUT1 DDNAME DB2WK1DSNCHAR54DB2DDN
WORKDEVT1Device on which the SYSUT1 dataset resides DB2WK1DEVTCHAR8DB2DEVT
WORKSPACE1Primary space allocation for the SYSUT1 dataset (cyl.) DB2WK1SPCINT25DB2DDPQTYC
WORKDSN2Dataset allocated to the SORTOUT DDNAME DB2WK2DSNCHAR54DB2DDN
WORKDEVT2Device on which the SORTOUT dataset resides DB2WK2DEVTCHAR8DB2DEVT
WORKSPACE2Primary space allocation for the SORTOUT dataset (cyl.) DB2WK2SPCINT25DB2DDPQTYC
MAPDSNDataset allocated to the SYSMAP DDNAME DB2MAPDSNCHAR54DB2DDN
MAPDEVTDevice on which the SYSMAP dataset resides DB2MAPDEVTCHAR8DB2DEVT
MAPSPACEPrimary space allocation for the SYSMAP dataset (cyl.) DB2MAPSPCINT25DB2DDPQTYC
ERRDSNDataset allocated to the SYSERR DDNAME DB2ERRDSNCHAR54DB2DDN
ERRDEVTDevice on which the SYSERR dataset resides DB2ERRDEVTCHAR8DB2DEVT
ERRSPACEPrimary space allocation for the SYSERR dataset (Cyl.) DB2ERRSPCINT25DB2DDPQTYC
FILTRDSNDataset allocated to the FILTER DDNAME DB2FILDSNCHAR54DB2FILDSN
FILTRDEVTDevice on which the FILTER dataset resides DB2FILDEVTCHAR8DB2FILDEVT
FILTRSPACEPrimary space allocation for the SYSERR dataset (Cyl.) DB2FILSPCINT25DB2FILSPC

Key field Non-key field



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

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

SELECT SINGLE *
FROM DB2CCMO_IN1
INTO CORRESPONDING FIELDS OF WA_DB2CCMO_IN1
WHERE...

How to access SAP table DB2CCMO_IN1

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