SAP ABAP Class CL_ISH_CONTEXT_OBJECT (IS-H: Context-to-Object Assignment)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
NPVS (Package) Application development patient management system

⤷

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_CONNECTION | IS-H: Interface for Complex Attributes of Connections | 20020227 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20041206 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_IDENTIFY_OBJECT | IS-H: Assign a Type to an Object | 20030429 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_OBJECT_TYPES | IS-H: Definition of Types | 20030716 |
Properties
Class | CL_ISH_CONTEXT_OBJECT | |
Short Description | IS-H: Context-to-Object Assignment | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | NPVS | Application development patient management system |
Created | 20020227 | SAP |
Last change | 20050224 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ISH_CONNECTION | IS-H: Interface for Complex Attributes of Connections | 20020227 | ||
2 | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20041206 | ||
3 | IF_ISH_IDENTIFY_OBJECT | IS-H: Assign a Type to an Object | 20030429 | ||
4 | IF_ISH_OBJECT_TYPES | IS-H: Definition of Types | 20030716 |
Friends
Class CL_ISH_CONTEXT_OBJECT has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Adjust with Regard to Sequence Number | 20020228 |
2 | ![]() |
Static method | Public | Method | Create Instance | 20020228 |
3 | ![]() |
Static method | Public | Method | Compile the Data Key From the Key String | 20020227 |
4 | ![]() |
Static method | Public | Method | Compile the Key for Methods from the Data Key | 20020227 |
5 | ![]() |
Instance method | Public | Method | Cancel | 20020430 |
6 | ![]() |
Instance method | Public | Method | Change Object Attributes | 20020227 |
7 | ![]() |
Instance method | Public | Method | Check Data of Context-to-Object Assignment | 20020228 |
8 | ![]() |
Instance method | Public | Method | Check if Object Has Been Changed | 20020403 |
9 | ![]() |
Instance method | Protected | Method | Trigger an Error Message with Read Only | 20030903 |
10 | ![]() |
Instance method | Public | Method | Set Important Data for Save (ID, etc.) | 20020315 |
11 | ![]() |
Instance method | Public | Constructor | Constructor | 20020227 |
12 | ![]() |
Instance method | Public | Method | Convert Field Names NCTO <-> RNCTO | 20020227 |
13 | ![]() |
Instance method | Public | Method | Complete Data of Context-to-Object Assignment | 20020228 |
14 | ![]() |
Static method | Public | Method | Determine Object and Context of Assignment | 20020415 |
15 | ![]() |
Instance method | Public | Method | Return Data of Context-to-Object Assignment | 20020228 |
16 | ![]() |
Instance method | Public | Method | 20030429 | |
17 | ![]() |
Instance method | Public | Method | Initialize Complete Object | 20020228 |
18 | ![]() |
Instance method | Private | Method | 20041206 | |
19 | ![]() |
Instance method | Public | Method | Check if Object Is Current. (Compare with DB Status) | 20021205 |
20 | ![]() |
Instance method | Private | Method | 20041206 | |
21 | ![]() |
Static method | Public | Method | Read Data of Context-to-Object Assignmet from DB | 20020227 |
22 | ![]() |
Instance method | Public | Method | Temporarily Hold Object Content (also See UNDO) | 20020227 |
23 | ![]() |
Instance method | Public | Method | Reactivate Object Content Flagged as "Snapshot" | 20020318 |
Events
Class CL_ISH_CONTEXT_OBJECT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYT_CONTEXT_ADJUST | Private | See coding | Adjustment for Context in Progress!? | 20020314 | tyt_context_adjust TYPE STANDARD TABLE OF ty_context_adjust
|
|
2 | TY_CONTEXT_ADJUST | Private | See coding | Adjustment for Context in Progress!? | 20020314 | BEGIN OF ty_context_adjust,
cxid TYPE nctx-cxid,
flag TYPE ish_on_off,
END OF ty_context_adjust
|
Method Signatures
Method ADJUST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20020228 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20020228 |
Method ADJUST on class CL_ISH_CONTEXT_OBJECT has no exception.
Method BUILD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20020228 | ||
2 | ![]() |
E_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ISH_CONTEXT_OBJECT | Instanz | 20020228 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20020228 | ||
4 | ![]() |
I_ENVIRONMENT | Value transfer | Object reference (TYPE REF TO) | CL_ISH_ENVIRONMENT | Container für andere geänderte Objekte | 20020228 | ||
5 | ![]() |
I_MANDT | Value transfer | Type reference (TYPE) | MANDT | Mandant | 20020228 | ||
6 | ![]() |
I_NCTO | Value transfer | Type reference (TYPE) | NCTO | Zuordnung Kontext-Objekt | 20020228 |
Method BUILD on class CL_ISH_CONTEXT_OBJECT has no exception.
Method BUILD_DATA_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CTOID | Call by reference | Type reference (TYPE) | NCTOID | Identifikation Zuordnung Kontext-Objekt | 20020227 | ||
2 | ![]() |
E_MANDT | Call by reference | Type reference (TYPE) | MANDT | Mandant | 20020227 | ||
3 | ![]() |
I_KEY | Call by reference | Type reference (TYPE) | STRING | Key | 20020227 |
Method BUILD_DATA_KEY on class CL_ISH_CONTEXT_OBJECT has no exception.
Method BUILD_KEY_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_KEY | Value transfer | Type reference (TYPE) | STRING | Key | 20020227 | ||
2 | ![]() |
I_CTOID | Value transfer | Type reference (TYPE) | NCTOID | Identifikation Zuordnung Kontext-Objekt | 20020227 | ||
3 | ![]() |
I_MANDT | Value transfer | Type reference (TYPE) | MANDT | Mandant | 20020227 |
Method BUILD_KEY_STRING on class CL_ISH_CONTEXT_OBJECT has no exception.
Method CANCEL 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 | IS-H*MED: Klasse zur Fehlerabarbeitung | 20020430 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20020430 |
Method CANCEL on class CL_ISH_CONTEXT_OBJECT has no exception.
Method CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20020227 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20020227 | ||
3 | ![]() |
I_CONTEXT_OBJ | Value transfer | Type reference (TYPE) | RNCTO | Zuordnung Kontext-Objekt | 20020227 | ||
4 | ![]() |
I_ENVIRONMENT | Value transfer | Object reference (TYPE REF TO) | CL_ISH_ENVIRONMENT | Container für geänderte Objekte | 20020227 |
Method CHANGE on class CL_ISH_CONTEXT_OBJECT has no exception.
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20020228 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20020228 | ||
3 | ![]() |
I_CHECK_CONN_OBJECTS | Call by reference | Type reference (TYPE) | ISH_ON_OFF | SPACE | Alle angeschlossenen Objekte mitprüfen | 20020228 | |
4 | ![]() |
I_FILL_CONTEXT_OBJ | Call by reference | Type reference (TYPE) | ISH_ON_OFF | SPACE | Sämtliche Daten des Kontext befüllen | 20020228 | |
5 | ![]() |
I_WHAT_TO_CHECK | Value transfer | Type reference (TYPE) | RNCTO | Zu prüfenden Felder | 20020228 |
Method CHECK on class CL_ISH_CONTEXT_OBJECT 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 | IS-H*MED: Klasse zur Fehlerabarbeitung | 20020403 | ||
2 | ![]() |
E_CONTEXT_OBJ | Value transfer | Type reference (TYPE) | RNCTO | Kontext-Objekt-Zuordnung | 20020404 | ||
3 | ![]() |
E_MODE | Value transfer | Type reference (TYPE) | ISH_MODUS | Ist Objekt neu ('I') oder geändert ('U') usw. | 20020403 | ||
4 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | I | Returncode | 20020403 |
Method CHECK_CHANGES on class CL_ISH_CONTEXT_OBJECT has no exception.
Method CHECK_READ_ONLY 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 | 20030903 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | ReturnCode | 20030903 |
Method CHECK_READ_ONLY on class CL_ISH_CONTEXT_OBJECT has no exception.
Method COMPLETE_BEFORE_SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20020315 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20020315 | ||
3 | ![]() |
I_CONTEXT | Value transfer | Object reference (TYPE REF TO) | CL_ISH_CONTEXT | Kontext | 20020315 |
Method COMPLETE_BEFORE_SAVE on class CL_ISH_CONTEXT_OBJECT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ENVIRONMENT | Value transfer | Object reference (TYPE REF TO) | CL_ISH_ENVIRONMENT | Container für andere geänderte Objekte | 20020228 | ||
2 | ![]() |
I_MANDT | Value transfer | Type reference (TYPE) | MANDT | Mandant | 20020227 | ||
3 | ![]() |
I_NCTO | Value transfer | Type reference (TYPE) | NCTO | Zuordnung Kontext-Objekt | 20020227 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler aufgrund des Parameters I_ENVIRONMENT | 20020228 | |
2 | ![]() |
Instanzierung des Objektes nicht möglich (storniert!?) | 20020227 | |
3 | ![]() |
Daten (NCTO usw.) konnten nicht gefunden werden | 20020227 | |
4 | ![]() |
Fehlende bzw. fehlerhafte Datenübergabe | 20020227 |
Method CONVERT_FIELDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_FNAME | Value transfer | Type reference (TYPE) | FIELDNAME | Feldname der Struktur, in die konvertiert wird | 20020227 | ||
2 | ![]() |
E_FNAME_X | Value transfer | Type reference (TYPE) | FIELDNAME | Feldname des passenden X-Feldes | 20020227 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20020227 | ||
4 | ![]() |
I_NCTO_FNAME | Value transfer | Type reference (TYPE) | FIELDNAME | Feldname der NCTO-Struktur | 20020227 | ||
5 | ![]() |
I_RNCTO_NCTO_FNAME | Value transfer | Type reference (TYPE) | FIELDNAME | Feldname der RNCTO-Struktur | 20020227 |
Method CONVERT_FIELDNAME on class CL_ISH_CONTEXT_OBJECT has no exception.
Method FILL_CONTEXT_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20020228 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20020228 |
Method FILL_CONTEXT_OBJECT on class CL_ISH_CONTEXT_OBJECT has no exception.
Method GET_CONTEXT_OBJECT_FOR_REL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Fehlerklasse | 20020415 | ||
2 | ![]() |
E_CONTEXT | Value transfer | Object reference (TYPE REF TO) | CL_ISH_CONTEXT | Objekt, das der Zuordnung entspricht | 20020415 | ||
3 | ![]() |
E_OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Objekt, das der Zuordnung entspricht | 20020415 | ||
4 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20020415 | ||
5 | ![]() |
I_CANCELLED_DATAS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | SPACE | Stornierte Daten berücksichtigen | 20020510 | |
6 | ![]() |
I_CONTEXT_OBJ | Value transfer | Object reference (TYPE REF TO) | CL_ISH_CONTEXT_OBJECT | Zuordnung Kontext-Objekt | 20020415 | ||
7 | ![]() |
I_ENVIRONMENT | Value transfer | Object reference (TYPE REF TO) | CL_ISH_ENVIRONMENT | Container aller geänderten Objekte | 20020415 |
Method GET_CONTEXT_OBJECT_FOR_REL on class CL_ISH_CONTEXT_OBJECT has no exception.
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20020228 | ||
2 | ![]() |
E_ACTIVE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Objekt ist aktiv ON / OFF | 20020228 | ||
3 | ![]() |
E_ENVIRONMENT | Value transfer | Object reference (TYPE REF TO) | CL_ISH_ENVIRONMENT | Container für alle geänderten Objekte | 20020228 | ||
4 | ![]() |
E_NCTO | Value transfer | Type reference (TYPE) | NCTO | Kontext | 20020228 | ||
5 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20020228 | ||
6 | ![]() |
I_FILL_CONTEXT_OBJ | Value transfer | Type reference (TYPE) | ISH_ON_OFF | SPACE | Sämtliche Felder des Kontext befüllen ON / OFF | 20020228 |
Method GET_DATA on class CL_ISH_CONTEXT_OBJECT has no exception.
Method GET_TYPE Signature
Method GET_TYPE on class CL_ISH_CONTEXT_OBJECT has no parameter.
Method GET_TYPE on class CL_ISH_CONTEXT_OBJECT has no exception.
Method INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MANDT | Value transfer | Type reference (TYPE) | MANDT | Mandant | 20020228 | ||
2 | ![]() |
I_NCTO | Value transfer | Type reference (TYPE) | NCTO | Kontext-Objekt-Zuordnung | 20020404 |
Method INITIALIZE on class CL_ISH_CONTEXT_OBJECT has no exception.
Method IS_A Signature
Method IS_A on class CL_ISH_CONTEXT_OBJECT has no parameter.
Method IS_A on class CL_ISH_CONTEXT_OBJECT has no exception.
Method IS_ACTUAL 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 | IS-H*MED: Klasse zur Fehlerabarbeitung | 20021205 | ||
2 | ![]() |
E_ACTUAL | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Objekt ist aktuell (ON/OFF) | 20021205 | ||
3 | ![]() |
E_CONTEXT_OBJ | Value transfer | Type reference (TYPE) | RNCTO | Kontext-Objekt-Zuordnung | 20021205 | ||
4 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | I | Returncode | 20021205 |
Method IS_ACTUAL on class CL_ISH_CONTEXT_OBJECT has no exception.
Method IS_INHERITED_FROM Signature
Method IS_INHERITED_FROM on class CL_ISH_CONTEXT_OBJECT has no parameter.
Method IS_INHERITED_FROM on class CL_ISH_CONTEXT_OBJECT has no exception.
Method SELECT_CONTEXT_OBJ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20020227 | ||
2 | ![]() |
E_NCTO | Value transfer | Type reference (TYPE) | NCTO | Zuordnung Kontext-Objekt | 20020227 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20020227 | ||
4 | ![]() |
I_CXID | Value transfer | Type reference (TYPE) | NCXID | Kontext-Identifikation | 20020403 | ||
5 | ![]() |
I_OBJID | Value transfer | Type reference (TYPE) | NOBJTYID | Id eines Objektes | 20020403 | ||
6 | ![]() |
I_OBJTY | Value transfer | Type reference (TYPE) | NOBJTY | Typ eines Objektes | 20020403 | ||
7 | ![]() |
I_REFRESH_BUFFER | Value transfer | Type reference (TYPE) | ISH_ON_OFF | SPACE | Puffer für diese CXID auffrischen ('C'...Clear, 'R'...Read | 20020227 |
Method SELECT_CONTEXT_OBJ on class CL_ISH_CONTEXT_OBJECT has no exception.
Method SNAPSHOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_KEY | Value transfer | Type reference (TYPE) | ISHMED_SNAPKEY | Key des Snapshots | 20020227 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | SY-SUBRC | Returncode | 20020227 |
Method SNAPSHOT on class CL_ISH_CONTEXT_OBJECT has no exception.
Method UNDO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20020318 | ||
2 | ![]() |
I_KEY | Value transfer | Type reference (TYPE) | ISHMED_SNAPKEY | Key des Snapshots | 20020318 |
Method UNDO on class CL_ISH_CONTEXT_OBJECT has no exception.
History
Last changed by/on | SAP | 20050224 |
SAP Release Created in | 463B |