cancel
Showing results for 
Search instead for 
Did you mean: 

Validations in interactive form...

Former Member
0 Kudos

Hi Friends,

We have a requirement to develop an interactive time sheet through adobe forms. In our requirement we have to validate the cost ceter, position and some fields entered on the pdf based on the employee number.

Is it possible to do all these validations in Webdynpro abap or I should write a form calc/java script in PDF form. Please clarify.

If you have worked on such requirement or if you have any material on the time sheet development in adobe. Please share with me.

Thanks in advance.

Regards,

Phani.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Personally, I would do as much validation as possible on the web dynpro side. it's just easier for me. Plus, you want to keep business logic outside the form whenever possible.

Just create a message area on your web dynpro above or below your embedded form and supply your validtion messages there.

We have a form going though over 20 validations in this manner.

Answers (0)