J_1BLFDI_OUTPUT 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_1BLFDI_OUTPUT 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: J_1BLFDI output INCLUDE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = lv_filename filetype = 'ASC' CONFIRM_OVERWRITE = 'X' IMPORTING filelength = lv_len TABLES data_tab = pt_file EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 OTHERS = 0.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "1598417 EXPORTING "1598417 logical_filename = gc_filename "1598417 CHANGING "1598417 physical_filename = fname "1598417 EXCEPTIONS "1598417 logical_filename_not_found = 1 "1598417 validation_failed = 2 "1598417 OTHERS = 3. "1598417
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING form = lv_form EXCEPTIONS canceled = 1 device = 2 form = 3 options = 4 unclosed = 5 mail_options = 6 OTHERS = 8.
J_1BREAD_BRANCH_DATA CALL FUNCTION 'J_1BREAD_BRANCH_DATA' EXPORTING branch = wtdata-branch bukrs = pcompany IMPORTING address = sadr branch_data = j_1bbranch cgc_number = brdata-cgc EXCEPTIONS OTHERS = 4.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING form = lv_form language = sy-langu EXCEPTIONS form = 1 format = 2 unended = 3 unopened = 4 unused = 5 OTHERS = 6.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'HEADER' window = 'MAIN' type = 'TOP' EXCEPTIONS OTHERS = 01.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'LINE' EXCEPTIONS element = 1 function = 2 type = 3 unopened = 4 unstarted = 5 window = 6 bad_pageformat_for_print = 7 OTHERS = 8.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'TOTALS' window = 'TOTALS' EXCEPTIONS OTHERS = 01.
END_FORM CALL FUNCTION 'END_FORM' EXCEPTIONS unopened = 1 bad_pageformat_for_print = 2 OTHERS = 3.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' EXCEPTIONS unopened = 1 bad_pageformat_for_print = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_struc_name CHANGING ct_fieldcat = pt_fieldcat.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_user_command = 'ALV_CALLBACK' i_structure_name = 'G_RECORD2' is_layout = l_layout it_fieldcat = lt_fieldcat it_events = lt_events i_save = 'X' is_variant = l_isvariant TABLES t_outtab = g_record2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_user_command = 'ALV_CALLBACK_DRILLDOWN' i_structure_name = 'GT_ALV_DRILLDOWN' is_layout = l_layout it_fieldcat = lt_fieldcat it_events = lt_events TABLES t_outtab = gt_alv_drilldown.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.