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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
TTE_3_DOCUMENT_CONVERT_TO_4 - Convert 3.0 TTE Document to 4.0 TTE_3_DOCUMENT_CONVERT_TO_4 - Convert 3.0 TTE Document to 4.0 TTE3_DOCUMENT_DELETE - Report to delete TTE 30 documents for archived billing documents TTE3_DOCUMENT_DELETE - Report to delete TTE 30 documents for archived billing documents TSWUSL_SUBMIT - Report on submit start for TSWUSL (open new roll area ) TSWUSL_SUBMIT - Report on submit start for TSWUSL (open new roll area )