cancel
Showing results for 
Search instead for 
Did you mean: 

How to achieve FILE_UPLOAD ui element as mandatory in DEV server

Former Member
0 Kudos

In WebDynpro How to make FILE_UPLOAD ui element as mandatory.

In IDES it is possible by choosing STATE (Normal item , Required )characteristics of UI element , but in Development server there is no such STATE characteristics option.

How to achieve this .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Padma,

in development also un can have the same option for the ui element file upload. please check once again

Former Member
0 Kudos

it`s not there,

Former Member
0 Kudos

Hi padma

follow these points.

1.read the node which is binded to file_upload ui element. ( WDDOBEFOREACTION )

2.check the condition.

IF file_upload(attribute) is INITIAL.

MESSAGE.

ENDIF.

hope this will help u .

thanks

vasu yadav