SAP ABAP Class CL_HRF_RICH_STRUCT (wrapper class)
Hierarchy
☛
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
⤷
PY-XX-RS (Application Component) Reuse Services for Country Development
⤷
PAOC_CRS_HRFORMS (Package) HR Country reuse services for HRForms
⤷
⤷
Properties
| Class | CL_HRF_RICH_STRUCT | |
| Short Description | wrapper class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PAOC_CRS_HRFORMS | HR Country reuse services for HRForms |
| Created | 20071201 | SAP |
| Last change | 20080505 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRF_RICH_STRUCT has no forward declaration.
Interfaces
Class CL_HRF_RICH_STRUCT has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_HRF_DRAWABLE_TABLE | 20071221 | HRForm application oriented | |
| 2 | CL_HRF_DRAWABLE_TABLE_PAYJNAL | 20071221 | Implementing fuctionality of payjnal | |
| 3 | CL_HRF_DRAWABLE_TABLE_PAYRACC | 20071221 | Implemeting the payracc functionality | |
| 4 | CL_HRF_RICH_TABLE | 20071221 | wrapper table class |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20071201 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20071201 | ||||
| 3 | Instance attribute | Private | See coding | 20071201 | |||||
| 4 | Instance attribute | Private | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | 20071201 | ||||
| 5 | Instance attribute | Private | See coding | 20071201 | |||||
| 6 | Instance attribute | Private | See coding | 20071201 | |||||
| 7 | Instance attribute | Private | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | 20071201 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20071201 |
Methods
Events
Class CL_HRF_RICH_STRUCT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_COMP_INFO | Private | See coding | 20071221 | tt_comp_info TYPE TABLE OF ty_comp_info
|
||
| 2 | TY_COMP_ATTR | Private | See coding | 20071201 | BEGIN OF ty_comp_attr,
idx TYPE i,
comp_name TYPE string,
data_binding TYPE string,
select_opt TYPE ty_select_opt,
END OF ty_comp_attr
|
||
| 3 | TY_COMP_INFO | Private | See coding | 20071221 | BEGIN OF ty_comp_info,
idx TYPE i,
name TYPE string,
type TYPE REF TO cl_abap_typedescr,
type_relative_name TYPE string,
END OF ty_comp_info
|
||
| 4 | TY_SELECT_OPT | Private | See coding | 20071221 | BEGIN OF ty_select_opt,
sign TYPE ddsign,
option TYPE ddoption,
low TYPE string,
high TYPE string,
END OF ty_select_opt
|
Method Signatures
Method ADD_MORE_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMP_NAME | Call by reference | Type reference (TYPE) | STRING | 20071201 | ||||
| 2 | COMP_TYPE | Call by reference | Type reference (TYPE) | STRING | 20071201 |
Method ADD_MORE_COMPONENT on class CL_HRF_RICH_STRUCT has no exception.
Method CLEAR Signature
Method CLEAR on class CL_HRF_RICH_STRUCT has no parameter.
Method CLEAR on class CL_HRF_RICH_STRUCT has no exception.
Method CREATE_BUF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_COMP_TAB | Call by reference | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | 20071201 | ||||
| 2 | OUT_BUF | Value transfer | Object reference (TYPE REF TO) | DATA | 20071201 |
Method CREATE_BUF on class CL_HRF_RICH_STRUCT has no exception.
Method DEFINE_KEY_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY_COMP | Call by reference | Type reference (TYPE) | STRING | 20071201 |
Method DEFINE_KEY_COMPONENT on class CL_HRF_RICH_STRUCT has no exception.
Method DEFINE_KEY_COMPONENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY_FIELD_NAME1 | Call by reference | Type reference (TYPE) | STRING | 20071201 | ||||
| 2 | KEY_FIELD_NAME10 | Call by reference | Type reference (TYPE) | STRING | 20071201 | ||||
| 3 | KEY_FIELD_NAME2 | Call by reference | Type reference (TYPE) | STRING | 20071201 | ||||
| 4 | KEY_FIELD_NAME3 | Call by reference | Type reference (TYPE) | STRING | 20071201 | ||||
| 5 | KEY_FIELD_NAME4 | Call by reference | Type reference (TYPE) | STRING | 20071201 | ||||
| 6 | KEY_FIELD_NAME5 | Call by reference | Type reference (TYPE) | STRING | 20071201 | ||||
| 7 | KEY_FIELD_NAME6 | Call by reference | Type reference (TYPE) | STRING | 20071201 | ||||
| 8 | KEY_FIELD_NAME7 | Call by reference | Type reference (TYPE) | STRING | 20071201 | ||||
| 9 | KEY_FIELD_NAME8 | Call by reference | Type reference (TYPE) | STRING | 20071201 | ||||
| 10 | KEY_FIELD_NAME9 | Call by reference | Type reference (TYPE) | STRING | 20071201 |
Method DEFINE_KEY_COMPONENTS on class CL_HRF_RICH_STRUCT has no exception.
Method GET_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_BUFFER | Call by reference | Object reference (TYPE REF TO) | DATA | 20071201 |
Method GET_BUFFER on class CL_HRF_RICH_STRUCT has no exception.
Method HAS_COMPONENT Signature
Method HAS_COMPONENT on class CL_HRF_RICH_STRUCT has no exception.
Method IDENTIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IDENTIFY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20071201 | ||||
| 2 | IR_STRUCT | Call by reference | Object reference (TYPE REF TO) | DATA | 20071201 |
Method IDENTIFY on class CL_HRF_RICH_STRUCT has no exception.
Method IS_EMPTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_EMPTY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20071201 |
Method IS_EMPTY on class CL_HRF_RICH_STRUCT has no exception.
Method LIKE_LINE_OF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TAB | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20071201 |
Method LIKE_LINE_OF on class CL_HRF_RICH_STRUCT has no exception.
Method MOVE_CORRESPONDING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20071201 |
Method MOVE_CORRESPONDING on class CL_HRF_RICH_STRUCT has no exception.
Method REFRESH_COMP_INFO_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHILD_BUF | Call by reference | Object reference (TYPE REF TO) | DATA | 20071201 | ||||
| 2 | IR_MOTHER_BUF | Call by reference | Object reference (TYPE REF TO) | DATA | 20071201 | ||||
| 3 | IT_INFO_TAB | Call by reference | Type reference (TYPE) | TT_COMP_INFO | 20071201 |
Method REFRESH_COMP_INFO_TAB on class CL_HRF_RICH_STRUCT has no exception.
Method RETRIEVE_COMP_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMP_TAB | Value transfer | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | 20071201 | ||||
| 2 | IM_TAB | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20071201 |
Method RETRIEVE_COMP_TAB on class CL_HRF_RICH_STRUCT has no exception.
Method SET_COMP_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMP | Call by reference | Type reference (TYPE) | STRING | 20071201 | ||||
| 2 | DATA_BINDING | Call by reference | Type reference (TYPE) | STRING | 20071201 | ||||
| 3 | SELECT_OPT | Call by reference | Type reference (TYPE) | TY_SELECT_OPT | 20071201 |
Method SET_COMP_ATTR on class CL_HRF_RICH_STRUCT has no exception.
Method SET_KEY_COMP_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMP | Call by reference | Type reference (TYPE) | STRING | 20071201 |
Method SET_KEY_COMP_TAB on class CL_HRF_RICH_STRUCT has no exception.
Method UPDATE_DELTA_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20071201 |
Method UPDATE_DELTA_COMPONENT on class CL_HRF_RICH_STRUCT has no exception.
Method UPDATE_KEY_COMP_VALUE Signature
Method UPDATE_KEY_COMP_VALUE on class CL_HRF_RICH_STRUCT has no parameter.
Method UPDATE_KEY_COMP_VALUE on class CL_HRF_RICH_STRUCT has no exception.
History
| Last changed by/on | SAP | 20080505 |
| SAP Release Created in |