SAP ABAP Class CL_GRRM_ENTITY_CLEANUP_MODEL (Class to reflect on selection changes.)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_UTIL_DELETE (Package) Service infrastructure of mass deletion

⤷

⤷

Properties
Class | CL_GRRM_ENTITY_CLEANUP_MODEL | |
Short Description | Class to reflect on selection changes. | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRRM_UTIL_DELETE | Service infrastructure of mass deletion |
Created | 20081110 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRRM_ENTITY_CLEANUP_MODEL has no forward declaration.
Interfaces
Class CL_GRRM_ENTITY_CLEANUP_MODEL has no interface implemented.
Friends
Class CL_GRRM_ENTITY_CLEANUP_MODEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRRM_CLEANUP_MANAGER | Central singleton class for entity and dependency descript. | 20081110 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_ENTITY_COUNT | Contains counters for entities. | 20081124 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRRM_T_TRANS_ENTITY_INFO | Contains entity information for cleanup report. | 20081110 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_UI_ENTITY_INIT | Initial status data for entities. | 20081120 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_XFLAG | Determines whether visibility attribute should be ignored. | 20081120 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Initializes the object. | 20081110 |
2 | ![]() |
Instance method | Public | Method | Executes the deletion. | 20081121 |
3 | ![]() |
Instance method | Public | Method | Returns the new count data after the deletion. | 20081124 |
4 | ![]() |
Instance method | Public | Method | Returns the entities. | 20081110 |
5 | ![]() |
Instance method | Public | Method | Returns possible status for an entity. | 20081110 |
6 | ![]() |
Instance method | Public | Method | Determines and returns initial status for selection. | 20081119 |
7 | ![]() |
Instance method | Public | Method | Sets selection status for an entity. | 20081110 |
Events
Class CL_GRRM_ENTITY_CLEANUP_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_ENTITY_COUNT | Public | See coding | 20081124 | BEGIN OF ys_entity_count,
entity_id TYPE grfn_api_entity_id,
start_count TYPE i,
remaining_count TYPE i,
deleted_count TYPE i,
END OF ys_entity_count
|
||
2 | YS_UI_ENTITY_INIT | Public | See coding | 20081119 | BEGIN OF Ys_UI_ENTITY_INIT,
entity_id TYPE grfn_api_entity_id,
entity_text TYPE string,
partial TYPE grfn_xflag,
minimum TYPE c LENGTH 1,
maximum TYPE c LENGTH 1,
count TYPE i,
END OF ys_ui_entity_init
|
||
3 | YS_UI_ENTITY_STATUS | Public | See coding | 20081120 | BEGIN OF ys_ui_entity_status,
entity_id TYPE grfn_api_entity_id,
selected TYPE c LENGTH 1,
absolute_enabled TYPE grfn_xflag,
partial_enabled TYPE grfn_xflag,
none_enabled TYPE grfn_xflag,
END OF ys_ui_entity_status
|
||
4 | YT_ENTITY_COUNT | Public | See coding | 20081124 | yt_entity_count TYPE STANDARD TABLE OF ys_entity_count
|
||
5 | YT_UI_ENTITY_INIT | Public | See coding | 20081119 | yt_ui_entity_init TYPE STANDARD TABLE OF ys_ui_entity_init
|
||
6 | YT_UI_ENTITY_STATUS | Public | See coding | 20081120 | yt_ui_entity_status TYPE STANDARD TABLE OF ys_ui_entity_status
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_GRRM_ENTITY_CLEANUP_MODEL has no parameter.
Method CONSTRUCTOR on class CL_GRRM_ENTITY_CLEANUP_MODEL has no exception.
Method EXECUTE_DELETION Signature
Method EXECUTE_DELETION on class CL_GRRM_ENTITY_CLEANUP_MODEL has no parameter.
Method EXECUTE_DELETION on class CL_GRRM_ENTITY_CLEANUP_MODEL has no exception.
Method GET_COUNT_AFTER_DELETION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_COUNTER | Value transfer | Type reference (TYPE) | YT_ENTITY_COUNT | 20081124 |
Method GET_COUNT_AFTER_DELETION on class CL_GRRM_ENTITY_CLEANUP_MODEL has no exception.
Method GET_ENTITIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ENTITIES | Value transfer | Type reference (TYPE) | GRRM_T_TRANS_ENTITY_INFO | Contains entity information for cleanup report. | 20081110 |
Method GET_ENTITIES on class CL_GRRM_ENTITY_CLEANUP_MODEL has no exception.
Method GET_ENTITY_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENTITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20081110 | ||
2 | ![]() |
RV_STATUS | Value transfer | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20081110 |
Method GET_ENTITY_STATUS on class CL_GRRM_ENTITY_CLEANUP_MODEL has no exception.
Method GET_INITIAL_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | YT_UI_ENTITY_INIT | 20081119 |
Method GET_INITIAL_STATUS on class CL_GRRM_ENTITY_CLEANUP_MODEL has no exception.
Method SET_ENTITY_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_UPDATES | Call by reference | Type reference (TYPE) | YT_UI_ENTITY_STATUS | 20081120 | |||
2 | ![]() |
EV_OK | Value transfer | Type reference (TYPE) | GRFN_XFLAG | New Input Values | 20081120 | ||
3 | ![]() |
IV_DELETION_STATUS | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20081110 | ||
4 | ![]() |
IV_ENTITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20081110 |
Method SET_ENTITY_STATUS on class CL_GRRM_ENTITY_CLEANUP_MODEL has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |