J_1B_SIMULATE_INCO_XML_SC0201 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_1B_SIMULATE_INCO_XML_SC0201 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: Modules and Form Routines for Screen 201
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = e_top_line * ENTRY_FROM = 1 entry_to = l_number_of_first_entry last_page_full = '' loops = i_size_tc_poitems ok_code = 'P++' overlapping = 'X' * PAGE_ACT = 0 * PAGE_GO = 0 IMPORTING * ENTRIES_SUM = entry_new = l_topline * PAGES_SUM = * PAGE_NEW = EXCEPTIONS no_entry_or_page_act = 1 no_entry_to = 2 no_ok_code_or_page_go = 3 OTHERS = 4.
DOCHEADER_AUTHORITY_CHECK CALL FUNCTION 'DOCHEADER_AUTHORITY_CHECK' EXPORTING i_bukrs = i_bukrs i_blart = space i_brgru = space i_status = lc_status_display EXCEPTIONS no_authority = 1.
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_1B_SIMULATE_INCO_XML_SC0201 - Modules and Form Routines for Screen 201 J_1B_SIMULATE_INCO_XML_SC0200 - Modules and Form Routines for Screen 200 J_1B_SIMULATE_INCO_XML_MAIN - Main Program J_1B_SIMULATE_INCO_XML_DATA - Data Definitions J_1B_SET_TAX_CURRENCY - J1BSETTAXCURRENCY J_1B_SET_TAX_CURRENCY - J1BSETTAXCURRENCY