SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN1PFLKA SAP ABAP Report - Print List for Nursing Services (Obsolete from Release 7.00)







RN1PFLKA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is obsolete as of Release 7...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 RN1PFLKA 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

N1PK - IS-H*MED: Worklist f. Nursing Svcs.


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 RN1PFLKA. "Basic submit
SUBMIT RN1PFLKA AND RETURN. "Return to original report after report execution complete
SUBMIT RN1PFLKA 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: PATNR = Patient
Selection Text: LINSZ = No. of Columns
Selection Text: LINCT = Number of Lines per Page
Title: Print List for Nursing Services (Obsolete from Release 7.00)
Text Symbol: A01 = Room
Text Symbol: A02 = No data could be found
Text Symbol: A03 = Transport List ;;
Text Symbol: A04 = ;; A04 and A03 belong together!!!!
Text Symbol: A05 = Transport List
Text Symbol: A06 = Movement Status
Text Symbol: H01 = Patient ;;
Text Symbol: H02 = Frm: OrgId;; From org. unit
Text Symbol: H03 = with Hierarchy ;;
Text Symbol: H04 = Build.Unit;; Building unit
Text Symbol: H05 = To: Org ID;; To org. unit
Text Symbol: U01 = Patient ;;
Text Symbol: U02 = OU From ;; Org. unit from
Text Symbol: U03 = BuildUnt;; Building unit
Text Symbol: U04 = Transport Type ;; Transport type
Text Symbol: U05 = To OU ;; To org. unit
Text Symbol: U06 = BuildUnt;; Building unit
Text Symbol: U07 = VS;; Visit status
Text Symbol: U08 = Date ;;
Text Symbol: U09 = Time ;;
Text Symbol: U10 = Pri;;Priority
Text Symbol: 026 = Time
Text Symbol: 001 = Institution ;;
Text Symbol: 002 = Patient ;;
Text Symbol: 003 = Organizational Unit ;;
Text Symbol: 004 = With Hierarchy ;;
Text Symbol: 005 = Hospital Room ;; Hospital room
Text Symbol: 006 = Target OrgID ;;
Text Symbol: 007 = With Hierarchy ;;
Text Symbol: 008 = Build.Unit;; Building unit
Text Symbol: 009 = Transport Type ;;
Text Symbol: 010 = Date ;;
Text Symbol: 011 = To
Text Symbol: 012 = Sort by ;;





Text Symbol: 013 = Time ;;
Text Symbol: 014 = OrgID ;;
Text Symbol: 015 = Target OrgID ;;
Text Symbol: 016 = Patient ;;
Text Symbol: 017 = Basic Services
Text Symbol: 018 = Additional Services
Text Symbol: 019 = Special Services
Text Symbol: 020 = Patient:
Text Symbol: 021 = Page:
Text Symbol: 022 = CareUnit
Text Symbol: 023 = Room:
Text Symbol: 024 = Bed:
Text Symbol: 025 = N u r s i n g - C a t a l o g


INCLUDES used within this REPORT RN1PFLKA

INCLUDE IN2_LICENCE. "LIZENZVERWALTUNG IS-H*MED
INCLUDE MNCOLOUR.


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:

ISHMED_CHECK_N_EINR_REP CALL FUNCTION 'ISHMED_CHECK_N_EINR_REP' EXPORTING repid = repid einri = einri no_message = ' ' messagetype = 'S' auto_leave = 'X' IMPORTING rc = return_code EXCEPTIONS OTHERS = 1.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = repid dynumb = dynnr TABLES dynpfields = dynpfields.

ISHMED_FIND_OE_HIERARCHIE CALL FUNCTION 'ISHMED_FIND_OE_HIERARCHIE' EXPORTING i_einri = einri i_orgid = orgid TABLES t_find_norg = inorg EXCEPTIONS no_hierarchie = 1 oe_not_found = 2.

ISHMED_SHOW_BAUID CALL FUNCTION 'ISHMED_SHOW_BAUID' EXPORTING i_einri = einri i_abl_hier = hier i_auf_hier = hier i_mfsel = on i_gdat_von = begdt i_gdat_bis = enddt i_title = 'Raum'(a01) * I_REFRESH = 'X' i_set_mark = on TABLES t_bauid = a_tn11o t_bauty = itn11b EXCEPTIONS no_selection = 1 not_found = 2 cancelled = 3.

ISHMED_SHOW_NORG CALL FUNCTION 'ISHMED_SHOW_NORG' EXPORTING ss_einri = einri ss_einri_chk = 'J' ss_freig = on ss_gdatum = sy-datum ss_read_oe = read_oe * SS_TITLE = 'Transportliste'(A05) IMPORTING e_norg = norg TABLES t_norg = a_norg t_ntpk = a_ntpk EXCEPTIONS not_found = 01.

ISH_SHOW_LIST_PATIENT CALL FUNCTION 'ISH_SHOW_LIST_PATIENT' EXPORTING anfo = 'X' " Auswahlpopup npat_einri = einri fcode = 'PS' " Nur Patienten vcode = 'DIS' " Nur Anzeige und Auswahl IMPORTING npat_patnr = help_patnr npat_pziff = help_pziff EXCEPTIONS geschlecht_falsch = 01 no_authority = 02 npat_not_found = 03 selection_false = 04.

ISHMED_CHECK_BAUID CALL FUNCTION 'ISHMED_CHECK_BAUID' EXPORTING i_einri = einri i_abl_hier = hier i_auf_hier = hier i_gdat_von = begdt i_gdat_bis = enddt TABLES t_bauid = itn11o t_bauty = itn11b EXCEPTIONS not_found = 1.

ISHMED_CHECK_NORG CALL FUNCTION 'ISHMED_CHECK_NORG' EXPORTING ss_einri = einri ss_freig = on ss_einri_chk = 'J' ss_orgid = oe EXCEPTIONS not_found = 01 not_valid = 02.

ISHMED_READ_ORGFA CALL FUNCTION 'ISHMED_READ_ORGFA' EXPORTING * I_DATUM = SY-DATUM i_einri = a_einri i_msg = off " Keine Nachricht ausgeben! i_orgid = a_erboe IMPORTING e_orgfa = norg EXCEPTIONS not_found = 1 OTHERS = 2.

ISHMED_FIND_OE_HIERARCHIE CALL FUNCTION 'ISHMED_FIND_OE_HIERARCHIE' EXPORTING i_einri = a_einri i_orgid = a_erboe TABLES t_find_norg = a_norg EXCEPTIONS no_hierarchie = 01 oe_not_found = 02.

ISHMED_READ_ORGFA CALL FUNCTION 'ISHMED_READ_ORGFA' EXPORTING * I_DATUM = SY-DATUM i_einri = a_einri i_msg = off " Keine Nachricht ausgeben! i_orgid = a_erboe IMPORTING e_orgfa = inorg EXCEPTIONS not_found = 1 OTHERS = 2.








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