J_3R_INV10_F01 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_INV10_F01 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_INV10_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = lv_docclass doklangu = sy-langu dokname = pv_docname doktitle = lv_doctitle called_by_program = help_info-program called_by_dynp = help_info-dynpro called_for_field = help_info-fieldname called_for_tab_fld_btch_input = help_info-dynprofld called_by_cuaprog = help_info-program called_by_cuastat = sy-pfkey TABLES links = links EXCEPTIONS object_not_found = 1 sapscript_error = 2 error_message = 3 OTHERS = 4.
F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = pv_shlpname IMPORTING shlp = s_shlp EXCEPTIONS OTHERS = 1.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr request = 'A' TABLES dynpfields = lt_dynvalue EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10.
F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = s_shlp TABLES return_values = it_ret.
/OSP/REPORT_GET_PARAM_DETAILS CALL FUNCTION '/OSP/REPORT_GET_PARAM_DETAILS' EXPORTING iv_report_name = sy-cprog IMPORTING * ET_RETURN = et_param_data = lt_detail.
RK_KOKRS_FIND CALL FUNCTION 'RK_KOKRS_FIND' EXPORTING bukrs = gv_bukrs * GSBER = ' ' * TEST_KOKRS = ' ' no_buffering = ' ' IMPORTING kokrs = gv_kokrs * T_KA01 = EXCEPTIONS assignment_not_allowed = 1 insufficient_input = 2 no_kokrs_assigned = 3 no_kokrs_for_bukrs = 4 no_kokrs_for_bu_gb = 5 wrong_kokrs_for_bukrs = 6 wrong_kokrs_for_bu_gb = 7 OTHERS = 8.
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_INV10_F01 - Include J_3R_INV11_F01 J_3R_INV10_BADI - Include J_3R_INV3_19_BADI J_3R_INV10_AT_SELECTION - Include J_3R_INV10_AT_SELECTION J_3R_IC_FM_CHECK_TOP - Include J_3R_IC_FM_CHECK_TOP J_3R_IC_FM_CHECK - Check New Version of Inventory Card J_3R_IC_FM_CHECK - Check New Version of Inventory Card