SAP Reports / Programs

HBRCSAB0 SAP ABAP Report - Report to handle special absences







HBRCSAB0 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 process (create, change or delete) the special absence records that must be handled differently from the other absence records...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 HBRCSAB0 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_SAB0 - Absence and acquisiton per.control


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 HBRCSAB0. "Basic submit
SUBMIT HBRCSAB0 AND RETURN. "Return to original report after report execution complete
SUBMIT HBRCSAB0 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: UPDATE = Does not update acquis.period
Selection Text: PERNUM = Personnel no.
Title: Report to handle special absences
Text Symbol: M20 = The IT record
Text Symbol: M18 = with no entry on field
Text Symbol: M17 = the employee on the selected period
Text Symbol: M16 = was created in infotype
Text Symbol: M15 = A new acquisition period
Text Symbol: M14 = One change occurred
Text Symbol: M13 = Save changes?
Text Symbol: M12 = Confirmation
Text Symbol: M10 = Adjust manually
Text Symbol: M09 = Valid acquisition period higher than change date
Text Symbol: M05 = Are these values correct?
Text Symbol: M04 = is sooner than the start date
Text Symbol: M03 = The end date
Text Symbol: M02 = is later than the end date
Text Symbol: M01 = The start date
Text Symbol: M21 = was created
Text Symbol: M22 = Period was adjusted in IT
Text Symbol: S01 = Report not used anymore. See documentation of constant QUOT1 in T511K =
Text Symbol: MSG = Message
Text Symbol: M34 = Update acquisition period and cumul.entitlement
Text Symbol: M33 = Activate update
Text Symbol: M32 = Press F3 to return
Text Symbol: M31 = of absences
Text Symbol: M30 = Record creation not possible. Collision
Text Symbol: M27 = was deleted
Text Symbol: M26 = Absence type not found
Text Symbol: M25 = Absence type not processable by this program


INCLUDES used within this REPORT HBRCSAB0

No INCLUDES are used within this REPORT code!


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:

No SAP FUNCTION MODULES are executed within this report code!



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