SAP Reports / Programs | SAP Healthcare - Industry-Specific Components for Hospitals | SAP Healthcare - Industry-Specific Components for Hospitals(IS-H) SAP IS

RNWATASEL00 SAP ABAP Report - documentation and ABAP source code







RNWATASEL00 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 RNWATASEL00 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RNWATASEL00. "Basic submit
SUBMIT RNWATASEL00 AND RETURN. "Return to original report after report execution complete
SUBMIT RNWATASEL00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RNWATASEL00

INCLUDE RNWATSELT0. "DATENDEKLARATION AT
INCLUDE RNWATSELS0. "AUFBAU SELEKTIONSBILD AT
INCLUDE RNMDSTATUS_INIT. "MK180604
INCLUDE RNSSSPBO.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = c_version exceptions others = 1.

ISH_CASE_VALUE_REQUEST call function 'ISH_CASE_VALUE_REQUEST' exporting ss_einri = einris ss_vcode = 'UPD' importing ss_falnr = falnr-low.

ISH_CASE_VALUE_REQUEST call function 'ISH_CASE_VALUE_REQUEST' exporting ss_einri = einris ss_vcode = 'UPD' importing ss_falnr = falnr-high.

ISH_VALUE_REQUEST call function 'ISH_VALUE_REQUEST' exporting ss_select = einris ss_field = 'FALAR' ss_table = 'TN15A' importing ss_value = falar-low exceptions not_found = 01.

ISH_VALUE_REQUEST call function 'ISH_VALUE_REQUEST' exporting ss_select = einris ss_field = 'FALAR' ss_table = 'TN15A' importing ss_value = falar-high exceptions not_found = 01.

ISH_SHOW_LIST_PATIENT call function 'ISH_SHOW_LIST_PATIENT' exporting anfo = on vcode = 'DIS' npat_einri = einris importing npat_patnr = help_patnr npat_pziff = help_pziff storno_selected = storno_selected weiter = weiter exceptions geschlecht_falsch = 01 no_authority = 02 npat_not_found = 03 selection_false = 04.

ISH_SHOW_LIST_PATIENT call function 'ISH_SHOW_LIST_PATIENT' exporting anfo = on vcode = 'DIS' npat_einri = einris importing npat_patnr = help_patnr npat_pziff = help_pziff storno_selected = storno_selected weiter = weiter exceptions geschlecht_falsch = 01 no_authority = 02 npat_not_found = 03 selection_false = 04.

ISH_VALUE_REQUEST call function 'ISH_VALUE_REQUEST' exporting SS_FIELD = 'AUART-LOW' SS_SELECT = help_value ss_table = 'TN14U' * SS_VCODE = 'UPD' IMPORTING * SS_ABBRUCH = SS_VALUE = help_auart EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ISH_VALUE_REQUEST call function 'ISH_VALUE_REQUEST' exporting SS_FIELD = 'AUART-HIGH' SS_SELECT = help_value ss_table = 'TN14U' * SS_VCODE = 'UPD' IMPORTING * SS_ABBRUCH = SS_VALUE = help_auart EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ISH_SHOW_GPART CALL FUNCTION 'ISH_SHOW_GPART' EXPORTING aufruf = 'Y' rolle = '2' vcode = 'UPD' IMPORTING ngpa_gpart = kostr-low EXCEPTIONS OTHERS = 5.

ISH_SHOW_GPART CALL FUNCTION 'ISH_SHOW_GPART' EXPORTING aufruf = 'Y' rolle = '2' vcode = 'UPD' IMPORTING ngpa_gpart = kostr-high EXCEPTIONS OTHERS = 5.

ENQUEUE_ENFAK call function 'ENQUEUE_ENFAK' exporting * MODE_NFAK = 'E' * MANDT = SY-MANDT einri = einris selkz = selkz * X_EINRI = ' ' * X_SELKZ = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.



Contribute (Add Comments)

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 RNWATASEL00 or its description.