SAP Reports / Programs | Basic Data | SAP Healthcare - Industry-Specific Components for Hospitals | Basic Data(IS-H-BD) SAP IS

RNILST00 SAP ABAP Report - IS-H: Transfer Data to Create Services







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


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 RNILST00. "Basic submit
SUBMIT RNILST00 AND RETURN. "Return to original report after report execution complete
SUBMIT RNILST00 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: 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.





Text Symbol: 001 = Records Read:
Text Symbol: 002 = Records Skipped:
Text Symbol: 003 = Sess. Entries:
Text Symbol: 004 = Recrd No
Text Symbol: 005 = With RecType
Text Symbol: 006 = No structure info found. Record skipped.
Text Symbol: 007 = Errored record, no entry in batch input session
Text Symbol: 008 = Error while calling "NAMETAB GET"
Text Symbol: 009 = Dump terminated!
Text Symbol: 010 = New Screen
Text Symbol: 014 = Call Transaction Number:
Text Symbol: 015 = Errored Entries in Sess:
Text Symbol: 016 = Field
Text Symbol: 017 = Value
Text Symbol: R01 = Institution and Batch Input Session
Text Symbol: R02 = Service Settings
Text Symbol: R03 = Further Selection Parameters/Settings
Text Symbol: S01 = Institution
Text Symbol: S10 = Check Screen Fields
Text Symbol: S11 = Check FORM Names
Text Symbol: S12 = Test Mode
Text Symbol: S13 = Error Log
Text Symbol: S14 = Full Log
Text Symbol: SE1 = Record Types
Text Symbol: SE2 = Item
Text Symbol: SE3 = Length
Text Symbol: SE4 = Subrec. Types
Text Symbol: SE5 = Validity Period
Text Symbol: SE6 = Extended Service
Text Symbol: SE7 = Bill. I/P
Text Symbol: SE8 = Long Text Transfer
Text Symbol: SE9 = Check Struct. Def.
Text Symbol: SEA = Bill. O/P
Text Symbol: SEB = Valuation Formula
Text Symbol: SEC = Adm. Service
Text Symbol: SED = Med. Service
Text Symbol: SEE = CO-Relevant


INCLUDES used within this REPORT RNILST00

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_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.



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