SAP ABAP Class /BOBF/CL_TOOL_CC_HELPER (Helper class for Contract Compliance Checks)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
     /BOBF/TOOLS (Package) Business Object Processing Framework Tools
Properties
Class /BOBF/CL_TOOL_CC_HELPER  
Short Description Helper class for Contract Compliance Checks    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/TOOLS   Business Object Processing Framework Tools 
Created 20081212   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BOBF/IF_TOOL_CC_PERSISTENCY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class /BOBF/CL_TOOL_CC_HELPER has no interface implemented.
Friends
Class /BOBF/CL_TOOL_CC_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_TYPMAPPING Static Attribute Private Type reference (TYPE) TT_TYPMAPPER 20081212
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20081212
2 DECODE_CALLSTACK Static method Public Method 20081212
3 DECODE_ECATT_INFO Static method Public Method Decods the ecatt information 20081212
4 DECODE_SIGNATURE Static method Public Method 20081212
5 GET_PACKAGE_PROPERTIES Static method Private Method 20081212
6 LOG_DETAILS_AVAILABLE Static method Public Method 20081212
7 QUERY_BO Static method Public Method 20081212
Events
Class /BOBF/CL_TOOL_CC_HELPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_TYPMAPPER Private See coding 20081212 tt_typmapper TYPE STANDARD TABLE OF ty_typmap WITH KEY primary_key COMPONENTS interface method in_or_out
2 TY_GT_SELOPT_AUTHOR Public See coding 20081212 ty_gt_selopt_author TYPE RANGE OF tadir-author
3 TY_GT_SELOPT_BO_CLASSIFICATION Public See coding 20081212 ty_gt_selopt_bo_classification TYPE RANGE OF /BOBF/OBM_OBJCAT
4 TY_GT_SELOPT_BO_NAME Public See coding 20081212 ty_gt_selopt_bo_name TYPE RANGE OF /BOBF/OBM_NAME
5 TY_GT_SELOPT_PACKAGE Public See coding 20081212 ty_gt_selopt_package TYPE RANGE OF tadir-devclass
6 TY_GT_SELOPT_SRCSYSTEM Public See coding 20081212 ty_gt_selopt_srcsystem TYPE RANGE OF tadir-srcsystem
7 TY_GT_SELOPT_SW_COMPONENT Public See coding 20081212 ty_gt_selopt_sw_component TYPE RANGE OF tdevc-dlvunit
8 TY_GT_SELOPT_TRANSP_LAYER Public See coding 20081212 ty_gt_selopt_transp_layer TYPE RANGE OF tdevc-pdevclass
9 TY_TYPMAP Private See coding 20081212 BEGIN OF ty_typmap, interface TYPE string, method TYPE string, in_or_out TYPE /BOBF/TOOL_CC_IN_OUT, typename TYPE string, END OF ty_typmap
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class /BOBF/CL_TOOL_CC_HELPER has no parameter.
Method CLASS_CONSTRUCTOR on class /BOBF/CL_TOOL_CC_HELPER has no exception.

Method DECODE_CALLSTACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CALLSTACK Call by reference Type reference (TYPE) ABAP_CALLSTACK ABAP Call Stack 20081212
2 Importing IV_LOG_UUID Call by reference Type reference (TYPE) UUID Global Unique ID for table 20081212

Method DECODE_CALLSTACK on class /BOBF/CL_TOOL_CC_HELPER has no exception.

Method DECODE_ECATT_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ECATT_INFO Call by reference Type reference (TYPE) /BOBF/S_TOOL_CC_ECATT_INFO Ecatt detail information 20081212
2 Importing IV_LOG_UUID Call by reference Type reference (TYPE) UUID Global Unique ID for table 20081212

Method DECODE_ECATT_INFO on class /BOBF/CL_TOOL_CC_HELPER has no exception.

Method DECODE_SIGNATURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IN_OR_OUT Call by reference Type reference (TYPE) /BOBF/TOOL_CC_IN_OUT BOPF Contract Compliance Check Direction 20081212
2 Exporting EV_PARAMETER_IN Call by reference Object reference (TYPE REF TO) DATA 20081212
3 Exporting EV_PARAMETER_OUT Call by reference Object reference (TYPE REF TO) DATA 20081212
4 Importing IV_LOG_UUID Call by reference Type reference (TYPE) UUID Global Unique ID for table 20081212

Method DECODE_SIGNATURE on class /BOBF/CL_TOOL_CC_HELPER has no exception.

Method GET_PACKAGE_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STRUCTURE_PACKAGE Call by reference Type reference (TYPE) PARENTCL Previous Package 20081212
2 Exporting EV_TRANSPORT_LAYER Call by reference Type reference (TYPE) DEVLAYER Transport Layer in ABAP Workbench 20081212
3 Importing IV_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Package 20081212

Method GET_PACKAGE_PROPERTIES on class /BOBF/CL_TOOL_CC_HELPER has no exception.

Method LOG_DETAILS_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DETAILS_AVAIL Call by reference Type reference (TYPE) /BOBF/T_TOOL_CC_LOG_DET_AVAIL Log detail availability 20081212
2 Importing IT_SEQUENCE Call by reference Type reference (TYPE) /BOBF/T_TOOL_CC_SEQUENCE Log Sequences 20081212

Method LOG_DETAILS_AVAILABLE on class /BOBF/CL_TOOL_CC_HELPER has no exception.

Method QUERY_BO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_BO_NAMES Value transfer Type reference (TYPE) /BOBF/T_FRW_NAME Table of Strings 20081212
2 Importing IT_SELOPT_AUTHOR Call by reference Type reference (TYPE) TY_GT_SELOPT_AUTHOR 20081212
3 Importing IT_SELOPT_BO_CLASSIFICATION Call by reference Type reference (TYPE) TY_GT_SELOPT_BO_CLASSIFICATION 20081212
4 Importing IT_SELOPT_BO_NAME Call by reference Type reference (TYPE) TY_GT_SELOPT_BO_NAME 20081212
5 Importing IT_SELOPT_PACKAGE Call by reference Type reference (TYPE) TY_GT_SELOPT_PACKAGE 20081212
6 Importing IT_SELOPT_SRCSYSTEM Call by reference Type reference (TYPE) TY_GT_SELOPT_SRCSYSTEM 20081212
7 Importing IT_SELOPT_SW_COMPONENT Call by reference Type reference (TYPE) TY_GT_SELOPT_SW_COMPONENT 20081212
8 Importing IT_SELOPT_TRANSP_LAYER Call by reference Type reference (TYPE) TY_GT_SELOPT_TRANSP_LAYER 20081212

Method QUERY_BO on class /BOBF/CL_TOOL_CC_HELPER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702