SAP Reports / Programs | Payroll | Australia | Public Sector(PY-AU-PS) SAP PY

RPLPBSQ4_FORM SAP ABAP INCLUDE - Include RPLPBSQ4_FORM - sub-routines for PSMPC Interface







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


Text pool values


Title: Include RPLPBSQ4_FORM - sub-routines for PSMPC Interface


INCLUDES used within this REPORT RPLPBSQ4_FORM

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:

RP_SALARY_GENERIC_CALC call function 'RP_SALARY_GENERIC_CALC' exporting personnel_number = $pernr eval_wage_type = 'PSAL' currency = 'AUD' salary_as_of_date = $begda begin_of_evaluation = $begda end_of_evaluation = $endda frequency = $freq use_it0008 = $it0008 use_it0014 = $it0014 use_it0015 = $it0015 importing salary = $amount exceptions error_read_0001 = 1 error_read_0008 = 2 error_read_0014 = 3 error_read_0015 = 4 no_entry_t511 = 5 error_at_indirect_evaluation = 6 internal_error = 7 others = 8.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = FILE_NAME FILETYPE = 'ASC' WRITE_FIELD_SEPARATOR = 'X' * APPEND = ' ' IMPORTING FILELENGTH = W_UPPLEN TABLES DATA_TAB = IT_HEADER EXCEPTIONS FILE_WRITE_ERROR = 1.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = FILE_NAME FILETYPE = 'ASC' WRITE_FIELD_SEPARATOR = 'X' APPEND = 'X' IMPORTING FILELENGTH = W_UPPLEN TABLES DATA_TAB = IT_DETAIL EXCEPTIONS FILE_WRITE_ERROR = 1.

HR_ENTRY_DATE call function 'HR_ENTRY_DATE' exporting persnr = pernr-pernr importing entrydate = entrydate tables entry_dates = entry_dates EXCEPTIONS ENTRY_DATE_NOT_FOUND = 1 PERNR_NOT_ASSIGNED = 2 OTHERS = 3.

CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING PERSNR = PERNR TABLES IN_RGDIR = RGDIR EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.

HR_AUPBS_MONTH_DAY CALL FUNCTION 'HR_AUPBS_MONTH_DAY' EXPORTING BEG_DA = P_BEGDA END_DA = P_ENDDA IMPORTING * NO_DAY = NO_MONTH = MONTHS NO_YEAR = YEAR * NO_CAL_DAY = .



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