Application Development and Automation 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: 
Read only

regarding data transfer

Former Member
0 Likes
252

i have data in text file and excel file , can i use wsor gui-upload to transfer data from excel to internal table , what is the difference between transfer data from text file to internal table and transfer of data from excel to internal table please send the code for both the procedures

1 REPLY 1
Read only

Former Member
0 Likes
231

Hi,

Use GUI_UPLOAD as

ws_upload is obselete

In gui_upload provide xls for filetype in case of excel sheet( if data is in excel sheet)

In gui_upload provide txt for filetype in case of text file( if data is in notepad)

check this link for both of them

Regards