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

Symbol in Debugging Mode in ABAP

masna_7
Participant
0 Likes
1,111

Hi, Can anyone please tell me what does this symbol mean in Status, beside L_UUID_OK and UUID ?

I am currently in Debugging Mode in ABAP.

Thanks.

2 REPLIES 2
Read only

matt
Active Contributor
1,064

It just means there's no variable L_UUID_OK nor UUID in the current context.

Read only

RaymondGiuseppi
Active Contributor
1,064

Pass the curser over the icon, tooltip 'invalid variable' should appear (this variable is currently not available/not defined in current context)