We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE:[sap-abap] Need Input Parameter to be Case-Sensitive

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by robphelan(Lead SAP Specialist)
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?
__.____._

Copyright © 2009 CEB Toolbox, Inc. and message author.

Toolbox.com
4343 N. Scottsdale Road
Suite 280
Scottsdale, AZ 85251

0 comments:

Post a Comment

T r a n s l a t e to your language