SAP Reports / Programs

HINUSIMULATE_RECRUITING SAP ABAP Report - Recruitment Simulation







HINUSIMULATE_RECRUITING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report performs the following functions during a simulation run for the selected roster IDs on a date specified by you: Displays assignment of existing roster points The report displays the following values: Attributes of selected roster IDs...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 HINUSIMULATE_RECRUITING 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_SIMUL_RCRT - Simulate Recruitment


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 HINUSIMULATE_RECRUITING. "Basic submit
SUBMIT HINUSIMULATE_RECRUITING AND RETURN. "Return to original report after report execution complete
SUBMIT HINUSIMULATE_RECRUITING 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_RSTRPT =
Selection Text: V_PLNVER =
Selection Text: V_OTYPE =
Selection Text: V_OBJID =
Selection Text: V_FPATH1 =
Selection Text: V_FLPATH =
Selection Text: V_DATE =
Selection Text: V_BKLOG =
Selection Text: V_BKDATE =
Title: Recruitment Simulation
Text Symbol: 028 = OBC%
Text Symbol: 029 = VH%
Text Symbol: 030 = OH%
Text Symbol: 031 = HH%
Text Symbol: 032 = Existing RPs
Text Symbol: 033 = Occupied RPs
Text Symbol: 034 = New RPs
Text Symbol: 035 = Category
Text Symbol: 036 = Actual RPs
Text Symbol: 037 = Ideal RPs
Text Symbol: 038 = Future Ideal RPs
Text Symbol: 039 = Deviation
Text Symbol: 040 = Recruitment Simulation
Text Symbol: 041 = Test
Text Symbol: 042 = Message
Text Symbol: 043 = End User Documentation
Text Symbol: 027 = ST%
Text Symbol: 001 = Selection Objects
Text Symbol: 002 = Plan Version
Text Symbol: 003 = Object Type
Text Symbol: 004 = Object ID
Text Symbol: 005 = Reporting Date
Text Symbol: 006 = Backlog Data
Text Symbol: 007 = Backlog Date
Text Symbol: 008 = Additional Parameter
Text Symbol: 009 = New Roster Points
Text Symbol: 010 = Logical File Names for output
Text Symbol: 011 = Details File





Text Symbol: 012 = Summary File
Text Symbol: 013 = Summary Report
Text Symbol: 014 = Indicator
Text Symbol: 015 = RosterID
Text Symbol: 016 = RosterPoint
Text Symbol: 017 = BeginDate
Text Symbol: 018 = Seq. No.
Text Symbol: 019 = RequiredCat.
Text Symbol: 020 = ProposedCat.
Text Symbol: 021 = Roster Title
Text Symbol: 022 = Type
Text Symbol: 023 = Prom. Type
Text Symbol: 024 = Region Name
Text Symbol: 025 = Groups
Text Symbol: 026 = SC%


INCLUDES used within this REPORT HINUSIMULATE_RECRUITING

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