SAP Reports / Programs | Financials | Business Accounting | Profitability Analysis(FIN-BAC-PM) SAP FIN

/EACA/PMCONFVARIF01 SAP ABAP INCLUDE - documentation and ABAP source code







/EACA/PMCONFVARIF01 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/PMCONFVARIF01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT /EACA/PMCONFVARIF01. "Basic submit
SUBMIT /EACA/PMCONFVARIF01 AND RETURN. "Return to original report after report execution complete
SUBMIT /EACA/PMCONFVARIF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /EACA/PMCONFVARIF01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ACC_DATABASIS_SET CALL FUNCTION 'ACC_DATABASIS_SET' IMPORTING e_text = g-acc_databasis_text e_subrc = l_subrc CHANGING c_acc_databasis = g-acc_databasis.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/EACA/PM_CONF_VARI_TREE' i_client_never_display = 'X' CHANGING ct_fieldcat = lt_fcat EXCEPTIONS OTHERS = 3.

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = '/EACA/PM_VAR_STATE' value = s_dd07v-domvalue_l * LANGU = SY-LANGU texts_only = 'X' IMPORTING dd07v_wa = s_dd07v EXCEPTIONS not_found = 1 illegal_input = 2 OTHERS = 3 .

/EACC/FSEL_CREATE_INSTANCE CALL FUNCTION '/EACC/FSEL_CREATE_INSTANCE' IMPORTING e_handle = dynp0201-subscreen_handle.

/EACC/FSEL_FIELDLIST_SET CALL FUNCTION '/EACC/FSEL_FIELDLIST_SET' EXPORTING i_handle = dynp0201-subscreen_handle io_selection_left = o_left io_selection_right = o_right.

/EACC/FSEL_DYNP_INFO_GET CALL FUNCTION '/EACC/FSEL_DYNP_INFO_GET' EXPORTING i_handle = dynp0201-subscreen_handle i_type = 'SUBSCREEN' IMPORTING e_dynnr = dynp0201-subscreen e_repid = dynp0201-subscreen_repid EXCEPTIONS type_not_known = 1 OTHERS = 2.

/EACC/FSEL_SET_DISPLAY CALL FUNCTION '/EACC/FSEL_SET_DISPLAY' EXPORTING i_handle = dynp0201-subscreen_handle i_show_only = dynp0200-show_only.

/EACC/FSEL_CREATE_INSTANCE CALL FUNCTION '/EACC/FSEL_CREATE_INSTANCE' IMPORTING e_handle = dynp0202-subscreen_handle.

/EACC/FSEL_FIELDLIST_SET CALL FUNCTION '/EACC/FSEL_FIELDLIST_SET' EXPORTING i_handle = dynp0202-subscreen_handle io_selection_left = o_left io_selection_right = o_right.

/EACC/FSEL_DYNP_INFO_GET CALL FUNCTION '/EACC/FSEL_DYNP_INFO_GET' EXPORTING i_handle = dynp0202-subscreen_handle i_type = 'SUBSCREEN' IMPORTING e_dynnr = dynp0202-subscreen e_repid = dynp0202-subscreen_repid EXCEPTIONS type_not_known = 1 OTHERS = 2.

/EACC/FSEL_SET_DISPLAY CALL FUNCTION '/EACC/FSEL_SET_DISPLAY' EXPORTING i_handle = dynp0202-subscreen_handle i_show_only = dynp0200-show_only.

/EACC/FSEL_CREATE_INSTANCE CALL FUNCTION '/EACC/FSEL_CREATE_INSTANCE' IMPORTING e_handle = dynp0203-subscreen_handle.

/EACC/FSEL_FIELDLIST_SET CALL FUNCTION '/EACC/FSEL_FIELDLIST_SET' EXPORTING i_handle = dynp0203-subscreen_handle io_selection_left = o_left io_selection_right = o_right.

/EACC/FSEL_DYNP_INFO_GET CALL FUNCTION '/EACC/FSEL_DYNP_INFO_GET' EXPORTING i_handle = dynp0203-subscreen_handle i_type = 'SUBSCREEN' IMPORTING e_dynnr = dynp0203-subscreen e_repid = dynp0203-subscreen_repid EXCEPTIONS type_not_known = 1 OTHERS = 2.

/EACC/FSEL_SET_DISPLAY CALL FUNCTION '/EACC/FSEL_SET_DISPLAY' EXPORTING i_handle = dynp0203-subscreen_handle i_show_only = dynp0200-show_only.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = 'Zeichenerklärung'(p02) text_object = '/EACA/PM_VARI_LEGEND' EXCEPTIONS OTHERS = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /EACA/PMCONFVARIF01 or its description.