J_3R_SINVDIFF_FORMS 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_3R_SINVDIFF_FORMS 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: Include J_3R_SINVDIFF_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'J_3R_INVDIFF_ALV' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = itab * EXCEPTIONS * INCONSISTENT_INTERFACE = 1 * PROGRAM_ERROR = 2 * OTHERS = 3 .
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = g_repid TABLES selection_table = l_rsparams EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.
ASH_MM_MATBEL_READ * CALL FUNCTION 'ASH_MM_MATBEL_READ' * EXPORTING * i_borident = ls_borident * TABLES * et_mkpf = lt_arcmkpf * et_mseg = lt_arcmseg * EXCEPTIONS * error_message = 1 * OTHERS = 4.
MARV_SINGLE_READ CALL FUNCTION 'MARV_SINGLE_READ' EXPORTING bukrs = marvls_bukrs IMPORTING wmarv = marv EXCEPTIONS not_found = 1 wrong_call = 2 OTHERS = 3.
MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = mtcom IMPORTING matdaten = xmara TABLES seqmat01 = dummy EXCEPTIONS OTHERS = 01.
MATERIAL_PRE_READ_MBEW CALL FUNCTION 'MATERIAL_PRE_READ_MBEW' EXPORTING kzrfb = 'X' xvper = ' ' xvvpr = ' ' xvjah = ' ' xvvja = ' ' TABLES mbew_keytab = l_prefetch04.
MATERIAL_PRE_READ_MBEW CALL FUNCTION 'MATERIAL_PRE_READ_MBEW' EXPORTING kzrfb = ' ' "no refresh! xvper = 'X' xvvpr = ' ' xvjah = ' ' xvvja = ' ' TABLES mbew_keytab = l_prefetch04_xvper.
MARA_ARRAY_READ CALL FUNCTION 'MARA_ARRAY_READ' EXPORTING kzrfb = 'X' " delete buffer in each step TABLES ipre03 = prefetch03 mara_tab = mara_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_3R_SINVDIFF_FORMS - Include J_3R_SINVDIFF_FORMS J_3R_SINVDIFF_END_OF_SEL - Include J_3R_SINVDIFF_END_OF_SEL J_3R_SINVDIFF_AT_SELSCR_OUT - Include J_3R_SINVDIFF_AT_SELSCR_OUT J_3R_SINVDIFF_AT_SELSCR - Include J_3R_SINVDIFF_AT_SELSCR J_3R_SINVDIFF - Offset Inventory Differences (Russia) J_3R_SINVDIFF - Offset Inventory Differences (Russia)