SAP ABAP Class CL_SCC_ASSIGNMENT (Check Configuration Assignment)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
⤷
SCC_API (Package) SCC: API
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SCC_ASSIGNMENT | Check Configuration Assignment | 20081110 |
Properties
| Class | CL_SCC_ASSIGNMENT | |
| Short Description | Check Configuration Assignment | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCC_API | SCC: API |
| Created | 20081110 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SCC_ASSIGNMENT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SCC_ASSIGNMENT | Check Configuration Assignment | 20081110 |
Friends
Class CL_SCC_ASSIGNMENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_CHECK_RULE_ELEMS | Check Configuration Rule Elements (Cache) | 20090211 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_DEVCLASS_TO_CHECK_RULES | Check Configuration Rule Assignments (Cache) | 20090211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Returns Check Configuration | 20090211 | |
| 2 | Instance method | Private | Method | Returns Check Configuration Rule | 20090211 |
Events
Class CL_SCC_ASSIGNMENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CHECK_RULE_ELEM | Private | See coding | Check Configuration Rule Element | 20090211 | begin of ty_check_rule_elem,
check_rule type scc_rule_id,
date_from type scc_date_from,
check_config type scc_config_id_sstring,
end of ty_check_rule_elem
|
|
| 2 | TY_CHECK_RULE_ELEMS | Private | See coding | Check Configuration Rule Elements | 20090211 | ty_check_rule_elems type sorted table of ty_check_rule_elem with unique key check_rule date_from
|
|
| 3 | TY_DEVCLASS_TO_CHECK_RULE | Private | See coding | Check Configuration Rule Assignment | 20090211 | begin of ty_devclass_to_check_rule,
devclass type devclass,
check_rule type scc_rule_id,
end of ty_devclass_to_check_rule
|
|
| 4 | TY_DEVCLASS_TO_CHECK_RULES | Private | See coding | Check Configuration Rule Assignments | 20090211 | ty_devclass_to_check_rules type hashed table of ty_devclass_to_check_rule with unique key devclass
|
Method Signatures
Method GET_CHECK_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_DATE | Call by reference | Type reference (TYPE) | SCC_DATE | Prüfdatum | 20090211 | |||
| 2 | CHECK_RULE | Call by reference | Type reference (TYPE) | SCC_RULE_ID | Prüfkonfigurationsregel | 20090211 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | SCC_CONFIG_ID_SSTRING | zugeordnete Prüfkonfiguration | 20090211 |
Method GET_CHECK_CONFIG on class CL_SCC_ASSIGNMENT has no exception.
Method GET_CHECK_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEVCLASS | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20090211 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | SCC_RULE_ID | zugeordnete Prüfkonfigurationsregel | 20090211 |
Method GET_CHECK_RULE on class CL_SCC_ASSIGNMENT has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 720 |