SAP ABAP Class CL_CRD_COMBREQ_CUSTOMIZE (Maintenance of Combined Requirements)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
ICM (Application Component) Incentive and Commission Management (ICM)
⤷
CRDPRV (Package) Credentialing: Private Objects (DDIC, etc.)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRD_COMBREQ_CUSTOMIZE | Define Details for Credential Requirement | 20070104 |
Properties
| Class | CL_CRD_COMBREQ_CUSTOMIZE | |
| Short Description | Maintenance of Combined Requirements | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRDPRV | Credentialing: Private Objects (DDIC, etc.) |
| Created | 20070104 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CRD_COMBREQ_CUSTOMIZE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CRD_COMBREQ_CUSTOMIZE | Define Details for Credential Requirement | 20070104 |
Friends
Class CL_CRD_COMBREQ_CUSTOMIZE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | CACSVERSION | '000000' | Version of Master Data or Customizing Object | 20070104 | ||
| 2 | Instance attribute | Protected | Type reference (TYPE) | CACSTIMESTAMP | Time Stamp (YYYY.MM.DD hh:mm:ss) | 20070104 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | CRD_S_REQATT | Definition of Assignment Rules | 20070105 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | CRD_TT_APV | Credentialing: Values for Assignment Parameters (Table Type) | 20070104 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | MTY_TT_CHANGE_LOG | History of All Current Changes (Table) | 20070104 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20070104 | |
| 2 | Static method | Public | Method | Creates an Instance | 20070104 | |
| 3 | Instance method | Protected | Method | Read Details | 20070104 | |
| 4 | Instance method | Protected | Method | Change Details | 20070104 |
Events
Class CL_CRD_COMBREQ_CUSTOMIZE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_S_CHANGE_LOG | Protected | See coding | History of All Current Changes (Structure) | 20070104 | BEGIN OF mty_s_change_log,
mandt TYPE mandt,
appl TYPE crdappl,
uuid TYPE sysuuid_c32,
version TYPE cacsversion,
END OF mty_s_change_log
|
|
| 2 | MTY_TT_CHANGE_LOG | Protected | See coding | History of All Current Changes (Table) | 20070104 | mty_tt_change_log TYPE STANDARD TABLE OF mty_s_change_log
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMBREQ | Call by reference | Type reference (TYPE) | CRD_S_COMBREQ | Struktur zu Tabelle TCRD_COMBREQ | 20070104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Customizing | 20070105 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMBREQ | Call by reference | Type reference (TYPE) | CRD_S_COMBREQ | Struktur zu Tabelle TCRD_COMBREQ | 20070104 | |||
| 2 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_CRD_COMBREQ_CUSTOMIZE | Define Details for Credentialing Requirement | 20070104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Customizing | 20070105 |
Method READ_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_APV | Call by reference | Type reference (TYPE) | CRD_S_APV | Legitmierungen: Werte für Zuordnungsparameter (Tabellentyp) | 20070104 | |||
| 2 | ID_TECHTIME | Call by reference | Type reference (TYPE) | CACSTECHTIME | Techn. Gültigkeit (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | 20070104 |
Method READ_DETAIL on class CL_CRD_COMBREQ_CUSTOMIZE has no exception.
Method UPDATE_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_APV | Call by reference | Type reference (TYPE) | CRD_S_APV | Legitmierungen: Werte für Zuordnungsparameter (Struktur) | 20070104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Customizing | 20070105 |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |