RFMEUF_APPL_LOG is a standard Executable ABAP Report 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 RFMEUF_APPL_LOG 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.
Selection Text: P_CERDT = D .
Selection Text: P_CERNO = D .
Title: Read application log
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FMEUF_APPL_LOG CALL FUNCTION 'FMEUF_APPL_LOG' EXPORTING i_cerdt = p_cerdt i_cerno = p_cerno i_display_log = 'X' .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFMEUF_APPL_LOG - Read application log RFMEUF_APPL_LOG - Read application log RFMEUFRUN - Execute the Expenditure Certification RFMEUFRUN - Execute the Expenditure Certification RFMEUFARRDWR - Archiving FMEUF Certification Run and Document Items: Write Program RFMEUFARRDWR - Archiving FMEUF Certification Run and Document Items: Write Program