cancel
Showing results for 
Search instead for 
Did you mean: 

Help OVS onTable Field

Former Member
0 Kudos

Hi,

I have just a short time working with Web Dynpro. I need a OVS in a table field.

I know to do it in a normal field.

Somebody will be able to help me?...

Thanks...

Nohemi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Summi,

My proble is here:

IWDAttributeInfo[] ovsStartupAttributes =

{wdContext.nodeIt_Repuestos().getNodeInfo().getAttribute("Matnr")};

nodeIt_Repuestos is my table, here i asignin the OVS to my field "Matnr"

When i call WDValueServices.addOVSExtension whit ovsStartupAttributes, do this error: MappedAttributeInfo VwRepuestos.Zbapi_Warrantyclaim_Create_Input.It_Repuestos.Matnr): must not modify the datatype of a mapped attribute

The table It_Repuestos is in the context to may View but from the other bapi not the OVS.

Do you understand this?

you can helpme pls?

I can use EVS whit models?

Thanks,

Nohemi

Former Member
0 Kudos

Hi Nohemi,

I think u r implementing OVS directly to model attribute or ur implementation is in the view.

If its in controller,create a value node & use that for OVS.

U can use EVS for model nodes.

regards

Sumit

Former Member
0 Kudos

Hi,

Thanks for you reply.

You have a example OVS on table Filed?

Nohemi

Former Member
0 Kudos

Hi Nohemi,

I have not implemented OVS but EVS in table field.U can implement the ovs for the input field (cell editor) for that column.It should work.

while setting the values back to input field ,it can be a problem.but u can try.

regards

Sumit

Former Member
0 Kudos