Application Development 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: 

Symbol in Debugging Mode in ABAP

masna_7
Participant
0 Kudos
396

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

matt
Active Contributor
349

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

raymond_giuseppi
Active Contributor
349

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