SAP Reports / Programs

RPCBOSH3 SAP ABAP Report - RPCBOSH3 - Payroll journal







RPCBOSH3 is a standard Executable ABAP Report 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 RPCBOSH3 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M21_CBOS - Payroll journal
PC00_M21_RPCBOSH3 - Payroll journal


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


Text pool values


Selection Text: PFE11SMA = FEOR1 WhCo Max
Selection Text: PFE11SMI = FEOR1 WhCo Min
Selection Text: P_HREGYS = Breakdown HR unit
Selection Text: P_SZERVE = Breakdown by org. units?
Selection Text: S_BERIDO = Time-bound wage types
Selection Text: S_BER_FT = Forint-bound wage types
Selection Text: FORM_NEV = Form code:
Selection Text: PFE11FMA = FEOR1 Man. Max
Selection Text: PFE11FMI = FEOR1 Man. Min
Title: RPCBOSH3 - Payroll journal
Text Symbol: SZE = Breakdown org. unit
Text Symbol: VAL = Company in total
Text Symbol: HRE = Breakdown HR un.
Text Symbol: GYO = Personnel area in total
Text Symbol: FES = Std. FEOR-1 wh.coll.
Text Symbol: FEF = Std. FEOR-1 manual
Text Symbol: CHR = Delimit list for the given HR unit:
Text Symbol: BER = User wage types
Text Symbol: SEO = Only selected wage types
Text Symbol: SEA = Read absences (table AB)
Text Symbol: OCP = Extra run
Text Symbol: NYK = Pens.'s data separately
Text Symbol: NTK = Display 0 values
Text Symbol: HYP = -


INCLUDES used within this REPORT RPCBOSH3

INCLUDE RPC2RHH0. "PL2 MAGYAR
INCLUDE RPPPXD10.
INCLUDE RPPPDR00.


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:

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = '21' * BEGDA = * ENDDA = IMPORTING waers = penznem EXCEPTIONS molga_not_in_t001p = 1 no_entry_found_in_table_t001 = 2 no_entry_found_in_table_t500p = 3 no_entry_found_in_table_t500c = 4 OTHERS = 5.

HR_HU_CD_SELECT_REGULAR ** CALL FUNCTION 'HR_HU_CD_SELECT_REGULAR' ** TABLES ** in_rgdir = tmp_rgdir ** out_rgdir = rgdir.

CD_EVALUATION_PERIODS CALL FUNCTION 'CD_EVALUATION_PERIODS' "#EC * EXPORTING bonus_date = bondt inper_modif = pn-permo * inper = pn-paper "PT 2007. 04. 24.



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