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
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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M37_GRRF - FCG
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: 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
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
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.