SAP Reports / Programs

HINUNEWHIRES_MIL_STAT SAP ABAP Report - Ex-Servicemen Status Report







HINUNEWHIRES_MIL_STAT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to monitor the number of ex-serviceman employees hired during a time frame...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 HINUNEWHIRES_MIL_STAT 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_NEWHIRES - New Hires with Military Status


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 HINUNEWHIRES_MIL_STAT. "Basic submit
SUBMIT HINUNEWHIRES_MIL_STAT AND RETURN. "Return to original report after report execution complete
SUBMIT HINUNEWHIRES_MIL_STAT 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_TODATE =
Selection Text: V_OTYPE =
Selection Text: V_OBJID =
Selection Text: V_FRDATE =
Selection Text: V_FPATH1 =
Selection Text: V_FLPATH =
Selection Text: V_EPATH =
Title: Ex-Servicemen Status Report
Text Symbol: 026 = Employee Name
Text Symbol: 025 = Sequence No.
Text Symbol: 024 = Roster Point
Text Symbol: 023 = % Ex-service Men
Text Symbol: 022 = Military Status
Text Symbol: 021 = End User Documentation
Text Symbol: 020 = Ex-Service Men
Text Symbol: 019 = Error
Text Symbol: 018 = Error Log
Text Symbol: 017 = Error file
Text Symbol: 016 = Application Log
Text Symbol: 015 = Application log for New-Hires report
Text Symbol: 014 = Employee
Text Symbol: 012 = TotalEx-ServMen
Text Symbol: 011 = Summary report
Text Symbol: 010 = Ex-Servicemen Status Report from :
Text Symbol: 009 = Details report
Text Symbol: 008 = Logical File Names for output
Text Symbol: 007 = To Date
Text Symbol: 006 = From Date
Text Symbol: 005 = Reporting Periods
Text Symbol: 004 = Object ID
Text Symbol: 003 = Object Type
Text Symbol: 001 = Selection Objects


INCLUDES used within this REPORT HINUNEWHIRES_MIL_STAT

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