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 | ![]() |
Constant | Public | Type reference (TYPE) | SY-DYNNR | '0100' | Screen Number for Appointment Data | 20031117 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | SY-DYNNR | '0200' | Screen Number for Appointment Data Text Form | 20031117 | |
3 | ![]() |
Constant | Protected | Type reference (TYPE) | ISH_FIELDNAME | 'RN1_DYNP_CORDPOS_APP-APPDT' | IS-H: Field Name | 20031115 | |
4 | ![]() |
Constant | Protected | Type reference (TYPE) | ISH_FIELDNAME | 'RN1_DYNP_CORDPOS_APP-APPTXT' | IS-H: Field Name | 20031115 | |
5 | ![]() |
Constant | Protected | Type reference (TYPE) | ISH_FIELDNAME | 'RN1_DYNP_CORDPOS_APP-APPZT' | IS-H: Field Name | 20031115 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | SY-UCOMM | 'APP_EDIT' | User Command Appointment Editor | 20040109 | |
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | GTYT_DYNPRO_TABLE | 20040915 | |||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SY-DYNNR | Screen Number for Appointment Data | 20031229 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SY-DYNNR | Screen Number for Appointment Data Text Form | 20031229 | ||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Related Screen | 20040908 | ||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ISH_FIELDNAME | IS-H: Field Name | 20031229 | ||
12 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ISH_FIELDNAME | IS-H: Field Name | 20031229 | ||
13 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ISH_FIELDNAME | IS-H: Field Name | 20031229 | ||
14 | ![]() |
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 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20040915 |
2 | ![]() |
Static method | Public | Method | Instantiates a CL_ISH_SCR_CORDPOS_APP Object | 20031115 |
3 | ![]() |
Instance method | Public | Method | Returns the Text of an Appointment | 20031115 |
4 | ![]() |
Instance method | Public | Method | Returns the Related Order | 20031229 |
5 | ![]() |
Instance method | Public | Method | Returns Corresponding Order Items | 20031203 |
6 | ![]() |
Instance method | Public | Method | Returns whether All Screen Fields Are Input Enabled | 20040114 |
7 | ![]() |
Instance method | Public | Method | Returns the Item | 20031229 |
8 | ![]() |
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 | ![]() |
CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20031115 | ||
2 | ![]() |
ER_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_ISH_SCR_CORDPOS_APP | IS-H: Screenklasse Termindaten Kurzinfo Auftragsposition | 20031115 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 |