SAP ABAP Class CL_ISH_SCR_GUI_CONTAINER (IS-H: Screen Class for Management of GUI Containers)
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 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_SCREEN_STD | IS-H: Basic Class for Screens of Standard | 20031007 |
Properties
Class | CL_ISH_SCR_GUI_CONTAINER | |
Short Description | IS-H: Screen Class for Management of GUI Containers | |
Super Class | CL_ISH_SCREEN_STD | IS-H: Basic Class for Screens of Standard |
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | N1BASE | IS-H: Basic Functionality; TSA Development |
Created | 20031007 | SAP |
Last change | 20050224 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ISH_SCR_GUI_CONTAINER has no forward declaration.
Interfaces
Class CL_ISH_SCR_GUI_CONTAINER has no interface implemented.
Friends
Class CL_ISH_SCR_GUI_CONTAINER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'G_CO_CONTAINER' | Container Name Prefix | 20031007 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | I | 5 | Maximum Number of Screen Numbers | 20031007 | |
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in the Screen Area | 20031007 | ||
4 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | ISH_T_DYNNR | IS-H: Table with Screen Numbers | 20031007 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Protected | Method | Supplies the Next Free Screen Number | 20031007 |
2 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20031007 |
3 | ![]() |
Instance method | Protected | Method | Completes the Object After its Creation (CREATE) | 20031007 |
4 | ![]() |
Static method | Public | Method | Creates a New Object | 20031007 |
5 | ![]() |
Static method | Protected | Method | Releases the Passed Screen Number | 20031007 |
6 | ![]() |
Instance method | Public | Method | Supplies the Relevant GUI Container | 20031007 |
Events
Class CL_ISH_SCR_GUI_CONTAINER has no event.
Types
Class CL_ISH_SCR_GUI_CONTAINER has no local type.
Method Signatures
Method CHECKOUT_DYNNR 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 | 20031007 | ||
2 | ![]() |
E_DYNNR | Value transfer | Type reference (TYPE) | SY-DYNNR | Freie Dynpronummer | 20031007 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031007 |
Method CHECKOUT_DYNNR on class CL_ISH_SCR_GUI_CONTAINER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ISH_SCR_GUI_CONTAINER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ISH_SCR_GUI_CONTAINER has no exception.
Method COMPLETE_CONSTRUCTION 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 | 20031007 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031007 |
Method COMPLETE_CONSTRUCTION on class CL_ISH_SCR_GUI_CONTAINER has no exception.
Method CREATE 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 | 20031007 | ||
2 | ![]() |
ER_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_ISH_SCR_GUI_CONTAINER | IS-H: Screenklasse für Verwaltung von GUI Containern | 20031007 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031007 |
Method CREATE on class CL_ISH_SCR_GUI_CONTAINER has no exception.
Method FREE_DYNNR 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 | 20031007 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031007 | ||
3 | ![]() |
I_DYNNR | Value transfer | Type reference (TYPE) | SY-DYNNR | Freizugebende Dynpronummer. | 20031007 |
Method FREE_DYNNR on class CL_ISH_SCR_GUI_CONTAINER has no exception.
Method GET_GUI_CONTAINER 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 | 20031007 | ||
2 | ![]() |
ER_GUI_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container fuer Custom Controls in der Dynpro Area | 20031007 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031007 |
Method GET_GUI_CONTAINER on class CL_ISH_SCR_GUI_CONTAINER has no exception.
History
Last changed by/on | SAP | 20050224 |
SAP Release Created in | 472 |