HINUCORRECT_ASSIGNMENT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays and corrects the following inconsistencies of selected roster IDs on a date specified by you: Missing reservation categories of roster point IDs Incorrect assignment of reservation categories to roster point IDs Gaps in a rosters Incorrect assignment of employees to roster point IDs The report corrects the inconsistencies of selected roster ID as follows: Assign reservation category where missing The report assigns reservation categories to roster points that do not have reservation categories assigned to them...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 HINUCORRECT_ASSIGNMENT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
HRPBSIN_CRCT_ASSIGN - Correct the assignments of a Roster
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: V_OTYPE =
Selection Text: V_OBJID =
Selection Text: V_INCON2 =
Selection Text: V_INCON1 =
Selection Text: V_FPATH1 =
Selection Text: V_FLPATH =
Selection Text: V_EPATH =
Selection Text: V_DATE =
Selection Text: V4 =
Selection Text: V3 =
Selection Text: V2 =
Selection Text: V1 =
Title: Roster Validation and Adjustment
Text Symbol: 091 = No Employees found in Org Unit
Text Symbol: 088 = Application Log
Text Symbol: 086 = New Cat.
Text Symbol: 085 = Pay Scale
Text Symbol: 084 = Indicator Type
Text Symbol: 083 = No. of records Corrected
Text Symbol: 082 = Action
Text Symbol: 079 = All India
Text Symbol: 075 = New res.cat attached
Text Symbol: 074 = Wrong RP category
Text Symbol: 073 = Res.cat assigned to RP
Text Symbol: 072 = Res.cat missing for RP
Text Symbol: 071 = Rosters : Show Inconsistency
Text Symbol: 070 = Roster Inconsestency
Text Symbol: 068 = Gap exists in Roster
Text Symbol: 092 = No Roster Point attr maintained
Text Symbol: 094 = No res. category attached
Text Symbol: 096 = Corrections carried out
Text Symbol: 097 = Sequence No. corrected
Text Symbol: 099 = Roster
Text Symbol: 100 = Roster Validation and Adjustment
Text Symbol: 101 = Emp. assigned
Text Symbol: 102 = gap closed
Text Symbol: 103 = Error
Text Symbol: 106 = locked by
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.
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 HINUCORRECT_ASSIGNMENT or its description.