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: 

ALV Control: Permitted Values for STYLE in the ALV Data Transfer structure

AB
Contributor
0 Kudos

Does anyone know a source / reference that "de-codes" the integer value of the the field style in the structure LVC_S_DATA to something a human understands.

Doh!! It is the binary values that are important.

Edited by: Andrew Barnard on Sep 2, 2008 3:00 PM.

1 REPLY 1

AB
Contributor
0 Kudos

It is the binary values that are important.

add 32 to turn bolding on

add 512 to turn underline on

add 2048 to get left-justified

and so on..