SAP ABAP Class CL_ISH_UTL_GUI_STRUCTURE_MODEL (IS-H: GUI - Tools for Structure-Type Models)
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_UTL_GUI_STRUCTURE_MODEL | |
Short Description | IS-H: GUI - Tools for Structure-Type Models | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | N1BASE | IS-H: Basic Functionality; TSA Development |
Created | 20080814 | SAP |
Last change | 20081217 | 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_UTL_GUI_STRUCTURE_MODEL has no interface implemented.
Friends
Class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no friend class.
Attributes
Class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Assigns Content of Another Field to a Field | 20080814 |
2 | ![]() |
Static method | Public | Method | Assigns Content of Another Field to a Field | 20080814 |
3 | ![]() |
Static method | Public | Method | Returns the Content of a Field | 20080814 |
4 | ![]() |
Static method | Public | Method | Returns the Supported Fields | 20080814 |
5 | ![]() |
Static method | Public | Method | Returns Whether a Field Assignment is Possible | 20080814 |
6 | ![]() |
Static method | Public | Method | Returns Whether a Field Is Supported | 20080814 |
7 | ![]() |
Static method | Public | Method | Sets Data of a Structure | 20080814 |
8 | ![]() |
Static method | Public | Method | Sets the Content of a Field | 20080814 |
Events
Class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no event.
Types
Class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no local type.
Method Signatures
Method ASSIGN_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TARGET | Call by reference | Type reference (TYPE) | ANY | Zielfeld | 20080814 | ||
2 | ![]() |
E_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | abap_true: Inhalt des Zielfeldes wurde verändert | 20080814 | ||
3 | ![]() |
E_RC | Call by reference | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20080814 | ||
4 | ![]() |
I_SOURCE | Call by reference | Type reference (TYPE) | ANY | Quellfeld | 20080814 |
Method ASSIGN_CONTENT on class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no exception.
Method ASSIGN_FIELD_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TARGET | Call by reference | Type reference (TYPE) | ANY | Zielfeld | 20080814 | ||
2 | ![]() |
E_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | abap_true: Inhalt des Zielfeldes wurde verändert | 20080814 | ||
3 | ![]() |
IR_CB | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_CB_STRUCTURE_MODEL | IS-H: GUI - Callback strukturartiges Model | 20080814 | ||
4 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_STRUCTURE_MODEL | IS-H: GUI - Strukturartiges Model | 20080814 | ||
5 | ![]() |
I_ERROR_PAR | Call by reference | Type reference (TYPE) | BAPIRET2-PARAMETER | Parametername (für Fehlermeldung) | 20080814 | ||
6 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | IS-H: Feldname | 20080814 | ||
7 | ![]() |
I_SOURCE | Call by reference | Type reference (TYPE) | ANY | Quellfeld | 20080814 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20080814 |
Method GET_FIELD_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_CONTENT | Call by reference | Type reference (TYPE) | ANY | Feldinhalt | 20080814 | ||
2 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_STRUCTURE_MODEL | IS-H: GUI - Strukturartiges Model | 20080814 | ||
3 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | DATA | Datenstruktur | 20080814 | ||
4 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Feldname | 20080814 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20080814 |
Method GET_SUPPORTED_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | DATA | Datenstruktur | 20080814 | ||
2 | ![]() |
RT_SUPPORTED_FIELDNAME | Value transfer | Type reference (TYPE) | ISH_T_FIELDNAME | Unterstützte Felder | 20080814 |
Method GET_SUPPORTED_FIELDS on class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no exception.
Method IS_ASSIGNMENT_ALLOWED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SOURCE | Call by reference | Type reference (TYPE) | ANY | Quellfeld | 20080814 | ||
2 | ![]() |
I_TARGET | Call by reference | Type reference (TYPE) | ANY | Zielfeld | 20080814 | ||
3 | ![]() |
R_ALLOWED | Value transfer | Type reference (TYPE) | I | 0=Fehler; 1=Daten; 2=Objektreferenz; 3=Datenreferenz | 20080814 |
Method IS_ASSIGNMENT_ALLOWED on class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no exception.
Method IS_FIELD_SUPPORTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | DATA | Datenstruktur | 20080814 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Feldname | 20080814 | ||
3 | ![]() |
R_SUPPORTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Feld wird unterstützt | 20080814 |
Method IS_FIELD_SUPPORTED on class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no exception.
Method SET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_TARGET_DATA | Call by reference | Type reference (TYPE) | DATA | Zielstruktur | 20080814 | ||
2 | ![]() |
ET_CHANGED_FIELD | Call by reference | Type reference (TYPE) | ISH_T_FIELDNAME | Geänderte Felder | 20080814 | ||
3 | ![]() |
IS_SOURCE_DATA | Call by reference | Type reference (TYPE) | DATA | Quellstruktur | 20080814 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20080814 |
Method SET_FIELD_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_DATA | Call by reference | Type reference (TYPE) | DATA | Datenstruktur | 20080814 | ||
2 | ![]() |
E_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Feldinhalt wurde verändert | 20080814 | ||
3 | ![]() |
IR_CB | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_CB_STRUCTURE_MODEL | IS-H: GUI - Callback strukturartiges Model | 20080814 | ||
4 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_STRUCTURE_MODEL | IS-H: GUI - Strukturartiges Model | 20080814 | ||
5 | ![]() |
I_CONTENT | Call by reference | Type reference (TYPE) | ANY | Neuer Feldinhalt | 20080814 | ||
6 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Feldname | 20080814 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20080814 |
History
Last changed by/on | SAP | 20081217 |
SAP Release Created in |