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

RNUTEINZ SAP ABAP Report - IS-H: Adjustment Function Geographical Area Case - Patient







RNUTEINZ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report displays all cases in which no geographical area has been entered in the "Geographical Area" field...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RNUTEINZ 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 RNUTEINZ. "Basic submit
SUBMIT RNUTEINZ AND RETURN. "Return to original report after report execution complete
SUBMIT RNUTEINZ VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: FALNR = Cases
Selection Text: SE_EINRI = Institution
Selection Text: TESTM = Test Mode
Selection Text: TXTEINRI = Institution Short Text
Title: IS-H: Adjustment Function Geographical Area Case - Patient
Text Symbol: 001 = No geog. area maintained for patient
Text Symbol: 002 = Number of cases without geographical area
Text Symbol: 003 = Number of geographical areas transferred
Text Symbol: S01 = Institution
Text Symbol: S02 = Test Mode
Text Symbol: U01 = Case
Text Symbol: U02 = Name
Text Symbol: U03 = Patient Geographical Area
Text Symbol: U11 = Adjustment
Text Symbol: U12 = Geographical Areas
001 |Case | Name | Geographical Area of Patient |


INCLUDES used within this REPORT RNUTEINZ

INCLUDE RNDATA00.
INCLUDE RNSSEINR.
INCLUDE RNSSINIT.
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:

SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING * ARCHIVE_ID = C_CHAR_UNKNOWN * ARCHIVE_INFO = C_CHAR_UNKNOWN * ARCHIVE_MODE = C_CHAR_UNKNOWN * ARCHIVE_TEXT = C_CHAR_UNKNOWN * AR_OBJECT = C_CHAR_UNKNOWN * AUTHORITY = C_CHAR_UNKNOWN * COPIES = C_NUM3_UNKNOWN * COVER_PAGE = C_CHAR_UNKNOWN * DATA_SET = C_CHAR_UNKNOWN * DEPARTMENT = C_CHAR_UNKNOWN * DESTINATION = C_CHAR_UNKNOWN * EXPIRATION = C_NUM1_UNKNOWN * IMMEDIATELY = C_CHAR_UNKNOWN * IN_ARCHIVE_PARAMETERS = ' ' * IN_PARAMETERS = ' ' layout = 'X_65_132' * LINE_COUNT = C_INT_UNKNOWN * LINE_SIZE = C_INT_UNKNOWN * LIST_NAME = C_CHAR_UNKNOWN * LIST_TEXT = C_CHAR_UNKNOWN * NEW_LIST_ID = C_CHAR_UNKNOWN * RECEIVER = C_CHAR_UNKNOWN * RELEASE = C_CHAR_UNKNOWN * SAP_COVER_PAGE = C_CHAR_UNKNOWN * HOST_COVER_PAGE = C_CHAR_UNKNOWN * PRIORITY = C_NUM1_UNKNOWN * SAP_OBJECT = C_CHAR_UNKNOWN * TYPE = C_CHAR_UNKNOWN * FOOT_LINE = C_CHAR_UNKNOWN .

SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING layout = 'X_65_132'.

ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING repid = repid einri = se_einri no_message = off messagetype = 'E'.

ISH_CASE_VALUE_REQUEST CALL FUNCTION 'ISH_CASE_VALUE_REQUEST' EXPORTING ss_einri = se_einri ss_vcode = 'UPD' IMPORTING ss_falnr = falnr-low.

ISH_CASE_VALUE_REQUEST CALL FUNCTION 'ISH_CASE_VALUE_REQUEST' EXPORTING ss_einri = se_einri ss_vcode = 'UPD' IMPORTING ss_falnr = falnr-high.

ISH_CALL_LIST_HEAD * CALL FUNCTION 'ISH_CALL_LIST_HEAD' * EXPORTING * einri = se_einri * repid = repid * line_size = rnstat-line_size * title_lin1 = rnstat-title_lin1 * title_lin2 = rnstat-title_lin2 * uline = off.

ISH_SAP_BP_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_BP_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 0.

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_einri = se_einri ss_patnr = -patnr ss_read_db = ' ' IMPORTING ss_npat = ls_npat EXCEPTIONS not_found = 1 no_authority = 2 no_einri = 3.

ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' EXPORTING ss_einri = se_einri ss_patnr = conc_npat-patnr ss_npat = conc_npat ss_npat_complete = off IMPORTING ss_pname = patname.

SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING layout = 'X_65_132'.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = se_einri repid = repid line_size = rnstat-line_size title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = off.

ISH_TN00E_READ CALL FUNCTION 'ISH_TN00E_READ' EXPORTING ss_einri = se_einri IMPORTING ss_tn00e = lv_tn00e * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2 .

ISH_READ_NPAT_MULTI CALL FUNCTION 'ISH_READ_NPAT_MULTI' EXPORTING it_npat_pk = lt_patnr i_read_db = on I_ADDRESS_REQ = on "! --> npat-land select criteria on npez later on: " new world needs country mapped to npat-land i_einri = i_einri IMPORTING et_npat = lt_npat.

ISH_READ_NPAT_MULTI CALL FUNCTION 'ISH_READ_NPAT_MULTI' EXPORTING it_npat_pk = lt_patnr i_read_db = on I_ADDRESS_REQ = on "! --> npat-land select criteria on npez later on: " new world needs country mapped to npat-land i_pseudo_override = on i_einri = i_einri IMPORTING et_npat = lt_npat_orig.



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