cancel
Showing results for 
Search instead for 
Did you mean: 

Validating Input fields in Interactive Adobe Forms with Webdynpro ABAP

Former Member
0 Kudos

Dear Friends,

Am new to Interactive Adobe forms with Webdynpro Abap,

My scenario is, I have few Input fields, i need to handle the Messages when am not entering values in any of the Input Field,

and raise the message when i click on Save Button.

I have tried with setting the field as Required in Form itself, but i can't set the Field as Mandatory.

I don't know how to do, Please give some needed points, as well needed some Script/Formcalc code.

Thanks,

Pradeep.

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Pradeep,

You can validate the fields by using javascript/formcalc logic in onclick event of button.

Please refer the below links

Hope it helps you.

Regards,

Rama

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rama,

Thanks for your kind information..

Regards,

Pradeep.

former_member197475
Active Contributor
0 Kudos

Hi Pradeep,

Also you can handle the logic by using the Webdynpro context.

Catch over the OnAction event of your Submit button and check whether the context is null or not.

BR,

RAM.