RFM_CM_EXCLUDE_LOG 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 RFM_CM_EXCLUDE_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.
Title: Include RFM_CM_EXCLUDE_LOG
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log_header.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = l_repid TABLES selection_table = lt_sel_crit.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = l_tabname langu = sy-langu IMPORTING dd04v_wa = ls_dd04v.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = l_tabname fieldname = l_fieldname TABLES dfies_tab = lt_dfies.
BAL_DSP_USER_COMMAND_DATA_GET CALL FUNCTION 'BAL_DSP_USER_COMMAND_DATA_GET' IMPORTING e_s_user_command_data = ls_user_command_data.
BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = l_msg_handle IMPORTING e_s_msg = ls_bal_msg.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_message.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = l_message_text.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_message.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_message.
BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = ls_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile.
MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = lt_mesg.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFM_CM_EXCLUDE_LOG - Include RFM_CM_EXCLUDE_LOG RFM_CM_EXCLUDE - Exclude Credit Memos from Payment Offset RFM_CM_EXCLUDE - Exclude Credit Memos from Payment Offset RFM_BUDPERIOD_AFTER_SWITCH2TOP - Include RFM_BUDPERIOD_AFTER_SWITCH2TOP RFM_BUDPERIOD_AFTER_SWITCH2F01 - Include RFM_BUDPERIOD_AFTER_SWITCH2F01 RFM_BUDPERIOD_AFTER_SWITCH2 - Add Budget Period to DDIC objects after Business Function is activate