RUPSEVENT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for To check the generated IDocs, the UPS must register itself for each object type with one event in the IDoc outbox and one event in the IDoc inbox...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 RUPSEVENT into the relevant SAP transactions such as SE38 or SE80
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: ALE Distribution Unit: Generation of Event Registrations
Text Symbol: 001 = Del
Text Symbol: 002 = UPD
Text Symbol: 003 = INS
Text Symbol: 010 = Event Assignment to UPS
Text Symbol: 011 = Registration of Modules
Text Symbol: 012 = Activate Application
Text Symbol: 100 = Middleware Type
Text Symbol: 101 = failed
INCLUDE : RUPSEVENT_I01.
No SAP DATABASE tables are accessed within this REPORT code!
UPSIFMW_EVENTREG CALL FUNCTION 'UPSIFMW_EVENTREG' EXPORTING IM_MIDTYP = wa_tups07-midtyp IMPORTING EXT_EVENTREG = gt_eventreg EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RUPSEVENT - ALE Distribution Unit: Generation of Event Registrations RUPSEVENT - ALE Distribution Unit: Generation of Event Registrations RUPSCHECKCUSTOMIZING_I01 - Include RUPSCHECKCUSTOMIZING_I01 RUPSCHECKCUSTOMIZING - Program RUPSCHECKCUSTOMIZING RUPSCHECKCUSTOMIZING - Program RUPSCHECKCUSTOMIZING RUPSC02USE - Where-Used List DSPTYP