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 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Object can be changed | 20020926 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FINB_TR_OBJ_FACTORY | Factory for Transport Objects | 20020815 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FINB_MSG_HANDLER | Message Handler | 20021028 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FINB_TR_TABU_OBJECT | Transport Object for VCL, View Table | 20020716 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FINB_TR_OBJECT | General Transport Object | 20020716 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FINB_TR_REQUEST | Transport request | 20020722 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Object Can Be Displayed | 20020926 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Append Message to Message Handler | 20021024 | |
| 2 | Instance method | Private | Method | Append Message Handler to Message Handler | 20021024 | |
| 3 | Instance method | Public | Method | Insert Transport Entry | 20020716 | |
| 4 | Instance method | Public | Constructor | Constructor | 20020716 | |
| 5 | Instance method | Public | Method | Return Transport Entries for Further Processing | 20020716 | |
| 6 | Instance method | Public | Method | Return Transport Tool Object | 20030218 | |
| 7 | Instance method | Public | Method | Provies Mode (Display or Change) for Customizing Transaction | 20020926 | |
| 8 | Instance method | Public | Method | Store Transport Entries in Transport Request | 20020722 | |
| 9 | 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 | I_MSGID | Call by reference | Type reference (TYPE) | MSGID | Nachrichtenidentifikation | 20021024 | |||
| 2 | I_MSGNO | Call by reference | Type reference (TYPE) | MSGNO | Nummer der System-Nachricht | 20021024 | |||
| 3 | I_MSGTY | Call by reference | Type reference (TYPE) | MSGTY | Messageart | 20021024 | |||
| 4 | I_MSGV1 | Call by reference | Type reference (TYPE) | MSGV1 | Messagevariable-01 | 20021024 | |||
| 5 | I_MSGV2 | Call by reference | Type reference (TYPE) | MSGV2 | Messagevariable-02 | 20021024 | |||
| 6 | I_MSGV3 | Call by reference | Type reference (TYPE) | MSGV3 | Messagevariable-03 | 20021024 | |||
| 7 | 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 | 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 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20020716 | |||
| 2 | I_VIEW_NAME | Call by reference | Type reference (TYPE) | VIEWNAME | Nur Viewcluster: View-Name | 20021025 | |||
| 3 | I_WORK_AREA | Call by reference | Type reference (TYPE) | ANY | Workarea der Tabelle | 20020716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Erzeugen des Transporteintrags | 20020716 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_MSG_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_FINB_MSG_HANDLER | Message Handler | 20020718 | |||
| 2 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20020716 | |||
| 3 | I_TRANS_AUTO | Call by reference | Type reference (TYPE) | BOOLE_D | Transport aufzeichnen | 20020716 | |||
| 4 | I_VIEWCL_NAME | Call by reference | Type reference (TYPE) | VCL_NAME | Name eines Viewclusters für die Pflege kompl. Datenobjekte | 20020716 | |||
| 5 | I_VIEW_NAME | Call by reference | Type reference (TYPE) | VIEWNAME | Name eines SAP-Tabellenviews | 20020716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerhafter Aufruf | 20020716 | ||
| 2 | Interner Fehler aufgetreten | 20020716 | ||
| 3 | Message Handler nicht instanziiert | 20021028 | ||
| 4 | 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 | ET_TR_KEY | Call by reference | Type reference (TYPE) | TR_KEYS | Transport: Tabellenschlüssel | 20020716 | |||
| 2 | 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 | 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 | E_MAINTAIN | Call by reference | Type reference (TYPE) | BOOLE_D | 'X' = Anlegen / Ändern, ' ' = Anzeigen | 20020926 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | Tranportauftrag nicht gesichert | 20021030 |
Method SET_NEW_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20020815 | |||
| 2 | I_VIEWCL_NAME | Call by reference | Type reference (TYPE) | VCL_NAME | Name eines Viewclusters für die Pflege kompl. Datenobjekte | 20020815 | |||
| 3 | I_VIEW_NAME | Call by reference | Type reference (TYPE) | VIEWNAME | Name eines SAP-Tabellenviews | 20020815 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerhaftee Aufruf | 20020815 | ||
| 2 | Interner Fehler aufgetreten | 20020815 | ||
| 3 | Existiert nicht in der SOBJ | 20020815 |
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 1.0B |