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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNILST02 - IS-H: Fill NTPZ (Re-Mapping of Services) from TNE2G RNILST02 - IS-H: Fill NTPZ (Re-Mapping of Services) from TNE2G RNILST01 - IS-H: Batch Input Session for Mapping Services in Table NTPZ RNILST01 - IS-H: Batch Input Session for Mapping Services in Table NTPZ RNILST00 - IS-H: Transfer Data to Create Services RNILST00 - IS-H: Transfer Data to Create Services