RPCBDLD0 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 display and process notifications in the DEUEV notification procedure for maintaining company data...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 RPCBDLD0 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_M01_CBDLD0 - Process Notifications
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: PA_BTRBS = Personnel Subarea
Selection Text: SO_BNR = Company Number
Selection Text: PA_BTRTL = D .
Selection Text: PA_WERBS = D .
Selection Text: PA_WERKS = D .
Selection Text: P_ALST = D .
Selection Text: P_DATUM = D .
Selection Text: P_FLST = D .
Selection Text: P_INB = D .
Selection Text: P_UZEIT = D .
Title: Administrator List for Notifications for Company Data Maintenance
Text Symbol: 001 = Selection by Sender
Text Symbol: 002 = Time Details
Text Symbol: 003 = Date
Text Symbol: 004 = Time
Text Symbol: 005 = Function Selection
Text Symbol: 006 = Selection by Place of Work
Text Symbol: 007 = Information About Time of Notification Creation
Text Symbol: S25 = To
INCLUDE RPCBDLD0_SELSCREEN.
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.
RPCBDLD0 - Administrator List for Notifications for Company Data Maintenance RPCBDLD0 - Administrator List for Notifications for Company Data Maintenance RPCBDHD0_OUT - Create Notification Files for Business Data Maintenance RPCBDHD0_OUT - Create Notification Files for Business Data Maintenance RPCBDHD0_IN - Assign Notifications on Company Data Maintenance RPCBDHD0_IN - Assign Notifications on Company Data Maintenance