hi,
I need to perform this validation in background. I found one javascript by executing it,we can perform validation.But currently this execution takes place at foreground using cl_gui_frontend_services=>execute. Is there any Unix command available to execute this java script. Also i can execute the javascript using class CL_JAVA_SCRIPT in sap but the javascript is using ActiveXObject which is not being supported by the class.
Is there any other java script available which can perform this validation without using ActiveXObjects? Or any other method to execute javascript in background??