SAP Reports / Programs | Payroll | Payroll: General Parts | Reuse Services for Country Development(PY-XX-RS) SAP PY

RPCMAS19_FUP3213 SAP ABAP INCLUDE - Include RPCMAS19_FUP3213







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


INCLUDES used within this REPORT RPCMAS19_FUP3213

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:

HR99B00_PP_T799BPP04_READ CALL FUNCTION 'HR99B00_PP_T799BPP04_READ' EXPORTING p_molga = calcmolga p_idpln = p_p3213-idpln p_idsbp = p_p3213-idsbp p_date = p_p3213-begda CHANGING p_tab_t799bpp04 = p_i799bpp04[] EXCEPTIONS * TOO_MANY_RECORDS = 1 no_entries_found = 2 OTHERS = 99 .

HR99B00_PP_T799BPP03_READ CALL FUNCTION 'HR99B00_PP_T799BPP03_READ' EXPORTING p_molga = p_molga p_methd = l_wa_t799bpp04-methd p_date = p_date IMPORTING p_enhspot_calc = l_enhspot_calc p_enhspot_ex_lmt = l_enhspot_ex_lmt EXCEPTIONS no_entries_found = 1.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = aper-endda foreign_amount = l_wa_t799bpp04-fixdd foreign_currency = l_wa_t799bpp04-waers local_currency = calc_currency type_of_rate = 'M' IMPORTING local_amount = l_wa_t799bpp04-fixdd EXCEPTIONS OTHERS = 99.

HR_PL_D_9B_IT_T799BPP04 CALL FUNCTION 'HR_PL_D_9B_IT_T799BPP04' EXPORTING imp_intca = calcintca imp_currency = l_wa_t799bpp04-waers imp_table = l_tab_t799bpp04[] * IMP_LOOK = 'X' imp_detail = 'X' imp_process = 'X' imp_level = 1 TABLES imp_ptext = ptext.

HR99B00_PP_T799BPP05_READ CALL FUNCTION 'HR99B00_PP_T799BPP05_READ' EXPORTING p_molga = p_molga p_idpln = p_idpln p_ppctr = -prevc p_date = p_date IMPORTING p_lgart = l_lgart.

HR99B00_PP_T799BPP05_READ CALL FUNCTION 'HR99B00_PP_T799BPP05_READ' EXPORTING p_molga = p_contrib_data-molga p_idpln = p_contrib_data-idpln p_ppctr = p_contrib_data-ouctr p_date = p_date IMPORTING p_lgart = p_contrib_data-ouwtp EXCEPTIONS no_entries_found = 1.

HR99B00_PP_T799BPP05_READ CALL FUNCTION 'HR99B00_PP_T799BPP05_READ' EXPORTING p_molga = p_contrib_data-molga p_idpln = p_contrib_data-idpln p_ppctr = p_contrib_data-exctr p_date = p_date IMPORTING p_lgart = p_contrib_data-exwtp EXCEPTIONS no_entries_found = 1.

HR99B00_PP_T799BPP05_READ CALL FUNCTION 'HR99B00_PP_T799BPP05_READ' EXPORTING p_molga = p_molga p_idpln = p_idpln p_ppctr = l_ctr p_date = p_date IMPORTING p_emfsl = l_emfsl EXCEPTIONS no_entries_found = 1 OTHERS = 2.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = p0001-bukrs IMPORTING country = l_bukrs_country EXCEPTIONS not_found = 1 OTHERS = 2.

HRCA_PAYMENT_CHECK CALL FUNCTION 'HRCA_PAYMENT_CHECK' EXPORTING bank_country = p_bank_info-banks bank_key = p_bank_info-bankl bank_account = p_bank_info-bankn bank_controlkey = p_bank_info-bkont company_country = l_bukrs_country payment_method = p_bank_info-zlsch EXCEPTIONS error = 1 OTHERS = 2.

CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' " Retrieving RGDIR EXPORTING persnr = pernr-pernr TABLES in_rgdir = l_rgdir[] EXCEPTIONS no_record_found = 1 OTHERS = 2.

PYXX_READ_PAYROLL_RESULT CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT' "Retrieving RT, V0, BT, etc.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = aper-endda foreign_amount = foreign_currency = p_p3213-waers local_currency = calc_currency type_of_rate = 'M' IMPORTING local_amount = EXCEPTIONS OTHERS = 99.



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