‎2006 Nov 20 2:59 PM
I am in the ABAP debugger and trying plug in the values of a structure.
I tried putting in individual fields, but the debugger only allows 8,
whereas I have about 12 fields to assign values to.
Is there another way to do this?
‎2006 Nov 20 3:03 PM
Once in debug mode, add the name of the structure to the input field at the bottom of the screen and hit enter. Now double click on the structure name where you just entered it. You will see all of the fields inside that structure, double click on each field and give the value. Double click the first, enter value, click pencil, hit F3 or Back, double click the next one, enter value, click pencil, F3, etc.
Regards,
Rich Heilman
‎2006 Nov 20 3:01 PM
‎2006 Nov 20 3:02 PM
Hi,
In debug mode just souble click on structure, the structure will appear in the field list again double click on it,the existing values are displayed, and double click on each value and change the value.. and repeat the process...
Sreedhar
‎2006 Nov 20 3:03 PM
Once in debug mode, add the name of the structure to the input field at the bottom of the screen and hit enter. Now double click on the structure name where you just entered it. You will see all of the fields inside that structure, double click on each field and give the value. Double click the first, enter value, click pencil, hit F3 or Back, double click the next one, enter value, click pencil, F3, etc.
Regards,
Rich Heilman
‎2006 Nov 20 3:34 PM
Thanks, it was the required combo of pressing on the edit key then pressing
F3 that I was missing.