SAP ABAP Class CL_ISH_SCR_CORD_DESEL (IS-H: Screen Class for Design Element Components)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1CORDMG (Package) IS-H: Clinical Ordering; 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 20031027
Properties
Class CL_ISH_SCR_CORD_DESEL  
Short Description IS-H: Screen Class for Design Element Components    
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 N1CORDMG   IS-H: Clinical Ordering; TSA Development 
Created 20031027   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_SCR_CORD_DESEL has no forward declaration.
Interfaces
Class CL_ISH_SCR_CORD_DESEL has no interface implemented.
Friends
Class CL_ISH_SCR_CORD_DESEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_BASE_01 Constant Public Type reference (TYPE) I 1 Base for Type01 Screens 20040304
2 CO_BASE_02 Constant Public Type reference (TYPE) I 11 Base for Type02 Screens 20040304
3 CO_MAXCOL_01 Constant Public Type reference (TYPE) I 132 Maximum Number of Columns for Type01 Screens 20040304
4 CO_MAXCOL_02 Constant Public Type reference (TYPE) I 65 Maximum Number of Columns for Type02 Screens 20040304
5 CO_MAX_SC_COMP Constant Public Type reference (TYPE) I 20 Maximum Number of Components Subscreens 20031027
6 CO_SC_COMP_PER_DESELTYP Constant Public Type reference (TYPE) I 10 Maximum Number of Component Screens per Desel Type 20040219
7 CO_SC_COMP_PREFIX Constant Public Type reference (TYPE) ISH_FIELDNAME 'SC_COMP' IS-H: Field Name 20031027
8 GR_DESEL Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_DESEL Underlying Design Element 20031027
9 GT_COMP_SCREEN Instance attribute Protected Type reference (TYPE) ISH_T_COMP_SCREEN IS-H: Table with Screen Information for Component Screens 20031027
10 GT_DESEL_DYNPRO Static Attribute Protected Type reference (TYPE) ISH_T_CORD_DESEL_DYNPRO IS-H: Subscreen Names and their Design Element Type 20040304
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_FV Instance method Protected Method Fills Field Values from GT_COMP_SCREEN 20031126
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040304
3 CREATE Static method Public Method Instantiates a CL_ISH_SCR_CORD_DESEL Object 20031027
4 GET_DESEL Instance method Public Method Returns the Underlying Design Element 20031027
5 GET_FIRST_SUBSCREEN Instance method Public Method Returns the First Subscreen 20040202
6 GET_T_COMPONENT Instance method Public Method Returns the Underlying Components 20031030
7 GET_T_COMP_SCREEN Instance method Public Method Returns All Component Screens of a Design Element 20031112
8 PAI_COMP Instance method Public Method Process After Input for a Component Screen 20031028
9 PBO_COMP Instance method Public Method Process Before Output for a Component Screen 20031027
10 SET_DESEL Instance method Public Method Sets the Underlying Design Element 20031027
Events
Class CL_ISH_SCR_CORD_DESEL has no event.
Types
Class CL_ISH_SCR_CORD_DESEL has no local type.
Method Signatures

Method BUILD_FV 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 20031126
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031126

Method BUILD_FV on class CL_ISH_SCR_CORD_DESEL has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ISH_SCR_CORD_DESEL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ISH_SCR_CORD_DESEL 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 20031027
2 Exporting ER_INSTANCE Call by reference Object reference (TYPE REF TO) CL_ISH_SCR_CORD_DESEL IS-H: Screenklasse für Bausteine zu Designelement 20031027
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031027

Method CREATE on class CL_ISH_SCR_CORD_DESEL has no exception.

Method GET_DESEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_DESEL Value transfer Object reference (TYPE REF TO) CL_ISH_DESEL IS-H: Designelement 20031027

Method GET_DESEL on class CL_ISH_SCR_CORD_DESEL has no exception.

Method GET_FIRST_SUBSCREEN 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 20040202
2 Exporting ER_SCREEN Call by reference Object reference (TYPE REF TO) IF_ISH_SCREEN IS-H: Interface für die Screenklassen 20040202
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040202

Method GET_FIRST_SUBSCREEN on class CL_ISH_SCR_CORD_DESEL has no exception.

Method GET_T_COMPONENT 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 20031030
2 Exporting ET_COMPONENT Value transfer Type reference (TYPE) ISH_T_COMPONENT IS-H: Tabelle mit IF_ISH_COMPONENT Objektreferenzen 20031030
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031030

Method GET_T_COMPONENT on class CL_ISH_SCR_CORD_DESEL has no exception.

Method GET_T_COMP_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COMP_SCREEN Value transfer Type reference (TYPE) ISH_T_COMP_SCREEN IS-H: Tabelle mit Dynproinformationen zu Baustein-Screens 20031112

Method GET_T_COMP_SCREEN on class CL_ISH_SCR_CORD_DESEL has no exception.

Method PAI_COMP 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 20031028
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031028
3 Importing I_IDX Value transfer Type reference (TYPE) I Index des Bausteinscreens. 20031028

Method PAI_COMP on class CL_ISH_SCR_CORD_DESEL has no exception.

Method PBO_COMP 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 20031027
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031027
3 Importing I_IDX Value transfer Type reference (TYPE) I Index des Bausteinscreens. 20031027

Method PBO_COMP on class CL_ISH_SCR_CORD_DESEL has no exception.

Method SET_DESEL 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 20031027
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031027
3 Importing IR_DESEL Call by reference Object reference (TYPE REF TO) CL_ISH_DESEL IS-H: Designelement 20031027

Method SET_DESEL on class CL_ISH_SCR_CORD_DESEL has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 472