SAP ABAP Class CL_ISH_SCR_CORDPOS_APP (IS-H: Screen Class Appt Data Short Info Order Item)
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 20031115
Properties
Class CL_ISH_SCR_CORDPOS_APP  
Short Description IS-H: Screen Class Appt Data Short Info Order Item    
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 20031115   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_SCR_CORDPOS_APP has no forward declaration.
Interfaces
Class CL_ISH_SCR_CORDPOS_APP has no interface implemented.
Friends
Class CL_ISH_SCR_CORDPOS_APP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_DYNNR_APP Constant Public Type reference (TYPE) SY-DYNNR '0100' Screen Number for Appointment Data 20031117
2 CO_DYNNR_APPTXT Constant Public Type reference (TYPE) SY-DYNNR '0200' Screen Number for Appointment Data Text Form 20031117
3 CO_FIELDNAME_APPDT Constant Protected Type reference (TYPE) ISH_FIELDNAME 'RN1_DYNP_CORDPOS_APP-APPDT' IS-H: Field Name 20031115
4 CO_FIELDNAME_APPTXT Constant Protected Type reference (TYPE) ISH_FIELDNAME 'RN1_DYNP_CORDPOS_APP-APPTXT' IS-H: Field Name 20031115
5 CO_FIELDNAME_APPZT Constant Protected Type reference (TYPE) ISH_FIELDNAME 'RN1_DYNP_CORDPOS_APP-APPZT' IS-H: Field Name 20031115
6 CO_UCOMM_APP_EDIT Constant Public Type reference (TYPE) SY-UCOMM 'APP_EDIT' User Command Appointment Editor 20040109
7 GT_DYNPRO_TABLE Static Attribute Private Type reference (TYPE) GTYT_DYNPRO_TABLE 20040915
8 G_DYNNR_APP Instance attribute Public Type reference (TYPE) SY-DYNNR Screen Number for Appointment Data 20031229
9 G_DYNNR_APPTXT Instance attribute Public Type reference (TYPE) SY-DYNNR Screen Number for Appointment Data Text Form 20031229
10 G_DYNNR_REL Instance attribute Public Type reference (TYPE) I Related Screen 20040908
11 G_FIELDNAME_APPDT Instance attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name 20031229
12 G_FIELDNAME_APPTXT Instance attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name 20031229
13 G_FIELDNAME_APPZT Instance attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name 20031229
14 G_INPUT Instance attribute Protected Type reference (TYPE) ISH_ON_OFF off Controls Ready for Input Status of All Screen Fields 20040114
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040915
2 CREATE Static method Public Method Instantiates a CL_ISH_SCR_CORDPOS_APP Object 20031115
3 GET_APPTXT Instance method Public Method Returns the Text of an Appointment 20031115
4 GET_CORDER Instance method Public Method Returns the Related Order 20031229
5 GET_CORDPOS Instance method Public Method Returns Corresponding Order Items 20031203
6 GET_INPUT Instance method Public Method Returns whether All Screen Fields Are Input Enabled 20040114
7 GET_POS Instance method Public Method Returns the Item 20031229
8 SET_INPUT Instance method Public Method Controls the Ready for Input Status of All Screen Fields 20040114
Events
Class CL_ISH_SCR_CORDPOS_APP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTYT_DYNPRO_TABLE Private See coding 20040915 gtyt_dynpro_table TYPE TABLE OF gty_dynpro_table
2 GTY_DYNPRO_TABLE Private See coding 20040915 BEGIN OF gty_dynpro_table, dynpro TYPE i, END OF gty_dynpro_table
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ISH_SCR_CORDPOS_APP has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ISH_SCR_CORDPOS_APP 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 20031115
2 Exporting ER_INSTANCE Call by reference Object reference (TYPE REF TO) CL_ISH_SCR_CORDPOS_APP IS-H: Screenklasse Termindaten Kurzinfo Auftragsposition 20031115
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031115

Method CREATE on class CL_ISH_SCR_CORDPOS_APP has no exception.

Method GET_APPTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_APPTXT Value transfer Type reference (TYPE) N1APPTXT IS-H: Text zu Termin oder Terminvorgabe 20031115

Method GET_APPTXT on class CL_ISH_SCR_CORDPOS_APP has no exception.

Method GET_CORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CORDER Value transfer Object reference (TYPE REF TO) CL_ISH_CORDER IS-H: Klinischer Auftrag 20031229

Method GET_CORDER on class CL_ISH_SCR_CORDPOS_APP has no exception.

Method GET_CORDPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CORDPOS Value transfer Object reference (TYPE REF TO) CL_ISHMED_PREREG IS-H*MED: Vormerkung 20031203

Method GET_CORDPOS on class CL_ISH_SCR_CORDPOS_APP 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 ON=eingabefähig 20040114

Method GET_INPUT on class CL_ISH_SCR_CORDPOS_APP has no exception.

Method GET_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_POS Value transfer Type reference (TYPE) I Position 20031229

Method GET_POS on class CL_ISH_SCR_CORDPOS_APP 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 ON=eingabefähig 20040114

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