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

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







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

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:

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'U' * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = '/EACA/TPMCHARA_V' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * COMPLEX_SELCONDS_USED = ' ' * CHECK_DDIC_MAINFLAG = ' ' TABLES dba_sellist = t_dba_sellist * EXCL_CUA_FUNCT = EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 no_clientindependent_auth = 4 no_database_function = 5 no_editor_function = 6 no_show_auth = 7 no_tvdir_entry = 8 no_upd_auth = 9 only_show_allowed = 10 system_failure = 11 unknown_field_in_dba_sellist = 12 view_not_found = 13 maintenance_prohibited = 14 OTHERS = 15 .

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'U' * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = '/EACA/TPMKEYFA_V' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * COMPLEX_SELCONDS_USED = ' ' * CHECK_DDIC_MAINFLAG = ' ' TABLES dba_sellist = t_dba_sellist * EXCL_CUA_FUNCT = EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 no_clientindependent_auth = 4 no_database_function = 5 no_editor_function = 6 no_show_auth = 7 no_tvdir_entry = 8 no_upd_auth = 9 only_show_allowed = 10 system_failure = 11 unknown_field_in_dba_sellist = 12 view_not_found = 13 maintenance_prohibited = 14 OTHERS = 15 .

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'U' * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = '/EACA/TPMCKYFA_V' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * COMPLEX_SELCONDS_USED = ' ' * CHECK_DDIC_MAINFLAG = ' ' TABLES dba_sellist = t_dba_sellist * EXCL_CUA_FUNCT = EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 no_clientindependent_auth = 4 no_database_function = 5 no_editor_function = 6 no_show_auth = 7 no_tvdir_entry = 8 no_upd_auth = 9 only_show_allowed = 10 system_failure = 11 unknown_field_in_dba_sellist = 12 view_not_found = 13 maintenance_prohibited = 14 OTHERS = 15 .

VIEW_MAINTENANCE_SINGLE_ENTRY CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY' EXPORTING action = 'INS' * CORR_NUMBER = ' ' view_name = '/EACA/TPMVARI_V1' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * NO_TRANSPORT = ' ' * SUPPRESSDIALOG = ' ' insert_key_not_fixed = 'X' * COMPLEX_SELCONDS_USED = ' ' * IMPORTING * CORR_NUMBER = TABLES dba_sellist = t_dba_sellist * EXCL_CUA_FUNCT = CHANGING entry = entry EXCEPTIONS entry_already_exists = 1 entry_not_found = 2 client_reference = 3 foreign_lock = 4 invalid_action = 5 no_clientindependent_auth = 6 no_database_function = 7 no_editor_function = 8 no_show_auth = 9 no_tvdir_entry = 10 no_upd_auth = 11 system_failure = 12 unknown_field_in_dba_sellist = 13 view_not_found = 14 OTHERS = 15 .

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Variante wird gelöscht.'(d01)

VIEW_MAINTENANCE_SINGLE_ENTRY CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY' EXPORTING action = 'UPD' * CORR_NUMBER = ' ' view_name = '/EACA/TPMINST_V1' TABLES dba_sellist = t_dba_sellist * EXCL_CUA_FUNCT = CHANGING entry = entry EXCEPTIONS entry_already_exists = 1 entry_not_found = 2 client_reference = 3 foreign_lock = 4 invalid_action = 5 no_clientindependent_auth = 6 no_database_function = 7 no_editor_function = 8 no_show_auth = 9 no_tvdir_entry = 10 no_upd_auth = 11 system_failure = 12 unknown_field_in_dba_sellist = 13 view_not_found = 14 OTHERS = 15 .

VIEW_MAINTENANCE_SINGLE_ENTRY CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY' EXPORTING action = 'UPD' * CORR_NUMBER = ' ' view_name = '/EACA/TPMVARI_V1' TABLES dba_sellist = t_dba_sellist * EXCL_CUA_FUNCT = CHANGING entry = entry EXCEPTIONS entry_already_exists = 1 entry_not_found = 2 client_reference = 3 foreign_lock = 4 invalid_action = 5 no_clientindependent_auth = 6 no_database_function = 7 no_editor_function = 8 no_show_auth = 9 no_tvdir_entry = 10 no_upd_auth = 11 system_failure = 12 unknown_field_in_dba_sellist = 13 view_not_found = 14 OTHERS = 15 .

/EACA/BTA_PROFIT_CONF_GET CALL FUNCTION '/EACA/BTA_PROFIT_CONF_GET' EXPORTING i_databasis = g-acc_databasis IMPORTING e_profit_func_name = dynp0112-bta_func e_profit_struct_name = dynp0112-bta_struc EXCEPTIONS * acinst_not_exist = 1 no_active_configuration = 2 configuration_error = 3 OTHERS = 4.

/EACA/PM_READ_INTERFACE_INFO * CALL FUNCTION '/EACA/PM_READ_INTERFACE_INFO' * EXPORTING * i_acinst = g-acinst-acinst * IMPORTING * e_struct_name = dynp0112-read_struc * e_func_name = dynp0112-read_func * t_return = t_return.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = object_type = 'FUNC' * ENCLOSING_OBJECT = position = 'EDIT' EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 3 .

RS_DD_SHOW CALL FUNCTION 'RS_DD_SHOW' EXPORTING objname = objtype = 'S' * POPUP = ' ' * SECNAME = * MONITOR_ACTIVATE = 'X' * IMPORTING * FCODE = EXCEPTIONS object_not_found = 1 object_not_specified = 2 permission_failure = 3 type_not_valid = 4 OTHERS = 5 .

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'U' * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = '/EACA/TPMACCSYSV' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * COMPLEX_SELCONDS_USED = ' ' * CHECK_DDIC_MAINFLAG = ' ' * SUPPRESS_WA_POPUP = ' ' TABLES dba_sellist = t_dba_sellist * EXCL_CUA_FUNCT = EXCEPTIONS OTHERS = 15 .

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Andere Variante aktivieren?'(p07) * TEXTLINE2 = ' ' titel = 'Aktive Variante setzen'(p08) * START_COLUMN = 25 * START_ROW = 6 cancel_display = 'X' IMPORTING answer = answer .

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * defaultoption = 'N' * textline1 = 'Variante aktivieren?'(p09) * textline2 = 'Datenstrukturen werden generiert'(p03) * titel = 'Laufzeitsystem Generieren'(p04) ** START_COLUMN = 25 ** START_ROW = 6 * cancel_display = 'X' * IMPORTING * answer = answer .

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * percentage = 0 text = 'Übertragung der Konfiguration an die Business Transaction'(p06).

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 text = 'Übertragung der Konfiguration an die Accounting Engine'(p05).

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 text = 'Übertragung der Konfiguration an das Zuordnungsänderungstool'(p10).

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * PERCENTAGE = 0 * TEXT = space.



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