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

TTE_TAX_EXEMPTION_TEST_F05 SAP ABAP INCLUDE - Include TTE_TAX_EXEMPTION_TEST_F05







TTE_TAX_EXEMPTION_TEST_F05 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter TTE_TAX_EXEMPTION_TEST_F05 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 TTE_TAX_EXEMPTION_TEST_F05. "Basic submit
SUBMIT TTE_TAX_EXEMPTION_TEST_F05 AND RETURN. "Return to original report after report execution complete
SUBMIT TTE_TAX_EXEMPTION_TEST_F05 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include TTE_TAX_EXEMPTION_TEST_F05


INCLUDES used within this REPORT TTE_TAX_EXEMPTION_TEST_F05

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:

GUID_CREATE call function 'GUID_CREATE' importing ev_guid_32 = lv_guid32.

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = appl_log importing e_log_handle = lv_log_handle exceptions others = 1.

/SAPCND/MNT_INIT_OW call function '/SAPCND/MNT_INIT_OW' exporting i_application = 'TTE' i_hlog = lv_log_handle * i_groupname = iv_maint_group * i_use_group_ws = ctcus_true * i_debug_trace_enabled = ctcus_false importing e_hsession = lv_session_handle e_result = lv_result es_working_set_names = ls_names * et_bapiret = lt_bapiret exceptions exc_stop_work = 1 exc_stop_work_badi = 2 exc_t688c_f = 3 exc_creating_debug_trace_log = 4 exc_adding_debug_trace_msg = 5 exc_t688fv = 6 exc_reset_condindx_buffer = 7 exc_call_conflict = 8 others = 10.

GUID_CREATE call function 'GUID_CREATE' importing ev_guid_16 = .

/SAPCND/MNT_MAINTAIN_OW call function '/SAPCND/MNT_MAINTAIN_OW' exporting i_hsession = lv_session_handle i_hlog = lv_log_handle it_working_set_int = lp_working_set_int importing e_result = lv_result exceptions exc_stop_work = 1 exc_default_check = 2 exc_updating_working_set = 3 exc_stop_work_badi = 4 exc_implementation_missing = 5 exc_adding_debug_trace_msg = 6 exc_put_constants = 7 others = 8.

/SAPCND/MNT_SAVE_OW call function '/SAPCND/MNT_SAVE_OW' exporting i_hsession = lv_session_handle i_hlog = lv_log_handle importing e_result = lv_result exceptions exc_stop_work = 1 exc_updating_database = 2 exc_creating_scale_fieldname = 3 exc_unexpected_error = 4 exc_adding_debug_trace_msg = 5 exc_requesting_locks = 6 exc_add_msg_log = 7 exc_converting_working_set = 8 exc_wsi_is_proc = 9 exc_unknown_attr_conv_buffer = 10 exc_inconsistent_condref_data = 11 others = 12.

/SAPCND/MNT_CLOSE_OW call function '/SAPCND/MNT_CLOSE_OW' exporting i_hsession = lv_session_handle i_hlog = lv_log_handle importing e_result = lv_result exceptions exc_stop_work = 1 exc_rfc = 2 exc_releasing_locks = 3 exc_adding_debug_trace_msg = 4 exc_creating_log_handle = 5 exc_reset_condindx_buffer = 6 exc_unknown_attr_conv_buffer = 7 exc_reset_determ_tables_buffer = 8 others = 9 .



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 TTE_TAX_EXEMPTION_TEST_F05 or its description.