cancel
Showing results for 
Search instead for 
Did you mean: 

BSP Element attributes

Former Member
0 Kudos

Hi Fellas,

I´m new in BSP world and I´m having some troubles with the bsp elements.

My question is: can I add new attributes to a BSP element?

I´m using the tableViewColumn element that does not have a "visible" attribute, to hide a column like the inputField element has.

Thx in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

sarat_malladi
Explorer
0 Kudos

Hi,

Use the attribute "columnDefinitions" of element "tableView" to populate the columns.

where the attribute "columnDefinitions" has to be provided with a set of columns to be displayed as an internal table. (similar to field catalogue in ALV reports)

columns definitions can be assigned with the properties available in the structure (SE11) TABLEVIEWCONTROL.

Based on the condition populate only the required columns (hence the columns can be hidden).