TTE_CUST_IMPORT_FROM 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_CUST_IMPORT_FROM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TTE_CUS_IMPORT_FROM - Customizing Import from
TTE_CUST_IMPORT_FROM - Import Customizing
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.
Import external customizing tables into TTE
Selection Text: SEL_CNT = Country
Selection Text: P_TCODE = Tax tariff codes
Selection Text: P_TAXTYP = Tax types mapping
Selection Text: P_SIMU = Test run
Selection Text: P_REGION = Regions
Selection Text: P_REAL = Transfer data
Selection Text: P_PRTXGR = Product tax groups
Selection Text: P_PATXGR = Partner tax groups
Selection Text: P_INCTER = Incoterms
Title: Import external customizing tables into TTE
Text Symbol: B02 = Tax regions
Text Symbol: B03 = Business partner tax groups
Text Symbol: B04 = Product tax groups
Text Symbol: B05 = Tax tariff codes
Text Symbol: B06 = Incoterms
Text Symbol: B07 = Mapped tax types
Text Symbol: P00 = Collect import data
Text Symbol: P01 = Check requisites
Text Symbol: P02 = Create log display
Text Symbol: P10 = Import ... Communities, Countries and Regions
Text Symbol: P11 = Import ... Tax type mapping
Text Symbol: P12 = Import ... BP tax groups
Text Symbol: P13 = Import ... Product tax groups
Text Symbol: P14 = Import ... Tax tariff code
Text Symbol: P15 = Import ... Incoterms
Text Symbol: T01 = Update TTE Customizing Tables
Text Symbol: T02 = Do you really want to update?
Text Symbol: B01 = Countries
Text Symbol: 001 = Countries selected for import
Text Symbol: 002 = Tax regions selected for import
Text Symbol: 004 = Business partner tax groups selected for import
Text Symbol: 005 = Product tax groups selected for import
Text Symbol: 006 = Tax tariff codes selected for import
Text Symbol: 008 = Incoterms selected for import
Text Symbol: 010 = Community:
Text Symbol: 012 = Customizing tables with country selection
Text Symbol: 013 = Customizing tables
INCLUDE SBAL_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 05 text = text-p00.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 60 text = text-p01.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 80 text = text-p02.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-t02 titel = text-t01 IMPORTING answer = l_answer.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 05 text = text-p10.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 10 text = text-p11.
CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 20 text = text-p12.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 40 text = text-p13.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 60 text = text-p14.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 80 text = text-p15.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' enqueue_mode = 'E' view_name = vname EXCEPTIONS foreign_lock = 4 system_failure = 8.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log EXCEPTIONS OTHERS = 1.
BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_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 EXCEPTIONS OTHERS = 1.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING * I_LOG_HANDLE = l_s_log i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 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.
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_CUST_IMPORT_FROM or its description.
TTE_CUST_IMPORT_FROM - Import external customizing tables into TTE TTE_CUST_IMPORT_FROM - Import external customizing tables into TTE TTE_CUST_CHECK_DATE_VALIDATF01 - Include TTE_CUST_CHECK_DATE_VALIDATF01 TTE_CUST_CHECK_CHECK_TAXCODF01 - Include TTE_CUST_CHECK_CHECK_TAXCODF01 TTE_CUST_CHECK - Check the consistency of TTE customizing TTE_CUST_CHECK - Check the consistency of TTE customizing