RFUMSV49R_SCREEN_EVENTS is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFUMSV49R_SCREEN_EVENTS 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: Include RFUMSV49R_SCREEN_EVENTS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-u14 text_object = 'KR_RFUMS_GL' EXCEPTIONS text_not_found = 1 OTHERS = 2.
KR_USER_EXIT_TAX_CODE CALL FUNCTION 'KR_USER_EXIT_TAX_CODE' EXPORTING yusnam = sy-uname * YSTA1 = youtput = par_xsau yinput = par_xsvo ybuplapar = s_bupla TABLES ytaxcode = outpt * YPBLART = * YBUPLA = ybukrs = bukrs yinputax = input .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFUMSV49R_SCREEN_EVENTS - Include RFUMSV49R_SCREEN_EVENTS RFUMSV49R_SCREEN - Include RFUMSV49R_SCREEN RFUMSV49R_OUTPUT_TAX - Include RFUMSV49R_OUTPUT_TAX RFUMSV49R_OUTPUT_FORMS - Include RFUMSV49R_OUTPUT_FORMS RFUMSV49R_OUTPUT - Include RFUMSV49R_OUTPUT RFUMSV49R_OP_PROCESS - Include RFUMSV49R_OP_PROCESS