J_1BLB01F01 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_1BLB01F01 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_1BLB01F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1B_NF_NUMBER_CONDENSE CALL FUNCTION 'J_1B_NF_NUMBER_CONDENSE' EXPORTING nf_number = j_1bnfdoc-nfnum series = j_1bnfdoc-series nf_number9 = j_1bnfdoc-nfenum "NFE IMPORTING ref_number = ref_number EXCEPTIONS OTHERS = 1.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_stru_name CHANGING ct_fieldcat = pt_field_cat.
REUSE_ALV_BLOCK_LIST_INIT CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' EXPORTING i_callback_program = sy-repid.
REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = lt_field_cat is_layout = l_layout i_tabname = 'GT_HEADER' it_events = lt_events TABLES t_outtab = pt_header.
REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = lt_field_cat is_layout = l_layout i_tabname = 'GT_DETAIL' it_events = lt_events it_sort = lt_sort TABLES t_outtab = pt_detail.
REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = lt_field_cat is_layout = l_layout i_tabname = 'GT_TOTALS' it_events = lt_events it_sort = lt_sort TABLES t_outtab = pt_totals.
REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = lt_field_cat is_layout = l_layout i_tabname = 'GT_UFTOT' it_events = lt_events it_sort = lt_sort TABLES t_outtab = pt_uftot.
REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = lt_field_cat is_layout = l_layout i_tabname = 'GT_EMIT' it_events = lt_events it_sort = lt_sort TABLES t_outtab = pt_emit.
REUSE_ALV_BLOCK_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY' EXPORTING is_print = l_print.
J_1B_NF_PARTNER_READ CALL FUNCTION 'J_1B_NF_PARTNER_READ' EXPORTING partner_type = list-partyp partner_id = list-parid IMPORTING parnad = parnad EXCEPTIONS OTHERS = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.