SAP Reports / Programs

HINUCORRECT_ASSIGNMENT SAP ABAP Report - Roster Validation and Adjustment







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HRPBSIN_CRCT_ASSIGN - Correct the assignments of a Roster


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 HINUCORRECT_ASSIGNMENT. "Basic submit
SUBMIT HINUCORRECT_ASSIGNMENT AND RETURN. "Return to original report after report execution complete
SUBMIT HINUCORRECT_ASSIGNMENT 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: 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





Text Symbol: 107 = No STEXT available for object
Text Symbol: 108 = Error File
Text Symbol: 109 = End User Documentation
Text Symbol: 110 = Output
Text Symbol: 111 = Do Not Save Output To Logical Files
Text Symbol: 112 = Save Output To Logical Files
Text Symbol: 065 = Res.Category is wrong
Text Symbol: 026 = SC%
Text Symbol: 025 = Groups
Text Symbol: 024 = Region Name
Text Symbol: 023 = Rec/Prm. Type
Text Symbol: 021 = Roster Title
Text Symbol: 020 = Roster ID
Text Symbol: 016 = Res.cat assiged to RP
Text Symbol: 015 = Summary Report
Text Symbol: 014 = Details report
Text Symbol: 013 = Logical File Names for output
Text Symbol: 012 = Additional Selection
Text Symbol: 011 = Re-assign Employees To Roster Points For A Roster
Text Symbol: 010 = Re-number Roster Points To Close Gaps
Text Symbol: 009 = Re-assign Reservation Category Where Assignment Is Wrong
Text Symbol: 008 = Assign Reservation Category Where Missing
Text Symbol: 007 = Correct Inconsistencies
Text Symbol: 006 = List Inconsistencies
Text Symbol: 005 = Selection Date
Text Symbol: 004 = Object Id
Text Symbol: 003 = Object Type
Text Symbol: 002 = New res. category attached
Text Symbol: 001 = Object Details
Text Symbol: 052 = No Res. Category assigned to employee
Text Symbol: 051 = Res. category mismatch
Text Symbol: 050 = No Emp.assigned(gap exists)
Text Symbol: 048 = List of Inconsistencies
Text Symbol: 047 = Merit Indicator
Text Symbol: 046 = Category
Text Symbol: 045 = Hire Date
Text Symbol: 043 = Employee Name
Text Symbol: 042 = Employee ID
Text Symbol: 041 = Reason





Text Symbol: 040 = De-resv Indc
Text Symbol: 039 = New Seq No
Text Symbol: 038 = Old Cat.
Text Symbol: 036 = Old Seq No
Text Symbol: 034 = Roster Point
Text Symbol: 033 = Occupied RPs
Text Symbol: 032 = Existing RPs
Text Symbol: 031 = HH%
Text Symbol: 030 = OH%
Text Symbol: 029 = VH%
Text Symbol: 028 = OBC%
Text Symbol: 027 = ST%


INCLUDES used within this REPORT HINUCORRECT_ASSIGNMENT

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