cancel
Showing results for 
Search instead for 
Did you mean: 

reg : columns in WDABAP

Former Member
0 Kudos

HI,

when you check the ALV output (in normal ABAP) ..we have a option to change the layout ...when we click this button CHANGE LAYOUT we get a pop up with all the Displayed columns on the left hand side ...we selelct the required columns and click on the button(HIDE SELECTED FIELDS)...so that all the selected columns will move right hand side....

In the WDABAP..Iam looking for the same functionality in a view ....all the columns should be displayed on the left hand side...so that user selects required colums and clicks a button to move them to right side .

Is this possible in web dynpro?

regards

Arjun

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please use the following Class methods to accomplish your task,

CL_SALV_TABLE

CL_SALV_COLUMN_TABLE

CL_SALV_COLUMN_LIST

Best Regards

Ravi Golla

Former Member
0 Kudos

Hi,

You have the same option for the WDA-ALV as SETTINGS on the ALV table display.

Regards,

Lekha.