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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M21_CBOS - Payroll journal
PC00_M21_RPCBOSH3 - Payroll journal
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.
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 = -
INCLUDE RPC2RHH0. "PL2 MAGYAR
INCLUDE RPPPXD10.
INCLUDE RPPPDR00.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.