‎2009 Jun 07 12:37 PM
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.
‎2009 Jun 07 12:48 PM
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".
‎2009 Jun 07 12:48 PM
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.
‎2009 Jun 07 12:51 PM
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.
‎2009 Jun 07 1:13 PM
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.
‎2009 Jun 07 1:34 PM
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.
‎2020 Jul 01 4:54 PM
There is one option to upload from file. You may create a notepad file with tabs, and upload it.
‎2020 Jul 02 1:08 PM
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 .