J_1BNFEXMLOUTPARALLEL is a standard Executable ABAP Report 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_1BNFEXMLOUTPARALLEL 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: XML outbound for parallel phase
INCLUDE RVADTABL.
No SAP DATABASE tables are accessed within this REPORT code!
J_1BNFE_CUST3_READ *CALL FUNCTION 'J_1BNFE_CUST3_READ' "1833356 * EXPORTING "1833356 * IV_BUKRS = wk_header-bukrs "1833356 * IV_BRANCH = wk_header-branch "1833356 * IV_MODEL = wk_header-model "1833356 * IMPORTING "1833356 * ES_CUST3 = ls_cust3 "1833356 * EXCEPTIONS "1833356 * NO_ENTRY_FOUND = 1 "1833356 * OTHERS = 2. "1833356
J_1BNFE_CUST1_READ * CALL FUNCTION 'J_1BNFE_CUST1_READ' "1833356 * EXPORTING "1833356 * IV_LAND1 = wk_header-land1 "1833356 * IV_REGIO = wk_header-regio "1833356 * IMPORTING "1833356 * ES_CUST1 = ls_cust1 "1833356 * EXCEPTIONS "1833356 * NO_ENTRY_FOUND = 1 "1833356 * OTHERS = 2. "1833356
J_1B_NFE_FILL_MONITOR_TABLE * CALL FUNCTION 'J_1B_NFE_FILL_MONITOR_TABLE' "1833356 * EXPORTING "1833356 * i_doc = wk_header "1833356 * i_docnum = wk_header-docnum "1833356 * IMPORTING "1833356 * e_acckey = ls_acckey. "1833356
J_1B_NF_MAP_TO_XML * CALL FUNCTION 'J_1B_NF_MAP_TO_XML' "1833356 * EXPORTING "1833356 * i_nfdoc = wk_header "1833356 * i_acckey = ls_acckey "1833356 * i_parallel = 'X' "1276438, 1833356 * TABLES "1833356 * it_nflin = wk_item "1833356 * it_nfnad = wk_partner "1833356 * it_nfstx = wk_item_tax "1833356 * it_nfftx = wk_header_msg "1833356 * it_nfref = wk_refer_msg "1833356 * it_nfcpd = wk_ot_partner "1240212, 1833356 * it_import_di = wk_import_di "1590946, 1833356 * it_import_adi = wk_import_adi "1590946, 1833356 * EXCEPTIONS "1833356 * rfc_failure = 1 "1833356 * OTHERS = 2. "1833356
J_1B_NF_DOCUMENT_READ * CALL FUNCTION 'J_1B_NF_DOCUMENT_READ' "1833356 * EXPORTING "1833356 * doc_number = wk_docnum "1833356 * IMPORTING "1833356 * doc_header = wk_header "1833356 * TABLES "1833356 * doc_partner = wk_partner "1833356 * doc_item = wk_item "1833356 * doc_item_tax = wk_item_tax "1833356 * doc_header_msg = wk_header_msg "1833356 * doc_refer_msg = wk_refer_msg "1833356 * doc_ot_partner = wk_ot_partner "1240212, 1833356 * doc_import_di = wk_import_di "1590946, 1833356 * doc_import_adi = wk_import_adi "1590946, 1833356 * EXCEPTIONS * document_not_found = 1 * docum_lock = 2 * OTHERS = 3.
J_1B_NF_VALUE_DETERMINATION * CALL FUNCTION 'J_1B_NF_VALUE_DETERMINATION' "1833356 * EXPORTING "1833356 * nf_header = wk_header "1833356 * IMPORTING "1833356 * ext_header = wk_header_add "1833356 * TABLES "1833356 * nf_item = wk_item "1833356 * nf_item_tax = wk_item_tax "1833356 * ext_item = wk_item_add. "1833356
NAST_PROTOCOL_UPDATE * CALL FUNCTION 'NAST_PROTOCOL_UPDATE' "1833356 * EXPORTING "1833356 * msg_arbgb = syst-msgid "1833356 * msg_nr = syst-msgno "1833356 * msg_ty = syst-msgty "1833356 * msg_v1 = syst-msgv1 "1833356 * msg_v2 = syst-msgv2 "1833356 * msg_v3 = syst-msgv3 "1833356 * msg_v4 = syst-msgv4 "1833356 * EXCEPTIONS "1833356 * OTHERS = 1. "1833356
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.