‎2006 Jan 26 4:43 PM
Hi,
Does any one can tell, is it possible to add a new line into an internal table while debugging a program ?
Robert
‎2006 Jan 26 4:45 PM
Hi,
Yes you can add any no. of lines while debugging.
There is a button in the debugging mode "Append".
Message was edited by: Phani Kiran Nudurupati
‎2006 Jan 26 4:45 PM
Hi,
Yes you can add any no. of lines while debugging.
There is a button in the debugging mode "Append".
Message was edited by: Phani Kiran Nudurupati
‎2006 Jan 26 4:46 PM
Yes it is possible.
Just click on the Insert/Append tab.
But U should have authorization to change the Internal
table in debugging mode.
‎2006 Jan 26 4:47 PM
Hi Robert ,
You can do that.While debugging atthe bottom of the screen you can find a append/add button --Press that and add entries.
Lanka
‎2006 Jan 26 4:47 PM
Under Tables column
Internal Table Name:
Use <b>insert</b> button to enter new line
‎2006 Jan 26 4:48 PM
Hi Robert,
sure you can.
1. go in table visualization mode clicking "Tables" in the upper section of debug screen
2. write internal table name and press enter
3. You can insert a line between two others by positioning the cursor on a line and choosing Insert
4. You can append a line as the last row by clicking Append
5. Write data inside the line and press ENTER or double click the line to insert data field by field
Regards, Manuel
‎2006 Jan 26 4:49 PM
HI.
Yes. Its possible.
INSERT line. while debugging.
Thanks,
Maheshwari.V