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

J_3R_INV10_F01 SAP ABAP INCLUDE - Include J_3R_INV11_F01







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


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


Text pool values


Title: Include J_3R_INV10_F01


INCLUDES used within this REPORT J_3R_INV10_F01

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:

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.



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