cancel
Showing results for 
Search instead for 
Did you mean: 

OVS - Maintain the amount of the table column

MarkusKlein
Active Contributor
0 Kudos

Hello all,

when implementing the OVS for a field, it does display for every output element of my model node a column in the OVS table. How can i alter the amount of shown table columns?

E.g. The model node which displays the table of the OVS has 20 columns (20 attributes). Now i want the OVS table not to have 20 columns but just 5.

How can i achive this?

cheers,

Markus

Accepted Solutions (1)

Accepted Solutions (1)

lajitha_menon
Contributor
0 Kudos

Hi Markus,

You can do something like this,

In the OVS custom controller, have a value node like Output_data which has only those attributes which you need to display in the ovs list.

When you execute the BAPI/RFC, copy the model output data to this output node.

From the view ,when you implement the OVS for field using method addOVSExtension, pass this new output value node, instead of using the model node(Also replace the model node with this node whereever appropriate - eg: in applyResult())

Hope that helps,

Thanks,

L Menon

Message was edited by: LM

L Menon

MarkusKlein
Active Contributor
0 Kudos

Hey,

will try it

thx

Markus

Answers (0)