SAP ABAP Function Module /SDF/EWA_READ_FILE_INTO_TABLE (Reads a file in different ways)
Hierarchy
☛
ST-PI (Software Component) SAP Solution Tools Plug-In
⤷
SV-SMG-SDD (Application Component) Service Data Download
⤷
/SDF/STPI_6X (Package) Release 6.XX dependent Basis Addon SLM

⤷

⤷

Basic Data
Function Module | /SDF/EWA_READ_FILE_INTO_TABLE | Reads a file in different ways |
Function Group | /SDF/EWA_6X | EWA download functions |
Program Name | /SDF/SAPLEWA_6X | EWA download functions |
INCLUDE Name | /SDF/LEWA_6XU02 |
Parameters
Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
---|---|---|---|---|---|---|---|
![]() |
FILE_READ | TYPE | CHAR1024 | File that was read | |||
![]() |
PF_ERROR | TYPE | /SDF/OSCOLLINFO-ERROR | Error details | |||
![]() |
FILE_OWNER | TYPE | /SDF/OSCOLLINFO-FILE_HW_OWNER | Character field, length 32 | |||
![]() |
FILE_GROUP | TYPE | /SDF/OSCOLLINFO-FILE_HW_GROUP | Character field, length 32 | |||
![]() |
FILE_LSTCHANGED | TYPE | /SDF/OSCOLLINFO-FILE_HW_LSTCHANGED | Field of type DATS | |||
![]() |
FILE_LSTCHANGET | TYPE | /SDF/OSCOLLINFO-FILE_HW_LSTCHANGET | Field of type TIMS | |||
![]() |
FILE_NAME | TYPE | CHAR1024 | File path on OS level | |||
![]() |
SEARCH_STRING | TYPE | CHAR1024 | ' -' | This string is searched in a line and DELIMITER is used | ||
![]() |
DELIMITER | TYPE | CHAR1024 | 'space' | 'space' for space, line of SEARCH_STRING is seperated with DELIMITER | ||
![]() |
LINE_BREAK | TYPE | SYST-FTYPE | 'X' | Display full content of the line in file | ||
![]() |
FILE_LOCATION | TYPE | SYST-FTYPE | 'L' | 'L' or initial - (local) ABAP file; 'R' - remote CCMS agent file | ||
![]() |
DESTINATION | TYPE | RFCDES-RFCDEST | 'NONE' | Logical Destination (Specified in Function Call) | ||
![]() |
MANUAL_DOWNLOAD | TYPE | SYST-FTYPE | Caution: Only use 'X' when running this function in SE37 | |||
![]() |
LIMIT | TYPE | I | 0 | Limit to given number of lines | ||
![]() |
FILE_CONTENT | TYPE | /SDF/EWA_FILE | One line of a file containing additional information | |||
![]() |
CANT_OPEN_FILE | TYPE | Error opening file | ||||
![]() |
FILE_IS_EMPTY | TYPE | File is empty | ||||
![]() |
DESTINATION_ERROR | TYPE | Error calling CCMS Agent destination | ||||
![]() |
REMOTE_ERROR | TYPE | Error reading file using CCMS Agent destination | ||||
![]() |
NO_FILE | TYPE | A valid filename could not be determined | ||||
![]() |
NO_AUTHORITY | TYPE | No authority to read file | ||||
![]() |
CONVERSION_ERROR | TYPE | File display is incomplete: conversion problem | ||||
Processing Type
Normal Function Module | |
![]() |
BaseXML supported |
Update Module | Start immediately |
Immediate Start, No Restart | |
Start Delayed | |
Coll.run | |
JAVA Module Callable from ABAP | |
Remote-Enabled JAVA Module | |
Module Callable from JAVA |
History
Last changed by/on | SAP | 20070809 |
SAP Release Created in | 003C_610 |