RNWCHTM_EINSP 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 RNWCHTM_EINSP 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.
INCLUDE MNDATACHAT.
INCLUDE RNWCHTM_IEINSP.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = l_version exceptions others = 1.
ISH_GET_GTARIF call function 'ISH_GET_GTARIF' exporting einrichtung = g_einri stichtag = sy-datum importing gtarif = g_tarif exceptions not_found = 1 others = 2.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_fclg.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_fclb.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_fckt.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_flei.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_falt.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_fdig.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_fgru.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_fblo.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_fkum.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_fkom.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_fmax.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_fhie.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_ftex.
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_fver.
ISH_GET_GTARIF call function 'ISH_GET_GTARIF' exporting einrichtung = g_einri stichtag = sy-datum importing gtarif = g_tarif exceptions not_found = 1 others = 2.
ISH_READ_NTPK_NTPT_NEW call function 'ISH_READ_NTPK_NTPT_NEW' exporting einri = g_einri talst = pa_vlstg tarif = g_tarif importing e_ntpk = l_ntpk e_ntpt = l_ntpt exceptions missing_data = 1 no_ntpk_ntpt_found = 2 not_valid = 3.
call function 'ISH_TN00Q_READ' exporting ss_einri = g_einri ss_param = 'PRFLG_CH' importing ss_value = g_prflg exceptions not_found = 1 others = 2.
ISH_TN00Q_READ call function 'ISH_TN00Q_READ' exporting ss_einri = g_einri ss_param = 'PRFKP_CH' importing ss_value = g_prfkt exceptions not_found = 1 others = 2.
ISH_TN00Q_READ call function 'ISH_TN00Q_READ' exporting ss_einri = g_einri ss_param = 'PRFLB_CH' importing ss_value = g_prflb exceptions not_found = 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.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RNWCHTM_EINSP or its description.