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
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: 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
INCLUDE PCFTBBR0.
INCLUDE HBRLOGD0.
INCLUDE HBRLOGF0.
INCLUDE HBRCCGCS.
INCLUDE PCCAGBR0.
INCLUDE PCREPBZ0.
No SAP DATABASE tables are accessed within this REPORT code!
HR_BR_APPEND_PERNR CALL FUNCTION 'HR_BR_APPEND_PERNR' EXPORTING pernr_number = pernr-pernr message_type = 'S'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.