SAP Reports / Programs | Financial Accounting | Travel Management | Travel Expenses(FI-TV-COS) SAP FI

RPRPAYMR SAP ABAP INCLUDE - Main Routine for Report RPRPAY00: Transfer TRV to PAYROLL







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


Text pool values


Title: Main Routine for Report RPRPAY00: Transfer TRV to PAYROLL


INCLUDES used within this REPORT RPRPAYMR

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:

ALE_BAPI_GET_UNIQUE_RECEIVER CALL FUNCTION 'ALE_BAPI_GET_UNIQUE_RECEIVER' EXPORTING object = 'BUS7001' method = 'POST' IMPORTING receiver = receiver TABLES filterobjects_values = filterobjects_values EXCEPTIONS error_in_filterobjects = 1 error_in_ale_customizing = 2 not_unique_receiver = 3 no_rfc_destination_maintained = 4 OTHERS = 5.

ALE_ACTIVE CALL FUNCTION 'ALE_ACTIVE' EXPORTING mestyp = mestyp idoctp = idoctp IMPORTING sw_ale = sw_ale EXCEPTIONS OTHERS = 0.

CHECK_AUTH_AUTHP CALL FUNCTION 'CHECK_AUTH_AUTHP' EXPORTING datum = sy-datum pernr = pernr-pernr is_head = ls_head "MAWK000377 is_perio = ls_perio "MAWK000377 EXCEPTIONS * OTHERS = 1. "WKUK042958

HRCA_PAYROLLTRAVELEXPNSESPOST CALL FUNCTION 'HRCA_PAYROLLTRAVELEXPNSESPOST' TABLES t_head_all = t_head_all t_perio_all = t_perio_all te_version_with_key = te-version_with_key statu_with_key = statu_with_key aend_with_key = aend_with_key konti_with_key = konti_with_key rot_with_key = rot_with_key v0split_with_key = v0split_with_key EXCEPTIONS error_in_filterobjects = 1 error_in_ale_customizing = 2 error_creating_idocs = 3 error_converting_curr_amount = 4 OTHERS = 5.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' * EXPORTING * _SYNCHRON = ' ' .

HRCA_PAYROLLTRAVELEXPNSESPOST CALL FUNCTION 'HRCA_PAYROLLTRAVELEXPNSESPOST' TABLES t_head_all = t_head_all t_perio_all = t_perio_all te_version_with_key = te-version_with_key statu_with_key = statu_with_key aend_with_key = aend_with_key konti_with_key = konti_with_key rot_with_key = rot_with_key v0split_with_key = v0split_with_key EXCEPTIONS error_in_filterobjects = 1 error_in_ale_customizing = 2 error_creating_idocs = 3 error_converting_curr_amount = 4 OTHERS = 5.



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