SAP Reports / Programs

HBRCAGED SAP ABAP Report - GREU: report and file







HBRCAGED is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a TemSe archive store to issue the General Register of Employed and Unemployed (GREU)...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 HBRCAGED into the relevant SAP transactions such as SE38 or SE80


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 HBRCAGED. "Basic submit
SUBMIT HBRCAGED AND RETURN. "Return to original report after report execution complete
SUBMIT HBRCAGED 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: ALTERA1 = No adjustment
Selection Text: ALTERA2 = Adjustment of company data
Selection Text: ALTERA3 = Company closing
Selection Text: ALTERA4 = Generate adjustment file
Selection Text: ANO = Year
Selection Text: DDDR = DDD
Selection Text: DECLAR1 = First declaration
Selection Text: DECLAR2 = Has already declared
Selection Text: EMP1 = Microcompany
Selection Text: EMP2 = Small sized company
Selection Text: EMP3 = Comp./body not class.prev.its.
Selection Text: FILIA = Branch
Selection Text: FONER = Telephone
Selection Text: MAILR = E-mail
Selection Text: MES = Month
Selection Text: MIDIA1 = Floppy disk
Selection Text: MIDIA2 = Magnetic tape
Selection Text: MIDIA3 = Others
Selection Text: OBRA = Construction site
Selection Text: P_TOTALS = Execute log?
Selection Text: TSOBJ = TemSe archive for comparison
Title: GREU: report and file
Text Symbol: X07 = Person responsible data
Text Symbol: X06 = Establishment size
Text Symbol: X05 = Processing period
Text Symbol: X04 = Saving type
Text Symbol: X03 = File adjustment
Text Symbol: X02 = Declaration type
Text Symbol: X01 = Company data
Text Symbol: S01 = TemSe
Text Symbol: R11 = Record 9
Text Symbol: R10 = Record 8
Text Symbol: 001 = File created:
Text Symbol: E01 = Inexistent process control data
Text Symbol: E02 = Printing of error list not possible
Text Symbol: E03 = Error printing record
Text Symbol: E04 = Error reading TemSe file
Text Symbol: E05 = Object specification missing





Text Symbol: E06 = Error opening TemSe file
Text Symbol: E08 = POP UP error
Text Symbol: E26 = POP UP error
Text Symbol: F72 = Saving employee data file
Text Symbol: G01 = ReadingTemSe
Text Symbol: G02 = Record detail:
Text Symbol: G03 = No record was selected
Text Symbol: H01 = No. of records:
Text Symbol: H02 = Object:
Text Symbol: H03 = Created by:
Text Symbol: H04 = Close:
Text Symbol: H05 = Hour:
Text Symbol: H06 = No. of records:
Text Symbol: L01 = Contents
Text Symbol: P02 = Processing employee
Text Symbol: PER = Period
Text Symbol: PRS = Processing
Text Symbol: R01 = Header
Text Symbol: R02 = Company information
Text Symbol: R03 = Employee information
Text Symbol: R04 = Employee corrections
Text Symbol: R05 = Record 0
Text Symbol: R06 = Record 1
Text Symbol: R07 = Record 2
Text Symbol: R08 = Record 3
Text Symbol: R09 = Record 4


INCLUDES used within this REPORT HBRCAGED

INCLUDE PCFTBBR0.
INCLUDE HBRLOGD0.
INCLUDE HBRLOGF0.
INCLUDE HBRCCGCS.
INCLUDE PCCAGBR0.
INCLUDE PCREPBZ0.


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_APPEND_PERNR CALL FUNCTION 'HR_BR_APPEND_PERNR' EXPORTING pernr_number = pernr-pernr message_type = 'S'.



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