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

Adding data to internal table

Former Member
0 Likes
1,860

Hi,

Does any one can tell, is it possible to add a new line into an internal table while debugging a program ?

Robert

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,120

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,121

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

Read only

Former Member
0 Likes
1,120

Yes it is possible.

Just click on the Insert/Append tab.

But U should have authorization to change the Internal

table in debugging mode.

Read only

Former Member
0 Likes
1,120

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

Read only

Former Member
0 Likes
1,120

Under Tables column

Internal Table Name:

Use <b>insert</b> button to enter new line

Read only

manuel_bassani
Contributor
0 Likes
1,120

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

Read only

Former Member
0 Likes
1,120

HI.

Yes. Its possible.

INSERT line. while debugging.

Thanks,

Maheshwari.V