cancel
Showing results for 
Search instead for 
Did you mean: 

SCREEN-OUTPUT = 0 for WD ABAP

Former Member
0 Kudos

Hello,

In SAP GUI i can set screen variable to output = 0. The content of element is then not shown, but the field (frame of the field) stay visible.

How can i do it in WD ABAP. I do not want to make it invisible but simple to hide the values.

thanks

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

ChrisPaine
Active Contributor
0 Kudos

Hi Paul,

you could have two elements one bound to your context for normal input and one read-only and bound to an empty context attribute. you could then set the visibility for the two elements to be bound to an attribute - and invert the value in the binding for one of the elements... Thus when swapped the value of the visibility attribute, you'd swap which one of the elements was shown - if the layout of the container the elements were in was right, then they would appear in the same place...

Not a brilliant solution, but I think it would work...

Personally, I'd just get used to the new WD ABAP look and feel - everything is going to look this way - don't try to replicate what we had - embrace the new

Cheers,

Chris