SAP ABAP Class CL_ISH_GUI_RESPONSE (IS-H: GUI - Result of a Request)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1BASE (Package) IS-H: Basic Functionality; TSA Development
Properties
Class CL_ISH_GUI_RESPONSE  
Short Description IS-H: GUI - Result of a Request    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1BASE   IS-H: Basic Functionality; TSA Development 
Created 20070705   SAP 
Last change 20071120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISH_GUI_RESPONSE has no interface implemented.
Friends
Class CL_ISH_GUI_RESPONSE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_RC_CANCELLED Constant Public Type reference (TYPE) ISH_METHOD_RC 1 Request Processing Was Terminated 20070705
2 CO_RC_PROCESSED Constant Public Type reference (TYPE) ISH_METHOD_RC 0 Request Was Processed Successfully 20070705
3 GR_PROCESSOR Instance attribute Protected Object reference (TYPE REF TO) IF_ISH_GUI_REQUEST_PROCESSOR IS-H: GUI - Request Processor 20070705
4 GR_REQUEST Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_GUI_REQUEST IS-H: GUI - Request 20070705
5 G_EXIT Instance attribute Protected Type reference (TYPE) ABAP_BOOL abap_true: Exit Application 20070705
6 G_RC Instance attribute Protected Type reference (TYPE) ISH_METHOD_RC Return Code 20070705
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070705
2 CREATE Static method Public Method Creates the Object 20070705
3 GET_EXIT Instance method Public Method Returns Whether the Application Is to Be Exited 20070705
4 GET_PROCESSOR Instance method Public Method Returns the Request Processor 20070705
5 GET_RC Instance method Public Method Returns the Return Code 20070705
6 GET_REQUEST Instance method Public Method Returns the Request 20070705
Events
Class CL_ISH_GUI_RESPONSE has no event.
Types
Class CL_ISH_GUI_RESPONSE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROCESSOR Call by reference Object reference (TYPE REF TO) IF_ISH_GUI_REQUEST_PROCESSOR IS-H: GUI - Anfrageverarbeiter 20070705
2 Importing IR_REQUEST Call by reference Object reference (TYPE REF TO) CL_ISH_GUI_REQUEST IS-H: GUI - Anfrage 20070705
3 Importing I_EXIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Applikation verlassen 20070705
4 Importing I_RC Call by reference Type reference (TYPE) ISH_METHOD_RC CO_RC_PROCESSED Returncode 20070705

Method CONSTRUCTOR on class CL_ISH_GUI_RESPONSE has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROCESSOR Call by reference Object reference (TYPE REF TO) IF_ISH_GUI_REQUEST_PROCESSOR IS-H: GUI - Anfrageverarbeiter 20070705
2 Importing IR_REQUEST Call by reference Object reference (TYPE REF TO) CL_ISH_GUI_REQUEST IS-H: GUI - Anfrage 20070705
3 Importing I_EXIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Applikation verlassen 20070705
4 Importing I_RC Call by reference Type reference (TYPE) ISH_METHOD_RC CO_RC_PROCESSED Returncode 20070705
5 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISH_GUI_RESPONSE IS-H: GUI - Anfrageergebnis 20070705

Method CREATE on class CL_ISH_GUI_RESPONSE has no exception.

Method GET_EXIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXIT Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Applikation verlassen 20070705

Method GET_EXIT on class CL_ISH_GUI_RESPONSE has no exception.

Method GET_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PROCESSOR Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_REQUEST_PROCESSOR IS-H: GUI - Anfrageverarbeiter 20070705

Method GET_PROCESSOR on class CL_ISH_GUI_RESPONSE has no exception.

Method GET_RC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode (siehe co_rc_*) 20070705

Method GET_RC on class CL_ISH_GUI_RESPONSE has no exception.

Method GET_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_REQUEST Value transfer Object reference (TYPE REF TO) CL_ISH_GUI_REQUEST IS-H: GUI - Anfrage 20070705

Method GET_REQUEST on class CL_ISH_GUI_RESPONSE has no exception.
History
Last changed by/on SAP  20071120 
SAP Release Created in