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

how to pass a structure to debug a function?

Former Member
0 Likes
1,337

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?

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
961

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

4 REPLIES 4
Read only

Former Member
0 Likes
961

Press page down.

Read only

Former Member
0 Likes
961

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

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
962

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

Read only

0 Likes
961

Thanks, it was the required combo of pressing on the edit key then pressing

F3 that I was missing.