SAP ABAP Class CL_IM_TTE_COUNTRY_DELETE (Implements the interface required to perform delete country)
Hierarchy
☛
SAP_AP (Software Component) SAP Application Platform
⤷
AP-TTE (Application Component) Transaction Tax Engine
⤷
AP_TTE_CONFIG_C (Package) Transaction Tax Engine ( Configuration )
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TTE_COUNTRY_DELETE | Interface outlines the operations possible in Country Delete | 20041223 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TTE_CUST_CONSTANTS | Contains constants used by both country copy and delete | 20041224 |
Properties
| Class | CL_IM_TTE_COUNTRY_DELETE | |
| Short Description | Implements the interface required to perform delete country | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AP_TTE_CONFIG_C | Transaction Tax Engine ( Configuration ) |
| Created | 20041223 | SAP |
| Last change | 20050409 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IM_TTE_COUNTRY_DELETE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_TTE_COUNTRY_DELETE | Interface outlines the operations possible in Country Delete | 20041223 | ||
| 2 | IF_TTE_CUST_CONSTANTS | Contains constants used by both country copy and delete | 20041224 |
Friends
Class CL_IM_TTE_COUNTRY_DELETE 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) | TTET_COUNTRY | Country to be deleted | 20041223 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | BALLOGHNDL | Application Log: Log handle | 20041224 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | C | Message to be written to log | 20041224 | |||
| 4 | Instance attribute | Private | See coding | Table contains the names of all the country specific tables | 20041224 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20041224 | |
| 2 | Instance method | Private | Method | Indicates whether the country specified exists. | 20041224 | |
| 3 | Instance method | Private | Method | Deletes the tax rates for the country specified | 20050113 | |
| 4 | Instance method | Private | Method | Method that deletes cust. frm the config table for country | 20041224 | |
| 5 | Instance method | Private | Method | Deletes each decision tree from the list of tree id#s given | 20050105 | |
| 6 | Instance method | Private | Method | Returns the value of the attribute country | 20041224 | |
| 7 | Instance method | Private | Method | Obtains a list of all trees related to the country specified | 20050105 | |
| 8 | Instance method | Private | Method | Returns the value of the attribute list_of_tables | 20041224 | |
| 9 | Instance method | Private | Method | Write message to Log | 20041224 | |
| 10 | Instance method | Private | Method | Sets the value of the attribute country | 20041224 | |
| 11 | Instance method | Private | Method | Sets the value of the attribute list_of_tables | 20041224 |
Events
Class CL_IM_TTE_COUNTRY_DELETE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ITAB_TREE_ID | Private | See coding | 20050105 | ITAB_TREE_ID type standard table of TTEC_DT-TREEID
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOG_HANDLE | Value transfer | Type reference (TYPE) | BALLOGHNDL | Anwendungsprotokoll: Protokoll-Handle | 20041224 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Schwerwiegender Fehler, der das aufgerufene Programm beendet | 20041224 |
Method COUNTRY_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COUNTRY | Value transfer | Type reference (TYPE) | TTET_COUNTRY | Land | 20041224 | |||
| 2 | RV_STATUS | Value transfer | Type reference (TYPE) | TTET_DT_BOOLEAN | Boolesche Variable | 20041224 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Schwerwiegender Fehler, der das aufgerufene Programm beendet | 20041224 |
Method DELETE_COND_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COUNTRY | Value transfer | Type reference (TYPE) | TTET_COUNTRY | Land | 20050113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Schwerwiegender Fehler, der das aufgerufene Programm beendet | 20050113 |
Method DELETE_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LIST_OF_TABLES | Value transfer | Attribute reference (LIKE) | LIST_OF_TABLES | Tabelle mit Namen aller länderspezifischen Tabellen | 20041228 | |||
| 2 | IV_COUNTRY | Value transfer | Type reference (TYPE) | TTET_COUNTRY | Land | 20041228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Schwerwiegender Fehler, der das aufgerufene Programm beendet | 20041228 |
Method DELETE_TREES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TREES | Value transfer | Type reference (TYPE) | ITAB_TREE_ID | Tabelle Entscheidungsbaum-IDs | 20050105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Schwerwiegender Fehler, der das aufgerufene Programm beendet | 20050105 |
Method GET_COUNTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_COUNTRY | Value transfer | Type reference (TYPE) | TTET_COUNTRY | Land | 20041224 |
Method GET_COUNTRY on class CL_IM_TTE_COUNTRY_DELETE has no exception.
Method GET_COUNTRY_TREES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COUNTRY_TREES | Value transfer | Type reference (TYPE) | ITAB_TREE_ID | Tabelle Entscheidungsbaum-IDs | 20050105 | |||
| 2 | IV_COUNTRY | Value transfer | Type reference (TYPE) | TTET_COUNTRY | Land | 20050105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Schwerwiegender Fehler, der das aufgerufene Programm beendet | 20050105 |
Method GET_LIST_OF_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_LIST_OF_TABLES | Value transfer | Attribute reference (LIKE) | LIST_OF_TABLES | Tabelle mit Namen aller länderspezifischen Tabellen | 20041224 |
Method GET_LIST_OF_TABLES on class CL_IM_TTE_COUNTRY_DELETE has no exception.
Method MSG_ADD_WITH_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LEVEL | Call by reference | Type reference (TYPE) | BAL_S_MSG-DETLEVEL | Anwendungslog: Detaillierungsgrad | 20041224 | |||
| 2 | I_PROBCLASS | Call by reference | Type reference (TYPE) | BAL_S_MSG-PROBCLASS | Anwendungsprotokoll: Nachrichtenproblemklasse | 20041224 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Schwerwiegender Fehler, der das aufgerufene Programm beendet | 20041224 |
Method SET_COUNTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COUNTRY | Value transfer | Type reference (TYPE) | TTET_COUNTRY | Land | 20041224 |
Method SET_COUNTRY on class CL_IM_TTE_COUNTRY_DELETE has no exception.
Method SET_LIST_OF_TABLES Signature
Method SET_LIST_OF_TABLES on class CL_IM_TTE_COUNTRY_DELETE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verwendete KonfigTabelle hat keine Sätze, d.h. Tabellennamen | 20041228 | ||
| 2 | Schwerwiegender Fehler, der das aufgerufene Programm beendet | 20041224 |
History
| Last changed by/on | SAP | 20050409 |
| SAP Release Created in | 700 |