J_1BLBFC2_ACC 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_1BLBFC2_ACC 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_stru_name CHANGING ct_fieldcat = pt_fieldcat.
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_fieldcat is_layout = l_layout i_tabname = 'GT_HEADER' it_events = lt_events TABLES t_outtab = lt_header.
REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = lt_fieldcat is_layout = l_layout i_tabname = 'GT_FILE_DETAIL' it_events = lt_events TABLES t_outtab = gt_file_detail.
REUSE_ALV_BLOCK_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY' EXPORTING is_print = l_print.
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_1BLBFC2_ACC - Output ALV routines for Registro de Apuração do IPI (Modelo 8) J_1BLB56_ALV - Include J_1BLB56_ALV J_1BLB56 - REGISTRO DE NOTAS FISCAIS - FATURAS DE SERVIÇOS PRESTADOS A TERCEIROS J_1BLB56 - REGISTRO DE NOTAS FISCAIS - FATURAS DE SERVIÇOS PRESTADOS A TERCEIROS J_1BLB12_ALV_PROC - Include J_1BLB12_ALV_PROC J_1BLB12 - Listagem de Operações Interestaduais (Modelo 12)