SAP Reports / Programs

RPLPLHN1 SAP ABAP Report - Employment tax and national insurance return [LH]







RPLPLHN1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Obsolete: Employment Tax and Social Insurance Return This report is obsolete...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 RPLPLHN1 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

PC00_M05_LPLH - Employment Tax and NI Return to 2005


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 RPLPLHN1. "Basic submit
SUBMIT RPLPLHN1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLPLHN1 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_FORM = Form
Selection Text: S_FDF = Create FDF File
Selection Text: SEL_JUP = Legal Person
Selection Text: P4 = Quarterly Return
Selection Text: P3 = Monthly Return
Selection Text: P2 = Only retroactive acc. diff.
Selection Text: P1 = W/o retroactive acc. diff.
Selection Text: P0 = With retroactive acc. diff.
Title: Employment tax and national insurance return [LH]
Text Symbol: E08 = not valid
Text Symbol: E07 = on
Text Symbol: E06 = Application area
Text Symbol: E05 = return may be incomplete
Text Symbol: E04 = Quarter not yet closed,
Text Symbol: E03 = periods are not supported
Text Symbol: E02 = Payroll with
Text Symbol: E01 = rejected, infotype 0001 is missing
Text Symbol: 007 = cannot be processed
Text Symbol: 006 = Group
Text Symbol: 005 = Error during file download
Text Symbol: 004 = Stop!
Text Symbol: 003 = is too long
Text Symbol: 002 = Number
Text Symbol: 001 = The following errors occurred:
Text Symbol: FRM = Further Selection
Text Symbol: R01 = Retroactive Accounting Differences
Text Symbol: R02 = Periodocity
Text Symbol: REF = Available Repr.Legal Pers.
Text Symbol: V01 = NLG
Text Symbol: V02 = EUR


INCLUDES used within this REPORT RPLPLHN1

INCLUDE: RPC2RX00, " PAYROLL RESULTS GENERAL
RPC2RNN0, " PAYROLL RESULTS NETHERLANDS
INCLUDE: RPLPLHDN1, " GENERAL DATA DECLARATIONS
RPCDILN0, " DECLARATIONS (RELATION MANAG.)


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:

HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.



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