SAP ABAP Class CL_ISH_SCR_LISTBOX (IS-H: Screen for List Box User Status)
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 20040126
Properties
Class CL_ISH_SCR_LISTBOX  
Short Description IS-H: Screen for List Box User Status    
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 20040126   SAP 
Last change 20050409   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_SCR_LISTBOX has no forward declaration.
Interfaces
Class CL_ISH_SCR_LISTBOX has no interface implemented.
Friends
Class CL_ISH_SCR_LISTBOX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_LBNAME Instance attribute Private Type reference (TYPE) STRING 'LB_VALUE' List Box Number 20050214
2 CO_LBNAME_PREFIX Constant Public Type reference (TYPE) STRING 'GS_LB_' Prefix of Technical List Box Name 20040126
3 CO_LBNAME_TOOLTIP Instance attribute Public Type reference (TYPE) STRING 'LB_TOOLTIP' List Box Tooltip 20050214
4 CO_LBTYPE_LB10 Constant Public Type reference (TYPE) I 10 List Box with Length 10 20040126
5 CO_LBTYPE_LB12 Constant Public Type reference (TYPE) I 12 List Box with Length 12 20040126
6 CO_LBTYPE_LB15 Constant Public Type reference (TYPE) I 15 List Box with Length 15 20040428
7 CO_LBTYPE_LB15F Constant Public Type reference (TYPE) I 1015 List Box with Length 15 and Function Code 20040428
8 CO_LBTYPE_LB18 Constant Public Type reference (TYPE) I 18 List Box with Length 18 20040220
9 CO_LBTYPE_LB23F Constant Public Type reference (TYPE) I 1023 List Box with Length 23 with Function Code 20040428
10 CO_LBTYPE_LB8 Constant Public Type reference (TYPE) I 8 List Box with Length 8 20040203
11 CO_LBUCOMM_PREFIX Constant Public Type reference (TYPE) STRING 'LB' Prefix for UCOMM 20050209
12 CO_MAX_LB10 Constant Public Type reference (TYPE) I 10 Maximum Number of List Boxes with Length 10 20040126
13 CO_MAX_LB12 Constant Public Type reference (TYPE) I 50 Maximum Number of List Boxes with Length 12 20040126
14 CO_MAX_LB15 Constant Public Type reference (TYPE) I 50 Maximum Number of List Boxes with Length 15 20040428
15 CO_MAX_LB15F Constant Public Type reference (TYPE) I 50 Maximum Number of List Boxes with Length 15 and Funct. Code 20040428
16 CO_MAX_LB18 Constant Public Type reference (TYPE) I 50 Maximum Number of List Boxes with Length 18 20040220
17 CO_MAX_LB23F Constant Public Type reference (TYPE) I 50 Maximum Number of List Boxes with Length 23 and Funct. Code 20040428
18 CO_MAX_LB8 Constant Public Type reference (TYPE) I 10 Maximum Number of List Boxes with Length 8 20040203
19 GR_LISTBOX Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_LISTBOX Underlying Listbox Object 20040126
20 GS_HELP_INFO Instance attribute Protected Type reference (TYPE) HELP_INFO Transfer Values for the Help Processor 20040205
21 GT_FREE_LB10 Static Attribute Protected Type reference (TYPE) ISH_T_SCR_LISTBOX IS-H: Table with Listbox Screen/Dynpro Assignments 20040126
22 GT_FREE_LB12 Static Attribute Protected Type reference (TYPE) ISH_T_SCR_LISTBOX IS-H: Table with Listbox Screen/Dynpro Assignments 20040126
23 GT_FREE_LB15 Static Attribute Protected Type reference (TYPE) ISH_T_SCR_LISTBOX IS-H: Table with Listbox Screen/Dynpro Assignments 20040428
24 GT_FREE_LB15F Static Attribute Protected Type reference (TYPE) ISH_T_SCR_LISTBOX IS-H: Table with Listbox Screen/Dynpro Assignments 20040428
25 GT_FREE_LB18 Static Attribute Protected Type reference (TYPE) ISH_T_SCR_LISTBOX IS-H: Table with Listbox Screen/Dynpro Assignments 20040220
26 GT_FREE_LB23F Static Attribute Protected Type reference (TYPE) ISH_T_SCR_LISTBOX IS-H: Table with Listbox Screen/Dynpro Assignments 20040428
27 GT_FREE_LB8 Static Attribute Protected Type reference (TYPE) ISH_T_SCR_LISTBOX IS-H: Table with Listbox Screen/Dynpro Assignments 20040203
28 G_ACTIVE Instance attribute Protected Type reference (TYPE) ISH_ON_OFF Active Indicator 20040126
29 G_FIELDNAME Instance attribute Protected Type reference (TYPE) ISH_FIELDNAME Field Name of Listbox 20040126
30 G_FIELDNAME_TOOLTIP Instance attribute Public Type reference (TYPE) STRING Field Name of the Tooltip 20050214
31 G_INPUT Instance attribute Protected Type reference (TYPE) ISH_ON_OFF Ready for Input Status 20040126
32 G_LBTYPE Instance attribute Protected Type reference (TYPE) I Listbox Screen Type (see CO_LBTYPE_*) 20040126
33 G_REQUIRED Instance attribute Protected Type reference (TYPE) ISH_ON_OFF Entry Required 20050314
Methods
# Method Level Visibility Method type Description Created on
1 CHECKOUT Static method Public Method Returns a Free List Box Screen Object 20040126
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040126
3 COMPLETE_CONSTRUCTION Instance method Protected Method Completes the Instantiation (CREATE) 20040126
4 CREATE Static method Protected Method Instantiates a CL_ISH_SCR_LISTBOX Object 20040126
5 FREE Instance method Public Method Releases a List Box Screen Object 20040126
6 GET_ACTIVE Instance method Public Method Returns the Active Indictor 20040126
7 GET_HELP_INFO Instance method Public Method Returns the Information for the F1 Help 20040205
8 GET_INPUT Instance method Public Method Returns the Ready-for-Input Status 20040126
9 GET_LBNAME Instance method Public Method Returns the Technical Name of the List Box Screen 20040126
10 GET_LB_TOOLTIP Instance method Public Method Determine Tooltip for List Box 20050214
11 GET_LISTBOX Instance method Public Method Returns the Listbox Object 20040126
12 GET_PROPERTIES Instance method Public Method Returns the Properties of the List Box Screen 20040126
13 GET_REQUIRED Instance method Public Method Returns the Information "Entry Required" 20050314
14 GET_UCOMM Instance method Public Method Returns the Function Code of the List Box Screen 20040126
15 GET_VALUE Instance method Public Method Returns the Selected Listbox Value 20040126
16 SET_ACTIVE Instance method Public Method Sets the Active Indicator 20040126
17 SET_HELP_INFO Instance method Public Method Sets the Information for the F1 Help 20040205
18 SET_INPUT Instance method Public Method Sets Ready-for-Input Status 20040126
19 SET_LISTBOX Instance method Public Method Sets the Listbox Object 20040126
20 SET_PROPERTIES Instance method Public Method Sets the Properties of the Listbox Screen 20040126
21 SET_REQUIRED Instance method Public Method Sets the Information "Entry Required" 20050314
Events
Class CL_ISH_SCR_LISTBOX has no event.
Types
Class CL_ISH_SCR_LISTBOX has no local type.
Method Signatures

Method CHECKOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040126
2 Exporting ER_SCR_LISTBOX Call by reference Object reference (TYPE REF TO) CL_ISH_SCR_LISTBOX IS-H: Screen für Listbox Anwenderstatus 20040126
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040126
4 Importing IR_LISTBOX Call by reference Object reference (TYPE REF TO) CL_ISH_LISTBOX IS-H: Basisklasse für Dynpro-Listboxen 20040126
5 Importing I_ACTIVE Value transfer Type reference (TYPE) ISH_ON_OFF ON Aktiv-Kennzeichen 20040126
6 Importing I_INPUT Value transfer Type reference (TYPE) ISH_ON_OFF ON Eingabefähigkeit 20040126
7 Importing I_LBTYPE Value transfer Type reference (TYPE) I Typ der Listbox (siehe CO_LBTYPE_*) 20040126
8 Importing I_REQUIRED Value transfer Type reference (TYPE) ISH_ON_OFF OFF Eingabe erforderlich 20050314

Method CHECKOUT on class CL_ISH_SCR_LISTBOX has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ISH_SCR_LISTBOX has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ISH_SCR_LISTBOX has no exception.

Method COMPLETE_CONSTRUCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040126
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040126
3 Importing IR_LISTBOX Call by reference Object reference (TYPE REF TO) CL_ISH_LISTBOX IS-H: Basisklasse für Dynpro-Listboxen 20040126
4 Importing I_DYNNR Value transfer Type reference (TYPE) SY-DYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20040126
5 Importing I_LBTYPE Value transfer Type reference (TYPE) I Typ des Listboxscreens (siehe CO_LBTYPE_*). 20040126

Method COMPLETE_CONSTRUCTION on class CL_ISH_SCR_LISTBOX has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040126
2 Exporting ER_INSTANCE Call by reference Object reference (TYPE REF TO) CL_ISH_SCR_LISTBOX IS-H: Screen für Listbox Anwenderstatus 20040126
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040126
4 Importing IR_LISTBOX Call by reference Object reference (TYPE REF TO) CL_ISH_LISTBOX IS-H: Basisklasse für Dynpro-Listboxen 20040126
5 Importing I_DYNNR Value transfer Type reference (TYPE) SY-DYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20040126
6 Importing I_LBTYPE Value transfer Type reference (TYPE) I Typ des Listboxscreens (siehe CO_LBTYPE_*). 20040126

Method CREATE on class CL_ISH_SCR_LISTBOX has no exception.

Method FREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040126
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040126

Method FREE on class CL_ISH_SCR_LISTBOX has no exception.

Method GET_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ACTIVE Value transfer Type reference (TYPE) ISH_ON_OFF Aktiv-Kennzeichen 20040126

Method GET_ACTIVE on class CL_ISH_SCR_LISTBOX has no exception.

Method GET_HELP_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_HELP_INFO Value transfer Type reference (TYPE) HELP_INFO Übergabewerte für den Helpprozessor 20040205

Method GET_HELP_INFO on class CL_ISH_SCR_LISTBOX has no exception.

Method GET_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INPUT Value transfer Type reference (TYPE) ISH_ON_OFF Eingabefähigkeit 20040126

Method GET_INPUT on class CL_ISH_SCR_LISTBOX has no exception.

Method GET_LBNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LBNAME Value transfer Type reference (TYPE) STRING Technischer Name des Listboxscreens. 20040126

Method GET_LBNAME on class CL_ISH_SCR_LISTBOX has no exception.

Method GET_LB_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FIELDNAME_TOOLTIP Value transfer Type reference (TYPE) STRING Ermittelt den Feldnamen für den Tooltip 20050214

Method GET_LB_TOOLTIP on class CL_ISH_SCR_LISTBOX has no exception.

Method GET_LISTBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_LISTBOX Value transfer Object reference (TYPE REF TO) CL_ISH_LISTBOX IS-H: Basisklasse für Dynpro-Listboxen 20040126

Method GET_LISTBOX on class CL_ISH_SCR_LISTBOX has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_LISTBOX Value transfer Object reference (TYPE REF TO) CL_ISH_LISTBOX IS-H: Basisklasse für Dynpro-Listboxen 20040126
2 Exporting E_ACTIVE Value transfer Type reference (TYPE) ISH_ON_OFF Aktiv-Kennzeichen 20040126
3 Exporting E_INPUT Value transfer Type reference (TYPE) ISH_ON_OFF Eingabefähigkeit 20040126
4 Exporting E_REQUIRED Value transfer Type reference (TYPE) ISH_ON_OFF Eingabe erforderlich 20050314

Method GET_PROPERTIES on class CL_ISH_SCR_LISTBOX has no exception.

Method GET_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REQUIRED Value transfer Type reference (TYPE) ISH_ON_OFF Eingabe erforderlich? 20050314

Method GET_REQUIRED on class CL_ISH_SCR_LISTBOX has no exception.

Method GET_UCOMM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_UCOMM Value transfer Type reference (TYPE) SY-UCOMM Funktionscode des Listboxscreens. 20040126

Method GET_UCOMM on class CL_ISH_SCR_LISTBOX has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VALUE Value transfer Type reference (TYPE) NFVVALUE IS-H: Wert eines Einzelfeldes. 20040126

Method GET_VALUE on class CL_ISH_SCR_LISTBOX has no exception.

Method SET_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVE Value transfer Type reference (TYPE) ISH_ON_OFF Aktiv-Kennzeichen 20040126

Method SET_ACTIVE on class CL_ISH_SCR_LISTBOX has no exception.

Method SET_HELP_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HELP_INFO Value transfer Type reference (TYPE) HELP_INFO Übergabewerte für den Helpprozessor 20040205

Method SET_HELP_INFO on class CL_ISH_SCR_LISTBOX has no exception.

Method SET_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INPUT Value transfer Type reference (TYPE) ISH_ON_OFF Eingabefähigkeit 20040126

Method SET_INPUT on class CL_ISH_SCR_LISTBOX has no exception.

Method SET_LISTBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LISTBOX Call by reference Object reference (TYPE REF TO) CL_ISH_LISTBOX Listbox-Objekt. 20040126

Method SET_LISTBOX on class CL_ISH_SCR_LISTBOX has no exception.

Method SET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LISTBOX Call by reference Object reference (TYPE REF TO) CL_ISH_LISTBOX IS-H: Basisklasse für Dynpro-Listboxen 20040126
2 Importing I_ACTIVE Value transfer Type reference (TYPE) ISH_ON_OFF Aktiv-Kennzeichen 20040126
3 Importing I_ACTIVE_X Value transfer Type reference (TYPE) ISH_ON_OFF OFF i_active übernehmen? 20040126
4 Importing I_INPUT Value transfer Type reference (TYPE) ISH_ON_OFF Eingabefähigkeit 20040126
5 Importing I_INPUT_X Value transfer Type reference (TYPE) ISH_ON_OFF OFF i_input übernehmen? 20040126
6 Importing I_LISTBOX_X Value transfer Type reference (TYPE) ISH_ON_OFF OFF ir_listbox übernehmen? 20040126
7 Importing I_REQUIRED Value transfer Type reference (TYPE) ISH_ON_OFF Eingabe erforderlich 20050314
8 Importing I_REQUIRED_X Value transfer Type reference (TYPE) ISH_ON_OFF OFF i_required übernehmen? 20050314

Method SET_PROPERTIES on class CL_ISH_SCR_LISTBOX has no exception.

Method SET_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUIRED Value transfer Type reference (TYPE) ISH_ON_OFF Eingabe erforderlich 20050314

Method SET_REQUIRED on class CL_ISH_SCR_LISTBOX has no exception.
History
Last changed by/on SAP  20050409 
SAP Release Created in 472