RPCEELD0_PROCESS_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Displaying processes in the notification procedure for compensation benefits (EEL) This report is a display version of the report
If you would like to execute this report or see the full code listing simply enter RPCEELD0_PROCESS_DISPLAY 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_CEELD0_PRDI - Notifications in the Process View
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: P_BEGDA = From
Selection Text: P_ENDDA = To
Selection Text: P_ALL = D .
Selection Text: P_ALST = D .
Selection Text: P_FLST = D .
Selection Text: P_OLST = D .
Selection Text: P_ZEITR = D .
Title: Administrator List EEL Process View (Display)
Text Symbol: S10 = Information About Time of Absence
Text Symbol: S11 = From
Text Symbol: S12 = To
Text Symbol: S20 = Function Selection
INCLUDE RPCEELD0_PROCESS_SELSCREEN.
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 = lt_sel 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.
RPCEELD0_PROCESS_DISPLAY - Administrator List EEL Process View (Display) RPCEELD0_PROCESS_DISPLAY - Administrator List EEL Process View (Display) RPCEELD0_PROCESS - EEL Administrator List Process View RPCEELD0_PROCESS - EEL Administrator List Process View RPCEELD0_OUT_SELSCREEN - RPCEELD0OUTSELSCREEN RPCEELD0_OUT_DISPLAY - Display of EEL Outbound Notifications