J_3R_INV11_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_INV11_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_INV11_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FAGL_GET_LEADING_LEDGER CALL FUNCTION 'FAGL_GET_LEADING_LEDGER' * EXPORTING * I_CLIENT = SY-MANDT IMPORTING e_rldnr = g_rldnr EXCEPTIONS not_found = 1 more_than_one = 2 OTHERS = 3 .
FI_DOCUMENT_RECORD CALL FUNCTION 'FI_DOCUMENT_RECORD' EXPORTING i_awtyp = ls_anek-awtyp i_awref = ls_anek-belnr i_bukrs = ls_anek-bukrs TABLES t_documents = lt_documents.
MONTHS_BETWEEN_TWO_DATES CALL FUNCTION 'MONTHS_BETWEEN_TWO_DATES' EXPORTING i_datum_bis = lv_last_run i_datum_von = ls_s1t-n13_feocdate IMPORTING e_monate = lv_months.
MONTHS_BETWEEN_TWO_DATES CALL FUNCTION 'MONTHS_BETWEEN_TWO_DATES' EXPORTING i_datum_bis = lv_valid_to i_datum_von = lv_valid_from IMPORTING e_monate = lv_months.
MONTHS_BETWEEN_TWO_DATES CALL FUNCTION 'MONTHS_BETWEEN_TWO_DATES' EXPORTING i_datum_bis = lv_inv_begdate i_datum_von = ls_s1t-n13_feocdate IMPORTING e_monate = lv_months.
FAGL_GET_ITEMS_BSEG CALL FUNCTION 'FAGL_GET_ITEMS_BSEG' EXPORTING i_selection = it_sel * I_FIELDLIST = * I_BLOCKSIZE = * I_BLOCK_DATA = GUSL_C_FALSE * I_AGGREGATION = GUSL_C_FALSE * I_MAX_LINES = * IMPORTING * FLAG_CURSOR_OPEN = CHANGING c_t_faglpose = gt_faglpose.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.