RHTRANSABRI 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 RHTRANSABRI 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: INFTY = D Infotype
Title: Transporting Payroll Infotypes
Text Symbol: 001 = in table
Text Symbol: 002 = is not a payroll infotype
Text Symbol: 003 = is assigned to package $TMP
Text Symbol: 004 = does not exist
Text Symbol: 005 = or is not active
Text Symbol: ERR = Error when executing the function module
Text Symbol: INF = Infotype
Text Symbol: OBJ = Object
Text Symbol: TMP = Development Package $TMP is not allowed
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = l_ci_incl IMPORTING gotstate = l_gotstate TABLES dd03p_tab = l_dd03p_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.
TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING * WI_DELETE_TADIR_ENTRY = ' ' * WI_REMOVE_REPAIR_FLAG = ' ' * WI_SET_REPAIR_FLAG = ' ' wi_test_modus = ' ' wi_tadir_pgmid = tadir-pgmid wi_tadir_object = tadir-object wi_tadir_obj_name = tadir-obj_name wi_tadir_devclass = p_devclass EXCEPTIONS OTHERS = 1.
DDIF_STATE_GET CALL FUNCTION 'DDIF_STATE_GET' EXPORTING type = 'TABL' name = p_tab state = 'A' IMPORTING gotstate = l_gotstate.
TR_TADIR_POPUP_ENTRY_E071 CALL FUNCTION 'TR_TADIR_POPUP_ENTRY_E071' EXPORTING wi_e071_pgmid = 'R3TR' wi_e071_object = 'TABL' wi_e071_obj_name = lc_incl IMPORTING we_tadir = lc_tadir EXCEPTIONS OTHERS = 1.
TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = l_ko200_in IMPORTING * we_order = l_order * we_task = l_task we_ko200 = l_ko200_out we_object_appendable = l_appendable * es_tadir = l_tadir TABLES wt_e071k = l_e071k_tab EXCEPTIONS OTHERS = 1.
TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING wi_order = g_corrnum wi_ko200 = l_ko200_in IMPORTING we_order = l_order we_task = l_task * WE_KO200 = L_KO200_OUT * ES_TADIR = L_TADIR TABLES wt_e071k = l_e071k_tab.
TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING * WI_TEST_MODUS = 'X' wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'TABL' wi_tadir_obj_name = lc_obj_name wi_read_only = 'X' IMPORTING new_tadir_entry = lc_tadir 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.