SAP Reports / Programs | Application Platform | Transaction Tax Engine(AP-TTE) SAP AP

RTTEXPRA30 SAP ABAP Report - TTE: Data migration from 3.0 to higher







RTTEXPRA30 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program migrates TTE (Transaction Tax Engine) configuration from releases CRM/SRM 3...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RTTEXPRA30 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RTTEXPRA30. "Basic submit
SUBMIT RTTEXPRA30 AND RETURN. "Return to original report after report execution complete
SUBMIT RTTEXPRA30 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: TTE: Data migration from 3.0 to higher
Text Symbol: 001 = Migration Log


INCLUDES used within this REPORT RTTEXPRA30

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = s_log IMPORTING e_log_handle = g_log_handle.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = g_log_handle i_s_msg = wa_log_msg.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = t_msg EXCEPTIONS OTHERS = 1.

UPG_GET_UPGRADE_INFO CALL FUNCTION 'UPG_GET_UPGRADE_INFO' EXPORTING iv_component = lv_component iv_readmode = gc_readmode_last iv_comp_select = 'A' iv_buffered = ' ' TABLES tt_upginfo = lt_upginfo EXCEPTIONS readmode_unknown = 1 component_not_active = 2 ambigious_entries = 3 no_upgrade_active = 4 OTHERS = 5.

TTE_DT_TREE_CLIENT_COPY CALL FUNCTION 'TTE_DT_TREE_CLIENT_COPY' EXPORTING i_treetype = treetype i_treeid = treeid i_client_from = source_client i_client_to = target_client EXCEPTIONS tree_not_exist = 1 client_from_not_exist = 2 client_to_not_exist = 3 tree_exists_in_client_to = 4.

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.

/SAPCND/MNT_GET_KEY_FIELDS_SRV CALL FUNCTION '/SAPCND/MNT_GET_KEY_FIELDS_SRV' EXPORTING i_application = lc_tte_appl i_usage = lc_tte_usage i_cond_type = lc_cond_type_2001 IMPORTING et_mnt_vakey_descr = lt_cond_tables_2001 EXCEPTIONS OTHERS = 1.

/SAPCND/MNT_GET_KEY_FIELDS_SRV CALL FUNCTION '/SAPCND/MNT_GET_KEY_FIELDS_SRV' EXPORTING i_application = lc_tte_appl i_usage = lc_tte_usage i_cond_type = lc_cond_type_1001 IMPORTING et_mnt_vakey_descr = lt_cond_tables_1001 EXCEPTIONS OTHERS = 1.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = appl_log IMPORTING e_log_handle = hlog.

/SAPCND/MNT_INIT_OW CALL FUNCTION '/SAPCND/MNT_INIT_OW' EXPORTING i_client = i_client i_application = application i_hlog = hlog IMPORTING e_hsession = hsession e_result = result es_working_set_names = lv_wrk_set_name EXCEPTIONS exc_timezone = 1 OTHERS = 2.

/SAPCND/MNT_SET_AI_MODE_OW CALL FUNCTION '/SAPCND/MNT_SET_AI_MODE_OW' EXPORTING i_hsession = hsession i_after_imp_mode = 'X' EXCEPTIONS OTHERS = 1.

/SAPCND/MNT_SELECT_OW CALL FUNCTION '/SAPCND/MNT_SELECT_OW' EXPORTING i_hsession = hsession i_hlog = hlog i_selection_mode = ctmnt_selection_mode_add i_maintenance_mode = ctmnt_maint_mode_change it_attrib_value_int = it_attrib_value_int IMPORTING e_result = result EXCEPTIONS OTHERS = 1.

/SAPCND/MNT_GET_WORKING_SET_OW CALL FUNCTION '/SAPCND/MNT_GET_WORKING_SET_OW' EXPORTING i_hsession = hsession i_hlog = hlog i_suppress_deleted_records = 'X' it_attrib_value_int = it_attrib_value_int IMPORTING et_working_set_ext = l_working_set_ext e_result = result EXCEPTIONS OTHERS = 1.

/SAPCND/MNT_MAINTAIN_OW CALL FUNCTION '/SAPCND/MNT_MAINTAIN_OW' EXPORTING i_hsession = hsession i_hlog = hlog it_working_set_ext = l_working_set_ext IMPORTING e_result = result EXCEPTIONS OTHERS = 1.

/SAPCND/MNT_SAVE_OW CALL FUNCTION '/SAPCND/MNT_SAVE_OW' EXPORTING i_hsession = hsession i_hlog = hlog i_trn_request = ctcus_dummy_request IMPORTING e_result = result EXCEPTIONS OTHERS = 1.

/SAPCND/MNT_CLOSE_OW CALL FUNCTION '/SAPCND/MNT_CLOSE_OW' EXPORTING i_hsession = hsession i_hlog = hlog IMPORTING e_result = result EXCEPTIONS OTHERS = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RTTEXPRA30 or its description.