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: 

SY-TITLE blank ???

Former Member
0 Kudos

Hi all

my problem is strange.

the field TITLE of the structure SY is Blank in DEBUG, but if I ask SY (only) I see the title :

Ideas ?

4 REPLIES 4

former_member185414
Active Contributor
0 Kudos

Hello,

Where are you checking ? In the 'DetailDisplay' tab in debugger I am getting it. Only difference between your and mine screenshot is that my SY-TITLE has an absolute type of \TYPE=SYTITLE.

Also check what does SYST-TITLE hold?

BR.

sujeet2918
Active Contributor
0 Kudos

Hi,

Try to check SYST-TITLE in debug..

Thanks,

Sujeet

0 Kudos

SYST-TITLE is correct.

0 Kudos

Hi Lorenzo,

It's common problem, you can refer below link to understand this behaviour.

https://help.sap.com/saphelp_erp60_sp/helpdata/en/53/7ef3c9f8729b468d9aff68e2393cac/content.htm

We had this issue coming in new debugger initially, Implement Note

Thanks,

Sujeet