SAP ABAP Class CL_ISH_GRID_LISTBOXHANDLER (IS-H: Handler for ALV Grid List Boxes)
Hierarchy
☛
IS-H (Software Component) SAP Healthcare
⤷
IS-H-PM (Application Component) Patient Management
⤷
N1BASE (Package) IS-H: Basic Functionality; TSA Development
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20041211 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_FV_CONSTANTS | IS-H: Constants for Field Values (Data Element NFVTYPE) | 20041211 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_IDENTIFY_OBJECT | IS-H: Assign a Type to an Object | 20041211 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_OBJECT_TYPES | IS-H: Definition of Types | 20041211 |
Properties
| Class | CL_ISH_GRID_LISTBOXHANDLER | |
| Short Description | IS-H: Handler for ALV Grid List Boxes | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | N1BASE | IS-H: Basic Functionality; TSA Development |
| Created | 20041211 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ISH_GRID_LISTBOXHANDLER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20041211 | ||
| 2 | IF_ISH_FV_CONSTANTS | IS-H: Constants for Field Values (Data Element NFVTYPE) | 20041211 | ||
| 3 | IF_ISH_IDENTIFY_OBJECT | IS-H: Assign a Type to an Object | 20041211 | ||
| 4 | IF_ISH_OBJECT_TYPES | IS-H: Definition of Types | 20041211 |
Friends
Class CL_ISH_GRID_LISTBOXHANDLER has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a List Box Definition | 20041211 | |
| 2 | Instance method | Protected | Method | Completes the Instantiation (see CREATE_LISTBOXHANDLER) | 20041211 | |
| 3 | Instance method | Public | Method | Creates a Empty Column Field Value | 20041213 | |
| 4 | Static method | Public | Method | Creates a List Box Handler | 20041211 | |
| 5 | Instance method | Public | Method | Destroys the List Box Handler | 20041211 | |
| 6 | Instance method | Public | Method | Complete an Outtab Entry | 20041211 | |
| 7 | Instance method | Public | Method | Complete a Row FieldValue | 20041211 | |
| 8 | Instance method | Public | Method | Returns the Correct Field for Cursor Positioning | 20041216 | |
| 9 | Instance method | Public | Method | Gets the Correct Key Field | 20050401 | |
| 10 | Instance method | Public | Method | 20041211 | ||
| 11 | Instance method | Public | Method | 20041211 | ||
| 12 | Instance method | Public | Method | Returns Whether an Outtab Field Is Supported | 20041211 | |
| 13 | Instance method | Public | Method | 20041211 | ||
| 14 | Instance method | Public | Method | Modify Field Catalog for List Box Fields | 20041211 | |
| 15 | Instance method | Public | Method | Update Changed Cells | 20041213 | |
| 16 | Instance method | Public | Method | Removes a List Box Definition | 20041211 |
Events
Class CL_ISH_GRID_LISTBOXHANDLER has no event.
Types
Class CL_ISH_GRID_LISTBOXHANDLER has no local type.
Method Signatures
Method ADD_LISTBOXDEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDNAME_HANDLE | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Spalten-Feldname des DropDownHandle | 20041211 | |||
| 2 | I_FIELDNAME_KEY | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Spalten-Feldname des Key-Wertes | 20041211 | |||
| 3 | I_FIELDNAME_LBOBJ | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Spalten-Feldname des Listboxobjekts | 20041211 | |||
| 4 | I_FIELDNAME_VALUE | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Spalten-Feldname des dargestellten Wertes | 20041211 |
Method ADD_LISTBOXDEF on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method COMPLETE_CONSTRUCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_SCR_ALV_GRID | Call by reference | Object reference (TYPE REF TO) | CL_ISH_SCR_ALV_GRID | Zugrundeliegender ALV Grid Screen | 20041211 |
Method COMPLETE_CONSTRUCTION on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method CREATE_EMPTY_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDNAME | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Spalten-Feldname | 20041213 | |||
| 2 | RS_COL_FIELDVAL | Value transfer | Type reference (TYPE) | RNFIELD_VALUE | Erzeugter Spalten-FieldValue | 20041213 |
Method CREATE_EMPTY_COLUMN on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method CREATE_LISTBOXHANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_SCR_ALV_GRID | Call by reference | Object reference (TYPE REF TO) | CL_ISH_SCR_ALV_GRID | Zugrundeliegender ALV Grid Screen | 20041211 | |||
| 2 | RR_LISTBOXHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISH_GRID_LISTBOXHANDLER | Erzeugter Listboxhandler | 20041211 |
Method CREATE_LISTBOXHANDLER on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method DESTROY Signature
Method DESTROY on class CL_ISH_GRID_LISTBOXHANDLER has no parameter.
Method DESTROY on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method FINALIZE_OUTTAB_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20041213 | |||
| 2 | CS_OUTTAB | Call by reference | Type reference (TYPE) | ANY | Outtab-Eintrag | 20041211 | |||
| 3 | CT_DROP_DOWN_ALIAS | Call by reference | Type reference (TYPE) | LVC_T_DRAL | DropDown-Aliases | 20041213 | |||
| 4 | E_RC | Call by reference | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20041213 | |||
| 5 | I_ROW_IDX | Call by reference | Type reference (TYPE) | INT4 | Zeilenindex | 20041213 |
Method FINALIZE_OUTTAB_ENTRY on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method FINALIZE_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ROW_FIELDVAL | Call by reference | Object reference (TYPE REF TO) | CL_ISH_FIELD_VALUES | Zeilen-FieldValue Objekt | 20041211 | |||
| 2 | IS_OUTTAB | Call by reference | Type reference (TYPE) | ANY | Outtab-Eintrag | 20041211 |
Method FINALIZE_ROW on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method GET_CURSORFIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELD | Call by reference | Type reference (TYPE) | BAPI_FLD | Ursprüngliches Feld | 20041216 | |||
| 2 | R_FIELD | Value transfer | Type reference (TYPE) | BAPI_FLD | Tatsächliches Feld | 20041216 |
Method GET_CURSORFIELD on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method GET_KEYFIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELD | Call by reference | Type reference (TYPE) | BAPI_FLD | Ursprüngliches Feld | 20050401 | |||
| 2 | R_FIELD | Value transfer | Type reference (TYPE) | BAPI_FLD | Tatsächliches Feld | 20050401 |
Method GET_KEYFIELD on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method GET_TYPE Signature
Method GET_TYPE on class CL_ISH_GRID_LISTBOXHANDLER has no parameter.
Method GET_TYPE on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method IS_A Signature
Method IS_A on class CL_ISH_GRID_LISTBOXHANDLER has no parameter.
Method IS_A on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method IS_FIELD_SUPPORTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDNAME | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Spalten-Feldname | 20041211 | |||
| 2 | R_SUPPORTED | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: Feld wird unterstützt | 20041211 |
Method IS_FIELD_SUPPORTED on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method IS_INHERITED_FROM Signature
Method IS_INHERITED_FROM on class CL_ISH_GRID_LISTBOXHANDLER has no parameter.
Method IS_INHERITED_FROM on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method MODIFY_FIELDCAT_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELDCAT | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20041211 |
Method MODIFY_FIELDCAT_PROPERTIES on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method PROCESS_DATA_CHANGED_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MODI | Call by reference | Type reference (TYPE) | LVC_T_MODI | Alle modifizierten Zellen | 20041213 | |||
| 2 | E_HANDLED | Call by reference | Type reference (TYPE) | ISH_ON_OFF | ON: Zelle wurde behandelt | 20041213 | |||
| 3 | IS_MODI | Call by reference | Type reference (TYPE) | LVC_S_MODI | Modifizierte Zelle | 20041213 |
Method PROCESS_DATA_CHANGED_FINISHED on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
Method REMOVE_LISTBOXDEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDNAME_KEY | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Spalten-Feldname für den Key-Wert | 20041211 |
Method REMOVE_LISTBOXDEF on class CL_ISH_GRID_LISTBOXHANDLER has no exception.
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 600 |