RGJV_MCC_FORMS 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 RGJV_MCC_FORMS 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 RGJV_MCC_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING MODE = 'CURRENT' NO_DIALOG = 'X' DESTINATION = PRI_PARAMS-PDEST IMMEDIATELY = ' ' NEW_LIST_ID = LS_NEW_SPOOL * LAYOUT = 'X_65_132' "1446954 * list_name = ls_list_name "1005016 LIST_TEXT = LS_COVER_TEXT LINE_COUNT = 65 LINE_SIZE = 255 "1446954 IMPORTING OUT_PARAMETERS = PRI_PARAMS VALID = VALID EXCEPTIONS OTHERS = 4.
JV_WRITE_MSG_TO_SPOOL call function 'JV_WRITE_MSG_TO_SPOOL' exporting sort_order = '1' bukrs = p_bukrs.
REPORT_END call function 'REPORT_END'.
JV_WRITE_MESSAGE CALL FUNCTION 'JV_WRITE_MESSAGE' EXPORTING SORT_ORDER = '1'.
JV_WRITE_MESSAGE CALL FUNCTION 'JV_WRITE_MESSAGE' EXPORTING SORT_ORDER = '1' NO_CO_MESSAGE = 'X'.
JV_WRITE_MESSAGE CALL FUNCTION 'JV_WRITE_MESSAGE' EXPORTING SORT_ORDER = '1' NO_CO_MESSAGE = '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.
RGJV_MCC_FORMS - Include RGJV_MCC_FORMS RGJV_MCC_CHECK - Include RGJV_MCC_CHECK RGJV_ICMAP_CKECK_ALL_E01 - Include RGJV_ICMAP_CKECK_ALL_E01 RGJV_ICMAP_CHECK_ALL_TOP - Include RGJV_ICMAP_CHECK_ALL_TOP RGJV_ICMAP_CHECK_ALL_O01 - Include RGJV_ICMAP_CHECK_ALL_O01 RGJV_ICMAP_CHECK_ALL_I01 - Include RGJV_ICMAP_CHECK_ALL_I01