SAP ABAP Class CL_ISH_GUI_MDY_PFSTATUS (IS-H: GUI - GUI Status of a Subscreen Container)
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_GUI_ELEMENT | IS-H: Interface Element | 20070706 |
Properties
| Class | CL_ISH_GUI_MDY_PFSTATUS | |
| Short Description | IS-H: GUI - GUI Status of a Subscreen Container | |
| Super Class | CL_ISH_GUI_ELEMENT | IS-H: Interface Element |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | N1BASE | IS-H: Basic Functionality; TSA Development |
| Created | 20070706 | SAP |
| Last change | 20071120 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ISH_GUI_MDY_PFSTATUS has no interface implemented.
Friends
Class CL_ISH_GUI_MDY_PFSTATUS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | N1GUI_ELEMENT_NAME | 'PFSTATUS' | Default Name of the GUI Status | 20070706 | ||
| 2 | Instance attribute | Protected | Type reference (TYPE) | SYUCOMM_T | Excluded Functions for GUI Status | 20070706 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | SY-PFKEY | Current GUI Status | 20070706 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | SY-REPID | Program Name for GUI Status | 20070706 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds an Excluded Function | 20070730 | |
| 2 | Instance method | Public | Method | Removes the Excluded Functions | 20070730 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20070706 | |
| 4 | Static method | Public | Method | Creates the Object | 20070706 | |
| 5 | Instance method | Public | Method | Generates a Copy of the Object | 20070706 | |
| 6 | Instance method | Public | Method | Returns the Excluded Functions | 20070706 | |
| 7 | Instance method | Public | Method | Returns the GUI Status | 20070706 | |
| 8 | Instance method | Public | Method | Returns the Program Name | 20070706 | |
| 9 | Instance method | Public | Method | Returns Whether a Function is Excluded | 20070730 | |
| 10 | Instance method | Public | Method | Removes an Excluded Function | 20070730 | |
| 11 | Instance method | Public | Method | Defines the Excluded Functions | 20070730 |
Events
Class CL_ISH_GUI_MDY_PFSTATUS has no event.
Types
Class CL_ISH_GUI_MDY_PFSTATUS has no local type.
Method Signatures
Method ADD_EXCLUDING_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXCLFUNC | Call by reference | Type reference (TYPE) | SYUCOMM | Funktionscode, der PAI ausgelöst hat | 20070730 |
Method ADD_EXCLUDING_FUNCTION on class CL_ISH_GUI_MDY_PFSTATUS has no exception.
Method CLEAR_EXCLUDING_FUNCTIONS Signature
Method CLEAR_EXCLUDING_FUNCTIONS on class CL_ISH_GUI_MDY_PFSTATUS has no parameter.
Method CLEAR_EXCLUDING_FUNCTIONS on class CL_ISH_GUI_MDY_PFSTATUS has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXCLFUNC | Call by reference | Type reference (TYPE) | SYUCOMM_T | 20070706 | ||||
| 2 | I_ELEMENT_NAME | Call by reference | Type reference (TYPE) | N1GUI_ELEMENT_NAME | CO_DEF_PFSTATUS_NAME | 20070706 | |||
| 3 | I_PFKEY | Call by reference | Type reference (TYPE) | SY-PFKEY | 20070706 | ||||
| 4 | I_REPID | Call by reference | Type reference (TYPE) | SY-REPID | SY-REPID | 20070706 |
Method CONSTRUCTOR on class CL_ISH_GUI_MDY_PFSTATUS has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXCLFUNC | Call by reference | Type reference (TYPE) | SYUCOMM_T | Excludierte Funktionen | 20070706 | |||
| 2 | I_ELEMENT_NAME | Call by reference | Type reference (TYPE) | N1GUI_ELEMENT_NAME | CO_DEF_PFSTATUS_NAME | Name eines Oberflächenelements | 20070706 | ||
| 3 | I_PFKEY | Call by reference | Type reference (TYPE) | SY-PFKEY | GUI-Status | 20070706 | |||
| 4 | I_REPID | Call by reference | Type reference (TYPE) | SY-REPID | SY-REPID | Programmname | 20070706 | ||
| 5 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ISH_GUI_MDY_PFSTATUS | IS-H: GUI - GUI-Status eines Trägerdynpros | 20070706 |
Method CREATE on class CL_ISH_GUI_MDY_PFSTATUS has no exception.
Method GET_CLONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_CLONE | Value transfer | Object reference (TYPE REF TO) | CL_ISH_GUI_MDY_PFSTATUS | Kopie des Objekts | 20070706 |
Method GET_CLONE on class CL_ISH_GUI_MDY_PFSTATUS has no exception.
Method GET_EXCLUDING_FUNCTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_EXCLFUNC | Value transfer | Type reference (TYPE) | SYUCOMM_T | Excludierte Funktionen | 20070706 |
Method GET_EXCLUDING_FUNCTIONS on class CL_ISH_GUI_MDY_PFSTATUS has no exception.
Method GET_PFKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PFKEY | Value transfer | Type reference (TYPE) | SY-PFKEY | 20070706 |
Method GET_PFKEY on class CL_ISH_GUI_MDY_PFSTATUS has no exception.
Method GET_REPID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REPID | Value transfer | Type reference (TYPE) | SY-REPID | 20070706 |
Method GET_REPID on class CL_ISH_GUI_MDY_PFSTATUS has no exception.
Method HAS_EXCLUDING_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXCLFUNC | Call by reference | Type reference (TYPE) | SYUCOMM | Funktionscode, der PAI ausgelöst hat | 20070730 | |||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Funktion ist excludiert | 20070730 |
Method HAS_EXCLUDING_FUNCTION on class CL_ISH_GUI_MDY_PFSTATUS has no exception.
Method REMOVE_EXCLUDING_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXCLFUNC | Call by reference | Type reference (TYPE) | SYUCOMM | Funktionscode, der PAI ausgelöst hat | 20070730 |
Method REMOVE_EXCLUDING_FUNCTION on class CL_ISH_GUI_MDY_PFSTATUS has no exception.
Method SET_EXCLUDING_FUNCTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXCLFUNC | Call by reference | Type reference (TYPE) | SYUCOMM_T | Excludierte Funktionen | 20070730 |
Method SET_EXCLUDING_FUNCTIONS on class CL_ISH_GUI_MDY_PFSTATUS has no exception.
History
| Last changed by/on | SAP | 20071120 |
| SAP Release Created in |