RPCDIMB0 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 investigate reference data in the
If you would like to execute this report or see the full code listing simply enter RPCDIMB0 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_DIM - Dimona: Display Reference Data
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.
Title: Dimona Declaration: Data Maintenance
Text Symbol: 001 = Selection Options
Text Symbol: 002 = All
Text Symbol: 003 = By Form No. (STMOD)
Text Symbol: 004 =
Text Symbol: 005 =
Text Symbol: 006 = By Personnel Number
Text Symbol: 007 =
Text Symbol: 008 = By National ID Number
Text Symbol: 009 =
INCLUDE RPCDIMBS. " SELECTION SCREEN
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.