2006 Nov 22 11:35 PM
Hi all,
I modified one existing program.Now I want to test it.I am not given test data.So in the middle of my debugging, I found that one internal table with no data.My problem is how to fill that internal table with few records in that debugging mode just as we change contents in debugging mode.If I want to proceed further means that internal table must have some records.
Please I dont know how to create test data so I am trying to create values temporarily in debugging mode only.
Thanks,
Balaji
Hi all,
I modified one existing program.Now I want to test it.I am not given test data.So in the middle of my debugging, I found that one internal table with no data.My problem is how to fill that internal table with few records in that debugging mode just as we change contents in debugging mode.If I want to proceed further means that internal table must have some records.
Please I dont know how to create test data so I am trying to create values temporarily in debugging mode only.
Thanks,
Balaji
2006 Nov 22 11:44 PM
2006 Nov 23 12:00 AM
Hi Balaji
There is a very good demo in SDN for using the new debugger and performing many tasks on the same. It also includes the demonstration of fillling internal tables with values at runtime.
Regards
Kathirvel
2006 Nov 23 12:10 AM
Hi,
In the debugging do the following..
Click the Table button..
Double click on the internal table name..
Then in the bottom of the screen you will get the buttons like CHANGE, INSERT, APPEND, DELETE..
Use the APPEND button to insert records to the internal table..
Thanks,
Naren
2006 Nov 23 12:24 AM
2006 Nov 23 12:34 AM
Hi,
Please make sure to reward points for helpful answers..
Thanks,
Naren