SAP ABAP Class CL_FILA_MIGRATION_EX_TO_FILE (Exports the Contracts to Text Files)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
FI-LA (Application Component) Lease Accounting
⤷
FI_LA_BA (Package) Lease Accounting - Basis
⤷
⤷
Properties
| Class | CL_FILA_MIGRATION_EX_TO_FILE | |
| Short Description | Exports the Contracts to Text Files | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FI_LA_BA | Lease Accounting - Basis |
| Created | 20051110 | SAP |
| Last change | 20060313 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FILA_MIGRATION_EX_TO_FILE has no interface implemented.
Friends
Class CL_FILA_MIGRATION_EX_TO_FILE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | STRING_TABLE | Contains the Contracts That Are Exported | 20051214 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | INT2 | Number of Contracts per File | 20051130 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | I | Counter That Gives Current Number of Contracts | 20051130 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | CHAR50 | Name Prefix | 20051214 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | STRING | Storage Path for Text Files | 20051130 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | STRING | Storage Path with File Names | 20051206 | |||
| 7 | Static Attribute | Private | Type reference (TYPE) | NUMC5 | Counter for Text Files | 20051130 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Adds Contract to Contract Table | 20051130 | |
| 2 | Static method | Public | Method | Checks the Specified Number of Contracts per File | 20051130 | |
| 3 | Static method | Public | Method | Increases the Counter That Counts the Contracts per File | 20051130 | |
| 4 | Static method | Public | Method | Deletes Initial Information in Text File | 20051130 | |
| 5 | Static method | Public | Method | Exports the Final Text File | 20051130 | |
| 6 | Static method | Public | Method | Checks If Unexported Contracts Remain | 20051202 | |
| 7 | Static method | Public | Method | Initialize All Class Attributes | 20051130 | |
| 8 | Static method | Public | Method | Resets Contract Counter per File | 20051130 | |
| 9 | Static method | Public | Method | Deletes Contract Table | 20051130 | |
| 10 | Static method | Public | Method | Sets Number of Contracts per File | 20051206 | |
| 11 | Static method | Public | Method | Sets Storage Path and Name Prefix | 20051206 | |
| 12 | Static method | Public | Method | Specifes File Name Based on Counter | 20051130 |
Events
Class CL_FILA_MIGRATION_EX_TO_FILE has no event.
Types
Class CL_FILA_MIGRATION_EX_TO_FILE has no local type.
Method Signatures
Method ADD_CONTRACT_TO_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTRACT_TABLE | Value transfer | Type reference (TYPE) | STRING_TABLE | Vertragstabelle | 20051130 |
Method ADD_CONTRACT_TO_TABLE on class CL_FILA_MIGRATION_EX_TO_FILE has no exception.
Method CHECK_CONTRACTS_PER_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_LIMIT_REACHED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Rückgabe ob das Limit der Verträge pro Datei erreicht ist. | 20051130 |
Method CHECK_CONTRACTS_PER_FILE on class CL_FILA_MIGRATION_EX_TO_FILE has no exception.
Method COUNT_UP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COUNT_SPECIFY | Value transfer | Type reference (TYPE) | CHAR5 | Setzt fest ob Vertrag oder text Counter gezählt werden soll | 20051130 |
Method COUNT_UP on class CL_FILA_MIGRATION_EX_TO_FILE has no exception.
Method DELETE_START_INFO Signature
Method DELETE_START_INFO on class CL_FILA_MIGRATION_EX_TO_FILE has no parameter.
Method DELETE_START_INFO on class CL_FILA_MIGRATION_EX_TO_FILE has no exception.
Method EXPORT_FILE Signature
Method EXPORT_FILE on class CL_FILA_MIGRATION_EX_TO_FILE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051130 |
Method GET_CONTRACT_TABLE_IS_INITIAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_IS_INITIAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | bool = 'T' -> keine verträge, ='F' noch Verträge vorhanden | 20051202 |
Method GET_CONTRACT_TABLE_IS_INITIAL on class CL_FILA_MIGRATION_EX_TO_FILE has no exception.
Method INIT Signature
Method INIT on class CL_FILA_MIGRATION_EX_TO_FILE has no parameter.
Method INIT on class CL_FILA_MIGRATION_EX_TO_FILE has no exception.
Method RESET_CONTRACT_COUNTER Signature
Method RESET_CONTRACT_COUNTER on class CL_FILA_MIGRATION_EX_TO_FILE has no parameter.
Method RESET_CONTRACT_COUNTER on class CL_FILA_MIGRATION_EX_TO_FILE has no exception.
Method RESET_CONTRACT_TABLE Signature
Method RESET_CONTRACT_TABLE on class CL_FILA_MIGRATION_EX_TO_FILE has no parameter.
Method RESET_CONTRACT_TABLE on class CL_FILA_MIGRATION_EX_TO_FILE has no exception.
Method SET_ATTRIBUTE_CONTRACTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTRACTS_PER_FILE | Value transfer | Type reference (TYPE) | INT2 | Anzahl der Verträge pro Datei | 20051206 |
Method SET_ATTRIBUTE_CONTRACTS on class CL_FILA_MIGRATION_EX_TO_FILE has no exception.
Method SET_ATTRIBUTE_SAVE_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME_PREFIX | Value transfer | Type reference (TYPE) | CHAR50 | 20051214 | ||||
| 2 | IV_SAVE_PATH | Value transfer | Type reference (TYPE) | STRING | Speicherpfad für die Dateien | 20051206 |
Method SET_ATTRIBUTE_SAVE_PATH on class CL_FILA_MIGRATION_EX_TO_FILE has no exception.
Method SET_FILENAME Signature
Method SET_FILENAME on class CL_FILA_MIGRATION_EX_TO_FILE has no parameter.
Method SET_FILENAME on class CL_FILA_MIGRATION_EX_TO_FILE has no exception.
History
| Last changed by/on | SAP | 20060313 |
| SAP Release Created in | 604 |