RPCGETM0 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 RPCGETM0 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Data Retrieval for Payroll Accounting - Denmark
INCLUDE RPCDKSM0.
No SAP DATABASE tables are accessed within this REPORT code!
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = p0072-frmax foreign_currency = p0072-frmaxw local_currency = calc_currency IMPORTING local_amount = mtax-frmax EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = p0072-frdag foreign_currency = p0072-frdagw local_currency = calc_currency IMPORTING local_amount = mtax-frdag EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = p0072-frnrm foreign_currency = p0072-frnrmw local_currency = calc_currency IMPORTING local_amount = mtax-frnrm EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = p0073-btrag foreign_currency = p0073-btragw local_currency = calc_currency IMPORTING local_amount = mpens-btrag EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = p0073-btrma foreign_currency = p0073-btrmaw local_currency = calc_currency IMPORTING local_amount = mpens-btrma EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = p0074-shdkk foreign_currency = p0074-shcur local_currency = calc_currency IMPORTING local_amount = mvac-shdkk EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = p0200-hvstl foreign_currency = p0200-hvstlw local_currency = calc_currency IMPORTING local_amount = mgar-hvstl EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = p0200-abtbtr foreign_currency = p0200-abtbtrw local_currency = calc_currency IMPORTING local_amount = mgar-abtbtr EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'DKDD1' struc_content = pme02 IMPORTING back = delimit_date_0204 EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.
HR_DK_DETERMINE_SYSTEM_PAYGR CALL FUNCTION 'HR_DK_DETERMINE_SYSTEM_PAYGR' EXPORTING empl = pernr-pernr date = dk_end "#EC DOM_EQUAL trfkz = t503-trfkz IMPORTING paygr = mfa-paygr.
HR_DK_DETERMINE_SYSTEM_PAYLV CALL FUNCTION 'HR_DK_DETERMINE_SYSTEM_PAYLV' EXPORTING empl = pernr-pernr date = dk_end "#EC DOM_EQUAL trfkz = t503-trfkz IMPORTING paylv = mfa-paylv.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = p0214-fee foreign_currency = p0214-feecu local_currency = calc_currency IMPORTING local_amount = rt-betrg EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
HR_DK_GET_LEAVE_ENTITLEMENT CALL FUNCTION 'HR_DK_GET_LEAVE_ENTITLEMENT' EXPORTING empl = pernr-pernr begda = t549q-begda endda = t549q-endda TABLES urlaubs_anspruch = mvent.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCGETM0 - Data Retrieval for Payroll Accounting - Denmark RPCGETL0 - Infotype reading functions - Malaysia RPCGETK3 - Data Collection for Payroll Accounting (CAN) - Bonds RPCGETK0_WCB_INFO - Include RPCGETK0_WCB_INFO RPCGETK0_UP_DATE_TABLES - Include RPCGETK0_UP_DATE_TABLES RPCGETK0_PARTIAL_PERIODS - Include RPCGETK0_PARTIAL_PERIODS