SAP ABAP Class CL_CACS_DET_SRV_DFIES (Determination: Service Class for Dictionary Field Structure)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
ICM (Application Component) Incentive and Commission Management (ICM)
⤷
CACSDM (Package) ICM: Determination Methods

⤷

⤷

Properties
Class | CL_CACS_DET_SRV_DFIES | |
Short Description | Determination: Service Class for Dictionary Field Structure | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | CACSDET | |
Program status | ||
Category | 0 | |
Package | CACSDM | ICM: Determination Methods |
Created | 20051116 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CACS_DET_SRV_DFIES has no interface implemented.
Friends
Class CL_CACS_DET_SRV_DFIES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | DFIES_BUFFER_TABLE_TYPE | 20051116 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Check Dictionary Field Structure | 20051116 |
2 | ![]() |
Static method | Public | Method | Get Dictionary Field Structure | 20051116 |
Events
Class CL_CACS_DET_SRV_DFIES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | DFIES_BUFFER_TABLE_TYPE | Public | See coding | 20051116 | dfies_buffer_table_type TYPE SORTED TABLE OF dfies_buffer_type
WITH UNIQUE KEY tabname
|
||
2 | DFIES_BUFFER_TYPE | Public | See coding | 20051116 | BEGIN OF dfies_buffer_type,
tabname TYPE tabname,
dfies TYPE cacs_dfies_tab,
END OF dfies_buffer_type
|
Method Signatures
Method CHECK_DFIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20051116 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20051116 |
Method GET_DFIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DFIES | Call by reference | Type reference (TYPE) | CACS_DFIES_TAB | Tabellentyp zur Struktur 'DFIES' | 20051116 | ||
2 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20051116 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20051116 |
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 700 |