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: 

Appending a record in an internal table while debugging

Former Member
0 Kudos
9,233

Hi gurus,

i am trying to add one record in a internal table at run time in debugging mode. i am adding the same record which is already exist in that internal table to test for some scenarios.after adding adn once if i click save, all the data i have entered is going and only the document number staying there. cant we add a record in debugging. if so where did i do mistake. thanks in advance,

santosh.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
2,654

Hi,

In Debug mode click on the table and press the APPEND button. Enter the data and press enter.

In this process at a time u can enter one field entry of the new record. Then place the cursor on that record and press CHANGE button enter another field .

Regards,

Balavardhan.k

3 REPLIES 3

Former Member
0 Kudos
2,655

Hi,

In Debug mode click on the table and press the APPEND button. Enter the data and press enter.

In this process at a time u can enter one field entry of the new record. Then place the cursor on that record and press CHANGE button enter another field .

Regards,

Balavardhan.k

Former Member
0 Kudos
2,654

hi

yes u can add records in internal table in debugging mode.

switch to the classical debugger . double click on the internal table and press append button.

then add the first field value and then press enter ...then double click on the parallel line below the next field which will take u to input the next field enter value and press on the pencil. u need not press save.

to append next line press append button again and append in similar way.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 21, 2008 5:37 PM

0 Kudos
2,654

Hi thanks to all,

My prob solved.