RPCDIPB0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to prepare the data that is used for Dimona declarations...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 RPCDIPB0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M12_DMN_PR - DIMONA - Prepare Declaration
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.
Selection Text: TEST = Test mode
Selection Text: SELRSZNR = D .
Selection Text: MAXDAYAH = Days from today
Selection Text: MAXDATE = .
Selection Text: FORCE = Force preparation for rel. EEs
Selection Text: FIXEVENT = Which are detected until
Selection Text: ALLEVENT = Which are detected for any tim
Selection Text: ACTEVENT = Which are detected until up to
Title: Dimona Declaration: Preparation
Text Symbol: 300 = Error in previously sent declaration.
Text Symbol: 251 = is smaller then hiring date
Text Symbol: 250 = Contract end date found in infotype 16
Text Symbol: 249 = No leaving date specified for interim worker starting
Text Symbol: 248 = No leaving date specified for student starting
Text Symbol: 247 = Data from infotype 0000 is missing
Text Symbol: 246 = Employees with errors or problematic declarations
Text Symbol: 245 = Employees with declarations without problems
Text Symbol: 244 = no dimona number
Text Symbol: 243 = conflicting status
Text Symbol: 242 = no Dimona number, status
Text Symbol: 241 = Check
Text Symbol: 240 = Blocked by
Text Symbol: 239 = Blocked by oth. entry. decl. status
Text Symbol: 238 = Cancl. entry decl. for RSZNR
Text Symbol: 237 = Modif. RSZNR
Text Symbol: 236 = Leave on
Text Symbol: 235 = Cancl. DimNr
Text Symbol: 234 = to
Text Symbol: 233 = Modif. DimNr
Text Symbol: 301 = Error in an employment period.
Text Symbol: 302 = Exception raised in function
Text Symbol: 303 = Startdate of employment not specified
Text Symbol: 304 = Startdate not found
Text Symbol: 305 = Leaving declaration without leavedate
Text Symbol: 306 = Entry date is after the leave date
Text Symbol: 307 = Employer SI reg. number missing
Text Symbol: 308 = Dimona number not specified
Text Symbol: 309 = Same Dimona number used twice
INCLUDE RPCDIPBS. " SELECTION SCREEN
No SAP DATABASE tables are accessed within this REPORT code!
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sy-repid TABLES selection_table = gt_rspar EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.
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 RPCDIPB0 or its description.