SAP Reports / Programs | Personnel Management | Personnel Administration | Great Britain(PA-PA-GB) SAP PA

RPCDYNG0 SAP ABAP Report - HR-GB: Dynamic Measure for Absence Processing







RPCDYNG0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used to store data from routines called by specific Payroll Great Britain dynamic measures used in GBSxP Phase I absence processing...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCDYNG0 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 RPCDYNG0. "Basic submit
SUBMIT RPCDYNG0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDYNG0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: HR-GB: Dynamic Measure for Absence Processing
Text Symbol: 001 = Missing SSPLP feature - Can't check for retro
Text Symbol: 002 = Infotype not found in feature SSPLP - Can't check for retro
Text Symbol: 003 = Error in SSPLP feature - Can't check for retro
Text Symbol: 004 = Error in PC cluster - Can't check for retro
Text Symbol: 007 = No Infotype 1 record - Can't check for retro
Text Symbol: 008 = No T001P record for personnel subarea - Can't check for retro


INCLUDES used within this REPORT RPCDYNG0

INCLUDE MPPDAT00.


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:

HR_GBSXP_PHASE1_SWITCH CALL FUNCTION 'HR_GBSXP_PHASE1_SWITCH' IMPORTING p_phase1 = l_gbsxp_phase1.

HR_GBSXP_PERIOD_HISTORY_GET CALL FUNCTION 'HR_GBSXP_PERIOD_HISTORY_GET' EXPORTING p_pernr = l_pskey-pernr p_ab = l_ab p_absty = l_absty p_refresh = 'X' IMPORTING p_period_start = p_new_pkgab TABLES p_p0001 = l_p0001 p_p0002 = l_p0002 p_p0088 = l_p0088 p_p2001 = l_p2001 p_error = l_error.

HR_GBSXP_T554S CALL FUNCTION 'HR_GBSXP_T554S' EXPORTING p_pernr = p_pskey-pernr p_date = p_pskey-begda p_awart = p_pskey-subty TABLES p_p0001 = p_p0001 p_error = l_error CHANGING p_absty = l_absty.



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