Issue on cacao module

Hi everyone ,
I try to install cacao module for the DSCC component for DSEE 6.3. But this doesn't work.
First i have installed cacao 2.1 but when i want to create a new instance of the Directtory server through DSCC, i have a message which is saying :"Can not contact the agent Cacaoadm".
So today i have tried to install the cacao 2.2; but when i want to do a pkgadd -d, it display me an error which is : "Couldn't get lock for /var/cacao/instances/default/logs/".
Does anyone have already succed to install this component Cacao on a solaris server?
thanks
Regards,

Hi,
There might be some function being used in your code which is converting the lower case letters to the upper case letters. Try to debug the code and you can find where exactly this is happening.
You can debug this FM in TEST option in the upper Function Module menu tab.
Regards,
Yogesh.

Similar Messages

  • Selected state issue with Menu Module V2

    OK so I am getting an issue with Menu Module V2. I have used this before with success but this time I have hit a wall. I possed this question to BC live chat and they bugged out real quick.
    The site in construction is http://www.urbanista.com.au
    What is happening is that in the top right tools nav with the headings Home, Services, People, Contact Us using Menu Module V2. The Heading Services has a drop down and this is where the issue resides. Roll over any of these nav devices and you will see they will highlight orange. Home is already auto activating its Selcted state. Click on Contact Us and it will do the same.  Roll over and click on Services and it appears to have worked. While in Services roll over the drop down again and you will see all links have activated the Selected state. This is the issue. If you view the code of the Services UL you will see only the Services state has been alocated the Slected state. See below:
    <li id="Services" class="selected">
    <a href="/services.htm">Services</a>
    <ul>
    <li id="tools-panningdev">
    <li id="tools-housing">
    <li id="tools-urban-renewal">
    <li id="tools-project-management">
    <li id="tools-feasibility-tools">
    <li id="tools-governance-systems">
    <li id="tools-communications">
    <li id="tools-projects">
    </ul>
    </li>
    The CSS that runs the nav is as follows:
    ul.dropdown {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        text-decoration: none;
        ul.dropdown li {
        background-color: transparent;
        color: #999;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        font-size: 12px;
        ul.dropdown li.hover,
        ul.dropdown li:hover {
        background-color: transparent;
        color: #FFF;
        ul.dropdown a:link,
        ul.dropdown a:visited    {
        color: #FFF;
        text-decoration: none;
        ul.dropdown a:hover        { color: #ff871f; }
        ul.dropdown a:active    {
        color: #b33b00;
        /* -- level mark -- */
        ul.dropdown ul {
        width: 150px;
        margin-top: 1px;
        background-image: url(/images/nav-transparency.png);
        background-repeat: repeat;
        color: #FFF;
        ul.dropdown ul li {
        font-weight: normal;
    ul.dropdown li.selected a {
        color: #ff871f;
    The last entry 'ul.dropdown li.selected a {color: #ff871f;}' is required in order to allocate a Slected State. Without it not Selected state is active and the links al remian white.
    I have tried all manner of combinations and additonal tags with no success. Any suggestions greatly appreciated. I have not modified the default Javascript provided by BC in the system apart from allocating the required ulTagClass as specified. The Javascript in the supplied 'container.html' is as follows:
    <script type="text/javascript" >
        // ids need to be unique per page, use different ones if you are including multiple menus in the same page
        // id of the nav tag, used above
        var divTagId = "myMenu1";
        // desired id for 1st <ul> tag
        var ulTagId = "myMenu1List";
        // desired class for 1st <ul> tag
        var ulTagClass = "dropdown dropdown-vertical";
        if ((null !== ulTagId) && ("" !== ulTagId)) {
            document.getElementById(divTagId).getElementsByTagName("ul")[0].setAttribute("id",ulTagId );
        if ((null !== ulTagClass) && ("" !== ulTagClass)) {
            document.getElementById(divTagId).getElementsByTagName("ul")[0].className = ulTagClass;
        // this will set the selected state
        if ((null !== ulTagId) && ("" !== ulTagId)) {
            catSetSelectedCSSItem(ulTagId);
    </script>
    Lastly this is one of the recomended navs by BC at the following address: http://lwis.net/free-css-drop-down-menu/
    I have used these before with success but for the life of me this has stumped me big time.

    Hi Matthew,
    Having a super quick look at the code I'd say it's because of:
    ul.dropdown li.selected a {
        color: #ff871f;
    This affects all the child elements.
    To override this down the line you could do something like:
    ul.dropdown li.selected ul li a {
        color: #fff;
    This would override the parent link color when selected.
    You could probably then also add:
    ul.dropdown li.selected ul li.selected a {
        color: #ff871f;
    For the dropdown selected states.
    That's a quick look though so don't quote me too much

  • Issue on Function Module

    Hi Gurus
    I have an issue with function module, i am passing a filepath to the function module which is like this /temp/folder/AFILE.csv.
    to pull the data from application server. When ever it enters to the function module it is changing the file name as /TEMP/FOLDER/AFILE.CSV( it is changing the entire thing to capitol letters), I just want to know that there is any way where i can pass the file path as it is.
    Regards
    Kumar.

    If it is a custom Function module then goto the domain of the file parameter of the FM (if u r using std. domain then change it to a custom domain)  and set the lowercase checkbox under Definition tab.
    Regards,
    Joy.

  • Issue Related to Module pool

    Hi,
    I have issue related to module pool Prog.
    Actually i have one screen[Dialog] in that i am having one field <b>License No</b> as input enabled.
    In that <b>License No</b> field when i press <b>F4</b>
    i am using one Function module called <b>REUSE_ALV_POPUP_TO_SELECT</b> to populate some fields in it.
    In <b>SE51</b> i called that code as below.
    <b>PROCESS ON VALUE-REQUEST.
      FIELD v_zzexgen MODULE f4_help_for_zzexgen.</b>
    Now when i select one row/record from all the populated records it is filling only value into <b>License No[v_zzexgen]</b> , There in the same screen i am not able  to get the values for other fields like <b>v_modco,v_gennr</b> etc..
    Though they are in populated screen.
    Actually after calling <b>POPUP</b> F.M i had written follow code:
        READ TABLE i_pdata INDEX k_selfield-tabindex.
    <b>    IF sy-subrc EQ 0.
    Then move all the fields of selected record into 9002 screen
          v_zzexgen  = i_pdata-zzexgen.
          v_zzgeart  = i_pdata-zzgeart.
          v_modco    = i_data-modco.
          v_zzgmaxw  = i_pdata-orgamt.
          v_zzgaufw  = i_pdata-conamt.
        ENDIF.</b>
    Can anybody tell me what is the issue out here for not filling other fields.
    What is the reason for populating only one field when i am getting other field values also to be populated!
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    call function <b>'DYNP_GET_STEPL'</b>
                importing
                  povstepl        = step_line
                exceptions
                  stepl_not_found = 1
                  others          = 2.
              clear: ltab_fields.
              refresh : ltab_fields.
              ltab_fields-fieldname  = 'ZMM_TABLE-TABNAME'.
              ltab_fields-fieldvalue = t_f4_table-tabname.
              ltab_fields-stepl = step_line.
              append ltab_fields.
              ltab_fields-fieldname  = 'ZMM_TABLE-FLDNAME'.
              ltab_fields-fieldvalue = t_f4_table-fieldname.
             <b> ltab_fields-stepl = step_line.</b>   
              append ltab_fields.
              ltab_fields-fieldname  = 'ZMM_TABLE-VALUE'.
              ltab_fields-fieldvalue = t_f4_table-fieldtext.
              ltab_fields-stepl = step_line.
              append ltab_fields.
              call function <b>'DYNP_VALUES_UPDATE'</b>
                exporting
                  dyname     = lc_dyname
                  dynumb     = lc_dynumb
                tables
                  dynpfields = ltab_fields
                exceptions
                  others     = 8.
              commit work and wait.
    OR u have to use<b> SET PARAMETERS ID</b>
    IN <b>PAI</b>
    regards
    vinod

  • File adapter - Archive issue with adapter module

    Hi All,
    I have 2 issues here. We are currently using PI 7.11 EHp1 SP02.
    1. Arhival with "add time stamp" wont work. It just gives us an error message saying simpledate format exception.
    I have gone through the OSS note 1265534 and thought this will resolve the issue. But our BASIS team believes this note is only applicable for PI 7.1 SP01. Can you one using PI 7.11 SP02 comment on this?
    Note: Archive option with out add time stamp works fine.
    2. When I use adapter module in my sender file configuration, the archive option itself does not work. Read the official SAP help which says "To archive source files where a permanent error occurred during processing, set the indicator.
    A permanent error occurs either during the conversion of the file content, or in a module in the module processor."
    So the question here is, how do we make the error permanent? The only way to throw error from adapter module is using the ModuleException. It has 4  different constructors. I have used both
    ModuleException me = new ModuleException ("My error Msg"); and
    Module Exception me1 = new ModuleException ("Error String", new Throwable("My error Msg");
    In both the cases, the archival wont happen.
    Any ideas welcome.
    Thanks
    Jai

    Hi,
    I am using NFS protocol here not FTP. Sorry I dint mention that earlier.
    Thanks
    Jai
    Edited by: Jaishankar on Apr 1, 2010 9:55 AM
    Edited by: Jaishankar on Apr 6, 2010 11:10 AM

  • Issue in Adapter Module

    Hi Experts,
    I have written an Adapter module to set the target file name (because it could not be done with usual DynamicConfig in mapping because of multimapping). I am facing a peculiar issue with it. For ex: I have 3 msgs. First msg started executing the module to set the target fillename and about to end the module execution. Meanwhile second msg enters the module execution and changes the file name. This is resulting in first msg to post a file with name set by second msg. I have put "Maintain order at runtime" in interface determination of ID to fix the issue. But this isssue is still persisting. Please let me know, how can a msg acquire a lock on the module and untill it finishes it execution, no other msg should start the module execution.
    Thanks,
    Rakesh

    Hi Michal,
    I have written below code to name the \target file in module code. I have also set "Adapter specific msg attributes" in receiver file adapter and referred file name from dynamic config:
    public ModuleData process(ModuleContext inputModuleContext, ModuleData inputModuleData)
         throws ModuleException {
                   Object obj = null;
                   Message msg = null;
                   AuditAccess audit = null;
                   MessageKey keyOut = null;
                   obj = inputModuleData.getPrincipalData();
                   msg = (Message) obj;
                   keyOut = new MessageKey(msg.getMessageId(),msg.getMessageDirection());
                   try
                        audit = PublicAPIAccessFactory.getPublicAPIAccess().getAuditAccess();     
                        audit.addAuditLogEntry(keyOut, AuditLogStatus.SUCCESS, "Module Started Execution..");
                        MessagePropertyKey mpk = new MessagePropertyKey("FileName","http://sap.com/xi/XI/System/File");
                        InputStream is = msg.getDocument().getInputStream();
                        DocumentBuilderFactory docBuilderFact = DocumentBuilderFactory.newInstance();
                        DocumentBuilder docBuilder      = docBuilderFact.newDocumentBuilder();
                        Document doc = docBuilder.parse(is);
                        Node nl = (Node) doc.getDocumentElement();
                        Node n = nl.getFirstChild();
                        Attr a = (Attr) n.getAttributes().item(0);
                        String Num = a.getValue();
                        audit.addAuditLogEntry(keyOut, AuditLogStatus.SUCCESS, "Number is "+Num);
                        Attr a1,a2;
                        if (n.getNodeName().equalsIgnoreCase("Create"))
                             a1 = (Attr) n.getAttributes().item(1);
                             String sd = a1.getValue();
                             audit.addAuditLogEntry(keyOut, AuditLogStatus.SUCCESS, "Start Date is "+sd);
                             String fileName = sd + "-" + Num + ".xml";
                             msg.setMessageProperty(mpk,fileName);
                        else(n.getNodeName().equalsIgnoreCase("Update"))
                             a2 = (Attr) n.getAttributes().item(2);
                             String sd = a2.getValue();
                             audit.addAuditLogEntry(keyOut, AuditLogStatus.SUCCESS, "Start Date is "+sd);
                             String fileName = sd + "-" + Num + ".xml" ;
                             msg.setMessageProperty(mpk,fileName);
                   catch(Exception e)
                        audit.addAuditLogEntry(keyOut, AuditLogStatus.ERROR, "Execption Occured.." + e);
                   return inputModuleData;
    When 3 msgs get created for Create interface, File name set by first msg is being changed by second and file for first msg is posted with name set by second (because second msg has changed the target file in module code by that time )

  • Digital Signature validation issue in Adapter Module

    Hi guys,
    we have developed an adapter module for digital signature validation, unfortunately, it simetimes work, sometimes doesnt. Strange is, that the same adapter module works for one customer, while for another one doesn't.
    We have sent through some "invalid" messages, which should have been valid at the client, where the module works and theu were flagged as valid. It seems the problem is caused by "special" spanish characters, because validation works for the messages where are only standard chars.
    Any idea, what to check? Java version, system encoding?
    Any help appreciated,
    Olian

    Hi,
    Not really sure about what causes such issues, but if your module coding uses String and byte[] manipulation, are you using explicite encoding when declaring such types ? I remember facing strange issues with XML field values, and "forcing" encoding to "UTF-8" when appropriate, it solved all my errors (string typed object, when converted internally by the JVM, were not always represented by the same bytes object)
    Hope this helps
    Chris

  • Rendering issue in Develop Module

    Slow rendering has been discussed in many threads, but can anyone explain what is going on with this specific issue I am having?
    If I am working in the Develop Module and I render two raw files at 1:1, after the initial rendering delay I can generally toggle between the two and they are rendered almost instantaneously.   I assume this is because some info has been stored in the ACR Cache and Lightroom can quickly display them.  Now if I render a 3rd raw file at 1:1 and try to toggle between 3 images, one of them always needs 10 seconds or so to load/render.  What is happening here?  I thought the purpose of the ACR Cache was to allow for fast rendering of previously rendered images.  I currently have my ACR Cache set to 10GB and I have recently purged it, so I am nowhere near the limit.  Other system/software specs as follows:
    LR 5.2
    NEF files from Nikon D7100 (approx 30MB)
    iMac 27-inch 2560x1440
    OS 10.8.5
    Processor:  3.06 GHz Intel Core 2 Duo
    RAM:  16GB
    Video Card:  ATI Radeon HD 4670 (256MB)
    Storage:  1TB SATA 7200rpm, 25% full

    LanceBenedict wrote:
    Thanks for the explanation on the RAM caching.  If I am understanding you correctly on the ACR Cache, it sounds like it is essentially useless once you have applied some editing to the image because you need to wait on those edits to be rendered. 
    No, I wouldn't agree that it's useless. When you load an image into Develop you'll be presented first with a brief view of your Library preview, which should quickly be replaced with the ACR Cache "scene-referred" preview that will have any existsing edits applied before you see it. That should all happen quite quickly, and when that preview is loaded the sliders will be activated. When that happens you can start work, even though the full file is being rendered in background, and there is no need to wait until the "Loading" indicator goes out (as I said earlier, you can turn that off if you prefer).
    So the benefit of the ACR Cache entry is that it allows you to start work in Develop whilst the original file is still being fully converted.
    Note that although we are talking specifically about the ACR Cache entry, the same holds true for DNG Fast Load Data and/or Smart Previews. Which one of those 3 is initially used depends on what exists at the time of loading, and what file type is being used. But the same principle applies to all three.
    In terms of reducing the rendering time, that's a more problematical issue as there are various factors in the pipeline which come into play, any one (or more) of which may be sub-optimal. These factors include:
    1. Size of the files being loaded. It should go without saying that 36mp files from a Nikon 800 are going to take quite a bit longer that the 10mp files from say a Canon 40D.
    2. Location of the files and speed of the interface, i.e. expect image files on a USB2 connected hard drive spinning at 5400rpm to be a lot slower to load than if they were on a 7200rpm drive internally connected on a 6gb/s Sata hub.
    3. Once the data has been read, how fast is the CPU.....rendering a raw file will be quite a CPU-intensive task, so the faster the processor the better.
    4. User expectation.....one man's "painfully slow" could be another's "quite acceptable".
    With that in mind, I have no idea if what you are experiencing is "typical" or too slow. Putting it into context, all my original files are on a fast internal drive on a 3gb/s connection, I have an i7-930 quad-core processor (now over 3 years old, so not leading edge by any means), 12gb of RAM. Full loading times in Develop are now about 3 seconds per image when using 22mp files from a Canon 5D3.
    Looking at the things you've tried, purging the ACR Cache and increasing its size would have no effect unless:
    a) There was a problem with the existing cache, and
    b) You regenerated new cache entries
    Discarding old previews and rebuilding would have had no effect on Develop loading times, nor would downsizing the dimensions of the develop window.
    Increasing system RAM should certainly be beneficial to other areas of Lightroom, I'm just not sure it would have a specific benefit to image loading into Develop. That might be dependant upon what else was running in the system at the time.

  • Jython having issue importing weblogic modules for changing passwords

    I am trying to import some WLST modules into a Jython script as outline in the documentation at http://e-docs.bea.com/wls/docs92/config_scripting/config_WLS.html#wp1019971
    The strange thing is that it says it is a WLST script, but it appears to be a Jython script. I tried performing this import using WLST interactive mode, but this did not work.
    I am passing the passwords as encrypted strings while using the encrypt() function
    Here is the script:
    import sys
    from weblogic.management.security.authentication import UserPasswordEditorMBean
    #To be invoked by java -cp /usr/local/bea/wlserver_10.0/common/lib/jython.jar org.python.util.jython
    #usage: wlst.sh ResetWLPassword.py <current_pass> <user> <new_pass> <adminServerURL>
    #{3DES}/asdfadsf== -
    #{3DES}asdfafdsadsf== -
    myPass = sys.argv[1]
    myUser = sys.argv[2]
    newPass = sys.argv[3]
    adminServerURL = sys.argv[4]
    #Connect
    try:
    connect('weblogic',myPass,adminServerURL)
    except:
    print "Could not connect using supplied credentials"
    dumpStack()
    try:
    print "Changing password ..."
    atnr=cmo.getSecurityConfiguration().getDefaultRealm().lookupAuthenticationProvider("DefaultAuthenticator")
    atnr.changeUserPassword(myUser,myuser,newPass)
    print "Changed password successfully"
    except:
    print "Password change failed"
    dumpStack()
    I am receiving the following error message:
    java -cp /usr/local/bea/wlserver_10.0/common/lib/jython.jar org.python.util.jython /tmp/ResetWLPassword.py "{3DES}/adsfadsfadsf==" weblogic "{3DES}asdfadsfasd== " t3://localhost:7003
    sys-package-mgr: can't create package cache dir, '/usr/local/bea/wlserver_10.0/common/lib/cachedir/packages'
    Traceback (innermost last):
    File "/tmp/ResetWLPassword.py", line 2, in ?
    ImportError: No module named management

    blumo wrote:
    You are calling org.python.util.jython again instead of weblogic.WLST like I advised in my first post. Invoke WLST (not jython) and pass your values in cleartext. Like I said in my previous post, I was able to execute your script without issue when calling WLST and passing cleartext values (I did have to modify one line to due a bug in your script -- see my prior posts).This seems to work in terms of getting the code to run, but there is still a problem with passing the arguments to the changeUserPassword() method.
    I entered the sequence of commands in the script manually into WLST and it works without issue. It even works without the import, which is strange that Oracle includes it in their documentation.
    I am going to post the code here, perhaps there is something wrong syntax-wise with the way I am authenticating, but I can't put my finger on it.
    import sys
    from weblogic.management.security.authentication import UserPasswordEditorMBean
    myPass = sys.argv[1]
    myUser = sys.argv[2]
    newPass = sys.argv[3]
    adminServerURL = sys.argv[4]
    #Connect
    try:
    connect(myUser,myPass,adminServerURL)
    except:
    print "Could not connect using supplied credentials"
    dumpStack()
    try:
    print "Changing password ..."
    atnr=cmo.getSecurityConfiguration().getDefaultRealm().lookupAuthenticationProvider("DefaultAuthenticator")
    #atnr.changeUserPassword('weblogic','weblogic','12345678')
    atnr.changeUserPassword(myUser,myPass,newPass)
    print "Changed password successfully"
    except:
    print "Password change failed"
    dumpStack()
    throws:
    Connecting to t3://localhost:7003 with userid weblogic ...
    This Exception occurred at Mon Feb 23 11:50:18 PST 2009.
    javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: User: weblogic, failed to be authenticated.]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:42)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:773)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:670)
         at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:466)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:373)
         at weblogic.jndi.Environment.getContext(Environment.java:307)
         at weblogic.jndi.Environment.getContext(Environment.java:277)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:498)
         at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:551)
         at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:303)
         at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:201)
         at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:60)
         at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:121)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
         at org.python.core.PyMethod.__call__(PyMethod.java:96)
         at org.python.core.PyObject.__call__(PyObject.java:248)
         at org.python.core.PyObject.invoke(PyObject.java:2016)
         at org.python.pycode._pyx6.connect$1(<iostream>:16)
         at org.python.pycode._pyx6.call_function(<iostream>)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyTableCode.call(PyTableCode.java:404)
         at org.python.core.PyTableCode.call(PyTableCode.java:287)
         at org.python.core.PyFunction.__call__(PyFunction.java:179)
         at org.python.pycode._pyx18.f$0(/tmp/ResetWLPassword.py:20)
         at org.python.pycode._pyx18.call_function(/tmp/ResetWLPassword.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyCode.call(PyCode.java:14)
         at org.python.core.Py.runCode(Py.java:1135)
         at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
         at weblogic.management.scripting.WLST.main(WLST.java:106)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.WLST.main(WLST.java:29)
    Caused by: java.lang.SecurityException: User: weblogic, failed to be authenticated.
         at weblogic.common.internal.RMIBootServiceImpl.authenticate(RMIBootServiceImpl.java:116)
         at weblogic.common.internal.RMIBootServiceImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)
         at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)
         at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    Could not connect using supplied credentials
    Changing password ...
    Password change failed

  • Performance issue in APO Module

    Hi All,
    While running the Demand Planning Book in APO Module, (Transaction Code :: <b>/n sdp94</b>) with 150 users, we faced a huge performance issue in both (while doing screen navigation & saving data).
    The planning book volume was for about 250 products and for large no of products across India. We are running it on HP Super Dom where the SEM Server had 8 CPUs and 32 GB RAM.
    The life cache server was having 8 CPUs and 120 GB RAM.
    Would like to know if somebody has faced similar problem and if ues, how the problem was then solved?

    Have you checked SAP notes for this? There are a number of them. Start with 966490.
    Rob

  • Kernel upgrade issues (missing kernel modules?) [SOLVED]

    A couple of days ago I set up a new system.
    Worked just fine so far. However, today after a kernel upgrade I got these issues:
    -> Running build hook: [fsck]
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/ata_generic.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/ata_piix.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_acpi.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-a4tech.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-apple.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-axff.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-belkin.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-cherry.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-chicony.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-cypress.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-dr.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-elecom.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-emsff.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-ezkey.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-gaff.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-gyration.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-holtekff.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-hyperv.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-kensington.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-keytouch.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-kye.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-lcpower.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-logitech-dj.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-logitech.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-magicmouse.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-microsoft.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-monterey.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-multitouch.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-ntrig.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-ortek.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-petalynx.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-picolcd.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-pl.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-primax.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-prodikeys.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-arvo.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-common.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-isku.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-kone.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-koneplus.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-kovaplus.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-pyra.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-samsung.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-sjoy.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-sony.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-speedlink.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-sunplus.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-tmff.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-topseed.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-twinhan.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-uclogic.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-wacom.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-waltop.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-wiimote.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-zpff.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-zydacron.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/usbhid/usbhid.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/scsi/sd_mod.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/scsi/sr_mod.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/usb/host/ehci-hcd.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/usb/host/uhci-hcd.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/fs/ext4/ext4.ko': No such file or directory
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.3.8-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [pata]
    -> Running build hook: [scsi]
    -> Running build hook: [sata]
    -> Running build hook: [filesystems]
    -> Running build hook: [usbinput]
    -> Running build hook: [fsck]
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/ahci.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/ahci_platform.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/ata_generic.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/ata_piix.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_acpi.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_ali.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_amd.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_arasan_cf.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_artop.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_atiixp.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_atp867x.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cmd640.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cmd64x.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cs5520.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cs5530.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cs5535.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cs5536.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cypress.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_efar.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_hpt366.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_hpt37x.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_hpt3x2n.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_hpt3x3.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_isapnp.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_it8213.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_it821x.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_jmicron.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_legacy.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_marvell.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_mpiix.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_netcell.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_ninja32.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_ns87410.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_ns87415.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_oldpiix.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_opti.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_optidma.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_pcmcia.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_pdc2027x.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_pdc202xx_old.ko': No such file or directory
    you get the idea.
    Now upon inspection of my system I found that my /lib/modules/3.3.8-1-ARCH/kernel/ looks like this:
    lrwxrwxrwx 1 root root 24 Jun 5 09:30 extramodules -> ../extramodules-3.3-ARCH
    drwxr-xr-x 12 root root 4096 Jun 5 09:29 kernel
    -rw-r--r-- 1 root root 703194 Jun 5 09:29 modules.alias
    -rw-r--r-- 1 root root 688762 Jun 5 09:29 modules.alias.bin
    -rw-r--r-- 1 root root 2702 Jun 5 09:29 modules.builtin
    -rw-r--r-- 1 root root 3579 Jun 5 09:29 modules.builtin.bin
    -rw-r--r-- 1 root root 346682 Jun 5 09:29 modules.dep
    -rw-r--r-- 1 root root 483093 Jun 5 09:29 modules.dep.bin
    -rw-r--r-- 1 root root 353 Jun 5 09:29 modules.devname
    -rw-r--r-- 1 root root 116651 Jun 5 09:29 modules.order
    -rw-r--r-- 1 root root 131 Jun 5 09:29 modules.softdep
    -rw-r--r-- 1 root root 280312 Jun 5 09:29 modules.symbols
    -rw-r--r-- 1 root root 355147 Jun 5 09:29 modules.symbols.bin
    so it makes sense that the directory and files are not found. The question is where is the problem?
    Was my Arch web install bad or is there a problem with today's kernel upgrade?
    R.
    Last edited by ralvez (2012-06-11 23:58:56)

    ralvez wrote:
    Terminator & Gcool,
    Thank you both for your help.
    I ended up following the link Terminator posted in his reply and I was able to solve the problem.
    Unlike pineapple-biku (in the aforementioned thread) I did not chroot my machine I just:
    pacman -S udev
    pacman -S mkinitcpio
    mkinitcpio -p linux
    pacman -S linux
    and that solved the problem.
    It's odd, however, the number of people having similar problems upgrading the kernel ... seems like there is a bug somewhere that seems to
    affect people that "meet certain criteria".
    Thanks gain guys!!
    R.
    Note that all the missing modules are '.ko', rather than the gzipped '.ko.gz' that you should expect with the arch kernel. This indicates that depmod failed when you installed the kernel.

  • Formatting issues with BC modules?

    Hi!
    I'm very inexperienced but I've built my own site (www.lauriedugdale.com) using adobe muse, business catalyst and typekit with the help of a few guides found on these forums. However I'm having a few issues I cant figure out.
    Formatting such as bullet points don't work in my blog posts using my blog template.
    Whenever I use a BC module on a page my typekit font stops working.
    I would also like to install an ecommerce solution on the landscape section of my site, with a slector for the size of a print and an add to cart option next to each picture.
    Any help would be very much appreciated!
    Thanks.

    Thanks for help.
    The string-join did not worked for me but got a workaround for my issue.
    select
             ,      TRIM(REPLACE(REPLACE(XMLQUERY('settlementInformation/settlementInstruction/correspondentInformation/routingIdsAndExplicitDetails/routingAddress/streetAddress/streetLine' PASSING xx.COLUMN_VALUE RETURNING CONTENT),
                           '<streetLine>' , ' '), '</streetLine>' , ''))                                 my_col_with_spaces
    from
             ,    XMLTABLE('emml/newTransfer/settlementInformation' PASSING XMLTYPE(gmh.message_xml)) xx
             ,    XMLTABLE('settlementInformation' PASSING xx.COLUMN_VALUE
                              COLUMNS settlementInformationId_link1    VARCHAR2(255)  PATH '@id'
                                    , order_street_address             VARCHAR2(100) PATH 'settlementInstruction/correspondentInformation/routingIdsAndExplicitDetails/routingAddress/streetAddress'
                           ) yy
    ...

  • Issue with Function Module...

    Hi Frnzs,
    Here is my issue..Plz go thru it..
    I have a function module (YFSF_ICR_GET_EXCHG_RATE_ODS).
    the function performs the current logic without any changes,
    that is reading SPOT rates for actuals (the planning cycle is empty) or S rates
    for forecasts based on the planning cycle. Nothing needs to be changed here
    concultion : Based on flag I_ICR ni , we have to read new exchange rates ( From ODS)
    the fucntion module code is here
    FUNCTION yfsf_icr_get_exchg_rate_ods.
    ""Local interface:
    *" IMPORTING
    *" REFERENCE(I_PLANCYC) TYPE /BIC/OIYPLANCYC OPTIONAL
    *" REFERENCE(I_SALESORG) TYPE /BI0/OISALESORG OPTIONAL
    *" REFERENCE(I_IC) TYPE /BIC/OIYINVCURR
    *" REFERENCE(I_RC) TYPE /BIC/OIYREPCURR
    *" REFERENCE(I_FISCPER) TYPE /BI0/OIFISCPER
    *" EXPORTING
    *" REFERENCE(E_EXG) TYPE /BI0/OIEXCHG_RATE
    *" EXCEPTIONS
    *" NO_RATE_FOUND
    DATA: l_s_exg TYPE /bic/ayfsfexg00,
    l_t_exg TYPE /bic/ayfsfexg00 OCCURS 0,
    l_year TYPE /bi0/oifiscyear.
    IF i_plancyc IS INITIAL.
    Actuals
    FREE l_t_exg.
    SELECT *
    INTO CORRESPONDING FIELDS OF TABLE l_t_exg
    FROM /bic/ayfsfexg00
    WHERE fiscper <= i_fiscper
    AND fiscvarnt = 'JJ'
    AND /bic/yrepcurr = i_rc
    AND /bic/yinvcurr = i_ic
    AND /bic/yplancyc = ''
    AND /bic/yexchtype = 'SPOT'
    ORDER BY fiscper DESCENDING.
    IF sy-subrc <> 0.
    RAISE no_rate_found.
    ELSE.
    READ TABLE l_t_exg INTO l_s_exg INDEX 1.
    e_exg = l_s_exg-exchg_rate.
    ENDIF.
    ELSE.
    Forecasts
    l_year = i_fiscper+0(4).
    SELECT SINGLE *
    INTO l_s_exg
    FROM /bic/ayfsfexg00
    WHERE fiscvarnt = 'JJ'
    AND fiscyear = l_year
    AND salesorg = i_salesorg
    AND /bic/yrepcurr = i_rc
    AND /bic/yinvcurr = i_ic
    AND /bic/yplancyc = i_plancyc
    AND /bic/yplancyc = ''
    AND /bic/yexchtype = 'S'
    AND exchg_rate GE '0.0000001'.
    IF sy-subrc <> 0.
    RAISE no_rate_found.
    ELSE.
    e_exg = l_s_exg-exchg_rate.
    ENDIF.
    ENDIF.
    ENDFUNCTION.
    ok
    now my requirement is that I need to enhance the Function module for reading exchange rates.
    for this i got the following information:
    - It requires an additional flag I_ICR for instance that can be empty or 'X'
    for instance
    - If the flag is empty, the function performs the current logic without any changes,
    that is reading SPOT rates for actuals (the planning cycle is empty) or S rates
    for forecasts based on the planning cycle. Nothing needs to be changed here
    - If the flag is 'X', the function reads a new exchange rate type, let's call
    it "ICR". As stated in the requirements and functional specs, these exchange rates
    are the Reuter rates valid for a complete year. These are fixed rates so no planning
    cycle. The users will enter records in the format (year, reporting currency, invoicing
    currency, exchange rate). If the input flag I_ICR is X, the function determines
    the year based on the input period, then, based on the year it selects on the same
    table as for the other exchange rates with a restriction on exchange rate type "ICR",
    year, from and to currency and return the exchange rate
    Update rules. There are two:
    - To the consolidation ODS. No changes are required there; the function has to
    read either S or SPOT rates (I_ICR flag is empty)
    - From the consolidation ODS to the cube. As stated in my previous email, the
    from currency is the one available in the data package. The to currency is determined by reading the sales organization master data (reporting currency attribute) based on the inter-company sales organization (also available in the incoming record). It then calls the function module above with the parameter I_ICR set to 'X' so it reads the Reuter rates.
    I guess i need to create another function module and can be used.
    Observation
    ODS table fields.
    - FISCPER
    - FISCVARNT JJ
    - FISCYEAR 2006
    - /BIC/YREPCURR EUR
    - /BIC/YINVCURR JPY
    - SALESORG 0010
    - /BIC/YMRC 3090
    - /BIC/YPLANCYC
    - /BIC/YEXCHTYPE S
    - - RECORDMODE
    Thanx in advance..

    Hi Badrinath,
    Welcome to SDN,
    If i guess right then you are asking the question that whether to include the new functionality in existing function module or not.
    You can edit the same function module.
    but prefrably u can create a new function module.
    you have all the details with you u need to check the condition of  I_ICR in calling program and then call the new FM or the old one.
    creating new function module will also keep the modularisation and clean code.
    Hope this helps

  • Issue with function module exits

    Hi,
    execute the T.Code MK01, enter the language 'English' and country 'de'. it's allowing to save the data. I want to raise one pop-up message as 'country and language are not the valid combination please choose right one'. I enhanced in the function module exit. it's raising the message , but it's executing the next screen. how to stop it's first screen and I have to choose the right combination even though  I raised message as Error, it's repeating same thing. Please give me any suggestion on this issue.
    Thanks & Regards,
    Seshu.

    I have executed CMOD T.Code,  we can find the 'include zxf05u01'  program . I wrote the code in this include program.  select statement is like this. check the code here.
    " select single land1
                           spras
                  into wa_t005
                 from t005
                where land1 = i_lfa1-land1
                and     spras = I_lfa1-spras.
    if sy-subrc <>0.
    country &1 and language &2 are not the valid combination.
    message e015(zall) with I_lfa1-land1 I_lfa1-spras.
    endif."

  • Library grid shortcut issues within web module

    If I select any field within the site info dropdown and select something else (to de-select the text field), hitting "G" no longer takes me to the library grid. The shortcut works when I initially enter the web module, but if I select anything from any of the right panel's drop-down menus, the shortcut no longer works. Has anyone else experienced the similar issue? Using LR 1.3 & 10.5.1.

    The shortcut isn't working even after hitting the escape key. I tried alternate screen modes and clicking various places around the screen, but to no avail. I tried one alternate test (unfortunately after the original post) and the issue seems to only affect the flash templates. If the issue actually affected others, I would think the updating of the dynamic information for presenting in LR was creating some loop with the flash module that prevented the shortcut key from working. But if the shortcut key works for others when working in a flash template after a dynamic field is selected and de-selected, it's obviously related to my setup (or user error as the case usually is).

Maybe you are looking for

  • Config Setps for Trex in CRM 5.0

    Hi All, How to config Trex for CRM5.0 ? Thanks, Nagesh

  • How to call ABAP report in portal

    Hi, I have a ABAP report which is created and i want to display this in Portal . Any idea how i can do the same. Please, give me all the details in step-by-step. Thanks & Regards, Ashish Mehta

  • How to resolve a 'no sound' problem with UPI Grand Piano application?

    I have purchased the UPI piano from the AppStore, but am at a loss to know how to resolve the problem of a silent piano. I have entered the 'Audio & Midi Settings' zone within the application more times than I care to remember and need a wise owl to

  • I can't access iTunes store

    So I have recently got a Macbook Pro (weeee! My first one) However when it came to setting up my itunes, whilst it shows all the music that was on my iphone, it cannot play a single song. Every time I click on a song it says it is downloading from iT

  • Order Version problem in session

    Following error is getting displayed while udpating the order: Saving order 804880053 failed because doing so would result in data being overwritten. Order data for your browser window was out of date. Please re-submit your changes for them to take e