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

TTE_3_DOCUMENT_CONVERT_TO_4 SAP ABAP Report - Convert 3.0 TTE Document to 4.0







TTE_3_DOCUMENT_CONVERT_TO_4 is a standard Executable ABAP Report 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_3_DOCUMENT_CONVERT_TO_4 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_3_DOCUMENT_CONVERT_TO_4. "Basic submit
SUBMIT TTE_3_DOCUMENT_CONVERT_TO_4 AND RETURN. "Return to original report after report execution complete
SUBMIT TTE_3_DOCUMENT_CONVERT_TO_4 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SEL_CRDT = D Created On
Selection Text: P_SIMU = Test Mode
Selection Text: P_REAL = Product. Mode
Selection Text: P_PROT = Detail log
Title: Convert 3.0 TTE Document to 4.0
Text Symbol: 017 = Product. Mode
Text Symbol: 016 = Test Mode
Text Symbol: 015 = Process Mode:
Text Symbol: 014 = Process control
Text Symbol: 013 = 3.0 TTE Document Selection
Text Symbol: 012 = End conversion of 3.0 TTE Documents
Text Symbol: 011 = Number of converted documents
Text Symbol: 010 = Error on FB:
Text Symbol: 009 = created on:
Text Symbol: 008 = by user:
Text Symbol: 007 = Document:
Text Symbol: 006 = Conversion error on 3.0 TTE Document :
Text Symbol: 005 = Convert 3.0 TTE Documents to 4.0
Text Symbol: 004 = to
Text Symbol: 003 = Select documents created on
Text Symbol: 002 = Number of selected documents
Text Symbol: 001 = Start selection of 3.0 TTE Documents


INCLUDES used within this REPORT TTE_3_DOCUMENT_CONVERT_TO_4

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:

TTE_3_DOCUMENT_BUFF_REFRESH call function 'TTE_3_DOCUMENT_BUFF_REFRESH'.

TTE_3_DOCUMENT_CONVERT_TO_4 CALL FUNCTION 'TTE_3_DOCUMENT_CONVERT_TO_4' EXPORTING I_REFTOORIGINAL = gt3_document_line-REFTOORIGINAL EXCEPTIONS NO_TTE_DOCUMENT = 1 SYSTEM_FAILURE = 2 ALREADY_CONVERTED = 3 OTHERS = 4.

TTE_4_DOCUMENT_CONVERTION_SAVE CALL FUNCTION 'TTE_4_DOCUMENT_CONVERTION_SAVE' EXPORTING I_REFTOORIGINAL = gt3_document_line-REFTOORIGINAL EXCEPTIONS NO_TTE_DOCUMENT = 1 FOREIGN_LOCK_ERROR = 2 SYSTEM_FAILURE = 3 ALREADY_CONVERTED = 4 OTHERS = 5.

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = g_log_handle EXCEPTIONS others = 1.

BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = g_log_handle i_msgty = p_msgty i_text = i_text EXCEPTIONS log_not_found = 0 others = 1.

BAL_DSP_PROFILE_STANDARD_GET call function 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS others = 1.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile IMPORTING E_S_EXIT_COMMAND = l_S_EXIT_COMMAND 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 TTE_3_DOCUMENT_CONVERT_TO_4 or its description.