RPCEELD0_PROCESS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display and Processing of the Status of the Total Process in the Notification Procedure for Compensation Benefits (EEL) You can use this report to display and process EEL notifications: outbound notifications and inbound notifications...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 RPCEELD0_PROCESS 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_PROC - EEL: Notifications in 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_OLST = D .
Selection Text: P_ALL = D .
Selection Text: P_ALST = D .
Selection Text: P_FLST = D .
Selection Text: P_ZEITR = D .
Title: EEL Administrator List Process View
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. "N1630453
No SAP DATABASE tables are accessed within this REPORT code!
HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = ls_help_info TABLES dynpselect = lt_dselc dynpvaluetab = lt_dval.
DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING dokclass = 'RE' dokname = sy-repid short_text = 'X' EXCEPTIONS class_unknown = 1 object_not_found = 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 - EEL Administrator List Process View RPCEELD0_PROCESS - EEL Administrator List Process View RPCEELD0_OUT_SELSCREEN - RPCEELD0OUTSELSCREEN RPCEELD0_OUT_DISPLAY - Display of EEL Outbound Notifications RPCEELD0_OUT_DISPLAY - Display of EEL Outbound Notifications RPCEELD0_OUT - Administrator List for EEL Outbound Notifications