SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_3RFVATMMF11 SAP ABAP INCLUDE - Selection Screen Checks







J_3RFVATMMF11 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 J_3RFVATMMF11 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 J_3RFVATMMF11. "Basic submit
SUBMIT J_3RFVATMMF11 AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RFVATMMF11 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Selection Screen Checks


INCLUDES used within this REPORT J_3RFVATMMF11

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:

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gs_variant * i_tabname_header = g_tabname_header * I_TABNAME_ITEM = it_default_fieldcat = gt_fieldcat i_save = gc_save IMPORTING e_exit = ls_exit es_variant = ls_variant EXCEPTIONS not_found = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'GZOLX' value_org = 'S' TABLES value_tab = gt_gzolx EXCEPTIONS "#EC FB_RC parameter_error = 1 no_values_found = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISPLAY_MORE' text = text-012 info = text-012 IMPORTING result = tbmode EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ENTER_MORE' text = text-012 info = text-012 IMPORTING result = tbmode EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISPLAY_MORE' text = text-002 info = text-002 IMPORTING result = tbpost EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ENTER_MORE' text = text-002 info = text-002 IMPORTING result = tbpost EXCEPTIONS OTHERS = 0.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = gc_save CHANGING cs_variant = ls_variant EXCEPTIONS not_found = 2. "#EC FB_RC

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = gc_save CHANGING cs_variant = ls_variant EXCEPTIONS not_found = 2. "#EC FB_RC

F4_EXCHANGE_RATE CALL FUNCTION 'F4_EXCHANGE_RATE' EXPORTING type_of_rate = l_kurstyp date = sy-datum foreign_currency = l_waers local_currency = l_hwaer fieldname = 'PEX_RATE' dyname = l_dynpprog dynumb = l_dynpnr display_only = l_display EXCEPTIONS insufficient_input = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = i_dynpprog dynumb = i_dynpnr determine_loop_index = 'X' translate_to_upper = 'X' TABLES dynpfields = lt_f4hlp EXCEPTIONS OTHERS = 01.



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