RE:[sap-abap] Need Input Parameter to be Case-Sensitive
Posted by
Admin at
|
Share this post:
|
on 07/28/2009 05:15:00 PM
Yes, you move that to a string afterwards.
Parameters: p_file type rlgrap-filename.
DATA: l_filename TYPE string.
l_filename = p_file.
CALL FUNCTION 'GUI_UPLOAD'
EXPORTING
filename = l_filename
filetype = 'ASC'
has_field_separator = 'X'
TABLES
data_tab = lt_input
EXCEPTIONS
file_open_error = 1
file_read_error = 2
.
.
.
.
.
From: Juan via sap-abap [mailto:sap-abap@groups.ittoolbox.com]
Sent: Tuesday, July 28, 2009 4:05 PM
To: Phelan, Robert
Subject: RE:[sap-abap] Need Input Parameter to be Case-Sensitive
[http://userimages.toolbox.com/user/b_1589290.jpg]
The Problem with declaring the parameter as rlgrap-filename, is the processing input file function, which receives a String? Can I then? still declare as rlgrap-filename? and convert the rlgrap-filename to string without losing the low-case characters? __.____._
Toolbox.com
4343 N. Scottsdale Road
Suite 280
Scottsdale, AZ 85251
In the Spotlight
Manage group e-mails
Create an FAQ on this topic
Tell us what you think
Unsubscribe from discussion