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

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







/EACA/PMCONFVARIIMP01 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/PMCONFVARIIMP01 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/PMCONFVARIIMP01. "Basic submit
SUBMIT /EACA/PMCONFVARIIMP01 AND RETURN. "Return to original report after report execution complete
SUBMIT /EACA/PMCONFVARIIMP01 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/PMCONFVARIIMP01

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:

/EACC/FOBU_FORMULA_EXISTS CALL FUNCTION '/EACC/FOBU_FORMULA_EXISTS' EXPORTING i_instance = dynp0204-fobu_instance is_calkyf = s_calcyf IMPORTING e_exists = l_exists.

/EACC/FOBU_FORMULA_AS_TEXT CALL FUNCTION '/EACC/FOBU_FORMULA_AS_TEXT' EXPORTING i_instance = dynp0204-fobu_instance it_baskyf_pool = lt_baskyf it_calkyf_pool = lt_calkyf * I_TECHNICAL_NAMES = ' ' i_as_assignment = 'X' IMPORTING et_text = t_text CHANGING ct_calkyf_to_show = t_calcyf EXCEPTIONS not_found = 1 OTHERS = 2 .

ACC_DATABASIS_FIELDTEXT_READ CALL FUNCTION 'ACC_DATABASIS_FIELDTEXT_READ' EXPORTING i_databasis = g-acc_databasis i_fieldname = l_fieldname IMPORTING e_text = ls_baskyf-descriptn EXCEPTIONS * DATABASIS_NOT_EXIST = 1 field_not_found = 2 OTHERS = 3 .

FINB_ACINST_FIELDTEXT_READ * CALL FUNCTION 'FINB_ACINST_FIELDTEXT_READ' * EXPORTING * i_acinst = g-acinst-acinst * i_fieldname = l_fieldname * IMPORTING * e_text = ls_baskyf-descriptn * EXCEPTIONS * acinst_not_exist = 1 * field_not_found = 2 * OTHERS = 3.

/EACC/FOBU_FORMULA_EDIT CALL FUNCTION '/EACC/FOBU_FORMULA_EDIT' EXPORTING i_instance = dynp0204-fobu_instance is_calkyf = s_calkyf it_baskyf = lt_baskyf it_calkyf = lt_calkyf EXCEPTIONS failed = 1 OTHERS = 2.

/EACC/FOBU_FORMULA_EXISTS CALL FUNCTION '/EACC/FOBU_FORMULA_EXISTS' EXPORTING i_instance = dynp0204-fobu_instance is_calkyf = s_calkyf IMPORTING e_exists = l_exists e_formula_id = l_formula_id e_is_empty = l_is_empty.

DD_CHECK_NAME CALL FUNCTION 'DD_CHECK_NAME' EXPORTING name = key-keyfn * NAME2 = ' ' objtyp = 'DTEL' * SUBTYP = ' ' no_exi_check = 'X' no_create_check = 'X' * ACTIVE_ONLY = ' ' IMPORTING * TYP_CONFLICT = saa_conflict = saa_conflict * OBJ_EXISTS = msg_flag = msg_flag EXCEPTIONS unknown_objtype = 1 OTHERS = 2 .



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/PMCONFVARIIMP01 or its description.