SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

RPLN29H0 SAP ABAP Report - Tax - Declaration NY29/NY30







RPLN29H0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPLN29H0 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_M21_LN29H0 - Tax - declaration NY29/NY30


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 RPLN29H0. "Basic submit
SUBMIT RPLN29H0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLN29H0 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: FORML = FormName
Selection Text: C_ERRLST = Error list
Title: Tax - Declaration NY29/NY30
Text Symbol: 021 = Employee's place of birth not entered (infotype 002)
Text Symbol: 020 = Employee's date of birth not entered (infotype 002)
Text Symbol: 019 = Employee's tax number not entered (infotype 163)
Text Symbol: 018 = Employee's nationality not entered (infotype 002)
Text Symbol: 017 = Employee's personal no. not entered (infotype 175)
Text Symbol: 023 = Employee's mother's name not entered (infotype 002)
Text Symbol: 022 = Employee's maiden name not entered (infotype 002)
Text Symbol: 011 = has no infotype 6 (subtype 1 or 2)
Text Symbol: 010 = has no infotype 1.
Text Symbol: 003 = -
Text Symbol: 002 = Pers.no.:
Text Symbol: 001 = E R R O R L I S T -Incomplete data
Text Symbol: 016 = Employee's name not entered (infotype 001)
Text Symbol: 015 = has no infotype 2.
Text Symbol: 014 = has no infotype 163.
Text Symbol: 013 = has no infotype 307.
Text Symbol: 012 = has no infotype 175.


INCLUDES used within this REPORT RPLN29H0

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:

HRCA_COMPANYCODE_GETDETAIL call function 'HRCA_COMPANYCODE_GETDETAIL' exporting companycode = p0001-bukrs importing address = addr-addrnumber exceptions not_found = 1 others = 2.

ADDR_GET call function 'ADDR_GET' exporting address_selection = addr importing sadr = sadr1 exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.



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