cancel
Showing results for 
Search instead for 
Did you mean: 

Deactivating command prompt

Former Member
0 Kudos

Hi,

I'am accessing some SAP transactions from Portal 7.0 through sap gui for windows.

Now i want to restrict users to enter tcode in command field,the only option is i need to deactivate command field.

How can i do that.

I searched in forums and i got this sap note 648452.

But i'am not sure whether this note is applicable for WAS 700 and how to register this keys i'am unable to understaand and my one more doubt is it has to be registerd in end user machine or in server.

Please guide me.

With Regards,

Pradeep.B

Edited by: pradeep balam on Jul 5, 2009 5:37 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

jurjen_heeck
Active Contributor
0 Kudos

> I searched in forums and i got this sap note 648452.

Looks ok to me.

> But i'am not sure whether this note is applicable for WAS 700 and how to register this keys i'am unable to understaand and my one more doubt is it has to be registerd in end user machine or in server.

It is not server-version dependent. It's about the gui. This needs to be done on the end-user pc's (all of them).

I hope you do not think hiding the command box will make your system more secure and/or make up for flaws in your authorizations.

Curiosity question, Why do you want to hide it?

Former Member
0 Kudos

Hi Jurjen Heeck ,

Ok let em explain my scenario.

Actuall in UWL approver is opening Travel expenses attachment.First i configured it to open in GUI for HTML.

He is able to see the scree but here there is a button Simulate,if the approves click on Simulate button it should open a pdf

document which holds the information and expense details of the trip.

When he clicks on Simulate button it is keep on running and it also opens java icon in status bar.

When i open the console of that java icon it is showing this error message

Java Plug-in 1.6.0_14

Using JRE version 1.6.0_14-b08 Java HotSpot(TM) Client VM

User home directory = C:\Documents and Settings\user

----


c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to <n>

----


load: class DownLoad.class not found.

java.lang.ClassNotFoundException: DownLoad.class

at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)

at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)

at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Caused by: java.io.IOException: open HTTP connection

failed:http://xxxxxxx.xxxxx.com:8000/sap/public/bc/its/mimes/webgui/sl/applets/DownLoad/class.class

at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)

at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)

at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

... 7 more

Exception: java.lang.ClassNotFoundException: DownLoad.class

I searched for solution but i couldnt make it and when i change it to GUI for Windows,approver is able to open that pdf by

clicking on simulate button but the thing is he can navigae through that screen

So i thought of hiding that and ofcourse it will not make system secure but i want to try.

And i tried by registring the key but failed to get result.As it applicable to GUI610 but we are using

GUI710 and i dont think that it is a better option also.

Now i shifted back to GUI for html and i'am trying but unable to get the solution.

Do you have any idea on the error am getting while using GUI for HTML.

With Regards,

Pradeep.B

Edited by: pradeep balam on Jul 5, 2009 9:34 AM

jurjen_heeck
Active Contributor
0 Kudos

> I searched for solution but i couldnt make it and when i change it to GUI for Windows,approver is able to open that pdf by

> clicking on simulate button but the thing is he can navigae through that screen

What's the issue with that? In my experience (and opinion) hiding navigation from a user is pointless.

> So i thought of hiding that and ofcourse it will not make system secure but i want to try.

OK, just wanted to know

> Do you have any idea on the error am getting while using GUI for HTML.

Nope, sorry, no experience on the subject.