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 multiple rows in internal table in debugging

former_member195202
Participant
0 Likes
5,413

Hi All,

I need to insert multiple records from an excel sheet to an intenal table while debugging. I can see there is an option for "append row" in debugging but not for multiple rows. Can anybody help in this regard.

Thanks,

Ravi.

7 REPLIES 7
Read only

former_member195202
Participant
0 Likes
3,189

In other words - like for an internal table we have "Save to Local file" option in debugging, I need to have opposite operation, something like - "Load data from file".

Read only

Former Member
0 Likes
3,189

You have to append Rows one by one in OLD debugger.

New Debugger (ECC 6.0) has functionality to add multiple rows in one shot.

Read only

former_member195202
Participant
0 Likes
3,189

Hi,

I am using new debugger for ECC 6.0..but could not find that option..Can you please indicate where exactly this option lies in the debugger.

Read only

0 Likes
3,189

Check under Tables tab. Looks like you can Edit multiple rows at a time but can append only on at a time. Sorry for confusion in first answer.

Read only

former_member195202
Participant
0 Likes
3,189

I have tested all the options. It seems there is no option for inserting multiple rows in an internal table from local file while debugging. Hope newer version of debugger will contains this facility as well.

Read only

manasi_b
Explorer
0 Likes
3,189

There is one option to upload from file. You may create a notepad file with tabs, and upload it.

Read only

navneeta
Product and Topic Expert
Product and Topic Expert
0 Likes
3,188

Hi

you can upload data in tables while debugging by using "Upload From File" option .

If this option is not there in your case then , you need full debug access in the system .