SAP ABAP Class CL_FINB_TRANSPORT_CLASSIC (Conversion to Transport Format)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB (Application Component) Financials Basis
     FINB_TRANSPORT_TOOL (Package) Transport Support / Container Transport
Properties
Class CL_FINB_TRANSPORT_CLASSIC  
Short Description Conversion to Transport Format    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class FINB_TR    
Program status     
Category 0   
Package FINB_TRANSPORT_TOOL   Transport Support / Container Transport 
Created 20020716   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FINB_TRANSPORT_CLASSIC has no forward declaration.
Interfaces
Class CL_FINB_TRANSPORT_CLASSIC has no interface implemented.
Friends
Class CL_FINB_TRANSPORT_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 20020926
2 _O_FACTORY Instance attribute Private Object reference (TYPE REF TO) CL_FINB_TR_OBJ_FACTORY Factory for Transport Objects 20020815
3 _O_MSG_HANDLER Instance attribute Private Object reference (TYPE REF TO) IF_FINB_MSG_HANDLER Message Handler 20021028
4 _O_TABU_OBJECT Instance attribute Private Object reference (TYPE REF TO) IF_FINB_TR_TABU_OBJECT Transport Object for VCL, View Table 20020716
5 _O_TR_OBJECT Instance attribute Private Object reference (TYPE REF TO) IF_FINB_TR_OBJECT General Transport Object 20020716
6 _O_TR_REQUEST Instance attribute Private Object reference (TYPE REF TO) IF_FINB_TR_REQUEST Transport request 20020722
7 _SHOW_OBJECT Instance attribute Private Type reference (TYPE) BOOLE_D Object Can Be Displayed 20020926
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Private Method Append Message to Message Handler 20021024
2 ADD_MESSAGE_HANDLER Instance method Private Method Append Message Handler to Message Handler 20021024
3 ADD_TABLE_KEY Instance method Public Method Insert Transport Entry 20020716
4 CONSTRUCTOR Instance method Public Constructor Constructor 20020716
5 GET_TRANSPORT Instance method Public Method Return Transport Entries for Further Processing 20020716
6 GET_TRANSPORT_TOOL_OBJECT Instance method Public Method Return Transport Tool Object 20030218
7 HOW_TO_PROCESS_TRANSACTION Instance method Public Method Provies Mode (Display or Change) for Customizing Transaction 20020926
8 SAVE_REQUEST Instance method Public Method Store Transport Entries in Transport Request 20020722
9 SET_NEW_OBJECT Instance method Public Method Set New Transport Object 20020815
Events
Class CL_FINB_TRANSPORT_CLASSIC has no event.
Types
Class CL_FINB_TRANSPORT_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 20021024
2 Importing I_MSGNO Call by reference Type reference (TYPE) MSGNO Nummer der System-Nachricht 20021024
3 Importing I_MSGTY Call by reference Type reference (TYPE) MSGTY Messageart 20021024
4 Importing I_MSGV1 Call by reference Type reference (TYPE) MSGV1 Messagevariable-01 20021024
5 Importing I_MSGV2 Call by reference Type reference (TYPE) MSGV2 Messagevariable-02 20021024
6 Importing I_MSGV3 Call by reference Type reference (TYPE) MSGV3 Messagevariable-03 20021024
7 Importing I_MSGV4 Call by reference Type reference (TYPE) MSGV4 Messagevariable-04 20021024

Method ADD_MESSAGE on class CL_FINB_TRANSPORT_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_FINB_MSG_HANDLER Quell - Message Handler 20021024

Method ADD_MESSAGE_HANDLER on class CL_FINB_TRANSPORT_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 20020716
2 Importing I_VIEW_NAME Call by reference Type reference (TYPE) VIEWNAME Nur Viewcluster: View-Name 20021025
3 Importing I_WORK_AREA Call by reference Type reference (TYPE) ANY Workarea der Tabelle 20020716
# Exception Resumable Description Created on
1 INTERNAL_ERROR Fehler beim Erzeugen des Transporteintrags 20020716

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_FINB_MSG_HANDLER Message Handler 20020718
2 Importing I_TABLE_NAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20020716
3 Importing I_TRANS_AUTO Call by reference Type reference (TYPE) BOOLE_D Transport aufzeichnen 20020716
4 Importing I_VIEWCL_NAME Call by reference Type reference (TYPE) VCL_NAME Name eines Viewclusters für die Pflege kompl. Datenobjekte 20020716
5 Importing I_VIEW_NAME Call by reference Type reference (TYPE) VIEWNAME Name eines SAP-Tabellenviews 20020716
# Exception Resumable Description Created on
1 INPUT_WRONG Fehlerhafter Aufruf 20020716
2 INTERNAL_ERROR Interner Fehler aufgetreten 20020716
3 MESSAGE_HANDLER_NOT_BOUND Message Handler nicht instanziiert 20021028
4 NOT_EXISTING_WITHIN_SOBJ Existiert nicht in der SOBJ 20020716

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 20020716
2 Exporting ET_TR_OBJECT Call by reference Type reference (TYPE) TR_OBJECTS Transport: Objekte 20020716

Method GET_TRANSPORT on class CL_FINB_TRANSPORT_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_FINB_TR_OBJECT FINB TR: Transportobjekt 20030218

Method GET_TRANSPORT_TOOL_OBJECT on class CL_FINB_TRANSPORT_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 20020926
# Exception Resumable Description Created on
1 CANCEL_TRANSACTION Transaktion abbrechen 20020926

Method SAVE_REQUEST Signature

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

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 20020815
2 Importing I_VIEWCL_NAME Call by reference Type reference (TYPE) VCL_NAME Name eines Viewclusters für die Pflege kompl. Datenobjekte 20020815
3 Importing I_VIEW_NAME Call by reference Type reference (TYPE) VIEWNAME Name eines SAP-Tabellenviews 20020815
# Exception Resumable Description Created on
1 INPUT_WRONG Fehlerhaftee Aufruf 20020815
2 INTERNAL_ERROR Interner Fehler aufgetreten 20020815
3 NOT_EXISTING_WITHIN_SOBJ Existiert nicht in der SOBJ 20020815
History
Last changed by/on SAP  20041006 
SAP Release Created in 1.0B