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

RPCAWSRI SAP ABAP INCLUDE - sub routines for rpcawsr0







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


Text pool values


Title: sub routines for rpcawsr0


INCLUDES used within this REPORT RPCAWSRI

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:

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'RPCAWSRX' tables nametab = nametab exceptions internal_error = 1 table_has_no_fields = 2 table_not_activ = 3 no_texts_found = 4 others = 5.

RP_OPTIONS_INTO_STRING call function 'RP_OPTIONS_INTO_STRING' exporting * max_chosen_number = max_cond delimiter_sign = '/' text_title = conditxt+5 text_left = text-fb3 text_right = text-fb2 status = 'NOORDER' text_object = 'PA_RPCAWSR0_DIALOGINFO_DATEN' tables text_symbol_relation_tab = condition changing string_value = condi_s exceptions table_string_inconsistency = 1 unknown_status = 2.

RP_OPTIONS_INTO_STRING call function 'RP_OPTIONS_INTO_STRING' exporting * max_chosen_number = max_cond delimiter_sign = '/' text_title = abs_txt+5 text_left = text-fb4 text_right = text-fb2 * status = 'NOORDER' status = 'ORDER' text_object = 'PA_RPCAWSR0_DIALOGINFO_DATEN' tables text_symbol_relation_tab = absence changing string_value = no_abs exceptions table_string_inconsistency = 1 unknown_status = 2.

BDC_OPEN_GROUP call function 'BDC_OPEN_GROUP' exporting group = mappname user = sy-uname.

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

HR_PERSONAL_WORK_SCHEDULE call function 'HR_PERSONAL_WORK_SCHEDULE' "AHRK000422 exporting pernr = pernr-pernr begda = $begda endda = $endda i0001_i0007_error = '0' * IMPORTING * WARNING_OCCURED = tables i0000 = p0000 i0001 = p0001 i0002 = p0002 i0007 = p0007 i2001 = p2001 i2002 = p2002 i2003 = p2003 perws = psp exceptions error_occured = 1 abort_occured = 2 others = 3. "AHRK000422

BDC_INSERT call function 'BDC_INSERT' exporting tcode = 'PA30' tables dynprotab = bdcdata.

RP_HIRE_FIRE call function 'RP_HIRE_FIRE' exporting beg = begda end = endda importing hire_date = hiredate fire_date = firedate tables pp0000 = p0000 pp0001 = p0001 pphifi = phifi.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting fieldname = fnam tabname = tnam titel = title importing select_value = chd_value tables fields = ihelp_fields valuetab = helptab exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.

RP_FILL_WAGE_TYPE_TABLE_EXT call function 'RP_FILL_WAGE_TYPE_TABLE_EXT' exporting appli = 'P' pernr = pernr-pernr infty = pinfty begda = pbegda endda = pendda subty = psubty objps = pobjps seqnr = pseqnr tables pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 ppbwla = ppbwla exceptions error_at_indirect_evaluation = 1.

RP_CONVERT_WAGE_TYPE_TABLE call function 'RP_CONVERT_WAGE_TYPE_TABLE' exporting waers = stat-currs "'SGD' datum = pbegda tables ppbwla = ppbwla exceptions error_at_indirect_evaluation = 1.

HR_DISPLAY_BASIC_LIST call function 'HR_DISPLAY_BASIC_LIST' exporting * BASIC_LIST_TITLE = file_name = myreport importing return_code = return_code tables data_tab = protocol fieldname_tab = fieldnames exceptions download_problem = 1 no_data_tab_entries = 2 table_mismatch = 3 print_problems = 4 others = 5.

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

HR_PERSONAL_WORK_SCHEDULE call function 'HR_PERSONAL_WORK_SCHEDULE' exporting pernr = pernr-pernr begda = er_begda endda = er_endda * IMPORTING * WARNING_OCCURED = tables i0000 = p0000 i0001 = p0001 i0002 = p0002 i0007 = p0007 i2001 = p2001 i2002 = p2002 i2003 = p2003 perws = perws exceptions error_occured = 1 abort_occured = 2 others = 3.

HR_ABS_ATT_TIMES call function 'HR_ABS_ATT_TIMES' exporting pernr = pernr-pernr awart = p2001-awart begda = er_begda endda = er_endda beguz = p2001-beguz enduz = p2001-enduz vtken = p2001-vtken stdaz = p2001-stdaz alldf = p2001-alldf tables m0001 = p0001 pws = perws times_per_day = itpd exceptions it0001_missing = 1 customizing_error = 2 error_occurred = 3 end_before_begin = 4 missing_pws = 5 others = 6.



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