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 appears while debugging

Former Member
0 Likes
479

Hai Friends,

I have fetched BELNR,GJAHR,AWKEY from BKPF and passed the BELNR in BSEG to get the amount. when i debug the code a '#' symbol is appearing in front of BELNR field in both the queries. why is it so?.

But the values are captured.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
441

HI,

Did you copy fields from Word/Text document. In this case spaces are shown as '#' in the debug.

So instead of copy if you type the code then you will not see the '#'.

2 REPLIES 2
Read only

Former Member
0 Likes
442

HI,

Did you copy fields from Word/Text document. In this case spaces are shown as '#' in the debug.

So instead of copy if you type the code then you will not see the '#'.

Read only

0 Likes
441

Hai Avinash,

Yes you are right i have copied the fields from spreadsheet. Thanks for your answer.