SAP Reports / Programs | Payroll | Brazil(PY-BR) SAP PY

HBRFICHA SAP ABAP Report - Employee Tab Page







HBRFICHA 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 run the report "Employee tab page" and to assign a sequential number of the report to each employee...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 HBRFICHA 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_M37_FICH - Salaried Employee Tab Page 37


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 HBRFICHA. "Basic submit
SUBMIT HBRFICHA AND RETURN. "Return to original report after report execution complete
SUBMIT HBRFICHA 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: CHK_TRN = Check training by function
Selection Text: P_EXAM = Date type last medic.exam IT28
Selection Text: P_NMFAN = Imaginary name (Company)
Selection Text: P_PRIVAT = Residence phone no. ID
Selection Text: P_WORK = Business phone no. ID
Title: Employee Tab Page
Text Symbol: 001 = Salaried EE file
Text Symbol: 002 = Health risk(%)
Text Symbol: 003 = Hazard(%)
Text Symbol: 004 = Night(%)
Text Symbol: 005 = tab page number
Text Symbol: E02 = Error inserting in error message list
Text Symbol: E08 = POP UP error
Text Symbol: E26 = POP UP error
Text Symbol: PRC = Number of processed employees
Text Symbol: PRO = Progress
Text Symbol: PRS = Processing
Text Symbol: S00 = Options for Form
Text Symbol: SEL = Number of selected employees


INCLUDES used within this REPORT HBRFICHA

INCLUDE PCFRMBR0. "ACC
INCLUDE HBRSCRS3.
INCLUDE PCPERBR2.


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:

PYXX_SPECIFY_OBJECTS CALL FUNCTION 'PYXX_SPECIFY_OBJECTS' TABLES specified_objects = specified_objects.

HR_PCLX_INIT_BUFFER CALL FUNCTION 'HR_PCLX_INIT_BUFFER'. "// Clears prev. payroll buff.

HR_BR_GET_FILIAL_PER_AREA CALL FUNCTION 'HR_BR_GET_FILIAL_PER_AREA' EXPORTING p_werks = p0001-werks p_btrtl = p0001-btrtl IMPORTING bukrs = wa_bukrs branch = wa_branch * obra = obra .



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