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

RNILST02 SAP ABAP Report - IS-H: Fill NTPZ (Re-Mapping of Services) from TNE2G







RNILST02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report you can fill table NTPZ (service catalog items: Assignments and Groupings), starting from table TNE2G (transfer EBM <-> GOÄ, BIS data)...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 RNILST02 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 RNILST02. "Basic submit
SUBMIT RNILST02 AND RETURN. "Return to original report after report execution complete
SUBMIT RNILST02 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: DATEI = Identifier
Selection Text: DATE_ANF = Valid From
Selection Text: DATE_END = Valid To
Selection Text: EBMZIF = EBM Svce ID
Selection Text: EINRI = Institution
Selection Text: FEHLERPR = Error Log
Selection Text: GESAMTPR = Full Log
Selection Text: GOAZIF = GOÄ Svce ID
Selection Text: KONV1 = Conv.Routine EBM Svce ID
Selection Text: KONV2 = Conv.Routine GOÄ Svce ID
Selection Text: PROGR = Program Name
Selection Text: TID1 = SvceCat. ID 1
Selection Text: TID2 = SvceCat. ID 2
Selection Text: TMODUS = Test Mode
Selection Text: ZUTYP = Assignment Type
Title: IS-H: Fill NTPZ (Re-Mapping of Services) from TNE2G
Text Symbol: 007 = Mapp.interval is to the right of largest service int.
Text Symbol: 006 = Mapp.interval is to the left of the smallest svce int.
Text Symbol: 005 = New mapp. interval overlaps with the existing interval
Text Symbol: 004 = Mapp.interval covers service interval to the right
Text Symbol: 003 = Mapp.interval contained in svce interval
Text Symbol: 002 = Mapp. interval covers existing service interval
Text Symbol: 001 = Mapping interval identical to existing svce interval
Text Symbol: BL2 = Select TNE2G Entries
Text Symbol: 016 = SvceCat.
Text Symbol: 017 = Svce with unsuitable validity interval
Text Symbol: 018 = Undefined svce or unsuitable validity interval
Text Symbol: 019 = Result of mapping svce catalog
Text Symbol: 020 = to svce catalog
Text Symbol: 021 = Institution:
Text Symbol: 022 = Valid From:
Text Symbol: 023 = Changed By :
Text Symbol: 024 = Valid To :
Text Symbol: 025 = Date :
Text Symbol: 026 = Assignment Type :
Text Symbol: 027 = ************** End of this List ***************
Text Symbol: 028 = (Test Mode)
Text Symbol: BL1 = Processing Mode





Text Symbol: 008 = Undefined svce or validity interval in svce master incorrect
Text Symbol: SE9 = Valid From/To
Text Symbol: SE8 = Lgth.Svce2
Text Symbol: SE7 = Itm.Svce2
Text Symbol: SE6 = Lgth.Svce1
Text Symbol: SE5 = Itm.Svce1
Text Symbol: SE4 = Length
Text Symbol: SE3 = Item
Text Symbol: SE2 = Record Type
Text Symbol: S16 = /
Text Symbol: S15 = Svce Catalog ID 1/2
Text Symbol: S13 = Full Log
Text Symbol: S12 = Error Log
Text Symbol: S11 = Test Mode
Text Symbol: BL4 = Conversion
Text Symbol: BL3 = Default Values for NTPZ Entries
Text Symbol: 015 = No successful mapping was carried out.
Text Symbol: 014 = Def. svce with unsuitable validity interval
Text Symbol: 013 = Service not defined in svce cat.
Text Symbol: 012 = Failed mappings
Text Symbol: 011 = Successful mappings
Text Symbol: 010 = Read records of sequential dataset
Text Symbol: 009 = Mapping record already exists


INCLUDES used within this REPORT RNILST02

No INCLUDES are used within this REPORT code!


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 = 'RNILST02' EINRI = EINRI IMPORTING RC = RC EXCEPTIONS OTHERS = 1.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = 'NTPZ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING TABNAME = 'NTPZ'.



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