SAP Function /SDF/EWA_READ_FILE_INTO_TABLE - Reads a file in different ways

Parameter Reference Type Length Default Optional Text
DELIMITER CHAR1024 C 1024 'space' X 'space' for space, line of SEARCH_STRING is seperated with DELIMITER
DESTINATION RFCDES-RFCDEST C 32 'NONE' X Logical Destination (Specified in Function Call)
FILE_LOCATION SYST-FTYPE C 1 'L' X 'L' or initial - (local) ABAP file; 'R' - remote CCMS agent file
FILE_NAME CHAR1024 C 1024 X File path on OS level
LINE_BREAK SYST-FTYPE C 1 'X' X Display full content of the line in file
MANUAL_DOWNLOAD SYST-FTYPE C 1 X Caution: Only use 'X' when running this function in SE37
SEARCH_STRING CHAR1024 C 1024 ' -' X This string is searched in a line and DELIMITER is used

Parameter Reference Type Length Text
FILE_GROUP /SDF/OSCOLLINFO-FILE_HW_GROUP C 32 Character field, length 32
FILE_LSTCHANGED /SDF/OSCOLLINFO-FILE_HW_LSTCHANGED D 8 Field of type DATS
FILE_LSTCHANGET /SDF/OSCOLLINFO-FILE_HW_LSTCHANGET T 6 Field of type TIMS
FILE_OWNER /SDF/OSCOLLINFO-FILE_HW_OWNER C 32 Character field, length 32
FILE_READ CHAR1024 C 1024 File that was read
PF_ERROR /SDF/OSCOLLINFO-ERROR C 10 Error details

Parameter Reference Length Optional Text
FILE_CONTENT /SDF/EWA_FILE 264 X One line of a file containing additional information

Exception Text
CANT_OPEN_FILE Error opening file
CONVERSION_ERROR File display is incomplete: conversion problem
DESTINATION_ERROR Error calling CCMS Agent destination
FILE_IS_EMPTY File is empty
NO_AUTHORITY No authority to read file
NO_FILE A valid filename could not be determined
REMOTE_ERROR Error reading file using CCMS Agent destination