J_1BNFAW_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_1BNFAW_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_1BNFAW_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PUT_RECORD CALL FUNCTION 'ARCHIVE_PUT_RECORD' EXPORTING archive_handle = iv_archive_handle record_structure = 'J_1BNFDOC' record_flags = ' ' record = is_nfdoc EXCEPTIONS internal_error = 01.
ARCHIVE_PUT_RECORD CALL FUNCTION 'ARCHIVE_PUT_RECORD' EXPORTING archive_handle = iv_archive_handle record_flags = ' ' record_structure = ls_metadata-name_db_table record =
EXCEPTIONS internal_error = 01.
CHANGEDOCU_ARCHIVE_OBJECT CALL FUNCTION 'CHANGEDOCU_ARCHIVE_OBJECT' EXPORTING archive_handle = iv_archive_handle client = sy-mandt objectclass = 'NOTAFISCAL' objectid = lv_objectid object_delete_flag = 'X' EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.
TEXT_ARCHIVE_OBJECT CALL FUNCTION 'TEXT_ARCHIVE_OBJECT' EXPORTING archive_handle = iv_archive_handle client = sy-mandt id = '*' language = '*' name = lv_text_name object = lv_text_object object_delete_flag = 'X' EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.
TEXT_ARCHIVE_OBJECT CALL FUNCTION 'TEXT_ARCHIVE_OBJECT' EXPORTING archive_handle = iv_archive_handle client = sy-mandt id = '*' language = '*' name = lv_text_name object = lv_text_object object_delete_flag = 'X' EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.
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_1BNFAW_F01 - Include J_1BNFAW_F01 J_1BNFAW - Archiving of Fiscal Documents: Write Program (Brazil) J_1BNFAW - Archiving of Fiscal Documents: Write Program (Brazil) J_1BNFAR_F01 - Include J_1BNFAR_F01 J_1BNFAR - Archiving of Fiscal Documents: Reload Program (Brazil) J_1BNFAR - Archiving of Fiscal Documents: Reload Program (Brazil)