About parameter: "SD_SWU_ACTIVE"

Hi All,
You may have seen in ECC the services for object button (Generic Object Services - GOS) is missing from the sales order. This can be useful to find related IDOCS but was taken off in 4.7 due to performance reasons. If you set user profile/parameter SD_SWU_ACTIVE to X the button will be available to you again. But the question is HOW SAFE is it to set this parameter for all the users in the system rather than just setting it for the users using VA01/02/03...etc.
What will be the adverse effect if we set this parameter to all the users in the system?
Please post your expert comments to this thread.
Thanks,
Manish

SAP note: 682697 will fix this problem.

Similar Messages

  • The question about parameter in ECC 6.0 system.

    hi
    T-code RZ10 ,  I checked  the parameters about  DEFAULT.
    but  there are one error and three Warns.
    ---one error
         there is [E:j2ee/dbname changes not permitted]   below  the parameter of  j2ee/dbname.
         PS: the background is red.
    ---three warns
         j2ee/scs/host
         W: Unknown parameter j2ee/scs/host , a check cannot be performed
         j2ee/scs/system
         W: Unknown parameter j2ee/scs/system , a check cannot be performed      
         j2ee/ms/port
         W: Unknown parameter j2ee/ms/port , a check cannot be performed      
         PS: the three parameters  are not  in T-code  RZ11.
    could you help me solution these question.
    thanks and regards

    hi,MIchael
       ---one error
            there is E:j2ee/dbname changes not permitted below the parameter of j2ee/dbname.
            solution:
                      the value of j2ee/dbname  was BS2.   just now, i deleted  the value of j2ee/dbname.                 
                     the error message does not come out,now.
       ---three warns
           j2ee/scs/host
           j2ee/scs/system
          j2ee/ms/port
        solution:
                  there is not the scs in the system. but there is the ms in system.
                  why they are specified , i dont konw.
                  if  those parameter doesn't exist, would i  be going to delete those parameter.
        thanks and regards.
        chu

  • About parameter mapping

    Hi experts
    can anybode tell me where the variable is defined when i use parameter mapping? thanks a million!

    Hi,
    I think you want the details of these parameter mapping as documents.
    Hope below link will help you:
    [http://help.sap.com/saphelp_nw04/helpdata/en/8f/aa63688343bd40aafc537971aee068/frameset.htm]
    If you see the UI elements details in this link you will find Event Parameter in Events section for each UI element.
    And you can use these parameter mapping in wdModifyView().
    thanks & regards,
    Manoj
    Edited by: Manoj Kumar on Jan 14, 2008 10:56 AM

  • A sample question about parameter passing between portlets

    How can I pass parameter between portlets in one page using pdk API. Please give a demo. Thx

    In one portlet I send parameter using form: actionn="<%= UrlUtils.htmlFormActionLink(prr, UrlUtils.PAGE_LINK) %>"
    <input type="text" size="20" name="textname" value="">...
    Then I want to receive the parameter in another portlet. My code is:PortletRenderRequest prr = (PortletRenderRequest)
    request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    out.println( prr.getParameter("textname") );
    But why I can't receive the parameter successfully.
    Thanks for any help!!!

  • About Parameter ID

    hi all
          I want to know how to find the parameter id of the field MATNR? I know the parameter id of MATNR is MAT , just want to know the detail of how to find
    thanks
    nick

    Hi Nick,
    Press F1 on that field. And go to Technical Information. There you will get the parameter Id
    <b>Kindly Reward points if you found the reply helpful</b>.
    Cheers,
    CHAITANYA.

  • About parameter value?

    Hi
    I transmit the parameter with different methods, but it is the same to obtain names .And can not receive different value.
    1.HashMap a = new HashMap();
    a.put("v_login_emp_no", empNo);
    pageContext.setForwardURL()
    2.Hashtable formParams = new Hashtable();
    formParams.put("v_login_emp_no", logEmpNo);
    dialogPage.setFormParameters(formParams);
    I get the value methods : pageContext.getParameter("v_login_emp_no").
    But the value is empNo all the times.
    I use String[] strNo = pageContext.getParameterValues("v_login_emp_no"),
    for (int i = 0; i < strNo.length; i++)
    System.out.println("strNo [" + i + "]: " + strNo);
    print: strNo[1] is empNo value
    strNo[2] is logEmpNo value
    Why?

    From the javadoc of getParameter()
    Request parameters are extra information sent with the request, including data posted by a FORM. This method should be used only when a parameter has exactly one value on the request. If a parameter might have more than one value, the method getParameterValues(String name) should be used. This method returns null if a parameter does not exist.
    Thanks
    Tapash

  • About  parameter length in response.sendRedirect()

    I want to pass a long String in response.sendRedirect(), but it failed.
    Is the length limited?
    Can i change it? If not, how i pass the String?
    Thanks!
    coral9527

    The sendRedirect command always sends a GET request. GET requests do have a limited length to their parameters.
    How you pass the String is dependent on where you are redirecting to...
    If you are redirecting to a source in the same web app, then the first thing you should try is to not pass the string at all. Perhaps pass some key words, send the redirect and let the other side generate the full String. Or you could put the long String in the user's session, send a redirect with the attribute name as a parameter, then retrieve it from the session on the other side.
    If you are redirecting to a source outside of your control, you may need to do an HTTPURLConnection using the POST method and copy the results to the user's browser...

  • About parameter with defaultConnectionName

    Hello Sir,
    I need to know pameter  defaultConnectionName in use:ISAStateless,ISAStateFul
    example : defaultConnectionName="ISAStateless"
    <config isa:extends="../config[@id='crmdefault']">
    <businessObject type="Z_CustomBO_Search" name="Z_CustomBO_Search" className="com.sap.icss.mod.impl.backend.crm.Z_CustomBackendCRM_Search" connectionFactoryName="JCO" defaultConnectionName="ISAStateless"/>               
    </config> in beckendobject-config.xml
    Please let's me know
    Regards,
    Miss Soothiluck

    it seems that purchasing num. is only related to the first selected vendor
    datasource:
    vendor  date  purchasing num
    A  20090623 001
    A  20090624 002
    B  20090623 003
    B  20090624 004
    if selects (level1: A and B, level2: 20090623), only 001 was shown in level3
    if selects (level1: B and A, level2: 20090623), only 003 wad shown in level3
    is there any thing wrong with my parameter setting in CR2008? or there is a bug?
    best regards!

  • What about parameter weblogic.PosixSocketReaders in WLS 8.1

    Hi,
    I would want to know what is the effect of the parameter weblogic.PosixSocketReaders in wls 8.1?
    The only doc i can read on this subject is http://e-docs.bea.com/wls/docs70/perform/appb_tunetips.html and concerne wls 7.
    Which is the effect if I put this parameter at value 1 (with wls81 and native i/o)?
    Thanks.

    CASE_ID_NUM: 642649
    PosixSocketReaders and how they work in WLS:
    WLS utilizes native code to perform socket handling, called the performance pack. Native code polls sockets on the OS layer if a new socket and data has to be processed, if a socket contains data that WLS is supposed to process it is picked up by Java threads from the WLS SocketReader thread queue. The SocketReader Java threads have the task of passing the socket and the contained raw message to an execute thread performing the application specific processing.
    The flow of a socket and data from the OS to WLS is as follows:
    OS TCP/IP Socket --> WLS native code (performance pack) polls for sockets --> Java SocketReader thread -- dispatch --> WLS Java execute thread (e.g. execute thread from default WLS execute queue)
    The number of SocketReader threads is per default set to 3 on Unix environments, this is generally a good default value. In some case and specific OS environments experience has shown that tuning the number of SocketReader threads is beneficial to get the maximum performance from WLS in dispatching a socket from the native layer to a WLS execute thread.
    The reason why tuning the SocketReaders can have an positive effect is based on two main factors:
    1. SocketReader threads have many Java synchronization blocks as they are working very concurrently on the native code layer. 2. A big number of sockets being opened to WLS
    In case the JVM and/or OS is not very good in handling synchronization locks point 1. is the limiting performance factor of Socketreaders as the JVM and OS are more busy handling Java synchronization locks than doing the actual dispatch work. For such a scenario experience with other customers has shown that using PosixSocketReaders=1 is beneficial
    On the other side if the JVM and OS handle synchronization locks very well it can be beneficial to increase the number of PosixSocketReaders threads and thus allow WLS to dispatch more socket data from the native layer to a WLS execute thread in parallel.
    As the performance of PosixSocketReaders very much depends on the OS / JVM and if the system/application is heavily socket/network related a good value for PosixSocketReaders has to be identified based on test runs. Generally the default value of 3 PosixSocketReaders is good for most applications and environments.

  • A simple question about parameter.

    hi experts,
      how to find the mobj when i use parameter p_** like ** MATCHCODE OBJECT mobj.
    thank you

    Hi,
    mobj is a search help.
    You can see it in SE11.
    Regards,
    Wajid Hussain P.

  • Help about parameter

    hi sear:
    i have a problem whith sending parameter from a client whith rmi.
    how do i do this
    hamdi

    hi noem:
    i m new in this domaine of distributed application.
    if you can give me an example i will be so greet
    if you give me your email i will send you my code so to have an idea.
    [email protected]
    thanks

  • About Parameter Form

    suppose i had two databases. A&B
    application use the database A.
    i want to use database B for reports calling from application which is using database A.
    I want to use seprate database for reports.
    Thank's in advance..............

    The Run_Report built-in automatically passes the connect information to Reports.
    You can use the web.show_document built-in to call the reports servlet directly and pass the userid string to connect to the other database.
    Be aware that the url will contain the plain password. If you want to use web.show_document for running reports in a more secure way you have to read this article:
    http://www.oracle.com/technology/products/forms/pdf/10g/frmwebshowdoc_rep.pdf

  • Parameter LOG_BUFFER

    Hello guys,
    a litte question about parameter LOG_BUFFER.
    I thought all the time, that the modified data are immediately written to the redo log files by the LGWR, if a value is changed. But in the documentation for parameter LOG_BUFFER stands:
    LOG_BUFFER specifies the amount of memory (in bytes) that Oracle uses when buffering redo entries to a redo log file. Redo log entries contain a record of the changes that have been made to the database block buffers. The LGWR process writes redo log entries from the log buffer to a redo log file.
    In general, larger values for LOG_BUFFER reduce redo log file I/O, particularly if transactions are long or numerous. In a busy system, a value 65536 or higher is reasonable.
    http://saturn.uab.es/server.920/a96536/ch1100.htm
    So i think, if the instance and db crashed and the redo log entries are cashed in the sga (and not written immediately to redo files), they are lost and no recovery can be done.
    Or do i missunderstood the documentation about that parameter? But then how can be I/O reduced, if the data is written immediately to redolog files....
    Thanks
    Regards
    Stefan

    Ahh ok ...
    But a last information about the log_buffer:
    Here is a statement from an articel:
    LGWR will clean up buffers if log_buffer 1/3 full, 1mb log_buffer full or commit occurs. If we change log_buffer to 10mb will it helpful to improve performance.
    Ok now ... the log_buffer is in the sga.. and i activated Automatic Memory Management (sga_target is set)
    Now i saw this strange thing...
    Oracle AMM only sizes the follwing parameters SID.* (example values from my database) ... the sga_target and log_buffer i was setting by hand:
    SID.__db_cache_size=2785017856
    SID.__java_pool_size=16777216
    SID.__large_pool_size=16777216
    SID.__shared_pool_size=838860800
    SID.__streams_pool_size=0
    *.sga_target=3670016000
    *.log_buffer=1048576
    I set log_buffer to 1048576 in my spfile... but if i make "show parameter" ... i get the following:
    SQL> show parameter log_buffer
    NAME TYPE VALUE
    log_buffer integer 14254080
    So Oracle sizes the log_buffer with AMM ... but didn't write it down to the spfile like the other caches (db_cache_size, java_pool_size, and so on...)
    Kind of strange...
    Regards
    Stefan

  • Imovie won't finalize-'Parameter User Error'?

    Help!! I click finalize for my project-5 hours later come back and it says 'unable to prepare to publish' and some crap about 'Parameter Error-user error list'.
    I've been dealing with for 3 days-never had a problem prior.
    Is there a limit as to how short a clip can be, and could this be the problem? (Some of mine are 8 to 10 seconds)

    Hi SuicideSheep (nice handle!)
    I'm sorry you're encountering this issue.
    I used Tech Tool Pro, $99.  (http://www.micromat.com/techtool-pro-6-learn-more-details).
    It has a feature for Volume Optimization.  For me, it took running it overnight to optimize my hard drives; the primary hard scratch drive and the location of the project and output movie file.
    I've since read that there are other software programs that will perform a similar service.
    Good luck!

  • Is it possible to send data to ITS via POST?

    Hi guys!
    I need to call SAP transaction via thin client and I need to make a call via POST, cos' I need to send there some data to process. Is it possible?
    Thanx, Peter

    Hi Peter,
    First some information about parameter transfer with ITS in general.
    http://server:port/scripts/wgate/<service name>/!?transaction=<transaction_name>&<inputfieldname1>=<value1>&<inputfieldname2>=<value2>&okcode=<okcode>
    The parameters can als be transferred as POST parameters. For this you need a form e.g.
    <form name="<form name>" method="post" action="`wgateURL() ...
    You might get some ideas by studying the login.html in the templast folder system of your ITS instance.
    Thanks and regards,
    Dieter

Maybe you are looking for