SAP ABAP Class /AIN/CL_KBNUI_MAINTAINALV (ALV Maintainance helper)
Hierarchy
☛
AIN (Software Component) AIN 710: Add-On Installation
⤷
AIE-AII-AP (Application Component) Application
⤷
/AIN/KANBAN (Package) Auto-ID Kanban Process
⤷
⤷
Properties
| Class | /AIN/CL_KBNUI_MAINTAINALV | |
| Short Description | ALV Maintainance helper | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /AIN/KANBAN | Auto-ID Kanban Process |
| Created | 20060411 | SAP |
| Last change | 20141109 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /AIN/CL_KBNUI_MAINTAINALV has no forward declaration.
Interfaces
Class /AIN/CL_KBNUI_MAINTAINALV has no interface implemented.
Friends
Class /AIN/CL_KBNUI_MAINTAINALV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20060411 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20060411 | ||||
| 3 | Instance attribute | Protected | See coding | 20060411 | |||||
| 4 | Instance attribute | Public | Type reference (TYPE) | STRING | 20060411 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | STRING | 20060411 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | STRING | 20060411 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | STRING | 20060411 | ||||
| 8 | Instance attribute | Public | Type reference (TYPE) | STRING | 20060411 | ||||
| 9 | Instance attribute | Public | Type reference (TYPE) | STRING | 20060411 | ||||
| 10 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20060411 | ||||
| 11 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | STRING | 20060411 | ||||
| 15 | Instance attribute | Public | Type reference (TYPE) | STRING | 20060411 | ||||
| 16 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20060411 | |
| 2 | Instance method | Public | Method | Gets the data | 20060411 | |
| 3 | Instance method | Public | Method | Returns info on the edit/visible/key fields | 20060411 | |
| 4 | Instance method | Public | Method | Returns the internal data | 20060411 | |
| 5 | Instance method | Public | Method | Returns the structure descriptor of the internal data | 20060411 | |
| 6 | Instance method | Public | Method | Sets the data | 20060411 | |
| 7 | Instance method | Public | Method | Sets info on the edit/visible/key fields | 20060411 |
Events
Class /AIN/CL_KBNUI_MAINTAINALV has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LOCAL_FIELD | Protected | See coding | 20060411 | BEGIN OF local_field,
fieldname TYPE string,
is_editable TYPE boole_d,
is_key TYPE boole_d,
is_visible TYPE boole_d,
END OF local_field
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BUTTON_TEXT_RESTORE | Call by reference | Type reference (TYPE) | STRING | 20060411 | ||||
| 2 | IV_BUTTON_TEXT_SAVECHANGES | Call by reference | Type reference (TYPE) | STRING | 20060411 | ||||
| 3 | IV_BUTTON_TOOLTIP_HELP | Call by reference | Type reference (TYPE) | STRING | 20060411 | ||||
| 4 | IV_BUTTON_TOOLTIP_RESTORE | Call by reference | Type reference (TYPE) | STRING | 20060411 | ||||
| 5 | IV_BUTTON_TOOLTIP_SAVECHANGES | Call by reference | Type reference (TYPE) | STRING | 20060411 | ||||
| 6 | IV_BUTTON_TOOLTIP_VIEWEDIT | Call by reference | Type reference (TYPE) | STRING | 20060411 | ||||
| 7 | IV_DDIC_STRUCTURE | Call by reference | Type reference (TYPE) | STRING | 20060411 | ||||
| 8 | IV_DELETE_ALLOWED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 | |||
| 9 | IV_EDIT_ALLOWED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 | |||
| 10 | IV_EDIT_ONLY_SELECTED_LINE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 | |||
| 11 | IV_HEADER_TEXT | Call by reference | Type reference (TYPE) | STRING | 20060411 | ||||
| 12 | IV_HEADER_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | 20060411 | ||||
| 13 | IV_INSERT_ALLOWED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 |
Method CONSTRUCTOR on class /AIN/CL_KBNUI_MAINTAINALV has no exception.
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20060411 |
Method GET_DATA on class /AIN/CL_KBNUI_MAINTAINALV has no exception.
Method GET_FIELD_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20060411 | ||||
| 2 | IS_EDITABLE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 | |||
| 3 | IS_KEY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 | |||
| 4 | IS_VISIBLE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 |
Method GET_FIELD_INFO on class /AIN/CL_KBNUI_MAINTAINALV has no exception.
Method GET_RAW_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20060411 |
Method GET_RAW_DATA on class /AIN/CL_KBNUI_MAINTAINALV has no exception.
Method GET_STRUCTDESCR_RAWDATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_STRUCTDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20060411 |
Method GET_STRUCTDESCR_RAWDATA on class /AIN/CL_KBNUI_MAINTAINALV has no exception.
Method SET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20060411 |
Method SET_DATA on class /AIN/CL_KBNUI_MAINTAINALV has no exception.
Method SET_FIELD_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20060411 | ||||
| 2 | IS_EDITABLE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 | |||
| 3 | IS_KEY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 | |||
| 4 | IS_VISIBLE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060411 |
Method SET_FIELD_INFO on class /AIN/CL_KBNUI_MAINTAINALV has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |