cancel
Showing results for 
Search instead for 
Did you mean: 

Help on OVS Label Setting

Former Member
0 Kudos

I have created OVS with BAPI everthing working fine. However, I am not sure how can I set the Labels for associated input fields. I am talking about labels for the input entry fields[search criteria] that come after we click on the OVS icon.

Any help is appreciated . BTW I am using Ex:9 OVS

Thank You

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

vivek,

If you are following same steps as in tutorial 9, then:

1. Your Input / Output nodes in component controller are model nodes bound to Adaptive RFC model classes.

2. Your nodes in view controller are mapped to corresponding model nodes in component controller.

This way any metadata (labels, column cpations, tooltips) is obtained from related R/3 DDIC information. If you are not satisfied with defaults, you may do something like this in wdDoInit in component controller:


wdContext.nodeFlight().getNodeInfo().getAttribute("Airlineid").getModifiableSimpleType().setLabel(<b>"Airline Number"</b>);

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com