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

RNPKAV02 SAP ABAP Report - IS-H: Create Medical Record via Movement List







RNPKAV02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program enables you to create worklists containing patient movements (admissions, transfers, and visits) for which medical records must be created...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 RNPKAV02 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ND09 - IS-H: Create record via mvmnt list


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 RNPKAV02. "Basic submit
SUBMIT RNPKAV02 AND RETURN. "Return to original report after report execution complete
SUBMIT RNPKAV02 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: VERL = Transfers
Selection Text: SE_PLANB = Movement Status
Selection Text: SE_ORGPF = Nursing Org. Unit
Selection Text: SE_ORGFA = Dept. Org. Unit
Selection Text: SE_EINRI = Institution
Selection Text: SE_DOKAR = Document Type
Selection Text: BESUCH = Visits
Selection Text: AUSENDDT = Evaluation Period End
Selection Text: AUSBEGDT = Evaluation Period Start
Selection Text: AUFN = Admissions
Selection Text: ALVDVAR = Layout
Title: IS-H: Create Medical Record via Movement List
Text Symbol: S11 = Input Help: Org. Units
Text Symbol: S04 = To
Text Symbol: S02 = Evaluation Period
Text Symbol: S01 = Institution
Text Symbol: 011 = Layout
Text Symbol: 010 = Output
Text Symbol: 008 = Selection of movements for which system creates med. record when movement occurs
Text Symbol: 004 = Selection
Text Symbol: 003 = Visits
Text Symbol: 002 = Transfers
Text Symbol: 001 = Admissions


INCLUDES used within this REPORT RNPKAV02

INCLUDE RNDATA00.
INCLUDE RNSSEINR.
INCLUDE RNSSINIT.
INCLUDE RNSSSAUS.
INCLUDE RNSMR2F4.
INCLUDE RNSMR3F4.


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_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING repid = repid einri = se_einri no_message = off messagetype = 'E'.

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS NOT_ACTIVE = 1 OTHERS = 2.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = se_einri itr_orgid = ltr_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = se_einri itr_orgid = ltr_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = hlpvar i_save = 'A' IMPORTING e_exit = pf4_exit es_variant = gs_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

ISH_WORKLISTS_MRM CALL FUNCTION 'ISH_WORKLISTS_MRM' EXPORTING ss_einri = se_einri ss_tcode = 'ND09' ss_bewty = excl_bew_typ ss_variant = gs_variant IMPORTING ok_code = list_okcode TABLES ss_worklist_1 = t_requests.



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