SAP ABAP Class CL_ISH_UTL_RTTI (IS-H: General Functions)
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_RTTI | |
Short Description | IS-H: General Functions | |
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 | 20030901 | 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_RTTI has no interface implemented.
Friends
Class CL_ISH_UTL_RTTI has no friend class.
Attributes
Class CL_ISH_UTL_RTTI 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 | Determination of the Name of a Class | 20030901 |
3 | ![]() |
Static method | Public | Method | Determine Fixed Value Text for Data Field | 20031202 |
4 | ![]() |
Static method | Public | Method | Returns Label of a Data Field | 20040120 |
5 | ![]() |
Static method | Public | Method | Determination of the Name of a Data Field | 20031118 |
6 | ![]() |
Static method | Public | Method | Returns DDFIELDS for a Structure | 20030901 |
7 | ![]() |
Static method | Public | Method | Returns DDFIELDS from a CL_ABAP_STRUCTDESCR Object | 20030901 |
8 | ![]() |
Static method | Public | Method | Returns DDFIELDS for a Structure | 20030901 |
9 | ![]() |
Static method | Public | Method | Returns DDFIELDS from a CL_ABAP_TYPEDESCR Object | 20030901 |
10 | ![]() |
Static method | Public | Method | Returns Whether a Field Assignment is Possible | 20080814 |
Events
Class CL_ISH_UTL_RTTI has no event.
Types
Class CL_ISH_UTL_RTTI 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 = Zielfeld wurde verändert | 20080814 | ||
3 | ![]() |
E_RC | Call by reference | Type reference (TYPE) | ISH_METHOD_RC | 0=OK; 1=Fehler | 20080814 | ||
4 | ![]() |
I_SOURCE | Call by reference | Type reference (TYPE) | ANY | Quellfeld | 20080814 |
Method ASSIGN_CONTENT on class CL_ISH_UTL_RTTI has no exception.
Method GET_CLASS_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Referenz einer beliebigen Klasse | 20030901 | ||
2 | ![]() |
R_NAME | Value transfer | Type reference (TYPE) | SEOCLASS-CLSNAME | Name der Klasse | 20030901 |
Method GET_CLASS_NAME on class CL_ISH_UTL_RTTI has no exception.
Method GET_DATA_FIXED_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATA | Call by reference | Type reference (TYPE) | ANY | 20031202 | |||
2 | ![]() |
R_FIXED_VALUE | Value transfer | Type reference (TYPE) | STRING | 20031202 |
Method GET_DATA_FIXED_VALUE on class CL_ISH_UTL_RTTI has no exception.
Method GET_DATA_LABEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATA | Value transfer | Type reference (TYPE) | ANY | Datenfeld | 20040120 | ||
2 | ![]() |
I_TYPE | Value transfer | Type reference (TYPE) | CHAR1 | 'M' | R-Überschrift, S-Kurztext, M-Mittel, L-Langtext | 20040120 | |
3 | ![]() |
LABEL | Value transfer | Type reference (TYPE) | STRING | DDIC-Text | 20040120 |
Method GET_DATA_LABEL on class CL_ISH_UTL_RTTI has no exception.
Method GET_DATA_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATA | Call by reference | Type reference (TYPE) | ANY | 20031118 | |||
2 | ![]() |
R_NAME | Value transfer | Type reference (TYPE) | STRING | 20031118 |
Method GET_DATA_NAME on class CL_ISH_UTL_RTTI has no exception.
Method GET_DDFIELDS_BY_STRUCT 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 | 20030901 | ||
2 | ![]() |
ET_DDFIELDS | Value transfer | Type reference (TYPE) | DDFIELDS | DD: Feldliste | 20030901 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20030901 | ||
4 | ![]() |
IR_OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Wird im Fehlerfall an CR_ERRORHANDLER übergeben. | 20030901 | ||
5 | ![]() |
IS_DATA | Value transfer | Type reference (TYPE) | ANY | Daten, zu denen die DDIC-Info geliefert werden soll. | 20030901 | ||
6 | ![]() |
I_DATA_NAME | Value transfer | Type reference (TYPE) | STRING | Wird im Fehlerfall an CR_ERRORHANDLER übergeben. | 20030901 |
Method GET_DDFIELDS_BY_STRUCT on class CL_ISH_UTL_RTTI has no exception.
Method GET_DDFIELDS_BY_STRUCTDESCR 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 | 20030901 | ||
2 | ![]() |
ET_DDFIELDS | Value transfer | Type reference (TYPE) | DDFIELDS | DD: Feldliste | 20030901 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20030901 | ||
4 | ![]() |
IR_OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Wird im Fehlerfall an CR_ERRORHANDLER übergeben. | 20030901 | ||
5 | ![]() |
IR_STRUCTDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Run-Time Type Identification | 20030901 | ||
6 | ![]() |
I_DATA_NAME | Value transfer | Type reference (TYPE) | STRING | Wird im Fehlerfall an CR_ERRORHANDLER übergeben. | 20030901 |
Method GET_DDFIELDS_BY_STRUCTDESCR on class CL_ISH_UTL_RTTI has no exception.
Method GET_DDFIELDS_BY_STRUCT_NAME 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 | 20030901 | ||
2 | ![]() |
ET_DDFIELDS | Value transfer | Type reference (TYPE) | DDFIELDS | DD: Feldliste | 20030901 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20030901 | ||
4 | ![]() |
IR_OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Wird im Fehlerfall an CR_ERRORHANDLER übergeben. | 20030901 | ||
5 | ![]() |
I_DATA_NAME | Value transfer | Type reference (TYPE) | STRING | Name der Struktur | 20030901 |
Method GET_DDFIELDS_BY_STRUCT_NAME on class CL_ISH_UTL_RTTI has no exception.
Method GET_DDFIELDS_BY_TYPEDESCR 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 | 20030901 | ||
2 | ![]() |
ET_DDFIELDS | Value transfer | Type reference (TYPE) | DDFIELDS | DD: Feldliste | 20030901 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20030901 | ||
4 | ![]() |
IR_OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Wird im Fehlerfall an CR_ERRORHANDLER übergeben. | 20030901 | ||
5 | ![]() |
IR_TYPEDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run-Time Type Identification | 20030901 | ||
6 | ![]() |
I_DATA_NAME | Value transfer | Type reference (TYPE) | STRING | Wird im Fehlerfall an CR_ERRORHANDLER übergeben. | 20030901 |
Method GET_DDFIELDS_BY_TYPEDESCR on class CL_ISH_UTL_RTTI 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_RTTI has no exception.
History
Last changed by/on | SAP | 20081217 |
SAP Release Created in | 472 |