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

RNLDIA03 SAP ABAP Report - IS-H: Check Report for Diagnoses







RNLDIA03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The analysis report IS-H: Check Diagnoses (RNLDIA03) checks the diagnoses for cases...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 RNLDIA03 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 RNLDIA03. "Basic submit
SUBMIT RNLDIA03 AND RETURN. "Return to original report after report execution complete
SUBMIT RNLDIA03 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: TESTM = D .
Selection Text: SO_MDSTS = D .
Selection Text: SO_MDSTA = D .
Selection Text: SE_SELKZ = D .
Selection Text: SE_ORGPF = D .
Selection Text: SE_ORGFA = D .
Selection Text: SE_MSGTY = D .
Selection Text: SE_MSGNO = D .
Selection Text: SE_MSGID = D .
Selection Text: SE_FALNR = D .
Selection Text: SE_FALAR = D .
Selection Text: SE_EINRI = D .
Selection Text: P_NOEX = D .
Selection Text: P_EXT1 = D .
Selection Text: P_EXSAVE = D .
Selection Text: P_EXLOAD = D .
Selection Text: P_EX2 = D .
Selection Text: P_EX1 = D .
Selection Text: AUSENDDT = D .
Selection Text: AUSBEGDT = D .
Selection Text: SE_DIS = Discharged Cases Only
Selection Text: SE_CUMUL = Summarize Result
Title: IS-H: Check Report for Diagnoses
Text Symbol: S05 = Test Mode
Text Symbol: S04 = To
Text Symbol: S02 = Select Cases via Evaluation Period and Other Additional Criteria
Text Symbol: S01 = Institution
Text Symbol: 068 = Dschrgd Cases Only
Text Symbol: 067 = Med.Doc. Status Profile
Text Symbol: 066 = Med. Doc. Status Key
Text Symbol: 065 = Nursing Organizational Unit
Text Symbol: 064 = Departmental Org. Unit
Text Symbol: 063 = CaseTyp
Text Symbol: 062 = Case
Text Symbol: 061 = Evaluation Period
Text Symbol: 060 = Select Case
Text Symbol: 052 = Select Cases via Case Selection
Text Symbol: 031 = Messages





Text Symbol: 030 = Select Case


INCLUDES used within this REPORT RNLDIA03

INCLUDE RNSSTABL.
INCLUDE SBAL_CONSTANTS.
INCLUDE RNEXTRACT_DATA.
INCLUDE RNMDSTATUS_DATA.
INCLUDE RNSSEINR.
INCLUDE RNSSEXTR.
INCLUDE RNSSIEIN.
INCLUDE RNSSIAUS.
INCLUDE RNSSIEXT.
INCLUDE RNMDSTATUS_INIT.
INCLUDE RNSSSPBO.
INCLUDE RNSSSEXT_PBO.
INCLUDE RNSSSEIN.
INCLUDE RNSSSAUS.
INCLUDE RNSSSEXT.
INCLUDE RNSSSEXT_VALUE_REQUEST.


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_CASE_VALUE_REQUEST CALL FUNCTION 'ISH_CASE_VALUE_REQUEST' EXPORTING ss_einri = se_einri ss_vcode = update IMPORTING ss_falnr = se_falnr-low.

ISH_CASE_VALUE_REQUEST CALL FUNCTION 'ISH_CASE_VALUE_REQUEST' EXPORTING ss_einri = se_einri ss_vcode = update IMPORTING ss_falnr = se_falnr-high.

RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING DYNPFIELD = 'SE_MSGID-LOW' DYNPNAME = SY-DYNNR OBJECT = 'MI' SUPPRESS_SELECTION_SCREEN = 'X' PROGNAME = PROGNAME.

RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING DYNPFIELD = 'SE_MSGID-HIGH' DYNPNAME = SY-DYNNR OBJECT = 'MI' SUPPRESS_SELECTION_SCREEN = 'X' PROGNAME = PROGNAME.

RS_HELP_HANDLING_MULTIPLE CALL FUNCTION 'RS_HELP_HANDLING_MULTIPLE' EXPORTING dynpname = sy-dynnr object = 'MESS' suppress_selection_screen = 'X' progname = 'SAPLLOCAL_EDT1' TABLES fieldtab = fieldtab.

RS_HELP_HANDLING_MULTIPLE CALL FUNCTION 'RS_HELP_HANDLING_MULTIPLE' EXPORTING dynpname = sy-dynnr object = 'MESS' suppress_selection_screen = 'X' progname = 'SAPLLOCAL_EDT1' TABLES fieldtab = fieldtab.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_s_log EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = g_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_GLB_MSG_DEFAULTS_GET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_GET' IMPORTING e_s_msg_defaults = l_s_mdef EXCEPTIONS OTHERS = 0.

BAL_GLB_MSG_DEFAULTS_SET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_SET' EXPORTING i_s_msg_defaults = l_s_mdef EXCEPTIONS OTHERS = 1.






BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

ISH_NP61_CALL CALL FUNCTION 'ISH_NP61_CALL' EXPORTING i_einri = einri i_falnr = falnr * I_LFDBEW = .

ISH_CASE_SELECTION_READ CALL FUNCTION 'ISH_CASE_SELECTION_READ' EXPORTING ss_einri = se_einri ss_selkz = se_selkz TABLES ss_falnr = case_tab EXCEPTIONS OTHERS = 1.

ISH_GET_MOVEMENTS CALL FUNCTION 'ISH_GET_MOVEMENTS' EXPORTING ss_abwes = off ss_ambu = ambu * ss_ambu_bes = off * Erweiterung auch auf ambulante Besuche ss_ambu_bes = on ss_aufn = aufn ss_beginn = ausbegdt ss_einri = se_einri ss_ende = ausenddt ss_entl = entl * Abfrage auch von geplanten Bewegungen ss_plan = on ss_stat = stat ss_tstat = tstat ss_verl = verl TABLES ss_falnr = se_falnr[] ss_vnbew = nbewtab ss_fieldcat = fieldcat EXCEPTIONS OTHERS = 0.

ISH_MD_STATUS_SELECT_OBJNR CALL FUNCTION 'ISH_MD_STATUS_SELECT_OBJNR' EXPORTING i_mdsta = so_mdsta[] i_mdsts = so_mdsts[] i_objnr_tab = it_objnr IMPORTING e_excl_objnr_tab = it_excl_objnr.

ENQUEUE_ENFAK CALL FUNCTION 'ENQUEUE_ENFAK' EXPORTING einri = se_einri selkz = i_selkz EXCEPTIONS foreign_lock = 1.

DEQUEUE_ENFAK CALL FUNCTION 'DEQUEUE_ENFAK' EXPORTING einri = se_einri selkz = i_selkz.



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