SAP ABAP Class CL_FDT_CHANGE_RESTRICTION (BRFplus: Restricting Changes)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_CORE (Package) BRFplus: Core
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_CHANGE_RESTRICTION | BRFplus: Restricting Changes | 20080319 |
Properties
| Class | CL_FDT_CHANGE_RESTRICTION | |
| Short Description | BRFplus: Restricting Changes | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_CORE | BRFplus: Core |
| Created | 20080319 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FDT_CHANGE_RESTRICTION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_CHANGE_RESTRICTION | BRFplus: Restricting Changes | 20080319 |
Friends
Class CL_FDT_CHANGE_RESTRICTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Attribute reference (LIKE) | 20080319 | |||||
| 2 | Instance attribute | Private | Attribute reference (LIKE) | 20080319 | |||||
| 3 | Static Attribute | Private | Type reference (TYPE) | TH_INSTANCE | 20080319 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | RESTRICTION | 20080319 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20080319 | ||
| 2 | Static method | Public | Method | 20080319 |
Events
Class CL_FDT_CHANGE_RESTRICTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | RESTRICTION | Public | Attribute reference (LIKE) | 20080319 | |
||
| 2 | S_INSTANCE | Private | See coding | 20080319 | BEGIN OF S_INSTANCE,
restriction type RESTRICTION,
o_instance type REF TO IF_FDT_CHANGE_RESTRICTION,
END OF s_instance
|
||
| 3 | TH_INSTANCE | Private | See coding | 20080319 | th_instance type HASHED TABLE OF S_INSTANCE
WITH UNIQUE KEY RESTRICTION
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RESTRICTION | Call by reference | Type reference (TYPE) | RESTRICTION | 20080319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20080319 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RESTRICTION | Call by reference | Type reference (TYPE) | RESTRICTION | 20080319 | ||||
| 2 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_FDT_CHANGE_RESTRICTION | BRFplus: Restricting Changes | 20080319 |
Method GET_INSTANCE on class CL_FDT_CHANGE_RESTRICTION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |