on 2003 Nov 10 2:53 PM
Hi,
I am trying to run a web dynpro which accesses ABAP functions. The deployment is successful but when I enter the relevant information like Departure & Arrival City and press the search button I dont get any results. However onMouseover on the search button I see the following message in the status bar :
javascript:void(0);
Has anyone faced similar problems?
Kuky.
PS: Javascript is already enabled in my browser
Hello Kuky,
1. The 'javascript:void(0)' display in the browser status bar isn't a problem at all. Although you have bound an action to a button, for example, this will not be indicated in the status bar. Anyway, you should have a look at the properties of the button in the View starting the search, if you really bound an action to it.
2. The problems receiving no data from R/3 may have many reasons, so there is no simple answer to give. As a first approach it would be useful, if you check, if the BAPI (i guess) you are calling does deliver anything if you call it in the R/3 backend with the same parameters you are using with the Web Dynpro application.
Regards
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stefan,
You're right I had authorization problems so it didnt work !
I've observed that we pass on log on data in the java file which can be deciphered easily with a decompiler. I understand that its only for demostration purposes but how do you take care of this in a live application.
Thanks and regards,
Kishan.
User | Count |
---|---|
67 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.