SAP ABAP Class IF_ISH_PROCESS (IS-H: Interface for Integrating Processes in Dialogs)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_ISH_IDENTIFY_OBJECT | IS-H: Assign a Type to an Object | 20030721 |
2 | Interface composition (i COMPRISING i_ref) | IF_ISH_SNAPSHOT_OBJECT | IS-H: Definition for Snapshot Mechanism | 20030721 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ISHMED_PRC_APPLAN | IS-H*MED: Process Class Plan Release (Without Dialog) | 20040921 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ISHMED_PRC_STRUCMEDREC | IS-H*MED: Health Problems Process Class (Without Dialog) | 20050214 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ISHMED_PRC_TEAM | IS-H*MED: Team Entry Process | 20031003 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ISH_PRC_AC | IS-H: Process Class Appointment Template without Dialog | 20041230 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ISH_PRC_PLANNING | IS-H: Process Class for Planning (Appointment Processing) | 20030721 |
Properties
Class | IF_ISH_PROCESS | |
Short Description | IS-H: Interface for Integrating Processes in Dialogs | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20030721 | SAP |
Last change | 20050224 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_ISH_PROCESS has no forward declaration.
Interfaces
Class IF_ISH_PROCESS has no interface implemented.
Friends
Class IF_ISH_PROCESS has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Execute OK Code | 20030721 |
2 | ![]() |
Instance method | Public | Method | Execute Checks | 20030721 |
3 | ![]() |
Instance method | Public | Method | Check if Changes Have Occurred | 20030721 |
4 | ![]() |
Instance method | Public | Method | 20030721 | |
5 | ![]() |
Instance method | Public | Method | Perform initialization | 20030721 |
6 | ![]() |
Instance method | Public | Method | 20030721 | |
7 | ![]() |
Instance method | Public | Method | 20030721 | |
8 | ![]() |
Instance method | Public | Method | Save | 20030721 |
9 | ![]() |
Instance method | Public | Method | Position cursor | 20030721 |
10 | ![]() |
Instance method | Public | Method | 20030721 | |
11 | ![]() |
Instance method | Public | Method | 20030721 |
Events
Class IF_ISH_PROCESS has no event.
Types
Class IF_ISH_PROCESS has no local type.
Method Signatures
Method CALL_OK_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerabarbeitung | 20030721 | ||
2 | ![]() |
C_OKCODE | Value transfer | Type reference (TYPE) | SY-UCOMM | Funktionscode | 20030721 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20030721 |
Method CALL_OK_CODE on class IF_ISH_PROCESS has no exception.
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbearbeitung | 20030721 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20030721 |
Method CHECK on class IF_ISH_PROCESS has no exception.
Method CHECK_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerabarbeitung | 20030721 | ||
2 | ![]() |
E_CHANGED | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Änderungen vorhanden ON/OFF | 20030721 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20030721 |
Method CHECK_CHANGES on class IF_ISH_PROCESS has no exception.
Method GET_TYPE Signature
Method GET_TYPE on class IF_ISH_PROCESS has no parameter.
Method GET_TYPE on class IF_ISH_PROCESS has no exception.
Method INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbearbeitung | 20030721 | ||
2 | ![]() |
E_CURSOR | Value transfer | Type reference (TYPE) | ISH_CURSOR | Position des Cursors | 20030721 | ||
3 | ![]() |
E_CURSOR_DYNNR | Value transfer | Type reference (TYPE) | SY-DYNNR | Nummer des Dynpros für Cursorposition | 20030721 | ||
4 | ![]() |
E_CURSOR_LIN | Value transfer | Type reference (TYPE) | SY-STEPL | Zeile im Table Control für Cursorposition | 20030721 | ||
5 | ![]() |
E_CURSOR_PGM | Value transfer | Type reference (TYPE) | SY-REPID | Name des Programmes für Cursorposition | 20030721 | ||
6 | ![]() |
E_DYNNR | Value transfer | Type reference (TYPE) | SY-DYNNR | Nummer des Dynpros für den Prozess Subscreen | 20030721 | ||
7 | ![]() |
E_PGM | Value transfer | Type reference (TYPE) | SY-REPID | Name des Programmes für den Prozess Subscreen | 20030721 | ||
8 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20030721 |
Method INITIALIZE on class IF_ISH_PROCESS has no exception.
Method IS_A Signature
Method IS_A on class IF_ISH_PROCESS has no parameter.
Method IS_A on class IF_ISH_PROCESS has no exception.
Method IS_INHERITED_FROM Signature
Method IS_INHERITED_FROM on class IF_ISH_PROCESS has no parameter.
Method IS_INHERITED_FROM on class IF_ISH_PROCESS has no exception.
Method SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbearbeitung | 20030721 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20030721 |
Method SAVE on class IF_ISH_PROCESS has no exception.
Method SET_CURSOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerabarbeitung | 20030721 | ||
2 | ![]() |
E_CURSOR_SET | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Cursor wurde gesetzt ON/OFF | 20030721 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode bei Methodenaufrufen | 20030721 | ||
4 | ![]() |
I_CURSORFIELD | Value transfer | Type reference (TYPE) | ISH_FIELDNAME | Feldname | 20030721 | ||
5 | ![]() |
I_RN1MESSAGE | Value transfer | Type reference (TYPE) | RN1MESSAGE | Fehlermeldung | 20030721 |
Method SET_CURSOR on class IF_ISH_PROCESS has no exception.
Method SNAPSHOT Signature
Method SNAPSHOT on class IF_ISH_PROCESS has no parameter.
Method SNAPSHOT on class IF_ISH_PROCESS has no exception.
Method UNDO Signature
Method UNDO on class IF_ISH_PROCESS has no parameter.
Method UNDO on class IF_ISH_PROCESS has no exception.
History
Last changed by/on | SAP | 20050224 |
SAP Release Created in |