cancel
Showing results for 
Search instead for 
Did you mean: 

MINISAP -HOW TO ENABLE SCRIPTS

Former Member
0 Kudos

Hi,

I have the minisap that can be achieved on the sap site.

And now I need to run some scripts, I enabled them from the sapgui side but when

I try to enable from the server side using the transaction "RZ11" and the

parameter "sapgui/user_scripting" it tells me: "The parameter name is not know"

can some one help me?

Manuel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Manuel,

I have found the following note for you: 480149

HTH.

Best regards, Karin

-

-


Long text                                                               

Symptom                                                                 

The parameter sapgui/user_scripting is imported again.If this parameter

is set to TRUE, the scripting functions can be used with a GUI as of    

version 6.20 on the front end.                                          

The default value of the parameter is FALSE so that scripting to the    

system is not possible.                                                 

Note that you must enter the values in upper case;                      

Setting the parameter within the SAP System                             

===============================================                         

If possible, dynamic setting of the parameter is executed using         

transaction rz11.Specify the parameter name sapgui/user_scripting and   

select 'Display'.                                                       

Provided that the current value is at FALSE, select the 'Change value'  

button in the toolbar.A window now appears, in which you can enter the  

new value TRUE.When you save the change, the window closes and the      

current value of the parameter changes to TRUE.This change only becomes

effective when you log onto the system again.                           

If the parameter is not found, you must import the relevant Support

Package in accordance with the list below.                               

If the current value does not change accordingly after you have saved    

the change, it means that the kernel is too old.In this case, import the

required kernel patch, as specified below.                               

Setting the parameter in the server profile                              

======================================                                   

If you have not imported the Support Package, you can switch the         

scripting on if you set the parameter in the profile file of the         

application server with the following line:                              

sapgui/user_scripting = TRUE                                             

This procedure only requires the specified kernel patch level, however,  

you must restart the application server.                                 

Solution                                                            

The parameter is delivered with the following kernel patches:       

    o 6.10: 360

    o 4.6D: 948

    o 4.5B: 753

    o 4.0B: 903

    o 3.1I: 650

The parameter can be dynamically activated in the following kernel  

versions, that is, without having to restart the application server:

    o Release 6.20 and subsequent versions

    o Release 6.10 as of patch 391

    o Release 4.6D as of patch 972

Former Member
0 Kudos

I check and found that <i>mini WAS 6.10</i> doesn't support scripting

by not having <b>sapgui/user_scripting</b> parameter name.

Does <i>mini WAS 6.20</i> have this parameter ?

Thanks