SAP ABAP Class IF_SALV_WD_CMP_USAGE (Component Usage)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SALV_WD_CMP_USAGE | Component Usage | 20090227 |
Properties
| Class | IF_SALV_WD_CMP_USAGE | |
| Short Description | Component Usage | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090227 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SALV_WD_CMP_USAGE has no forward declaration.
Interfaces
Class IF_SALV_WD_CMP_USAGE has no interface implemented.
Friends
Class IF_SALV_WD_CMP_USAGE has no friend class.
Attributes
Class IF_SALV_WD_CMP_USAGE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Component Usage | 20090227 | |
| 2 | Instance method | Public | Method | Create Component Usage | 20090227 | |
| 3 | Instance method | Public | Method | Delete Component Usage | 20090227 | |
| 4 | Instance method | Public | Method | Free Component Usage | 20090525 | |
| 5 | Instance method | Public | Method | Get Component Usage | 20090227 | |
| 6 | Instance method | Public | Method | Is Component Usage Active | 20090227 |
Events
Class IF_SALV_WD_CMP_USAGE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_COMPONENT_USAGE | Public | See coding | Component Usage | 20090227 | begin of ys_component_usage,
id type string,
r_cmp_usage type ref to if_wd_component_usage,
end of ys_component_usage
|
|
| 2 | YT_COMPONENT_USAGE | Public | See coding | Component Usages | 20090227 | yt_component_usage type sorted table of ys_component_usage with unique key id
|
Method Signatures
Method ADD_COMPONENT_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20090227 | ||||
| 2 | R_CMP_USAGE | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE | Web Dynpro: Component Usage | 20090227 |
Method ADD_COMPONENT_USAGE on class IF_SALV_WD_CMP_USAGE has no exception.
Method CREATE_COMPONENT_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20090227 | ||||
| 2 | R_INTERFACE | Value transfer | Object reference (TYPE REF TO) | OBJECT | 20090227 |
Method CREATE_COMPONENT_USAGE on class IF_SALV_WD_CMP_USAGE has no exception.
Method DELETE_COMPONENT_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20090227 |
Method DELETE_COMPONENT_USAGE on class IF_SALV_WD_CMP_USAGE has no exception.
Method FREE Signature
Method FREE on class IF_SALV_WD_CMP_USAGE has no parameter.
Method FREE on class IF_SALV_WD_CMP_USAGE has no exception.
Method GET_COMPONENT_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20090227 | ||||
| 2 | VALUE | Value transfer | Type reference (TYPE) | YS_COMPONENT_USAGE | 20090227 |
Method GET_COMPONENT_USAGE on class IF_SALV_WD_CMP_USAGE has no exception.
Method IS_COMPONENT_USAGE_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20090227 | ||||
| 2 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090227 |
Method IS_COMPONENT_USAGE_ACTIVE on class IF_SALV_WD_CMP_USAGE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |