SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN1LST00 SAP ABAP Report - Data Transfer for Services







RN1LST00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to import services from batch input folders...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 RN1LST00 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 RN1LST00. "Basic submit
SUBMIT RN1LST00 AND RETURN. "Return to original report after report execution complete
SUBMIT RN1LST00 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: ABRKZ = Billable
Selection Text: BFORMEL = Calculation Formulas
Selection Text: CHECKDYN = Check Screen Field Names
Selection Text: CHECKFRM = Check FORM Names
Selection Text: CHECKSTR = Check Structure Definition
Selection Text: DATE_ANF = Valid From
Selection Text: DATE_END = Valid To
Selection Text: DIFFSETS = Different Record Types
Selection Text: EINRI = Institution
Selection Text: FEHLERPR = Error Log
Selection Text: FILENAME = Name of Sequential Dataset
Selection Text: GESAMTPR = Full Log
Selection Text: MNAME = Session Name
Selection Text: OLDDATA = Long Text Transfer
Selection Text: RECS = Services to be Transferred
Selection Text: SALEN = Length of Record Ind.
Selection Text: SAPOS = Offset of Record Ind.
Selection Text: SKENN = Svce Catalog ID in Struct.Def.
Selection Text: TID = Service Catalog ID in System
Selection Text: TMODUS = Test Mode
Selection Text: USALEN = Length of Subrecord Indic.
Selection Text: USAPOS = Offset of Subrecord Indic.
Selection Text: USARTEN = Subrecord Types
Selection Text: ZEITR = Extended Service
Title: Data Transfer for Services
Text Symbol: SEG = Session Name
Text Symbol: SEF = Svce Ctlg. ID in Struct.Def.
Text Symbol: SEE = CO-Relevant
Text Symbol: SED = Med. Service
Text Symbol: 001 = Records Read:
Text Symbol: 002 = Records Skipped:
Text Symbol: 003 = Batch Input Entries:
Text Symbol: 004 = Record:
Text Symbol: 005 = Record Type:
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: 011 = does not exist.
Text Symbol: 014 = those w/ errors:
Text Symbol: S10 = Check Scr.Field Names
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 = Valid From/To
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 = Calc. Formula
Text Symbol: SEC = Adm. Service


INCLUDES used within this REPORT RN1LST00

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:

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = l_file CHANGING physical_filename = l_file_cheked .

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = 'NTPK' TABLES NAMETAB = NAMETAB_NTPK EXCEPTIONS NO_TEXTS_FOUND = 1.



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