/BOBF/TOOL_CCCHM SAP (BOPF Contract Compliance Check Messages) Table details

Dictionary Type: Table
Description: BOPF Contract Compliance Check Messages




ABAP Code to SELECT data from /BOBF/TOOL_CCCHM
Related tables to /BOBF/TOOL_CCCHM
Access table /BOBF/TOOL_CCCHM




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

/BOBF/TOOL_CCCHM is a standard SAP Table which is used to store BOPF Contract Compliance Check Messages data and is available within R/3 SAP systems depending on the version and release level.

The /BOBF/TOOL_CCCHM table consists of various fields, each holding specific information or linking keys about BOPF Contract Compliance Check Messages data available in SAP. These include CHECK_MSG_UUID (NodeID), CHECK_MSG_ID (BOPF Contract Compliance Check Message ID), CHECK_UUID (Global Unique ID for table), DEFAULT_SEVERITY (Message Type).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BOBF/TOOL_CCCHM 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
CHECK_IDConmpliance Check ID /BOBF/TOOL_CC_CHECK_IDCHAR15
CHECK_MSG_UUIDNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
CHECK_MSG_IDBOPF Contract Compliance Check Message ID /BOBF/TOOL_CC_CHECK_MSG_IDCHAR10
CHECK_UUIDGlobal Unique ID for table UUIDRAW16UUID
DEFAULT_SEVERITYMessage Type SYMSGTYCHAR1SYCHAR01
SEVERITYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO

Key field Non-key field



How do I retrieve data from SAP table /BOBF/TOOL_CCCHM using ABAP code

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

SELECT SINGLE *
FROM /BOBF/TOOL_CCCHM
INTO CORRESPONDING FIELDS OF WA_/BOBF/TOOL_CCCHM
WHERE...

How to access SAP table /BOBF/TOOL_CCCHM

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