SAP Reports / Programs | Payroll | Payroll: General Parts(PY-XX) SAP PY

RHTRANSABRI SAP ABAP Report - Transporting Payroll Infotypes







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


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 RHTRANSABRI. "Basic submit
SUBMIT RHTRANSABRI AND RETURN. "Return to original report after report execution complete
SUBMIT RHTRANSABRI 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: 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


INCLUDES used within this REPORT RHTRANSABRI

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:

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.



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