SAP ABAP Class CL_ISH_CHECK_LIST_PSYCHO (Superklasse)
Hierarchy
☛
IS-H (Software Component) SAP Healthcare
⤷
IS-H (Application Component) SAP Healthcare - Industry-Specific Components for Hospitals
⤷
NCH1 (Package) IS-H: Landesversion Schweiz

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_CHECK_LIST | Selection Grid: Super Class | 20000605 |
Properties
Class | CL_ISH_CHECK_LIST_PSYCHO | |
Short Description | Superklasse | |
Super Class | CL_ISH_CHECK_LIST | Selection Grid: Super Class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | NCH1 | IS-H: Landesversion Schweiz |
Created | 20000605 | SAP |
Last change | 20050224 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ISH_CHECK_LIST_PSYCHO has no forward declaration.
Interfaces
Class CL_ISH_CHECK_LIST_PSYCHO has no interface implemented.
Friends
Class CL_ISH_CHECK_LIST_PSYCHO has no friend class.
Attributes
Class CL_ISH_CHECK_LIST_PSYCHO has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20000605 | |
2 | ![]() |
Instance method | Public | Method | 20000605 | |
3 | ![]() |
Instance method | Public | Event handling method | 20000614 | |
4 | ![]() |
Instance method | Public | Event handling method | 20000614 | |
5 | ![]() |
Instance method | Private | Method | 20000608 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | ENTER | Instance Event (0) |
Public (2) |
20000616 | |
2 | EXIT | Instance Event (0) |
Public (2) |
20000616 | |
3 | TOOLBAR | Instance Event (0) |
Private (0) |
20000614 | |
4 | USER_COMMAND | Instance Event (0) |
Public (2) |
20000614 |
Types
Class CL_ISH_CHECK_LIST_PSYCHO has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
GRID_LAYOUT | Value transfer | Type reference (TYPE) | LVC_S_LAYO | ALV-Control: Layoutstruktur | 20000605 | ||
2 | ![]() |
GT_FIELDCAT | Value transfer | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20000606 | ||
3 | ![]() |
GT_OUTTAB | Value transfer | Type reference (TYPE) | ISH_T_RN1CHECKLIST | IS-H: Struktur für ALV-GRID | 20000606 | ||
4 | ![]() |
I_MARK | Value transfer | Type reference (TYPE) | RNT40-MARK | IS-H: Feld zum Setzen einer Zeilenmarkierung | 20000607 | ||
5 | ![]() |
I_OUTTAB_MARK | Value transfer | Type reference (TYPE) | ISH_T_RN1CHECKLIST | IS-H: Tabelle mit markierten Einträgen | 20000609 | ||
6 | ![]() |
I_PARENT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20000605 | ||
7 | ![]() |
I_VCODE | Value transfer | Type reference (TYPE) | TNDYM-VCODE | 'UPD' | Verarbeitungscode | 20000801 |
Method CONSTRUCTOR on class CL_ISH_CHECK_LIST_PSYCHO has no exception.
Method CREATE_OUTTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
GT_TAB | Value transfer | Type reference (TYPE) | ISH_T_RN1CHECKLIST | IS-H: Struktur für ALV-GRID | 20000607 | ||
2 | ![]() |
I_MARK | Value transfer | Type reference (TYPE) | RNT40-MARK | CO_STANDARD | IS-H: Feld zum Setzen einer Zeilenmarkierung | 20000607 |
Method CREATE_OUTTAB on class CL_ISH_CHECK_LIST_PSYCHO has no exception.
Method HANDLE_TOOLBAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_INTERACTIVE | Call by reference | Type reference (TYPE) | 20000614 | ||||
2 | ![]() |
E_OBJECT | Call by reference | Type reference (TYPE) | 20000614 |
Method HANDLE_TOOLBAR on class CL_ISH_CHECK_LIST_PSYCHO has no exception.
Method HANDLE_USER_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_UCOMM | Call by reference | Type reference (TYPE) | 20000614 |
Method HANDLE_USER_COMMAND on class CL_ISH_CHECK_LIST_PSYCHO has no exception.
Method SET_OUTTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
GT_FIELDCAT | Value transfer | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20000608 | ||
2 | ![]() |
I_GRID_LAYOUT | Value transfer | Type reference (TYPE) | LVC_S_LAYO | ALV-Control: Layoutstruktur | 20000608 | ||
3 | ![]() |
I_MARK | Value transfer | Type reference (TYPE) | RNT40-MARK | IS-H: Feld zum Setzen einer Zeilenmarkierung | 20000608 |
Method SET_OUTTAB on class CL_ISH_CHECK_LIST_PSYCHO has no exception.
Event Signatures
Event ENTER Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | G_CHECK_LIST | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | Name des angesprochenen Objektes | 20000621 |
Event EXIT Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | G_CHECK_LIST | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | Name des angesprochenen Objektes | 20000620 |
Event TOOLBAR Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | E_INTERACTIVE | Exporting | Value transfer | Type reference (TYPE) | CHAR01 | interaktiver Aufruf | 20000614 | ||
2 | E_OBJECT | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_ALV_EVENT_TOOLBAR_SET | Toolbarobjekt | 20000614 |
Event USER_COMMAND Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | E_UCOMM | Exporting | Value transfer | Type reference (TYPE) | SY-UCOMM | UserCommand | 20000614 |
History
Last changed by/on | SAP | 20050224 |
SAP Release Created in | 462 |