SAP Reports / Programs | Payroll | Germany | Tax(PY-DE-NT-TX) SAP PY

RPCE2LD0 SAP ABAP Report - ELStAM Procedure: Display Employment Tax Features







RPCE2LD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RPCE2LD0 lists the ELStAM data of 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 RPCE2LD0 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_M01_CE2LD0 - Display Employment Tax Features


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 RPCE2LD0. "Basic submit
SUBMIT RPCE2LD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCE2LD0 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: SO_NDTIC = Processing Data Ticket No.
Selection Text: P_STATUS = Status of Data Record
Selection Text: P_PRNTR = Output Device
Selection Text: P_PERNR = Log
Selection Text: P_MINEND = Start of Validity As Of
Selection Text: P_MAXEND = Start of Validity To
Selection Text: P_LOW = Start
Selection Text: P_LISTE = Short Log
Selection Text: P_HIGH = End
Selection Text: P_DRUCK = Output as Print List
Selection Text: P_ART = Notification Type
Title: ELStAM Procedure: Display Employment Tax Features
Text Symbol: T17 = Person Selection Period
Text Symbol: T16 = Print Options
Text Symbol: T15 = Output Options
Text Symbol: T14 = Time-Based Restrictions
Text Symbol: T13 = Selection by Status
Text Symbol: T12 = Selection by Report
Text Symbol: L08 = ELStAM Data
Text Symbol: L07 = List of ELStAM Data
Text Symbol: L06 = Selected Persons
Text Symbol: L05 = Persons with Errors
Text Symbol: L04 = Persons with Warnings
Text Symbol: B01 = Display Employee Data (PA20)
Text Symbol: 002 = Select Current Data Records Only
Text Symbol: 001 = Selection Notif. Type Only for Short Log


INCLUDES used within this REPORT RPCE2LD0

INCLUDE RPCE2LD0_DATA.
INCLUDE RPCE2LD0_SELECTION_SCREEN.
INCLUDE RPCE2LD0_FORMS.


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