SAP Reports / Programs

RPCMASF3PBS SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RPCMASF3PBS

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:

HR_FR_PBS_PERIOD_GEN_PC CALL FUNCTION 'HR_FR_PBS_PERIOD_GEN_PC' EXPORTING IMP_BEGDA = LS_APER_WA-BEGDA IMP_ENDDA = LS_APER_WA-IENDD IMP_TST_ON = TST_ON IMPORTING EXP_BUILT_BEGDA = PER_DEBUT EXP_BUILT_ENDDA = PER_FIN TABLES IMP_P0000 = P0000 IMP_P0003 = P0003 EXCEPTIONS MISSING_INFOTYPE = 1.

HR_FR_PBS_CHECK_NO_P0601 CALL FUNCTION 'HR_FR_PBS_CHECK_NO_P0601' EXPORTING IMP_PERNR = PERNR-PERNR IMP_BUILT_BEGDA = PER_DEBUT READ_P0601 = 'X' EXCEPTIONS GENERATION_NOT_ALLOWED = 1 INFTY_NOT_FOUND = 2 OTHERS = 3.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = PERNR-PERNR INFTY = '2001' BEGDA = PER_DEBUT ENDDA = PER_FIN TABLES INFTY_TAB = IT2001 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_FR_PBS_BUILD_UP_NCALE CALL FUNCTION 'HR_FR_PBS_BUILD_UP_NCALE' EXPORTING IMP_PERNR = PERNR-PERNR IMP_BEGDA = PER_DEBUT IMP_ENDDA = PER_FIN TABLES IMP_P0001 = P0001 IMP_P2001 = IT2001 IMP_P0424 = P0424 IMP_P0002 = P0002 CHANGING READ_BEGDA = LD_READ_BEGDA IMP_EXP_YCALE = LT_Y_NCALE BUILT_BEGDA = PER_DEBUT BUILT_ENDDA = PER_FIN EXCEPTIONS NO_ENTRY = 1 DATE_ERROR = 2 ERROR_GET_HIREDATE = 3 ACTUAL_DAY_MISSING = 4 INFTY_NOT_FOUND = 5 NO_PERNR = 6 VERSION_CLUSTER_INCOMP = 7 NO_CASE_NUMBER_SPECIFIED = 8 ERROR_SENIORITY_MODULE = 9 OTHERS = 10.

HR_FR_PBS_WRITE_NCALE CALL FUNCTION 'HR_FR_PBS_WRITE_NCALE' EXPORTING IMP_PERNR = PERNR-PERNR IMP_BUILT_BEGDA = PER_DEBUT IMP_BUILT_ENDDA = PER_FIN IMP_YEAR_NCALE = LT_Y_NCALE EXCEPTIONS NO_PERNR = 1 VERSION_CLUSTER_INCOMP = 2 OTHERS = 3.

HR_FR_PBS_DIV_PERIOD CALL FUNCTION 'HR_FR_PBS_DIV_PERIOD' EXPORTING IMP_BEGDA = PER_DEBUT IMP_ENDDA = PER_FIN TABLES IMP_EXP_DATES = LT_PERIODS EXCEPTIONS DATE_ERROR = 1 OTHERS = 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 RPCMASF3PBS or its description.