SAP Reports / Programs | Payroll | Singapore(PY-SG) SAP PY

RPCMIBR3 SAP ABAP INCLUDE - Subroutines - Form MIB 1A/1B/1C







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


Text pool values


Title: Subroutines - Form MIB 1A/1B/1C


INCLUDES used within this REPORT RPCMIBR3

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:

HRCA_COMPANYCODE_GETDETAIL * call function 'HRCA_COMPANYCODE_GETDETAIL' * exporting * companycode = p_bukrs * language = sy-langu * importing * comp_name = companytext * exceptions * not_found = 1 * others = 2.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' "PSB exporting companycode = p_bukrs language = sy-langu importing comp_name = companytext exceptions not_found = 1 others = 2.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = ADDRSEL IMPORTING ADDRESS_VALUE = CAM_ADDRESS EXCEPTIONS * PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 * VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5 .

RP_25_CONVERT_CPF_AC call function 'RP_25_CONVERT_CPF_AC' exporting in_cpfac = p0186-cpfac importing out_cpfac = out_cpfid exceptions no_entry = 1 others = 2.

RP_SALARY_GENERIC_CALC call function 'RP_SALARY_GENERIC_CALC' exporting personnel_number = pernr-pernr eval_wage_type = bwage currency = calc_currency "'SGD' * SHYL9CK038005 remove 'SGD' salary_as_of_date = begin_date begin_of_evaluation = begin_date end_of_evaluation = end_date frequency = '01' use_it0008 = 'X' use_it0014 = ' ' use_it0015 = ' ' importing salary = p_wage 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.

RP_SALARY_GENERIC_CALC call function 'RP_SALARY_GENERIC_CALC' exporting personnel_number = pernr-pernr eval_wage_type = bwage currency = calc_currency "'SGD' * SHYL9CK038005 remove 'SGD' salary_as_of_date = pn-endda begin_of_evaluation = pn-endda end_of_evaluation = pn-endda frequency = '01' use_it0008 = 'X' use_it0014 = ' ' use_it0015 = ' ' importing salary = t_basic_wage 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.

HR_DISPLAY_BASIC_LIST call function 'HR_DISPLAY_BASIC_LIST' exporting basic_list_title = list_title file_name = rep_id head_line1 = list_h1 head_line2 = list_h2 tables data_tab = form_view fieldname_tab = fieldnames exceptions download_problem = 1 no_data_tab_entries = 2 table_mismatch = 3 print_problems = 4 others = 5.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = $pernr arbgb = $arbgb msgty = $type msgno = $msgno msgv1 = $msgv1 msgv2 = $msgv2 msgv3 = $msgv3 msgv4 = $msgv4 exceptions others = 1.

HR_DISPLAY_ERROR_LIST call function 'HR_DISPLAY_ERROR_LIST' exporting no_popup = 'X' no_print = ' ' exceptions invalid_linesize = 1 others = 2.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' "SGSAL0K006000 EXPORTING FILENAME = p_filename FILETYPE = p_filetype APPEND = ' ' TABLES DATA_TAB = p_file EXCEPTIONS FILE_WRITE_ERROR = 1 FILE_NOT_FOUND = 19 .

WS_DOWNLOAD * call function 'WS_DOWNLOAD' * exporting * filename = p_filename "File name on PC * filetype = p_filetype * mode = space "Overwritten * tables * data_tab = p_file * exceptions * file_open_error = 1 * file_write_error = 2.

WS_DOWNLOAD * call function 'WS_DOWNLOAD' "SGSAL0K006000 * exporting * filename = p_filename "File name on PC * filetype = p_filetype * mode = space "Overwritten * tables * data_tab = p_file * exceptions * file_open_error = 1 * file_write_error = 2.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = p_filename FILETYPE = p_filetype APPEND = ' ' TABLES DATA_TAB = p_file EXCEPTIONS FILE_WRITE_ERROR = 1 FILE_NOT_FOUND = 19 .

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = p_molga IMPORTING WAERS = p_calc_currency EXCEPTIONS NO_ENTRY_FOUND_IN_TABLE_T500C = 4 OTHERS = 5.

WS_DOWNLOAD call function 'WS_DOWNLOAD' EXPORTING filename = p_filename "File name on PC filetype = p_filetype mode = space "Overwritten TABLES data_tab = p_file EXCEPTIONS file_open_error = 1 file_write_error = 2.



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