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
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: 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!
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.