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

TTE_CUST_IMPORT_FROM SAP ABAP Report - Import external customizing tables into TTE







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


Transaction Code(s):

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


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


Text pool values


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





Text Symbol: 014 = Posting parameters
Text Symbol: 015 = Communities selected for import
Text Symbol: 020 = Country:
Text Symbol: 021 = Import results (warning: entry already exist)
Text Symbol: 050 = Community:
Text Symbol: 051 = Country:
Text Symbol: 052 = Tax Region:
Text Symbol: 053 = Business partner tax group:
Text Symbol: 054 = Product tax group:
Text Symbol: 055 = Tax tariff code:
Text Symbol: 056 = Incoterm:
Text Symbol: 057 = Tax type:
Text Symbol: A00 = Entries for import
Text Symbol: A01 = Mapping of tax types generated
Text Symbol: A02 = Check requisites
Text Symbol: A03 = Tax types mapping
Text Symbol: A04 = BP tax group mapping
Text Symbol: A05 = Product tax group mapping
Text Symbol: B00 = Communities


INCLUDES used within this REPORT TTE_CUST_IMPORT_FROM

INCLUDE SBAL_CONSTANTS.


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:

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.

SAPGUI_PROGRESS_INDICATOR





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.



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