SAP Reports / Programs

J_3RF_TAX_TRANSPORT SAP ABAP Report - Tax hierarchy transport







J_3RF_TAX_TRANSPORT 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 J_3RF_TAX_TRANSPORT 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

J3RTAXTR - Tax hierarchy transport


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 J_3RF_TAX_TRANSPORT. "Basic submit
SUBMIT J_3RF_TAX_TRANSPORT AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RF_TAX_TRANSPORT 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: HIER = Tax objects hierarchy
Title: Tax hierarchy transport


INCLUDES used within this REPORT J_3RF_TAX_TRANSPORT

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:

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' IMPORTING EV_ORDER = ORDER_NUMBER EXCEPTIONS OTHERS = 1.

TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING WI_KO200 = INT_KO200 IMPORTING WE_KO200 = INT_KO200 TABLES WT_E071K = INT_E071K * EXCEPTIONS * SHOW_ONLY_CLOSED_SYSTEM = 01 * SHOW_ONLY_CONSOLIDATION_LEVEL = 01 * SHOW_ONLY_DDIC_IN_CUSTOMER_SYS = 01 * SHOW_ONLY_DELIVERY_SYSTEM = 01 * SHOW_ONLY_DIFFERENT_ORDERTYPES = 01 * SHOW_ONLY_DIFFERENT_TASKTYPES = 01 * SHOW_ONLY_ENQUEUE_FAILED = 01 * SHOW_ONLY_GENERATED_OBJECT = 01 * SHOW_ONLY_ILL_LOCK = 01 * SHOW_ONLY_LOCK_ENQUEUE_FAILED = 01 * SHOW_ONLY_MIXED_ORDERS = 01 * SHOW_ONLY_MIX_LOCAL_TRANSP_OBJ = 01 * SHOW_ONLY_NO_SHARED_REPAIR = 01 * SHOW_ONLY_OBJECT_LOCKED = 01 * SHOW_ONLY_REPAIRED_OBJECT = 01 * SHOW_ONLY_SHOW_CLIENT = 01 * SHOW_ONLY_TADIR_MISSING = 01 * SHOW_ONLY_UNKNOWN_DEVCLASS = 01 * SHOW_ONLY_CLOSED_CLIENT = 01 * SHOW_ONLY_CLOSED_ALE_OBJECT = 01 .

TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING WI_ORDER = ORD_NUM WI_KO200 = INT_KO200 IMPORTING WE_ORDER = ORD_NUM WE_KO200 = INT_KO200 TABLES WT_E071K = INT_E071K EXCEPTIONS OTHERS = 1.

TR_READ_REQUEST_WITH_TASKS CALL FUNCTION 'TR_READ_REQUEST_WITH_TASKS' EXPORTING iv_trkorr = ord_num IMPORTING ET_REQUEST_HEADERS = lt_request_headers EXCEPTIONS INVALID_INPUT = 1 OTHERS = 2 .

SAPSCRIPT_TRANSPORT_OBJECTS CALL FUNCTION 'SAPSCRIPT_TRANSPORT_OBJECTS' EXPORTING OBJECTTYPE = 'TEXT' TEXTOBJECT = ls_stxh-tdobject TEXTNAME = ls_stxh-tdname TEXTID = ls_stxh-tdid TEXTSPRAS = ls_stxh-tdspras I_TASK = lv_task_num IMPORTING E_TASK = lv_task_num EXCEPTIONS ILLEGAL_OBJECTTYPE = 1 ILLEGAL_OBJECT = 2 ILLEGAL_ID = 3 ILLEGAL_NAME = 4 ILLEGAL_LANGUAGE = 5 ILLEGAL_SAVEMODE = 6 ILLEGAL_GRTYPE = 7 TRANSPORT_IMPOSSIBLE = 8 NOTHING_FOUND = 9 OTHERS = 10.



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