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: 

Unexpected hyphen/minus/dash display

Sadullah
Participant
0 Kudos

Hi experts,

You see a hyphen in ss below. I want to remove it!!!

Here is the output screen of "write" keyword.

When I switch to another variant, it disappears.

I investigated whole project and can't find where it is.

I think this is an old project and it was written with write statement then a reuse alv was embeded below this.

Any ideas? What is the possible solutions?

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Check for a TOP_OF_PAGE or similar form in the call of the old REUSE FM (contains some call of REUSE_ALV_COMMENTARY_WRITE)

  • I_CALLBACK_TOP_OF_PAGE
  • I_CALLBACK_HTML_TOP_OF_PAGE
  • IT_EVENTS
6 REPLIES 6

raymond_giuseppi
Active Contributor
0 Kudos

Check for a TOP_OF_PAGE or similar form in the call of the old REUSE FM (contains some call of REUSE_ALV_COMMENTARY_WRITE)

  • I_CALLBACK_TOP_OF_PAGE
  • I_CALLBACK_HTML_TOP_OF_PAGE
  • IT_EVENTS

0 Kudos

Checking it...

0 Kudos

thanks for your advice raymond.giuseppi , customer will change the variant. 😃

Sandra_Rossi
Active Contributor
0 Kudos

Please share your code concerning WRITE, including the data type of the variable.

Sadullah
Participant
0 Kudos

ok, tomorrow I will.

Sadullah
Participant
0 Kudos

sandra.rossi customer will recreate variant, so the problem was solved. 😃