SAP ABAP Class CL_MDG_TR_CLASSIC (Conversion to Transport Format)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     MDG_TRANSPORT_TOOL (Package) Transport Tool
Properties
Class CL_MDG_TR_CLASSIC  
Short Description Conversion to Transport Format    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class MDG_TR    
Program status     
Category 0   
Package MDG_TRANSPORT_TOOL   Transport Tool 
Created 20081218   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MDG_TR_CLASSIC has no forward declaration.
Interfaces
Class CL_MDG_TR_CLASSIC has no interface implemented.
Friends
Class CL_MDG_TR_CLASSIC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _MAINTAINABLE Instance attribute Private Type reference (TYPE) BOOLE_D Object can be changed 20081218
2 _O_FACTORY Instance attribute Private Object reference (TYPE REF TO) CL_MDG_TR_OBJ_FACTORY Factory for Transport Objects 20081218
3 _O_MSG_HANDLER Instance attribute Private Object reference (TYPE REF TO) IF_MDG_MSG_HANDLER Message Handler 20081218
4 _O_TABU_OBJECT Instance attribute Private Object reference (TYPE REF TO) IF_MDG_TR_TABU_OBJECT Transport Object for VCL, View Table 20081218
5 _O_TR_OBJECT Instance attribute Private Object reference (TYPE REF TO) IF_MDG_TR_OBJECT General Transport Object 20081218
6 _O_TR_REQUEST Instance attribute Private Object reference (TYPE REF TO) IF_MDG_TR_REQUEST Transport request 20081218
7 _SHOW_OBJECT Instance attribute Private Type reference (TYPE) BOOLE_D Object Can Be Displayed 20081218
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Private Method Append Message to Message Handler 20081218
2 ADD_MESSAGE_HANDLER Instance method Private Method Append Message Handler to Message Handler 20081218
3 ADD_TABLE_KEY Instance method Public Method Insert Transport Entry 20081218
4 CONSTRUCTOR Instance method Public Constructor Constructor 20081218
5 GET_TRANSPORT Instance method Public Method Return Transport Entries for Further Processing 20081218
6 GET_TRANSPORT_TOOL_OBJECT Instance method Public Method Return Transport Tool Object 20081218
7 HOW_TO_PROCESS_TRANSACTION Instance method Public Method Provies Mode (Display or Change) for Customizing Transaction 20081218
8 SAVE_REQUEST Instance method Public Method Store Transport Entries in Transport Request 20081218
9 SET_NEW_OBJECT Instance method Public Method Set New Transport Object 20081218
Events
Class CL_MDG_TR_CLASSIC has no event.
Types
Class CL_MDG_TR_CLASSIC has no local type.
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGID Call by reference Type reference (TYPE) MSGID Nachrichtenidentifikation 20081218
2 Importing I_MSGNO Call by reference Type reference (TYPE) MSGNO Nummer der System-Nachricht 20081218
3 Importing I_MSGTY Call by reference Type reference (TYPE) MSGTY Messageart 20081218
4 Importing I_MSGV1 Call by reference Type reference (TYPE) MSGV1 Messagevariable-01 20081218
5 Importing I_MSGV2 Call by reference Type reference (TYPE) MSGV2 Messagevariable-02 20081218
6 Importing I_MSGV3 Call by reference Type reference (TYPE) MSGV3 Messagevariable-03 20081218
7 Importing I_MSGV4 Call by reference Type reference (TYPE) MSGV4 Messagevariable-04 20081218

Method ADD_MESSAGE on class CL_MDG_TR_CLASSIC has no exception.

Method ADD_MESSAGE_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MSG_HANDLER Call by reference Object reference (TYPE REF TO) IF_MDG_MSG_HANDLER Quell - Message Handler 20081218

Method ADD_MESSAGE_HANDLER on class CL_MDG_TR_CLASSIC has no exception.

Method ADD_TABLE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLE_NAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20081218
2 Importing I_VIEW_NAME Call by reference Type reference (TYPE) VIEWNAME Nur Viewcluster: View-Name 20081218
3 Importing I_WORK_AREA Call by reference Type reference (TYPE) ANY Workarea der Tabelle 20081218
# Exception Resumable Description Created on
1 INTERNAL_ERROR Fehler beim Erzeugen des Transporteintrags 20081218

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CO_MSG_HANDLER Call by reference Object reference (TYPE REF TO) IF_MDG_MSG_HANDLER Message Handler 20081218
2 Importing I_TABLE_NAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20081218
3 Importing I_TRANS_AUTO Call by reference Type reference (TYPE) BOOLE_D Transport aufzeichnen 20081218
4 Importing I_VIEWCL_NAME Call by reference Type reference (TYPE) VCL_NAME Name eines Viewclusters für die Pflege kompl. Datenobjekte 20081218
5 Importing I_VIEW_NAME Call by reference Type reference (TYPE) VIEWNAME Name eines SAP-Tabellenviews 20081218
# Exception Resumable Description Created on
1 INPUT_WRONG Fehlerhafter Aufruf 20081218
2 INTERNAL_ERROR Interner Fehler aufgetreten 20081218
3 MESSAGE_HANDLER_NOT_BOUND Message Handler nicht instanziiert 20081218
4 NOT_EXISTING_WITHIN_SOBJ Existiert nicht in der SOBJ 20081218

Method GET_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TR_KEY Call by reference Type reference (TYPE) TR_KEYS Transport: Tabellenschlüssel 20081218
2 Exporting ET_TR_OBJECT Call by reference Type reference (TYPE) TR_OBJECTS Transport: Objekte 20081218

Method GET_TRANSPORT on class CL_MDG_TR_CLASSIC has no exception.

Method GET_TRANSPORT_TOOL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_TR_OBJECT Value transfer Object reference (TYPE REF TO) IF_MDG_TR_OBJECT FINB TR: Transportobjekt 20081218

Method GET_TRANSPORT_TOOL_OBJECT on class CL_MDG_TR_CLASSIC has no exception.

Method HOW_TO_PROCESS_TRANSACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MAINTAIN Call by reference Type reference (TYPE) BOOLE_D 'X' = Anlegen / Ändern, ' ' = Anzeigen 20081218
# Exception Resumable Description Created on
1 CANCEL_TRANSACTION Transaktion abbrechen 20081218

Method SAVE_REQUEST Signature

Method SAVE_REQUEST on class CL_MDG_TR_CLASSIC has no parameter.
# Exception Resumable Description Created on
1 REQUEST_NOT_SAVED Tranportauftrag nicht gesichert 20081218

Method SET_NEW_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLE_NAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20081218
2 Importing I_VIEWCL_NAME Call by reference Type reference (TYPE) VCL_NAME Name eines Viewclusters für die Pflege kompl. Datenobjekte 20081218
3 Importing I_VIEW_NAME Call by reference Type reference (TYPE) VIEWNAME Name eines SAP-Tabellenviews 20081218
# Exception Resumable Description Created on
1 INPUT_WRONG Fehlerhaftee Aufruf 20081218
2 INTERNAL_ERROR Interner Fehler aufgetreten 20081218
3 NOT_EXISTING_WITHIN_SOBJ Existiert nicht in der SOBJ 20081218
History
Last changed by/on SAP  20130531 
SAP Release Created in 702