SAP Reports / Programs

RPCJWNN0 SAP ABAP Report - Annual Statement Employee







RPCJWNN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to create the annual statement for employees...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 RPCJWNN0 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_CJWN_OUD - Employee Annual Tax Statement


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 RPCJWNN0. "Basic submit
SUBMIT RPCJWNN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCJWNN0 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_SPECA = Spec.Ind. Printed on TxCard
Selection Text: S_PERMO = Period Parameter
Selection Text: S_PAGE = Print explanatory notes
Selection Text: S_FORM = Form
Selection Text: SO_REPER = Repr. Legal Person Report
Selection Text: P_PREMJR = Year of Statement
Title: Annual Statement Employee
Text Symbol: T06 = Totals
Text Symbol: T05 = Overview
Text Symbol: T04 = Notificatns
Text Symbol: T03 = Employees
Text Symbol: T01 = No. of EEs and No. of Notifications
Text Symbol: REF = Available Repr.Legal Pers.
Text Symbol: FG3 = Text
Text Symbol: FG2 = PerNo.
Text Symbol: FG1 = Err.
Text Symbol: F00 = ERRORS DURING CREATION OF FILE
Text Symbol: 216 = Tot.CommAllw
Text Symbol: 215 = Tot.HIContr.
Text Symbol: 214 = Tot.Contents
Text Symbol: 213 = Tot.Wage
Text Symbol: 212 = LEPER
Text Symbol: 200 = Other Selection Criteria
Text Symbol: 121 = No
Text Symbol: 120 = Y
Text Symbol: 093 = Selection Options
Text Symbol: 092 = Selection Fields
Text Symbol: 091 = Choose selection fields
Text Symbol: 090 = Internal Error: FIELD_CHOICE failed
Text Symbol: 038 = Error occured when calling function module BAL_LOG_MSG_ADD
Text Symbol: 037 = Error occured when calling function module BAL_LOG_CREATE
Text Symbol: 036 = Error occured when calling function module BAL_DSP_LOG_DISPLAY
Text Symbol: 035 = Error occured when calling function module BAL_DSP_PROFILE_SINGLE_LOG_GET
Text Symbol: 034 = Log for Ann. Statem. Emplymt Tax
Text Symbol: 033 = REPER
Text Symbol: 019 = Representing Legal Person Overview:
Text Symbol: 006 = Totals per REPER
Text Symbol: 005 = Form:





Text Symbol: 004 = Statement Year:
Text Symbol: 003 = The year specified is too far back
Text Symbol: 002 = The year specified lies in the future
Text Symbol: 001 = The year specified is not yet closed


INCLUDES used within this REPORT RPCJWNN0

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