SAP Reports / Programs | Payroll | United Kingdom(PY-GB) SAP PY

RPLNFIG0 SAP ABAP Report - National Fraud Initiative







RPLNFIG0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report generates the National Fraud Initiative (NFI) records for submission to the Audit Commission...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 RPLNFIG0 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

HRGPBS_NFI - National Fraud Initiative


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 RPLNFIG0. "Basic submit
SUBMIT RPLNFIG0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLNFIG0 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: S_TYPE = D .
Selection Text: S_REASON = D .
Selection Text: P_TEST = Test Mode
Selection Text: P_OTEMSE = D .
Selection Text: P_ITEMSE = D .
Selection Text: P_DISVAR = D .
Selection Text: P_DATE = Processing Date
Selection Text: OTEMSE = D .
Selection Text: ITEMSE = D .
Selection Text: IALV = D .
Title: National Fraud Initiative
Text Symbol: YR1 = Processing Options
Text Symbol: UTI = National Fraud Initiative
Text Symbol: SWA = With absence data
Text Symbol: SVL = Value
Text Symbol: STS = Total selected
Text Symbol: SRC = Total records
Text Symbol: SPR = Processing &1
Text Symbol: SOT = Output options
Text Symbol: SNA = Non-Returnable
Text Symbol: SIN = Input options
Text Symbol: SFL = Full TemSe ID
Text Symbol: SER = Errors
Text Symbol: SED = End date
Text Symbol: SDN = Do not enter absence selection criteria
Text Symbol: SCL = Column
Text Symbol: SBG = Start date
Text Symbol: SAB = Absence selection
Text Symbol: E07 = Bank Account Details
Text Symbol: E06 = Basic Pay Details
Text Symbol: E05 = Planned Working Time
Text Symbol: E04 = Address Details
Text Symbol: E03 = Personal Details
Text Symbol: E02 = an Organisational Assignment
Text Symbol: E01 = an Active Employment


INCLUDES used within this REPORT RPLNFIG0

INCLUDE RPUMKC00.


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:

RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING repid = c_repidshrt IMPORTING tsobj = p_itemse EXCEPTIONS no_entries_found = 1 helpview_not_installed = 2 no_value_request_for_molga = 3.

HR_GB_TAX_YEAR CALL FUNCTION 'HR_GB_TAX_YEAR' EXPORTING p08_date = p_date IMPORTING p08_begin_of_txyear = g_tax_year_begda p08_end_of_txyear = g_tax_year_endda.



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