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

inserting values into the internal table while debugging

Former Member
0 Likes
1,007

Hi Experts,

I have to insert about 10 rows to the internal table while debugging, as there is no content fetched from the table.

It takes much time for insert the rows one by one. Is it possible to upload an Excel file content to the internal table as its vice versa is available for downloading the internal table contents.

Is there any other way to do this easily.

Thanks and Regards,

Gopal.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
557

Hi

Downloading from internal table to local file is available , but uploading is not available at time of debbugging.

Thanks

Shambhu

3 REPLIES 3
Read only

Former Member
0 Likes
557

Hi,

If your SAP version is on or below 4.6 C its not possible. Else check Andrew's reply in this thread

Vikranth

Read only

Former Member
0 Likes
557

yeah u can download the data from the internal table if ur using a new debugger.. but cant upload

by using the just clikc on the tools button and go with save to local file

Read only

Former Member
0 Likes
558

Hi

Downloading from internal table to local file is available , but uploading is not available at time of debbugging.

Thanks

Shambhu