RNILST00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to create services...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 RNILST00 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: ABRAM = Billable Outpatient
Selection Text: ABRKZ = Billable Inpatient
Selection Text: ADMLS = Administrative Service
Selection Text: BFORMEL = Valuation Formula
Selection Text: BIMAPPE = Create BI Session
Selection Text: CHECKDYN = Check Screen Field Names
Selection Text: CHECKFRM = Check FORM Names
Selection Text: CHECKSTR = Check Structure Definition
Selection Text: COREL = CO-Relevant
Selection Text: DATE_ANF = Valid From
Selection Text: DATE_END = Valid To
Selection Text: DIFFSETS = Different Record Types
Selection Text: FEHLERPR = Error Log
Selection Text: FILENAME = File Name
Selection Text: ZEITR = Extended Service
Selection Text: USARTEN = Subrecord Types
Selection Text: USAPOS = Offset of Subrecord Indic.
Selection Text: USALEN = Length of Subrecord Indic.
Selection Text: TMODUS = Test Mode
Selection Text: TID = Service Catalog ID in System
Selection Text: SKENN = Svce Catalog ID in Struct.Def.
Selection Text: SAPOS = Offset of Record Ind.
Selection Text: SALEN = Length of Record Ind.
Selection Text: RECS = Svce Records to Be Imported
Selection Text: OLDDATA = Long Text Transfer
Selection Text: MNAME = Session Name
Selection Text: MEDLS = Medical Service
Selection Text: GESAMTPR = Full Log
Title: IS-H: Transfer Data to Create Services
Text Symbol: U02 = File/Directory Appl. Server (Background Processing not Possible)
Text Symbol: U01 = File on Presentation Server (Background Processing not Possible)
Text Symbol: SEM = To
Text Symbol: SEL = SCgry2
Text Symbol: SEK = Svce Ctgry
Text Symbol: SEI = Create Session
Text Symbol: SEH = Service Catalog
Text Symbol: SEG = Session Name
Text Symbol: SEF = Svce Catalog ID in Struct. Def.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = filename.
ISH_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING SS_CVERS = CVERS.
NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = 'NTPK' TABLES NAMETAB = NAMETAB_NTPK EXCEPTIONS NO_TEXTS_FOUND = 1.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING EINRI = SE_EINRI AUSBEGDT = SY-DATUM LINE_SIZE = '80' * TITLE_LIN1 = SY-TITLE REPID = SY-REPID ULINE = OFF EXCEPTIONS OTHERS = 1.
ISH_TNK01_CHECK CALL FUNCTION 'ISH_TNK01_CHECK' "check, if service catalog is correct EXPORTING ss_einri = se_einri ss_tarid = tid EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
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 RNILST00 or its description.