/EACA/PMCONFVARIF02 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 /EACA/PMCONFVARIF02 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_DATA_LOSS CALL FUNCTION 'POPUP_TO_CONFIRM_DATA_LOSS' EXPORTING * DEFAULTOPTION = 'J' titel = 'Variante sichern'(p01) * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = answer.
/EACC/FSEL_IS_DIRTY CALL FUNCTION '/EACC/FSEL_IS_DIRTY' EXPORTING i_handle = dynp0201-subscreen_handle IMPORTING e_dirty = l_dirty.
/EACC/FSEL_IS_DIRTY CALL FUNCTION '/EACC/FSEL_IS_DIRTY' EXPORTING i_handle = dynp0202-subscreen_handle IMPORTING e_dirty = l_dirty.
/EACC/FSEL_IS_DIRTY CALL FUNCTION '/EACC/FSEL_IS_DIRTY' EXPORTING i_handle = dynp0203-subscreen_handle IMPORTING e_dirty = l_dirty.
/EACC/FOBU_FORMULA_DELETE CALL FUNCTION '/EACC/FOBU_FORMULA_DELETE' EXPORTING i_instance = dynp0204-fobu_instance is_calkyf = s_calkyf CHANGING c_request = dynp0100-o_tr_request->request.
/EACC/FOBU_FORMULA_DELETE CALL FUNCTION '/EACC/FOBU_FORMULA_DELETE' EXPORTING i_instance = dynp0204-fobu_instance is_calkyf = s_calkyf * CHANGING * c_request = l_trkorr.
/EACC/FSEL_INIT_DIRTY CALL FUNCTION '/EACC/FSEL_INIT_DIRTY' EXPORTING i_handle = dynp0201-subscreen_handle.
/EACC/FSEL_INIT_DIRTY CALL FUNCTION '/EACC/FSEL_INIT_DIRTY' EXPORTING i_handle = dynp0202-subscreen_handle.
/EACC/FSEL_INIT_DIRTY CALL FUNCTION '/EACC/FSEL_INIT_DIRTY' EXPORTING i_handle = dynp0203-subscreen_handle.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/EACA/PMCONFVARIF02 - documentation and ABAP source code /EACA/PMCONFVARIF01 - documentation and ABAP source code /EACA/PMCONFVARIDEF01 - documentation and ABAP source code /EACA/MP_DELETE_CONFIGURATION - /EACA/MPDELETECONFIGURATION /EACA/MP_DELETE_CONFIGURATION - /EACA/MPDELETECONFIGURATION /EACA/INCLUDE_CONS_PM_PROT - /EACA/INCLUDECONSPMPROT