J_3RFVATMMF01 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_3RFVATMMF01 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.
Title: Collecting Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_ADD_AUTHORITY_CHECK CALL FUNCTION 'FI_ADD_AUTHORITY_CHECK' IMPORTING e_xblar = gf_auth_bla e_xgsbe = gf_auth_gsb EXCEPTIONS OTHERS = 1. "#EC FB_RC
FI_ADD_AUTHORITY_CHECK CALL FUNCTION 'FI_ADD_AUTHORITY_CHECK' IMPORTING e_xblar = gf_auth_bla e_xgsbe = gf_auth_gsb EXCEPTIONS OTHERS = 1. "#EC FB_RC
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name =
-light__(4) info = ls_infos-ddtext IMPORTING result = -light__ EXCEPTIONS OTHERS = 1. "#EC FB_RC
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name =
-check__(4) info = ls_infos-ddtext IMPORTING result = -check__ EXCEPTIONS OTHERS = 1. "#EC FB_RC
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name =
-light__(4) info = ls_infos-ddtext IMPORTING result = -light__ EXCEPTIONS OTHERS = 1. "#EC FB_RC
ENQUEUE_EJ_3RFVATMM CALL FUNCTION 'ENQUEUE_EJ_3RFVATMM' EXPORTING * MODE_J_3RFVAT_REP_MM = 'E' belnr_mm =
-belnr_mm gjahr_mm = -gjahr_mm * X_BELNR_MM = ' ' * X_GJAHR_MM = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = tdate EXCEPTIONS date_invalid = 1 OTHERS = 2.
RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = tdate EXCEPTIONS date_invalid = 1 OTHERS = 2.
RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = tdate EXCEPTIONS date_invalid = 1 OTHERS = 2.
RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = tdate EXCEPTIONS date_invalid = 1 OTHERS = 2.
RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = tdate EXCEPTIONS date_invalid = 1 OTHERS = 2.
RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = tdate EXCEPTIONS date_invalid = 1 OTHERS = 2.
DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = p_name langu = sy-langu IMPORTING gotstate = l_gotstate dd01v_wa = l_dd01v_wa TABLES dd07v_tab = pt_light_infos[] EXCEPTIONS illegal_input = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.