SAP ABAP Class CL_CRM_CHECK_PROFILE (Check Results Management: Check Profile)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
     S_CHECK_RESULT_MANAGEMENT (Package) SAP ONLY: Check Internal Guidelines - Basic Module
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CRM_GLOBAL Check Results Management: Global Information 20000523
Properties
Class CL_CRM_CHECK_PROFILE  
Short Description Check Results Management: Check Profile    
Super Class CL_CRM_GLOBAL Check Results Management: Global Information 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_CHECK_RESULT_MANAGEMENT   SAP ONLY: Check Internal Guidelines - Basic Module 
Created 19991015   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CRM_CHECK_PROFILE has no interface implemented.
Friends
Class CL_CRM_CHECK_PROFILE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHECK_PROFILE_ID Instance attribute Public Type reference (TYPE) CRMCHKPRF-CHKPRFID Check Profile ID 19991022
2 CHKPRF Instance attribute Protected Type reference (TYPE) TY_CHECK_PROFILE CHKPRF 19991018
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_CHECK_PROFILE Instance method Public Method Delete Check Profile 19991015
2 DEQUEUE_PROFILE_ID Instance method Public Method Unlock Check Profile ID 19991021
3 ENQUEUE_PROFILE_ID Instance method Public Method Lock Check Profile ID 19991021
4 GET_CHECK_PROFILES Instance method Public Method Read Check Profile 19991020
5 GET_CHECK_PROFILE_ATTRIBUTES Instance method Public Method Read Attributes of Check Profile 19991022
6 INSERT_CHECK_PROFILE Instance method Public Method Add New Check Profile 19991015
7 SET_CHECK_PROFILE Instance method Public Method Choose Check Profile 19991015
8 UPDATE_DATABASE Instance method Public Method Update Check Profile on Database 19991015
Events
Class CL_CRM_CHECK_PROFILE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CHECK Protected See coding TY_CHECK 19991022
2 TY_CHECK_PROFILE Protected See coding Check Profile 19991015
Method Signatures

Method DELETE_CHECK_PROFILE Signature

Method DELETE_CHECK_PROFILE on class CL_CRM_CHECK_PROFILE has no parameter.
Method DELETE_CHECK_PROFILE on class CL_CRM_CHECK_PROFILE has no exception.

Method DEQUEUE_PROFILE_ID Signature

Method DEQUEUE_PROFILE_ID on class CL_CRM_CHECK_PROFILE has no parameter.
Method DEQUEUE_PROFILE_ID on class CL_CRM_CHECK_PROFILE has no exception.

Method ENQUEUE_PROFILE_ID Signature

Method ENQUEUE_PROFILE_ID on class CL_CRM_CHECK_PROFILE has no parameter.
# Exception Resumable Description Created on
1 FOREIGN_LOCK Objekt ist bereits gesperrt 19991021
2 INTERNAL_ERROR Interner Fehler vom Enqueue-Server 19991021

Method GET_CHECK_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CHECK_PROFILES Call by reference Type reference (TYPE) CRM_CHECK_PROFILE_REFS Checkprofile 19991020
# Exception Resumable Description Created on
1 CHECK_PROFILES_NOT_FOUND Keine Check-Profile gefunden 19991020

Method GET_CHECK_PROFILE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CHECKS Call by reference Type reference (TYPE) CRM_CHECK_REFS Checks 19991022
2 Exporting EX_CHECK_PROFILE_ID Call by reference Type reference (TYPE) CRMCHKPRF-CHKPRFID Id des Checkprofiles 19991022
3 Exporting EX_DESCRIPTION Call by reference Type reference (TYPE) CRMCHKPRFT-TXTCHKPRF Beschreibung des Checkprofils 19991022
# Exception Resumable Description Created on
1 PROFILE_NOT_FOUND Checkprofil wurde nicht gefunden 19991022

Method INSERT_CHECK_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHECKS Call by reference Type reference (TYPE) CRM_CHECK_REFS Checks des Checkprofiles 19991018
2 Importing IM_CHECK_PROFILE_ID Call by reference Type reference (TYPE) CRMCHKPRF-CHKPRFID Id des Checkprofiles 19991018
3 Importing IM_DESCRIPTION Call by reference Type reference (TYPE) CRMCHKPRFT-TXTCHKPRF Beschreibung des Checkprofiles 19991018
# Exception Resumable Description Created on
1 CHECK_ID_INVALID Check-Ids nicht korrekt 19991018
2 PROFILE_DESCRIPTION_INVALID Prüfprofil-Beschreibung nicht korrekt 19991018
3 PROFILE_EMPTY Prüfprofil ohne Checks 19991018
4 PROFILE_ID_ALREADY_EXISTS Prüfprofil-Id existiert schon 19991018
5 PROFILE_ID_INVALID Prüfprofil-Id ist nicht korrekt 19991018

Method SET_CHECK_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHECK_PROFILE_ID Call by reference Type reference (TYPE) CRMCHKPRF-CHKPRFID Id des Checkprofiles 19991018
# Exception Resumable Description Created on
1 PROFILE_CONTAINS_NO_CHECKS Checkprofil enthält keine Checks 19991026
2 PROFILE_ID_NOT_FOUND Checkprofil-Id wurde nicht gefunden 19991018

Method UPDATE_DATABASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WITH_COMMIT_WORK Call by reference Type reference (TYPE) CHAR1 Commit work durchführen 19991018
# Exception Resumable Description Created on
1 FAILED Datenbankaktualisierung konnte nicht durchgeführt werden 19991018
History
Last changed by/on SAP  20130531 
SAP Release Created in