2008 Feb 21 8:54 AM
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.
2008 Feb 21 9:08 AM
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
2008 Feb 21 9:08 AM
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
2008 Feb 21 9:15 AM
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
2008 Feb 21 9:19 AM