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

HBRCGRRF SAP ABAP Report - Report HBRCGRRF







HBRCGRRF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program generates the electronic report FGTS Guide of Collect Termination (FCG) that is used to collect, in the employee's accounts, the amounts regarding the Severance Premium Reserve Fund (FGTS), that is: Remuneration of the month previous to the termination Remuneration of the termination month Paid notice period Termination fine in case of dismissal without justified cause ou reciprocal guilt Before running the program, you should customize IMG activity 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 HBRCGRRF 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_GRRF - FCG


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 HBRCGRRF. "Basic submit
SUBMIT HBRCGRRF AND RETURN. "Return to original report after report execution complete
SUBMIT HBRCGRRF 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: TYPERUN2 = Retroactive accounting
Selection Text: TYPERUN1 = Normal
Selection Text: RES_FILI = Branch
Selection Text: RES_E_ML = E-mail
Selection Text: RES_CONT = Contact person name in company
Selection Text: RES_BUKR = Company code
Selection Text: P_TOTALS = Run log
Selection Text: P_RERSN = Reason
Selection Text: P_OPCION = Show optional fields
Selection Text: OPCSIMP6 = 6 opt.sup.R$1.200.000,00 lim.
Selection Text: OPCSIMP5 = 5 not optant - CompCode w/lim.
Selection Text: OPCSIMP4 = 4 not optant - rural prod.
Selection Text: OPCSIMP3 = 3 optant sup.R$1.200.000,00
Selection Text: OPCSIMP2 = 2 optant up to R$1.200.000,00
Selection Text: OPCSIMP1 = 1 not optant
Selection Text: OBRA = Construction site
Selection Text: FILIA = Branch
Selection Text: DT_GRRF = Date
Selection Text: DATAHOM = Homologation date
Title: Report HBRCGRRF
Text Symbol: E08 = POP UP error
Text Symbol: 008 = Report retroact.accounting reason
Text Symbol: 007 = Option for INSTMSC
Text Symbol: 006 = Run type
Text Symbol: 005 = FGTS Collection
Text Symbol: 004 = General data
Text Symbol: 003 = PersonResp.
Text Symbol: 002 = Application type
Text Symbol: 001 = Other options


INCLUDES used within this REPORT HBRCGRRF

INCLUDE: PUTMDBR0, "DEFINITIONS TEMSE
PCTYPBR0, "HRMS BR TYPES
HBRCCGCD.
INCLUDE: PCGRXBR0, "DATA DEFINITIONS
PCCLSBR1, "HRMS BR CLUSTER DATA
INCLUDE: PCCLSBR0, "HRMS BR CLUSTER READING
PCCLSBR3, "HRMS BR P0661 TERMINATION FLAG


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_BR_PREPARE_LOG CALL FUNCTION 'HR_BR_PREPARE_LOG' EXPORTING log_name = text-001 begin_date = pn-begps end_date = pn-endps.

HR_BR_APPEND_PERNR CALL FUNCTION 'HR_BR_APPEND_PERNR' EXPORTING pernr_number = pernr-pernr message_type = 'S'.

HR99L00_F4_POPUP_RERSN CALL FUNCTION 'HR99L00_F4_POPUP_RERSN' EXPORTING molga = pbr99_molga IMPORTING rersn = p_rersn-low txrsn = txrsn.



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