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