SAP Reports / Programs

RPSZNSD0 SAP ABAP Report - Census 2011







RPSZNSD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates the data entry form in accordance with the data record description of the Federal Statistical Office for civil servants, judges, soldiers, and salaried employees in the public sector...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 RPSZNSD0 into the relevant SAP transactions such as SE38 or SE80


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 RPSZNSD0. "Basic submit
SUBMIT RPSZNSD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPSZNSD0 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: P_ABLAND = Override State Determination
Selection Text: LISTE = Print Processing Log
Selection Text: DOSZU = Grouping of Personnel Areas
Title: Census 2011
Text Symbol: X33 = List
Text Symbol: X32 = Error List
Text Symbol: X31 = Processed Personnel Cases
Text Symbol: X30 = Output Control Batch
Text Symbol: X24 = For Census
Text Symbol: X23 = Print Processing Log
Text Symbol: X22 = Name of Work File
Text Symbol: X21 = Object No.
Text Symbol: X20 = Output As TemSe object
Text Symbol: X10 = Subtype for Basic Pay Infotype
Text Symbol: X02 = Output Options
Text Symbol: X01 = General Program Control
Text Symbol: TS0 = External Assignment of Object Number for TemSe Objects
Text Symbol: 015 = Admin. Office Number
Text Symbol: 014 = Off. Mun. Key Work Locatn
Text Symbol: 013 = Off. Mun. Key City
Text Symbol: 012 = Street and House Number
Text Symbol: 011 = Scope Empl. Relationship
Text Symbol: 010 = Municipal/State Area Responsibility
Text Symbol: 009 = Census 2011
Text Symbol: 008 = Personnel Cases Rejected :
Text Symbol: 007 = Personnel Cases Processed:
Text Symbol: 006 = Personnel Cases Selected:
Text Symbol: 005 = Key Date:
Text Symbol: 003 = List of Personnel Cases Not Processed
Text Symbol: 002 = List of Personnel Cases Processed
Text Symbol: 001 = /


INCLUDES used within this REPORT RPSZNSD0

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