SAP ABAP Class CL_ECM_CHANGE_GRAPH (Change Graph)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-ECM (Application Component) Engineering Change Management
     ECM_OBJECTS (Package) ECM: Objects (Request, Order, Task, Validity)
Properties
Class CL_ECM_CHANGE_GRAPH  
Short Description Change Graph    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class ECM_GRAPH    
Program status     
Category 0   
Package ECM_OBJECTS   ECM: Objects (Request, Order, Task, Validity) 
Created 20020502   SAP 
Last change 20040930   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ECM_CHANGE_GRAPH has no forward declaration.
Interfaces
Class CL_ECM_CHANGE_GRAPH has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_ECM_FACADE 20021021 Connection of the Application to ECM
2 CL_ECM_OBJ 20030414 Central Change Object Services
3 CL_ECM_ORD 20021021 Change Order
4 CL_ECM_SIMPLE_VALIDITY 20040604 Facad Class for Simple, Time-Based Validity
5 CL_ECM_TSK 20021021 Change Task
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONST Static Attribute Private Object reference (TYPE REF TO) CL_ECM_CONST Constant Attributes 20020514
2 GF_ON_NEW_NODE Instance attribute Private Type reference (TYPE) FLAG Event Running 20030414
3 G_OBJECT_GUID Instance attribute Private Type reference (TYPE) ECMOBJGUID Object GUID 20020529
4 G_OBJECT_TYPE Instance attribute Private Type reference (TYPE) ECMOTYP Object Type 20020529
5 T_INST_ADM Static Attribute Private Type reference (TYPE) TT_INST_ADM Instance Management 20020514
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NODE Instance method Protected Method Change Graph: Create New Object Validity Status 20020514
2 BUFFER_BACKUP Static method Public Method Put Change Graphs in Buffer 20021004
3 BUFFER_REFRESH Static method Public Method Clear Buffer 20021004
4 BUFFER_RESTORE Static method Public Method Get Change Graphs from Buffer 20021004
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020514
6 CONVERT_ORDER_KEY Static method Private Method Engineering Change Order: Convert GUID <-> External Key 20020703
7 CREATE Instance method Protected Method Create Change Graph for Object 20020514
8 DELETE Instance method Public Method Delete Change Graph for Object 20020514
9 DISPLAY Instance method Public Method Display Change Graph 20020529
10 EXCHANGE_ORDER Instance method Public Method Replace Change Number (1:1) 20020612
11 EXISTENCE_CHECK Static method Public Method Change Graph: Existence Check, Also for Status 20020515
12 FACTORY Static method Public Method CONSTRUCTOR 20030221
13 GET_INSTANCE Static method Public Method Change Graph: Get Instance for Object 20020514
14 GET_LOCAL_VALIDITY Instance method Public Method Change Graph: Get Local Validity for Status 20020612
15 GET_PREDECESSOR Instance method Public Method Change Graph: Get Predecessor 20020515
16 GET_STATE_BY_VALIDITY Instance method Public Method Change Graph: Determine Status Using Validity 20020605
17 INIT Instance method Public Method Change Graph: Reset Buffer 20020514
18 ON_ORDER_RELEASE Static method Protected Method Change Graph: Set Release of Engineering Change Order 20020604
19 POST Static method Public Method Save Change Graph for Object 20020514
20 PROVIDE Instance method Public Method Read Change Graph for Object 20020514
21 REMOVE_NODE Instance method Public Method Change Graph: Delete Object Validity Status 20020514
22 SET_DELETION Instance method Public Method Change Graph: Set Deletion Indicator 20020514
23 SET_LOCAL_VALIDITY Instance method Public Method Change Graph: Create Local Validity for Status 20020612
24 SET_TIMESTAMP_CHANGE Instance method Protected Method Set Time Stamp for Last Change 20021011
Events
# Event Type Visibility Description Created on
1 NEW_NODE Instance Event
(0)
Private
(0)
New State in Change Graph 20020612
Types
Class CL_ECM_CHANGE_GRAPH has no local type.
Method Signatures

Method ADD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COUNTER Value transfer Type reference (TYPE) ECMCNT Zähler 20020514
2 Exporting E_PREDECESSOR Value transfer Type reference (TYPE) ECMORD tatasächlicher Vorgänger 20020529
3 Exporting E_PREDECESSOR_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID tatsächlicher Vorgänger 20020529
4 Importing I_ORDER Value transfer Type reference (TYPE) ECMORD neuer Stand 20020514
5 Importing I_ORDER_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID neuer Stand 20020514
6 Importing I_PREDECESSOR Value transfer Type reference (TYPE) ECMORD Vorgängerstand 20020605
7 Importing I_PREDECESSOR_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Vorgängerstand 20020605
# Exception Resumable Description Created on
1 EXISTS_ALREADY Änderungsauftrag hat bereits anderen Vorgänger 20020529
2 FOREIGN_LOCK Objekt kann nicht gesperrt werden 20020725
3 GRAPH_NOT_FOUND Änderungsgraph zu Objekt existiert nicht 20020529
4 NEW_ORDER_NOT_FOUND Änderungsauftrag des anzulegenden Standes nicht vorhanden 20020529
5 NEW_ORDER_NOT_VALID Änderungsauftrag des anzulegenden Standes nicht verwendbar 20020529
6 NO_CHANGE Anzulegender Stand existiert bereits 20020529
7 OLD_ORDER_NOT_ALLOWED Vorgängerstand nicht zulässig 20020529
8 OLD_ORDER_NOT_FOUND Änderungsauftrag des Vorgängers nicht vorhanden 20020529
9 UPDATE_ERROR Stand konnte nicht angelegt werden 20020529
10 WRONG_INPUT Neuer Änderungsauftrag (extern oder intern) fehlt 20020529

Method BUFFER_BACKUP Signature

Method BUFFER_BACKUP on class CL_ECM_CHANGE_GRAPH has no parameter.
Method BUFFER_BACKUP on class CL_ECM_CHANGE_GRAPH has no exception.

Method BUFFER_REFRESH Signature

Method BUFFER_REFRESH on class CL_ECM_CHANGE_GRAPH has no parameter.
Method BUFFER_REFRESH on class CL_ECM_CHANGE_GRAPH has no exception.

Method BUFFER_RESTORE Signature

Method BUFFER_RESTORE on class CL_ECM_CHANGE_GRAPH has no parameter.
Method BUFFER_RESTORE on class CL_ECM_CHANGE_GRAPH has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_GUID Value transfer Type reference (TYPE) ECMOBJGUID GUID Objekt 20020514
2 Importing I_OBJECT_TYPE Value transfer Type reference (TYPE) ECMOTYP Objekttyp 20020529
# Exception Resumable Description Created on
1 INSTANCE_ALREADY_CREATED Zum Objekt existiert bereits eine Instanz -> GET_INSTANCE 20020514
2 OLD_ECM alter Änderungsdienst aktiv 20020528
3 WRONG_INPUT Objektdaten fehlen 20020606

Method CONVERT_ORDER_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ORDER Value transfer Type reference (TYPE) ECMORD Änderungsauftrag 20020703
2 Exporting E_ORDER_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Änderungsauftrag 20020703
3 Importing I_ORDER Value transfer Type reference (TYPE) ECMORD Änderungsauftrag 20020703
4 Importing I_ORDER_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Änderungsauftrag 20020703
# Exception Resumable Description Created on
1 WRONG_INPUT Auftrag (extern oder intern) fehlt oder ist ungültig 20020703

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NODE_COUNTER Value transfer Type reference (TYPE) ECMCNT Zähler für Knoten im Änderungsgraph 20020514
2 Importing IF_NO_ECM Value transfer Type reference (TYPE) FLAG Erster Stand ohne Änderungsauftrag 20021002
3 Importing I_ORDER Value transfer Type reference (TYPE) ECMORD Stand 20020514
4 Importing I_ORDER_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Stand 20020514
# Exception Resumable Description Created on
1 EXISTS_ALREADY Objekt hat bereits Änderungsgraph 20020514
2 FOREIGN_LOCK Objekt kann nicht gesperrt werden 20020725
3 ORDER_NOT_FOUND Änderungsauftrag existiert nicht 20020514
4 ORDER_NOT_VALID Änderungauftrag kann nicht verwendet werden 20020529
5 UPDATE_ERROR Änderungsgraph konnte nicht angelegt werden 20020529
6 WRONG_INPUT Änderungsauftrag (extern oder intern) fehlt 20020514

Method DELETE Signature

Method DELETE on class CL_ECM_CHANGE_GRAPH has no parameter.
# Exception Resumable Description Created on
1 DELETION_ERROR Änderungsgraph konnte nicht gelöscht werden 20020529
2 FOREIGN_LOCK Objekt kann nicht gesperrt werden 20020725
3 GRAPH_NOT_FOUND Änderungsgraph zu Objekt existiert nicht 20020529

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ORDER Value transfer Type reference (TYPE) ECMORD Änderungsauftrag 20020529
2 Exporting E_ORDER_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Änderungsauftrag 20020529
3 Importing I_SELECTION Value transfer Type reference (TYPE) FLAG 'X' Standauswahl möglich 20020529
# Exception Resumable Description Created on
1 GRAPH_NOT_FOUND Änderungsgraph zu Objekt existiert nicht 20020529
2 INTERNAL_ERROR Interner Fehler bei Darstellung 20020604

Method EXCHANGE_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORDER_GUID_NEW Value transfer Type reference (TYPE) ECMORDGUID GUID neuer Änderungsauftrag 20020612
2 Importing I_ORDER_GUID_OLD Value transfer Type reference (TYPE) ECMORDGUID GUID alter Änderungsauftrag 20020612
3 Importing I_ORDER_NEW Value transfer Type reference (TYPE) ECMORD neuer Änderungsauftrag 20020612
4 Importing I_ORDER_OLD Value transfer Type reference (TYPE) ECMORD alter Änderungsauftrag 20020612
# Exception Resumable Description Created on
1 DUPLICATE_NODE neuer Änderungsauftrag kommt schon in Graph vor 20021106
2 NEW_ORDER_NOT_FOUND neuer Änderungsauftrag existiert nicht 20020612
3 OLD_ORDER_NOT_FOUND alter Änderungsauftrag existiert nicht 20020612
4 ORDER_NOT_IN_GRAPH alter Änderungsauftrag in Graph nicht gefunden 20020612
5 UPDATE_ERROR Fehler beim Ersetzen des Auftrages 20020612
6 WRONG_CHANGE_TYPE alter/ neuer Auftrag müssen selben Typ haben 20020612
7 WRONG_INPUT Änderungsauftrag (extern oder intern) fehlt 20020612

Method EXISTENCE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COUNTER Value transfer Type reference (TYPE) ECMCNT Änderungsstand-Zähler 20040301
2 Importing I_OBJECT_GUID Value transfer Type reference (TYPE) ECMOBJGUID GUID Objekt 20020517
3 Importing I_ORDER Value transfer Type reference (TYPE) ECMORD Änderungsauftrag 20020515
4 Importing I_ORDER_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Änderungsauftrag 20020515
# Exception Resumable Description Created on
1 GRAPH_NOT_FOUND Änderungsgraph zu Objekt existiert nicht 20020515
2 ORDER_NOT_FOUND Auftrag kommt im Änderungsgraph nicht vor 20020515
3 ORDER_NOT_IN_GRAPH Auftrag in Graph nicht vorhanden 20020614

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ECM_CHANGE_GRAPH Änderungsgraph 20030221
2 Importing I_OBJECT_GUID Value transfer Type reference (TYPE) ECMOBJGUID GUID Objekt 20030221
3 Importing I_OBJECT_TYPE Value transfer Type reference (TYPE) ECMOTYP Objekttyp 20030221
# Exception Resumable Description Created on
1 INTERNAL_ERROR Zum Objekt existiert bereits eine Instanz -> GET_INSTANCE 20030221
2 OLD_ECM alter Änderungsdienst aktiv 20030221
3 WRONG_INPUT Objektdaten fehlen 20030221

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ECM_CHANGE_GRAPH Instanz Änderunggraph 20020514
2 Importing I_OBJECT_GUID Value transfer Type reference (TYPE) ECMOBJGUID GUID Objekt 20020514
# Exception Resumable Description Created on
1 NO_INSTANCE Zum Objekt existiert keine Instanz 20020514

Method GET_LOCAL_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALIDITY Value transfer Type reference (TYPE) TT_ECM_VAL_EXT lokale Gültigkeit zu Stand 20020612
2 Exporting E_CHANGE_KIND Value transfer Type reference (TYPE) ECMKND Änderungsart 20020613
3 Exporting E_ORDER Value transfer Type reference (TYPE) ECMORD Gültigkeitsauftrag 20020612
4 Exporting E_ORDER_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Gültigkeitsauftrag 20020612
5 Importing I_ORDER Value transfer Type reference (TYPE) ECMORD Änderungsauftrag 20020612
6 Importing I_ORDER_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Änderungsauftrag 20020612
7 Importing I_TIMESTAMP Value transfer Type reference (TYPE) ECMTIMEM Zeitstempel Änderung 20020612
# Exception Resumable Description Created on
1 NO_LOCAL_VALIDITY Stand besitzt keine lokale Gültigkeit 20020612
2 ORDER_NOT_FOUND Änderungsauftrag existiert nicht 20020612
3 ORDER_NOT_IN_GRAPH alter Änderungsauftrag in Graph nicht gefunden 20020612
4 WRONG_INPUT Änderungsauftrag (extern oder intern) fehlt 20020612

Method GET_PREDECESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PREDECESSOR Value transfer Type reference (TYPE) ECMORD Vorgängerstand 20020605
2 Exporting E_PREDECESSOR_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Vorgängerstand 20020605
3 Importing I_ORDER Value transfer Type reference (TYPE) ECMORD Änderungsauftrag 20020515
4 Importing I_ORDER_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Änderungsauftrag 20020515
# Exception Resumable Description Created on
1 GRAPH_NOT_FOUND Änderungsgraph zu Objekt existiert nicht 20020515
2 ORDER_NOT_FOUND Auftrag kommt im Änderungsgraph nicht vor 20020515
3 PREDECESSOR_NOT_FOUND Auftrag hat keinen Vorgängerstand 20020515
4 WRONG_INPUT Änderungsauftrag (extern oder intern) fehlt 20020529

Method GET_STATE_BY_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ORDER Value transfer Type reference (TYPE) ECMORD Änderungsauftrag 20020605
2 Exporting E_ORDER_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Änderungsauftrag 20020605
# Exception Resumable Description Created on
1 NOTHING_FOUND Zur Gültigkeit konnte kein Stand ermittelt werden 20020605
2 NO_VALIDITY Keine Gültigkeit eingegeben 20020605

Method INIT Signature

Method INIT on class CL_ECM_CHANGE_GRAPH has no parameter.
Method INIT on class CL_ECM_CHANGE_GRAPH has no exception.

Method ON_ORDER_RELEASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ECMORDGUID Value transfer Type reference (TYPE) ECMORDGUID GUID Änderungsauftrag 20020702
2 Importing I_TIME_STAMP Value transfer Type reference (TYPE) ECMTIMER Zeitstempel Freigabe 20020702

Method ON_ORDER_RELEASE on class CL_ECM_CHANGE_GRAPH has no exception.

Method POST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMIT Value transfer Type reference (TYPE) FLAG COMMIT WORK 20020514
2 Importing COMMIT_WAIT Value transfer Type reference (TYPE) FLAG COMMIT WORK AND WAIT 20020514

Method POST on class CL_ECM_CHANGE_GRAPH has no exception.

Method PROVIDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGE_GRAPH Value transfer Type reference (TYPE) TT_ECMCGRAPH Änderungsgraph intern 20020529
2 Exporting ET_IL_DATA Value transfer Type reference (TYPE) COMT_IL_DATA_ECMCHG_TAB Änderungsgraph in Interlinkages-Format 20020529
# Exception Resumable Description Created on
1 GRAPH_NOT_FOUND Falsche Objekt-GUID oder Objekt besitzt keinen Graph 20020529

Method REMOVE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DELETE_LEAVES_ONLY Value transfer Type reference (TYPE) FLAG 'X' nur Blätter aus Grpah löschen 20020514
2 Importing I_ORDER_DEL Value transfer Type reference (TYPE) ECMORD zu löschender Stand 20020529
3 Importing I_ORDER_GUID_DEL Value transfer Type reference (TYPE) ECMORDGUID GUID zu löschender Stand 20020514
# Exception Resumable Description Created on
1 DELETION_ERROR Stand konnte nicht gelöscht werden 20020529
2 FOREIGN_LOCK Objekt kann nicht gesperrt werden 20020725
3 GRAPH_NOT_FOUND Falsche Objekt-GUID oder Objekt besitzt keinen Graph 20020514
4 ORDER_NOT_FOUND Objekt hat keinen Stand zum angegebenen Auftrag 20020514
5 ORDER_NO_LEAVE Stand kann nicht gelöscht werden, da Nachfolger vorhanden 20020514
6 WRONG_INPUT Änderungsauftrag (extern oder intern) fehlt 20020514

Method SET_DELETION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORDER_DEL Value transfer Type reference (TYPE) ECMORD zu löschender Stand 20020529
2 Importing I_ORDER_GUID_DEL Value transfer Type reference (TYPE) ECMORDGUID GUID zu löschender Stand 20020514
# Exception Resumable Description Created on
1 FOREIGN_LOCK Objekt kann nicht gesperrt werden 20020725
2 GRAPH_NOT_FOUND Falsche Objekt-GUID oder Objekt besitzt keinen Graph 20020514
3 ORDER_NOT_FOUND Objekt hat keinen Stand zum angegebenen Auftrag 20020514
4 UPDATE_ERROR Löschkennzeichen kann nicht gesetzt werden 20020529
5 WRONG_INPUT Änderungsauftrag (extern oder intern) fehlt 20020514

Method SET_LOCAL_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VALIDITY Value transfer Type reference (TYPE) TT_ECM_VAL_EXT lokale Gültigkeit zu Stand 20020612
2 Importing I_CHANGE_KIND Value transfer Type reference (TYPE) ECMKND Änderungsart 20020613
3 Importing I_ORDER Value transfer Type reference (TYPE) ECMORD Änderungsauftrag 20020612
4 Importing I_ORDER_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Änderungsauftrag 20020612
5 Importing I_PREDECESSOR Value transfer Type reference (TYPE) ECMORD Vorgängerstand 20020612
6 Importing I_PREDECESSOR_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Vorgängerstand 20020612
# Exception Resumable Description Created on
1 EXISTS_ALREADY Stand existiert bereits mit anderem Vorgänger 20020612
2 NO_VALIDITY_ORDER Neuer Auftrag hat nicht Typ 'Gültigkeit' 20020612
3 OLD_ORDER_NOT_ALLOWED Vorgängerstand nicht zulässig 20020612
4 OLD_ORDER_NOT_FOUND Vorgängerstand existiert nicht in Graph 20020612
5 ORDER_ERROR Fehler beim Anlegen des Auftrages 20020612
6 ORDER_NOT_FOUND Änderungsauftrag existiert nicht 20020612
7 ORDER_NOT_IN_GRAPH alter Änderungsauftrag in Graph nicht gefunden 20020612
8 UPDATE_ERROR Fehler beim Anlegen der lokalen Gültigkeit 20020612
9 WRONG_INPUT Änderungsauftrag (extern oder intern) fehlt 20020612

Method SET_TIMESTAMP_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORDER Value transfer Type reference (TYPE) ECMORD Änderungsauftrag 20021011
2 Importing I_ORDER_GUID Value transfer Type reference (TYPE) ECMORDGUID GUID Änderungsauftrag 20021011
# Exception Resumable Description Created on
1 GRAPH_NOT_FOUND Änderungsgraph existiert nicht 20021011
2 ORDER_NOT_FOUND Änderungsauftrag existiert nicht 20021011
3 ORDER_NOT_IN_GRAPH Änderungsauftrag nicht im Änderungsgraph 20021011
4 UPDATE_ERROR Fehler bei Interlinkages 20021011
5 WRONG_INPUT Änderungsauftrag muß angegeben werden 20021011
Event Signatures

Event NEW_NODE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_CHANGE_KIND Exporting Value transfer Type reference (TYPE) ECMKND Änderungsart 20020628
2 E_CHANGE_TYPE Exporting Value transfer Type reference (TYPE) ECMTYP Auftragstyp 20020628
3 E_OBJECT_GUID Exporting Value transfer Type reference (TYPE) ECMOBJGUID GUID Objekt 20020612
4 E_OBJECT_TYPE Exporting Value transfer Type reference (TYPE) ECMOTYP Objekttyp 20020612
5 E_ORDER Exporting Value transfer Type reference (TYPE) ECMORD Änderungsauftrag 20020612
6 E_ORDER_GUID Exporting Value transfer Type reference (TYPE) ECMORDGUID GUID Änderungsauftrag 20020612
7 E_PREDECESSOR_GUID Exporting Value transfer Type reference (TYPE) ECMORDGUID GUID Vorgänger-Änderungsauftrag 20020628
History
Last changed by/on SAP  20040930 
SAP Release Created in 2.00