cancel
Showing results for 
Search instead for 
Did you mean: 

Load:Class * not found - in portal

UmaArjunan
Active Participant
0 Kudos

In the webgui /portal a link is provided.

when you click the link , which is mapped with the transaction

code of the ABAP program. gets displayed.

THis program is used to download PO into the File

server.

so File output path is given.

The user uses F4 help to select the directory / filename as well

In the bottom we are getting a messge

load: class FileName not found

and load: class Directory Select not found

I use cl_gui_frontend_services=> directory_browse

and kd_get_filename_on_f4.

wat might be the problem for this?

Give me your valuable suggestions

This is urgent.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

the abap code you use, uses java for getting a filename and for directory browsing. So first of all you have to check,

if java is activated in your browser. Second, you have to test the frontend services in webgui with transaction se37, ws_query, enter "cd" into field query and executer this. Then you will get a security popup, which you have to accept. If all runs ok,

you will get the current home directory as result. If you get a java exception again, you have to check the network configuration

in the java control. It should be the same, as in the browser. If this does not help, try to request the applet ws.jar from the mimerepository .../sap/its/mimes/webgui/2002/applets/ws.jar

directly. Do you get the security dialog? The error you wrote above means, that the java applet ws.jar could not be loaded.

Is this an inhouse problem? external or integrated IITS. Which browser, which java version?

Regards,

Ralf