RNWP_INIT 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 RNWP_INIT 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 RNWPCASEBILL_INIT
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_EXTRACT_AT_INIT call function 'REUSE_ALV_EXTRACT_AT_INIT' exporting i_username = sy-uname changing cs_extract1 = gs_extract1 cs_extract2 = gs_extract2.
ISH_EINRI_CHECK call function 'ISH_EINRI_CHECK' exporting ss_einri = se_einri importing ss_tn01 = tn01 exceptions others = 1.
ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = cv exceptions others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNWP_INIT - Include RNWPCASEBILL_INIT RNWP_FREE_BEDS_TODAY_TOMORROW - IS-H: MiniApp 'Free Beds Today/Tomorrow' RNWP_FREE_BEDS_TODAY_TOMORROW - IS-H: MiniApp 'Free Beds Today/Tomorrow' RNWP_F01 - Include RNWPCASEBILL_EXTRACT RNWP_DEPARTURE_LIST - IS-H: MiniApp 'Departures from My Care Unit' RNWP_DEPARTURE_LIST - IS-H: MiniApp 'Departures from My Care Unit'