RGJV_CC_RECLASS_MSG is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for JV Cash Call Reclassification functionality is used to allow entry of cash calls in one period that are to be matched against expenditure in a later period...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 RGJV_CC_RECLASS_MSG 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: JV Cash Call Reclass - Message handling routines
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 importing e_log_handle = gv_msg_logh_main exceptions others = 1.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_s_msg = ls_msg i_log_handle = gv_msg_logh_main exceptions others = 1.
BAL_DSP_PROFILE_POPUP_GET call function 'BAL_DSP_PROFILE_POPUP_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 exceptions others = 1.
BAL_DSP_PROFILE_POPUP_GET call function 'BAL_DSP_PROFILE_POPUP_GET' importing e_s_display_profile = ls_profile.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_t_msg_context_filter = lt_mctx_filter i_s_display_profile = ls_profile exceptions others = 1.
BAL_DSP_LOG_PRINT call function 'BAL_DSP_LOG_PRINT' exporting i_s_display_profile = ls_display_profile 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.
RGJV_CC_RECLASS_MSG - JV Cash Call Reclass - Message handling routines RGJV_CC_RECLASS_EVT - JV Cash Call Reclass - JV Event table updates RGJV_CC_RECLASS_ALV - JV Cash Call Reclass - ALV Routines RGJV_CC_RECLASS - JV Cash Call Reclassification with Rollforward RGJV_CC_RECLASS - JV Cash Call Reclassification with Rollforward RGJV_BILLING_SUPPLEMENT - Supplent for billing report