SAP Reports / Programs

RNILOE00 SAP ABAP Report - IS-H: Transfer Data for OU-Related Quick Service Entry







RNILOE00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can create a batch input session with this report for the transaction NL04 (quick service entry is OU-specific)...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 RNILOE00 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 RNILOE00. "Basic submit
SUBMIT RNILOE00 AND RETURN. "Return to original report after report execution complete
SUBMIT RNILOE00 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: TMODUS = Test Mode
Selection Text: SKENN = Svce Catalog ID in Struct. Def
Selection Text: SE_EINRI = Institution
Selection Text: RECS = No. of Services
Selection Text: MNAME = BI Session Name
Selection Text: GESAMTPR = Full Log
Selection Text: FILENAME = Name of Sequential Dataset
Selection Text: FEHLERPR = Error Log
Selection Text: DATE_ANF = Valid From
Selection Text: CHECKSTR = Check Structure Definition
Selection Text: CHECKFRM = Check FORM Names
Selection Text: CHECKDYN = Check Screen Field Names
Selection Text: BIMAPPE = Create BI Session
Title: IS-H: Transfer Data for OU-Related Quick Service Entry
Text Symbol: U03 = Settings
Text Symbol: U02 = Parameters of Seq. File to Be Transferred
Text Symbol: U01 = Institution and Batch Input Session
Text Symbol: SE9 = Check Struct. Def.
Text Symbol: SE8 = Long Text Transfer
Text Symbol: SE7 = Billable
Text Symbol: SE6 = Extended Service
Text Symbol: SE5 = Performance Date
Text Symbol: SE4 = Subrec. Types
Text Symbol: SE3 = Length
Text Symbol: SE2 = Item
Text Symbol: SE1 = Record Types
Text Symbol: S14 = Full Log
Text Symbol: S13 = Error Log
Text Symbol: S12 = Test Mode
Text Symbol: S11 = Check FORM Names
Text Symbol: S10 = Check Scr.Field Names
Text Symbol: 014 = those errored:
Text Symbol: 010 = New Screen:
Text Symbol: 009 = Dump terminated!
Text Symbol: 008 = Error while calling "NAMETAB GET"
Text Symbol: 007 = Errored record, no entry in batch input session
Text Symbol: 006 = No structure info found. Record skipped.
Text Symbol: 005 = Record Type:





Text Symbol: 004 = Record:
Text Symbol: 003 = Batch Input Entries:
Text Symbol: 002 = Records Skipped:
Text Symbol: 001 = Records Read:


INCLUDES used within this REPORT RNILOE00

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.



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