SAP ABAP Class CL_WER_FIELD_SELECTOR (Select one field from structure)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-MD-MM (Application Component) Material Master
⤷
WER_UI (Package) User Interface

⤷

⤷

Properties
Class | CL_WER_FIELD_SELECTOR | |
Short Description | Select one field from structure | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WER_UI | User Interface |
Created | 20060714 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_WER_FIELD_SELECTOR has no interface implemented.
Friends
Class CL_WER_FIELD_SELECTOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | See coding | 'FIELDSEL_CONTAINER' | 20061111 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SALV_NODES | Unique Item field identifier (GUID) | 20061112 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SALV_TREE | Basis Class for Tree Structure | 20061112 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WER_ITEM_FIELDS_TTY | Boolean: true = X and false = SPACE | 20061112 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WER_ITEM_FIELDS_TTY | Fields not to display | 20061112 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WER_ITEM_FIELDS_TTY | Table type for the database table wer_item_fields. | 20061112 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WER_ITEM_FIELD_ID | Unique Item field identifier (GUID) | 20061112 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WER_ITEM_FIELD_ID | All Items fields | 20061112 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SALV_DE_NODE_KEY | Root node Key | 20070716 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_TRUE | Boolean: true = X and false = SPACE | 20070109 | |
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WER_ITEM_FIELD_ID | Item field to select | 20070109 | ||
12 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in the Screen Area | 20061112 | ||
13 | ![]() |
Static Attribute | Private | Type reference (TYPE) | WER_FIELD_SELECTOR_OBJ_TTY | Instances table | 20060714 | ||
14 | ![]() |
Static Attribute | Private | Type reference (TYPE) | WER_BOOL | Allow leaf selection | 20060717 | ||
15 | ![]() |
Static Attribute | Private | Type reference (TYPE) | WER_BOOL | Allow node selection (not leaf node ) | 20060717 | ||
16 | ![]() |
Static Attribute | Private | Type reference (TYPE) | WER_BOOL | True: display mode | 20060714 | ||
17 | ![]() |
Static Attribute | Private | Type reference (TYPE) | WER_ITEM_FIELD_ID | Unique Item field identifier (GUID) | 20060714 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Add children field node | 20060714 |
2 | ![]() |
Instance method | Private | Method | Add one node to tree | 20060714 |
3 | ![]() |
Instance method | Private | Method | Add all nodes included in the selected field | 20070809 |
4 | ![]() |
Instance method | Public | Constructor | 20061112 | |
5 | ![]() |
Instance method | Private | Method | Triggers tree display | 20060714 |
6 | ![]() |
Instance method | Private | Method | Expand tree first level | 20070716 |
7 | ![]() |
Instance method | Private | Method | Fill tree with nodes | 20060714 |
8 | ![]() |
Static method | Private | Method | returns object reference corresponding to item | 20060714 |
9 | ![]() |
Instance method | Private | Method | Retreives selected field | 20060715 |
10 | ![]() |
Instance method | Private | Method | Returns predefined type detail of a table field | 20070809 |
11 | ![]() |
Static method | Public | Method | handle command | 20060715 |
12 | ![]() |
Instance method | Private | Method | Set basic tree settings | 20060714 |
13 | ![]() |
Instance method | Private | Method | Leave tree | 20060715 |
14 | ![]() |
Instance method | Private | Event handling method | Handle double click action | 20060714 |
15 | ![]() |
Instance method | Private | Event handling method | On expand event | 20070809 |
16 | ![]() |
Static method | Public | Method | Prepare tree just before it's displayed | 20060714 |
17 | ![]() |
Instance method | Private | Method | register to the events | 20060714 |
18 | ![]() |
Static method | Public | Method | Display item fields in a tree view and allow to select one | 20060717 |
19 | ![]() |
Instance method | Private | Method | Set Item field selected | 20070109 |
20 | ![]() |
Instance method | Private | Method | Set section according to corresponding attributes | 20070109 |
Events
Class CL_WER_FIELD_SELECTOR has no event.
Types
Class CL_WER_FIELD_SELECTOR has no local type.
Method Signatures
Method ADD_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CHILDREN | Call by reference | Type reference (TYPE) | WER_ITEM_FIELDS_TTY | Children item fields | 20060714 | ||
2 | ![]() |
I_PARENT_KEY | Call by reference | Type reference (TYPE) | SALV_DE_NODE_KEY | Node Key | 20060714 |
Method ADD_CHILDREN on class CL_WER_FIELD_SELECTOR has no exception.
Method ADD_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIELD | Call by reference | Type reference (TYPE) | WER_ITEM_FIELD_DATA_STY | Information about the fields of an item | 20060717 | ||
2 | ![]() |
I_PARENT_KEY | Call by reference | Type reference (TYPE) | SALV_DE_NODE_KEY | Parent node Key | 20060714 | ||
3 | ![]() |
R_NODE_KEY | Value transfer | Type reference (TYPE) | SALV_DE_NODE_KEY | New node Key | 20060714 |
Method ADD_NODE on class CL_WER_FIELD_SELECTOR has no exception.
Method ADD_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NODE_ID | Call by reference | Type reference (TYPE) | WER_ITEM_FIELD_ID | Unique Item field identifier (GUID) | 20070809 | ||
2 | ![]() |
XT_FIELDS | Call by reference | Type reference (TYPE) | WER_ITEM_FIELDS_TTY | Table type for the database table wer_item_fields. | 20070809 |
Method ADD_SELECTION on class CL_WER_FIELD_SELECTOR has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_EXCLUDED_FIELDS | Call by reference | Type reference (TYPE) | WER_ITEM_FIELDS_TTY | 20061112 | |||
2 | ![]() |
IT_FIELDS | Call by reference | Type reference (TYPE) | WER_ITEM_FIELDS_TTY | 20061112 | |||
3 | ![]() |
I_ITEM | Value transfer | Type reference (TYPE) | WER_ITEM_FIELD_ID | 20061112 | |||
4 | ![]() |
I_ITEM_FIELD_SELECTED | Call by reference | Type reference (TYPE) | WER_ITEM_FIELD_ID | 20070109 |
Method CONSTRUCTOR on class CL_WER_FIELD_SELECTOR has no exception.
Method DISPLAY_TREE Signature
Method DISPLAY_TREE on class CL_WER_FIELD_SELECTOR has no parameter.
Method DISPLAY_TREE on class CL_WER_FIELD_SELECTOR has no exception.
Method EXPAND_FIRST_LEVEL Signature
Method EXPAND_FIRST_LEVEL on class CL_WER_FIELD_SELECTOR has no parameter.
Method EXPAND_FIRST_LEVEL on class CL_WER_FIELD_SELECTOR has no exception.
Method FILL_TREE Signature
Method FILL_TREE on class CL_WER_FIELD_SELECTOR has no parameter.
Method FILL_TREE on class CL_WER_FIELD_SELECTOR has no exception.
Method GET_REFERENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_EXCLUDED_FIELDS | Call by reference | Type reference (TYPE) | WER_ITEM_FIELDS_TTY | Fields not to display | 20060717 | ||
2 | ![]() |
IT_FIELDS | Call by reference | Type reference (TYPE) | WER_ITEM_FIELDS_TTY | All item fields | 20060717 | ||
3 | ![]() |
I_ITEM | Call by reference | Type reference (TYPE) | WER_ITEM_ID | Unique work item identifier (GUID) | 20060714 | ||
4 | ![]() |
I_ITEM_FIELD_SELECTED | Call by reference | Type reference (TYPE) | WER_ITEM_FIELD_ID | Unique Item field identifier (GUID) | 20070109 | ||
5 | ![]() |
RR_REF | Value transfer | Object reference (TYPE REF TO) | CL_WER_FIELD_SELECTOR | Select one field from structure | 20060714 |
Method GET_REFERENCE on class CL_WER_FIELD_SELECTOR has no exception.
Method GET_SELECTION_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_FIELD_ID | Value transfer | Type reference (TYPE) | WER_ITEM_FIELD_ID | Unique Item field identifier (GUID) | 20060715 |
Method GET_SELECTION_FIELD on class CL_WER_FIELD_SELECTOR has no exception.
Method GET_TABLE_FIELD_COMP_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DATA_TYPE | Call by reference | Type reference (TYPE) | DATATYPE_D | Data Type in ABAP Dictionary | 20070809 | ||
2 | ![]() |
E_DECIMAL | Call by reference | Type reference (TYPE) | DECIMALS | Number of Decimal Places | 20070809 | ||
3 | ![]() |
E_DESCRIPTION | Call by reference | Type reference (TYPE) | AS4TEXT | Short Description of Repository Objects | 20070809 | ||
4 | ![]() |
E_LENGTH | Call by reference | Type reference (TYPE) | DDLENG | Length (No. of Characters) | 20070809 | ||
5 | ![]() |
I_FIELD | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20070809 | ||
6 | ![]() |
I_TABLE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070809 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid data supplied | 20070809 | |
2 | ![]() |
Value does not exist | 20070809 |
Method HANDLE_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_FIELD_SEL | Call by reference | Object reference (TYPE REF TO) | CL_WER_FIELD_SELECTOR | Select one field from structure | 20060715 | ||
2 | ![]() |
I_OK_CODE | Call by reference | Type reference (TYPE) | SYUCOMM | Function code that PAI triggered | 20060715 |
Method HANDLE_COMMAND on class CL_WER_FIELD_SELECTOR has no exception.
Method INITIATE_TREE Signature
Method INITIATE_TREE on class CL_WER_FIELD_SELECTOR has no parameter.
Method INITIATE_TREE on class CL_WER_FIELD_SELECTOR has no exception.
Method LEAVE_TREE Signature
Method LEAVE_TREE on class CL_WER_FIELD_SELECTOR has no parameter.
Method LEAVE_TREE on class CL_WER_FIELD_SELECTOR has no exception.
Method ON_DOUBLE_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20061112 |
Method ON_DOUBLE_CLICK on class CL_WER_FIELD_SELECTOR has no exception.
Method ON_EXPAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20070809 |
Method ON_EXPAND on class CL_WER_FIELD_SELECTOR has no exception.
Method PREPARE_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_FIELD_SEL | Call by reference | Object reference (TYPE REF TO) | CL_WER_FIELD_SELECTOR | Select one field from structure | 20060715 |
Method PREPARE_TREE on class CL_WER_FIELD_SELECTOR has no exception.
Method REGISTER_EVENTS Signature
Method REGISTER_EVENTS on class CL_WER_FIELD_SELECTOR has no parameter.
Method REGISTER_EVENTS on class CL_WER_FIELD_SELECTOR has no exception.
Method SELECT_ITEM_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_EXCLUDED_FIELDS | Call by reference | Type reference (TYPE) | WER_ITEM_FIELDS_TTY | Fields not to display | 20060717 | ||
2 | ![]() |
IT_FIELDS | Call by reference | Type reference (TYPE) | WER_ITEM_FIELDS_TTY | All item fields | 20060717 | ||
3 | ![]() |
I_ALLOW_LEAF_SELECTION | Call by reference | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_TRUE | Possible to select leaf fields | 20060717 | |
4 | ![]() |
I_ALLOW_NODE_SELECTION | Call by reference | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_TRUE | Possible to select node fields (not leaf) | 20060717 | |
5 | ![]() |
I_DISPLAY_FLAG | Call by reference | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_FALSE | True: display mode. False: edit mode | 20060717 | |
6 | ![]() |
I_ITEM | Call by reference | Type reference (TYPE) | WER_ITEM_ID | Unique work item identifier (GUID) | 20060717 | ||
7 | ![]() |
I_ITEM_FIELD_SELECTED | Call by reference | Type reference (TYPE) | WER_ITEM_FIELD_ID | Item field to select | 20070109 | ||
8 | ![]() |
R_ITEM_FIELD_ID | Value transfer | Type reference (TYPE) | WER_ITEM_FIELD_ID | Unique Item field identifier (GUID) | 20060717 |
Method SELECT_ITEM_FIELD on class CL_WER_FIELD_SELECTOR has no exception.
Method SET_ITEM_FIELD_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SELECTED_ITEM_FIELD | Call by reference | Type reference (TYPE) | WER_ITEM_FIELD_ID | Unique Item field identifier (GUID) | 20070109 |
Method SET_ITEM_FIELD_SELECTED on class CL_WER_FIELD_SELECTOR has no exception.
Method SET_SELECTION Signature
Method SET_SELECTION on class CL_WER_FIELD_SELECTOR has no parameter.
Method SET_SELECTION on class CL_WER_FIELD_SELECTOR has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 700 |