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

help on set column style vertical align

Former Member
0 Likes
352

Why is it that my data inside the column that i created is not displayed on top, instead it is displayed in the center.

CALL METHOD wa_table->set_column_style

EXPORTING

col_no = 2

sap_valign = 'TOP'.

Pls help.

Why is it that my data inside the column that i created is not displayed on top, instead it is displayed in the center.

CALL METHOD wa_table->set_column_style

EXPORTING

col_no = 2

sap_valign = 'TOP'.

Pls help.

1 REPLY 1
Read only

Former Member
0 Likes
323

figured out myself