cancel
Showing results for 
Search instead for 
Did you mean: 

How to access components in a iview from program

sridhar_k2
Active Contributor
0 Kudos

Hi,

Can we access the iview components from program dynamically? I have a Table Control , i want to refresh it in my program.

How to set Mandatory (*) mark for a label? Is there any property for that?

Thanks,

Sridhar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If table is displayed in current view, it will be refreshed with most of the events(There are few exceptions) from that view. You don't need to do anything for that.

Suppose You have one Input Fields - Inp, and Lable - Lb.

From the label properties select "Label For" with Inp from DropDown menu. From properties of the inputfield change property "Status" to required.

Now u would get required mandatory mark.

Note that, selecting the status "Required" for inputfield only displays the asterisk. But it doesnt stop you from navigating to another view with out entering a value.

Former Member
0 Kudos

Hi Sridhar,

From the label properties select "Label For" property from DropDown menu and assign the Input Field Value to it.

Select the properties of the inputfield change property "Status" to required.

you will see the Red * mark adjacent to InputField.

using IWDMessageManager keep validation for the InputField.

Answers (1)

Answers (1)

Former Member
0 Kudos

Can you explain further? Do you have a Web Dynpro application that runs in an iView?

Armin