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 COUNTRY Instance attribute Private Type reference (TYPE) TTET_COUNTRY Country to be deleted 20041223
2 G_LOG_HANDLE Instance attribute Private Type reference (TYPE) BALLOGHNDL Application Log: Log handle 20041224
3 G_LOG_MSG Instance attribute Private Type reference (TYPE) C Message to be written to log 20041224
4 LIST_OF_TABLES 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 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041224
2 COUNTRY_EXISTS Instance method Private Method Indicates whether the country specified exists. 20041224
3 DELETE_COND_RECORDS Instance method Private Method Deletes the tax rates for the country specified 20050113
4 DELETE_TABLES Instance method Private Method Method that deletes cust. frm the config table for country 20041224
5 DELETE_TREES Instance method Private Method Deletes each decision tree from the list of tree id#s given 20050105
6 GET_COUNTRY Instance method Private Method Returns the value of the attribute country 20041224
7 GET_COUNTRY_TREES Instance method Private Method Obtains a list of all trees related to the country specified 20050105
8 GET_LIST_OF_TABLES Instance method Private Method Returns the value of the attribute list_of_tables 20041224
9 MSG_ADD_WITH_LEVEL Instance method Private Method Write message to Log 20041224
10 SET_COUNTRY Instance method Private Method Sets the value of the attribute country 20041224
11 SET_LIST_OF_TABLES 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 Importing I_LOG_HANDLE Value transfer Type reference (TYPE) BALLOGHNDL Anwendungsprotokoll: Protokoll-Handle 20041224
# Exception Resumable Description Created on
1 EXC_STOP_WORK 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 Importing IV_COUNTRY Value transfer Type reference (TYPE) TTET_COUNTRY Land 20041224
2 Returning RV_STATUS Value transfer Type reference (TYPE) TTET_DT_BOOLEAN Boolesche Variable 20041224
# Exception Resumable Description Created on
1 EXC_STOP_WORK 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 Importing IV_COUNTRY Value transfer Type reference (TYPE) TTET_COUNTRY Land 20050113
# Exception Resumable Description Created on
1 EXC_STOP_WORK 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 Importing IT_LIST_OF_TABLES Value transfer Attribute reference (LIKE) LIST_OF_TABLES Tabelle mit Namen aller länderspezifischen Tabellen 20041228
2 Importing IV_COUNTRY Value transfer Type reference (TYPE) TTET_COUNTRY Land 20041228
# Exception Resumable Description Created on
1 EXC_STOP_WORK 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 Importing IT_TREES Value transfer Type reference (TYPE) ITAB_TREE_ID Tabelle Entscheidungsbaum-IDs 20050105
# Exception Resumable Description Created on
1 EXC_STOP_WORK 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 Returning 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 Exporting ET_COUNTRY_TREES Value transfer Type reference (TYPE) ITAB_TREE_ID Tabelle Entscheidungsbaum-IDs 20050105
2 Importing IV_COUNTRY Value transfer Type reference (TYPE) TTET_COUNTRY Land 20050105
# Exception Resumable Description Created on
1 EXC_STOP_WORK 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 Returning 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 Importing I_LEVEL Call by reference Type reference (TYPE) BAL_S_MSG-DETLEVEL Anwendungslog: Detaillierungsgrad 20041224
2 Importing I_PROBCLASS Call by reference Type reference (TYPE) BAL_S_MSG-PROBCLASS Anwendungsprotokoll: Nachrichtenproblemklasse 20041224
# Exception Resumable Description Created on
1 EXC_STOP_WORK 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 Importing 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 EXC_EMPTY_CONFIG_TABLE Verwendete KonfigTabelle hat keine Sätze, d.h. Tabellennamen 20041228
2 EXC_STOP_WORK Schwerwiegender Fehler, der das aufgerufene Programm beendet 20041224
History
Last changed by/on SAP  20050409 
SAP Release Created in 700