NWT01E01 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 NWT01E01 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!
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = rest EXCEPTIONS OTHERS = 0.
WB2_PRINT_REFRESH CALL FUNCTION 'WB2_PRINT_REFRESH' EXPORTING i_price_print_refresh = yes.
WB2_NAST_REPORTS_REFRESH CALL FUNCTION 'WB2_NAST_REPORTS_REFRESH'.
WFMC_MESSAGES_SELECT CALL FUNCTION 'WFMC_MESSAGES_SELECT' EXPORTING pi_application = co_kappl_na-trcon "#EC DOM_EQUAL pi_processing = pm_vermo TABLES ri_medium = rg_nacha ri_type = rg_kschl ri_object = rg_objky tx_messages = t_msg0.
WFMC_MESSAGES_EXTEND CALL FUNCTION 'WFMC_MESSAGES_EXTEND' TABLES tx_messages = t_msg0.
WFMC_MESSAGES_PROCESS CALL FUNCTION 'WFMC_MESSAGES_PROCESS' EXPORTING pi_display_id = 'NALIWT' pi_no_dialog = pm_verdi pi_vermo = pm_vermo pi_use_grid_control = yes TABLES tx_messages = t_msg0 tx_display = t_disp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
NWT01E01 - documentation and ABAP source code NWECM_SET_CMIS_PROXY_PORT - Change Proxy Settings for CMIS Proxies NWECM_SET_CMIS_PROXY_PORT - Change Proxy Settings for CMIS Proxies NWECM_P_RELOCATION - Program NWECM_P_RELOCATION NWECM_P_RELOCATION - Program NWECM_P_RELOCATION NWECM_GET_CREATE_FOLDER_STRUCT - How to create a folder structure which may exists already in parts