SAP ABAP Class CL_CACS_PRC_DB_ITF (Process Control: Database Interface)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
ICM (Application Component) Incentive and Commission Management (ICM)
⤷
CACSPR (Package) ICM: Process Control
⤷
⤷
Properties
| Class | CL_CACS_PRC_DB_ITF | |
| Short Description | Process Control: Database Interface | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CACSPR | ICM: Process Control |
| Created | 20060710 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CACS_PRC_DB_ITF has no forward declaration.
Interfaces
Class CL_CACS_PRC_DB_ITF has no interface implemented.
Friends
Class CL_CACS_PRC_DB_ITF has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CACS_APPLICATION | ICM Application | 20060710 | |||
| 2 | Static Attribute | Protected | Type reference (TYPE) | TT_DB_ITF_LIST | 20060710 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20060710 | |
| 2 | Static method | Public | Method | Factory Method: Generate Database Interface | 20060710 | |
| 3 | Instance method | Public | Method | Read Data for Process Type | 20060710 | |
| 4 | Instance method | Public | Method | Read Description of Processes | 20060713 | |
| 5 | Instance method | Public | Method | Read Process Type | 20070118 |
Events
Class CL_CACS_PRC_DB_ITF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_DB_ITF_LIST | Protected | See coding | 20060710 | tt_db_itf_list TYPE STANDARD TABLE OF ty_db_itf_element
|
||
| 2 | TY_DB_ITF_ELEMENT | Protected | See coding | 20060710 | BEGIN OF ty_db_itf_element,
appl TYPE cacsappl,
object TYPE REF TO cl_cacs_prc_db_itf,
END OF ty_db_itf_element
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Provisionsanwendung | 20060710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Prozessteuerung: Basisklasse Ausnahmebehandlung | 20060710 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Provisionsanwendung | 20060710 | |||
| 2 | RO_PRC_DB_ITF | Value transfer | Object reference (TYPE REF TO) | CL_CACS_PRC_DB_ITF | Prozessteuerung: Datenbankschnittstelle | 20060710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Prozessteuerung: Basisklasse Ausnahmebehandlung | 20060710 |
Method READ_PRC_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_BUSITIME | Call by reference | Type reference (TYPE) | CACSBUSITIME | Fachl. Gültigkeit (Zeitstempel JJJJ.MM.TT hh:mm:ss) | 20060710 | |||
| 2 | ID_PRC_METH | Call by reference | Type reference (TYPE) | CACSPRCMETH | Prozessmethode | 20060710 | |||
| 3 | ID_PRC_TYPE | Call by reference | Type reference (TYPE) | CACSPROCESSTYPE | Prozesstyp | 20060710 | |||
| 4 | ID_TECHTIME | Call by reference | Type reference (TYPE) | CACSTECHTIME | Techn. Gültigkeit (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | 20060710 | |||
| 5 | RS_PRC | Value transfer | Type reference (TYPE) | CACS_S_PRC | Struktur Allgemeine Prozesstypen | 20060710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Prozessteuerung: Basisklasse Ausnahmebehandlung | 20060712 |
Method READ_PRC_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_PRC_METH | Call by reference | Type reference (TYPE) | CACSPRCMETH | Prozessmethode | 20060713 | |||
| 2 | ID_PRC_TYPE | Call by reference | Type reference (TYPE) | CACSPROCESSTYPE | Prozesstyp | 20060713 | |||
| 3 | RD_PRC_DESCR | Value transfer | Type reference (TYPE) | CACSPROCESSDSC | Prozessbeschreibung | 20060713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Prozessteuerung: Basisklasse Ausnahmebehandlung | 20060713 |
Method READ_PRC_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_PRC_TYPE | Call by reference | Type reference (TYPE) | CACSPROCESSTYPE | Prozesstyp | 20070118 | |||
| 2 | RS_PRC_TYPE | Value transfer | Type reference (TYPE) | CACS_S_PRC_TYPE | Prozesstyp (Ausgabestruktur) | 20070118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Prozessteuerung: Basisklasse Ausnahmebehandlung | 20070118 |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |