SAP Reports / Programs

RPLDIDI0 SAP ABAP Report - challenged persons by categories







RPLDIDI0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The RPLDIDI0 report performs the calculation of the company challenged persons for the categories specified by law n...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 RPLDIDI0 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_M15_CNTDISXCAT - Challenged employees by category
PC00_M15_CNTDISXCAZ - Challenged employees by category


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 RPLDIDI0. "Basic submit
SUBMIT RPLDIDI0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLDIDI0 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: REGIONE = Region
Selection Text: PROVINCI = Province
Selection Text: COMUNE = Municipality
Title: challenged persons by categories
Text Symbol: C12 = Trainees
Text Symbol: C11 = Home-based workers and/remote working
Text Symbol: C10 = Employees working only abroad
Text Symbol: C09 = Managers
Text Symbol: C05 = Temporarz labour agreements
Text Symbol: C04 = Reintegration contracts
Text Symbol: C03 = Fixed term contr. not exceeding nine months
Text Symbol: C02 = Work/Training contracts
Text Symbol: C01 = "Work/Training Contracts"
Text Symbol: 051 = Number of chall. persons belonging to
Text Symbol: 050 = Category
Text Symbol: 039 = incomplete cust.
Text Symbol: 033 = T503:
Text Symbol: 032 = T5ITNG:
Text Symbol: 031 = T5ITND:
Text Symbol: 030 = T5ITCS:
Text Symbol: 024 = Region
Text Symbol: 023 = Province
Text Symbol: 022 = Munic.
Text Symbol: 021 = Company
Text Symbol: 020 = wrk.hr.%
Text Symbol: 019 = Challenge type
Text Symbol: 018 = Entry date
Text Symbol: 017 = Place of empl.
Text Symbol: 016 = Level
Text Symbol: 015 = Job
Text Symbol: 014 = PayScInd.
Text Symbol: 013 = Birth date
Text Symbol: 012 = Name
Text Symbol: 011 = Acq. surname
Text Symbol: 010 = Surname
Text Symbol: 009 = PN
Text Symbol: 008 = in process
Text Symbol: 007 = All





Text Symbol: 006 = have been processed
Text Symbol: 004 = No ins. in T523T
Text Symbol: 003 = No ins. in T513S
Text Symbol: 002 = No ins. in T503T
Text Symbol: 001 = Geograph. areas


INCLUDES used within this REPORT RPLDIDI0

INCLUDE RPLDIDI2. "CONSTANT DEFINITION
INCLUDE RPLDIDI3. "MAIN
INCLUDE RPLDIDI4. "FORMS
INCLUDE RPCCU2I2. "IT CONTAINS APPEND ERROR LIST


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