RNPKAV06 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 a worklist for the temporary medical record organization which facilitates the return of temporary medical records to permanent records...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 RNPKAV06 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ND11 - IS-H: Return Temp. Medical Records
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.
Selection Text: ALVDVAR = Layout
Selection Text: AUSBEGDT = Return Date From
Selection Text: AUSENDDT = Return Date To
Selection Text: SE_ARCH = Archive
Selection Text: SE_EINRI = Institution
Selection Text: SE_ENTLH = Borrower
Selection Text: SE_ENTLT = Borrower Category
Selection Text: SE_VERAN = Person Responsible
Selection Text: TXTENTLT = Borrowing Category Text
Title: IS-H: Process Temporary Medical Records: List of Records Returned
Text Symbol: 001 = Borrower Cgy
Text Symbol: 002 = Borrowing Data
Text Symbol: 003 = Process temp. med. records automatically
Text Symbol: 005 = Processing Data
Text Symbol: 010 = Select.
Text Symbol: 011 = Layout
Text Symbol: 022 = Input Help: Org.Units
Text Symbol: S01 = Institution
Text Symbol: S02 = Return Date
Text Symbol: S04 = To
INCLUDE RNDATA00.
INCLUDE RNSSEINR.
INCLUDE RNSMR1F4.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_DOMAIN_VALUE_TEXTS CALL FUNCTION 'ISH_DOMAIN_VALUE_TEXTS' EXPORTING domname = 'ENTLEIHTYP' domvalue = doma_value IMPORTING ddtext = doma_text.
ISH_DOMAIN_VALUE_TEXTS CALL FUNCTION 'ISH_DOMAIN_VALUE_TEXTS' EXPORTING domname = 'ENTLEIHTYP' domvalue = doma_value IMPORTING ddtext = doma_text.
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' EXCEPTIONS not_active = 1.
ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = se_einri itr_orgid = ltr_orgid i_add_cond_ou = ls_addcond IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.
ISH_DOMAIN_VALUE_TEXTS CALL FUNCTION 'ISH_DOMAIN_VALUE_TEXTS' EXPORTING domname = 'ENTLEIHTYP' domvalue = doma_value IMPORTING ddtext = doma_text.
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 = 'ND11' ss_variant = gs_variant ss_auto_return = autoret IMPORTING ok_code = list_okcode TABLES ss_worklist_2 = t_returns.
ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = p_repid dynumb = p_dynnr TABLES dynpfields = lt_dynpread EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_einri IMPORTING output = se_einri EXCEPTIONS OTHERS = 1.
ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING einri = se_einri * freig = on * ambes = ON * fazuw = ON * pfzuw = ON no_bauid = on IMPORTING selected_orgid = p_org EXCEPTIONS bauid_not_in_nbau = 1 einri_not_in_tn01 = 2 no_hierarchy = 3 orgid_not_in_norg = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNPKAV06 - IS-H: Process Temporary Medical Records: List of Records Returned RNPKAV06 - IS-H: Process Temporary Medical Records: List of Records Returned RNPKAV05 - IS-H: Transfer Medical Record By Borrowing List RNPKAV05 - IS-H: Transfer Medical Record By Borrowing List RNPKAV04 - IS-H: Borrow Medical Records: List of Requested Medical Records RNPKAV04 - IS-H: Borrow Medical Records: List of Requested Medical Records