cancel
Showing results for 
Search instead for 
Did you mean: 

how the java script can add into ABAP web dynpro.

Former Member
0 Kudos

Hello Friends,

How can we write or where can we write java script in the ABAP webdynpro environment. if you want to know what purpose yes - here is the answer. to do client validation.

if java is not required then how can we write client validation and where?

Thanks,

john.

Accepted Solutions (0)

Answers (3)

Answers (3)

raja_thangamani
Active Contributor
0 Kudos

If your issue is resolved, Reward/Reply/Close the thread.

Raja T

0 Kudos

Hi John,

The point is webdynpro Architecture does not allow you to do any client side scripting. So to do the validation you would be writing ABAP code in specific user action where you want the validations to happen.

In short the validation would be done at server side and the result or appropriate message would be returned by you to the user.

The flicker free technology of wenDynpro would not even make the user realize that there was a server call made for validation.

Regards,

Ameya

Former Member
0 Kudos

Hi John.

You can not add java script for client site validation in WD4A.

Cheers,

Sascha

Former Member
0 Kudos

Hello ,

How can i implement client validation in ABAP web dynpro? since this is web enable. client validation is very easy to do right?

thanks,

john.

raja_thangamani
Active Contributor
0 Kudos

John,

Webdynpro for ABAP/ Java does not allow you add Javascript. So use ABAP code to add your validation.

<i>*Reward each useful answer</i>

Raja T