FMMP_PROCESSING_OPTIONS_AVC 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 FMMP_PROCESSING_OPTIONS_AVC 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 FMMP_PROCESSING_OPTIONS_AVC
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FMAVC_SEQ_MASS_PROCESS_START CALL FUNCTION 'FMAVC_SEQ_MASS_PROCESS_START' EXPORTING i_flg_simulation_mode = l_flg_test i_flg_do_not_check = l_flg_no_avc_check * I_FLG_SET_CENTRAL_LOCK = ' ' * I_FM_AREA = u_fm_area * I_FISCYEAR = u_tfiscyear EXCEPTIONS enqueue_error = 1 OTHERS = 2.
FMAVC_SEQ_MASS_PROCESS_END CALL FUNCTION 'FMAVC_SEQ_MASS_PROCESS_END' * EXPORTING * I_FLG_REMOVE_CENTRAL_LOCK = ' ' * I_FM_AREA = * I_FISCYEAR = EXCEPTIONS dequeue_error = 1 OTHERS = 2 .
CHECK_DOMAIN_VALUES CALL FUNCTION 'CHECK_DOMAIN_VALUES' EXPORTING domname = 'FMMP_FLGTEST_AVC' value = u_test_mode EXCEPTIONS no_domname = 1 wrong_value = 2 dom_not_found = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FMMP_PROCESSING_OPTIONS_AVC - Include FMMP_PROCESSING_OPTIONS_AVC FMMP_PROCESSING_OPTIONS_700 - Include FMMP_PROCESSING_OPTIONS_700 FMMP_PROCESSING_OPTIONS - Include FMMP_PROCESSING_OPTIONS FMMP_PROCESSING_HANA - Hana processing in Mass Budgeting process FMMP_PARA_PROC_SELECTION_F01 - Include FMMP_PARA_PROC_SELECTION_F01 FMMP_PARA_PROC_SELECTION - Include FMMP_PARA_PROC_SELECTION