SAP Reports / Programs

RN1OLSPK SAP ABAP Report - Use of Services in Ranges







RN1OLSPK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RN1OLSPK 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 RN1OLSPK. "Basic submit
SUBMIT RN1OLSPK AND RETURN. "Return to original report after report execution complete
SUBMIT RN1OLSPK 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: R_TALST = Service
Selection Text: P_ZOTYP = Assignment Type
Selection Text: EINRI = Institution
Title: Use of Services in Ranges
Text Symbol: U01 = Service Range ;;
Text Symbol: L02 = Service Range
Text Symbol: L01 = Service is not assigned to any range
Text Symbol: H25 = Assigned Via;; Assigned via
Text Symbol: H24 = To ;;
Text Symbol: H23 = Assign.Frm;; Assignment from
Text Symbol: H22 = Name of Org. Unit ;;
Text Symbol: H21 = Ty;; Type of org. unit
Text Symbol: H20 = Org. Unit ;; org. unit
Text Symbol: H11 = D;; Deletion Indicator
Text Symbol: H10 = Valid To ;;
Text Symbol: H09 = Valid From;;
Text Symbol: H08 = N;; Nursing Service
Text Symbol: H07 = M;; adMinistrative service
Text Symbol: H06 = P;; Performable Service
Text Symbol: H05 = R;; Requestable Service
Text Symbol: H04 = Service Short Description ;;
Text Symbol: H03 = G;; Service Group
Text Symbol: H02 = Service ;;
Text Symbol: H01 = SC;; Service Catalog
Text Symbol: A01 = No data could be found
Text Symbol: 006 = Exclude Invalid Entries
Text Symbol: 005 = Only Services Without Range
Text Symbol: 004 = To
Text Symbol: 003 = Date From ;;
Text Symbol: 002 = Charge Catalog ;;
Text Symbol: 001 = Institution


INCLUDES used within this REPORT RN1OLSPK

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:

ISH_N2_AUTHORITY * CALL FUNCTION 'ISH_N2_AUTHORITY'.

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_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = rnstat-einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = off ausbegdt = begdt ausenddt = enddt.

ISHMED_SHOW_XLEI * CALL FUNCTION 'ISHMED_SHOW_XLEI' * EXPORTING * ss_einri = einri * ss_gdatum = sy-datum * ss_tarif = tarif ** SS_TITEL = TEXT-H01 * ss_vcode = 'UPD' * ss_zeitr = off * ss_zotyp = the_zotyp * IMPORTING * e_ntpk = ntpk ** E_NTPT = NTPT * TABLES * t_ntpk = a_ntpk * EXCEPTIONS * not_found = 01.

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

ISH_HELP_REQUEST CALL FUNCTION 'ISH_HELP_REQUEST' EXPORTING ss_object = a_object ss_title = title.



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