Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to find a Delimiter in the given file

sreeramkumar_madisetty
Active Contributor
0 Kudos

Hi Friends

How to find a Delimiter in the given file?

<b>Points are assured for correct answers.</b>

Regards,

Sreeram

1 REPLY 1

Former Member
0 Kudos

hi

u mean tab delimeter file.

CALL FUNCTION 'GUI_UPLOAD'

EXPORTING

filename = v_file

filetype = 'ASC'

has_field_separator = 'X'

TABLES

data_tab = i_upload_file.

i think debug time u find easily v_file is delimeter file or not .