Runlogic is it executed properly?

hi
all
please look at the code and result below
*NOTE: THE RECORDS IN ACTREP ARE IN ACTUAL VERSION LOOKING AT THIS RECORD IT SHOULD PICK THE SAME RECORDS IN REPORTING APP WHICH MIGHT BE IN DIFFERENT VERSION , LEAVING ALL THE OTHER DIMENSIONS SIMILAR *
code which is in actualrep application
*XDIM_MEMBERSET VERSION=%VERSION_SET%
*XDIM_MEMBERSET ACCOUNT =%ACCOUNT_SET%
*XDIM_MEMBERSET TIME=%TIME_SET%
*XDIM_MEMBERSET PROFITCENTER=%PROFITCENTER_SET%
*XDIM_MEMBERSET INPUTCURRENCY=%INPUTCURRENCY_SET%
*START_BADI RUNLOGIC
QUERY = ON
WRITE = ON
APPSET = OFFICEDEP1
APP = REPORTING
DIMENSION BWSRC = <NONE>
DIMENSION BUSINESSTYPE = <NONE>
DIMENSION WEEKS = <NONE>
DIMENSION PRODUCT=BAS(ALL_PROD)
DEBUG = ON
LOGIC = DEL_REP.LGF
CHANGED = PRODUCT
*END_BADI
1.Code in reporting application
*XDIM_MEMBERSET ACCOUNT = %ACCOUNT_SET%
*XDIM_MEMBERSET INPUTCURRENCY =%INPUTCURRENCY_SET%
*XDIM_MEMBERSET VERSION = %VERSION_SET%
*XDIM_MEMBERSET TIME =%TIME_SET%
*WHEN VERSION
*IS REV10
*WHEN TIME
        *IS  %TIME_SET%
  *REC(FACTOR = 0)
*ENDWHEN
*ENDWHEN
2.Code in reporting application
.*XDIM_MEMBERSET ACCOUNT = %ACCOUNT_SET%
*XDIM_MEMBERSET INPUTCURRENCY =%INPUTCURRENCY_SET%
*XDIM_MEMBERSET VERSION = %VERSION_SET%
*XDIM_MEMBERSET TIME =%TIME_SET%
*WHEN ACCOUNT
*IS %ACCOUNT_SET%
             *WHEN INPUTCURRENCY
                   *IS %INPUTCURRENCY_SET%
                                *WHEN TIME
                                      *IS  %TIME_SET%
                                               *WHEN VERSION
                                                      *IS REV10
                                                      *REC(FACTOR= 0)
                                               *ENDWHEN
                                 *ENDWHEN
             *ENDWHEN
*ENDWHEN
when I TRIED executING  BOTH I HAVE
with default formulas in advanced tab
it doesnot delete any records in the reporting application
when executed in UJKT
the log is
LGX:
*XDIM_MEMBERSET VERSION=ACTUAL
*XDIM_MEMBERSET ACCOUNT =302000
*XDIM_MEMBERSET TIME=2011.APR
*XDIM_MEMBERSET PROFITCENTER=1234
*XDIM_MEMBERSET INPUTCURRENCY=CZK
*START_BADI RUNLOGIC
QUERY = ON
WRITE = ON
APPSET = OFFICEDEP1
APP = REPORTING
DIMENSION BWSRC = <NONE>
DIMENSION BUSINESSTYPE = <NONE>
DIMENSION WEEKS = <NONE>
DIMENSION PRODUCT=BAS(ALL_PROD)
DEBUG = ON
LOGIC = DEL_REP.LGF
CHANGED = PRODUCT
*END_BADI
LOG:
LOG BEGIN TIME:2011-11-17 10:42:17
FILE:\ROOT\WEBFOLDERS\OFFICEDEP1\ADMINAPP\ACTUALREP\TEST.LGF
APPSET:OFFICEDEP1
APPLICATION:REPORTING
[INFO] GET_DIM_LIST(): I_APPL_ID="REPORTING", #dimensions=14
ACCOUNT,COMPANYCODE,DATASRC,FUNCTIONALAREA,OFFICE,OFFICEDEPT,INPUTCURRENCY,MEASURES,PROBABILITY,PRODUCT,PROFITCENTER,PROJECT,TIME,VERSION
#dim_memberset=13
COMPANYCODE:01,02,03,04,05,...325 in total.
DATASRC:MANUAL,BWDATASRC,...8 in total.
FUNCTIONALAREA:SERV,PROD,SGA,EQYI,RD,...18 in total.
OFFICE:ALL,VIDEO,GAME,NOGAME,OTHER_P,...1476 in total.
OFFICEDEPT:DEPT1,DEPT2,DEPT3,3 in total.
1234      NOPROJ     2011.APR     ACTUAL     NOWEEK     - 9507267.00
1  records have been written back!
SCRIPT RUNNING TIME IN TOTAL:3.07 s.
LOG END TIME:2011-11-17 10:42:18
parameters passed
VERSION = ACTUAL
TIME = 2011.APR
INPUTCURRENCY = CZK
ACCOUNT  = 302000
PROFITCENTER = 1234
Please advise HOW TO ACHIVE THE ABOVE
thanks

this is the  message when  i run the package
/CPMB/MODIFY completed in 0 seconds
/CPMB/DEFAULT_FORMULAS_LOGIC completed in 5 seconds
/CPMB/CLEAR completed in 0 seconds
[Selection]
(Member Selection)
VERSION: REV10
INPUTCURRENCY: USD
TIME: 2011.APR
ACCOUNT: 302000
[Messages]
Application: ACTUALREPORTING Package status: SUCCESS
well the script used inreporting is
*XDIM_MEMBERSET ACCOUNT = %ACCOUNT_SET%
*XDIM_MEMBERSET INPUTCURRENCY = EUR
*XDIM_MEMBERSET VERSION = %VERSION_SET%
*XDIM_MEMBERSET TIME =%TIME_SET%
*XDIM_MEMBERSET COMPANYCODE=01
*WHEN ACCOUNT
*IS %ACCOUNT_SET%
                           *WHEN TIME
                                      *IS  %TIME_SET%
                                               *WHEN VERSION
                                                      *IS REV10
                                                      *REC(EXPRESSION=-%VALUE%)
                                               *ENDWHEN
                                 *ENDWHEN
*ENDWHEN
and the script which calls the above is
*START_BADI RUNLOGIC
QUERY = ON
WRITE = ON
APPSET = OFFICEDEPOT1
APP = REPORTING
DIMENSION BWSRC = <NONE>
DIMENSION BUSINESSTYPE = <NONE>
DIMENSION WEEKS = <NONE>
DIMENSION PRODUCT=BAS(ALL_PROD)
DEBUG = ON
LOGIC = DEL_REP.LGF
CHANGED = PRODUCT
*END_BADI
I changed the script as per ur advise
when i have actual in VERSION THEN it says the record is generated
but
i want the version REV10
to be deleted
from
reporting APP
this is the  result
LOG:
LOG BEGIN TIME:2011-11-22 15:40:17
FILE:\ROOT\WEBFOLDERS
ADMINAPP\ACTUALREPORTING\TEST.LGF
APPSET:OFFICEDEPO
APPLICATION:REPORTING
[INFO] GET_DIM_LIST(): I_APPL_ID="REPORTING", #dimensions=12
ACCOUNT,COMPANYCODE,DATASRC,FUNCTIONALAREA,INPUTCURRENCY,MEASURES,PROBABILITY,PRODUCT,PROFITCENTER,PROJECT,TIME,VERSION
#dim_memberset=13
DATASRC:RESTRUCTURING,STEPUP,STEPUPOFFSET,MANUAL,BWDATASRC,...8 in total.
FUNCTIONALAREA:SERV,PROD,SGA,EQYI,RD,...18 in total.
PROBABILITY:0,1,2,3,4,...11 in total.
PRODUCT:NOPROD,00000000000000000000,2 in total.
PROFITCENTER:1771,1 in total.
PROJECT:PROJ01,PROJ02,PROJ03,PROJ04,PROJ05,...11260 in total.
ACCOUNT:302000,1 in total.
INPUTCURRENCY:EUR,1 in total.
VERSION:REV10,1 in total.
TIME:2011.APR,1 in total.
COMPANYCODE:01,1 in total.
Amount of time to run script:                                            231.25 ms
BADI EXECUTION TIME IN TOTAL :3344.48 ms.
SCRIPT RUNNING TIME IN TOTAL:6.22 s.
LOG END TIME:2011-11-22 15:40:17
thanks

Similar Messages

  • My query is not executing properly after applying patches(bi.7

    iam working bi.7 support package 13
    after applying patches
    my query is not executing properly in production my problem with FI queries
    the query is executing properly but ihav created newformula using formulavariable that fields are not getting data in report if i click on currency conversion iam getting popup but currency translation coversion list is not coming and currency type(target currency also not dispalying)
    but if i execute same query in development its working properly newformula fields are getting data and currency conversion also working in development
    can u please help me in this issure
    i hope as soon i will get solutions from bw gurus

    That currency conversion problem is solved
    i checked TCODE:RSCUR IN PRD its not showing any details
    again i checked in dev and moved all currency types dev to production
    now its wokring
    i hope check with this it will work

  • CFwindow isn't executing properly? Please help

    Hello;
    I am messing around with cfwindow tag. I can't seem to get it
    to execute properly, I have tried a number of ways of writting it,
    and found a lot of code online written as I wrote mine. I don't
    understand what is wrong here, there are no errors, when you click
    my link, it just opens another page instead of the cfwindow. Here
    is my code.
    cf window:
    <cfwindow
    name="windowPass"
    center="true"
    closable="true"
    draggable="true"
    height="200"
    initShow="false"
    minHeight="100"
    minWidth="230"
    refreshOnShow = "false"
    resizable="true"
    title="Password Retrevial"
    width="440">
    </cfwindow>
    <a href="passprotect/pass.cfm" class="navA"
    onclick="javascript:ColdFusion.Window.show('windowPass')">Forget
    your password?</a>
    Anyone have any ideas? is there something on the server I
    need to turn on to make it work?
    Thank you.
    Phoenix

    I was working on this version of it now. now it doesn't open
    anything, just click and nothing.
    <Body>
    <cfwindow
    name="passWindow"
    center="true"
    closable="true"
    draggable="true"
    height="200"
    initShow="false"
    minHeight="100"
    minWidth="230"
    refreshOnShow = "true"
    source = "passprotect/pass.cfm"
    resizable="true"
    title="Password Retrevial"
    width="440">
    </cfwindow>
    <a href="#" class="navA"
    onclick="javascript:ColdFusion.Window.show('passWindow')">Forget
    your password?</a>
    There is no cfouputs here, or forms, should there be a
    cfoutput?
    Also, how would I rewrite the text link if I take out the
    Java? it wouldn't know what code to execute. is there a better
    alternative?
    Thank you.
    Phoenix

  • Facet secondaryToolBar not being executed properly

    Hi Folks,
    I used Goldin's pagination solution, but I am having some issues.
    Paging of large data sets - SOLUTION
    http://vgoldin.blogspot.com/2008/02/myfaces-trinidad-working-with-large.html
    I saw that this is an asynchronous call.
    The search button calls an action event at my Backing Bean that creates a PagedListDataModel.
    The creation does not start a call to the EJB until the af:table needs it.
    After executing the RENDER_RESPONSE (afterPhase), the ADF Table starts to render and call the PagedListDataModel to get the page and print the records (famous Extracting Data... message).
    My table is updated properly and also the total of records is being print in the statusbar facet of my panelCollection that is being used around the table.
    The problem is with secondaryToolBar facet that has two buttons for EXPORT function (EXCEL and PDF). These buttons are not being updated.
    Since it is an async call, I tried to put a partialTarget on the buttons after calling the EJB and getting the list of records without success.
    I also tried to put a partialTrigger on the buttons for both table and panelCollection without success.
    I created a generic (any phase) phase listener in order to check how the things are going and saw that (in this order):
    . All the faces are executed (from RESTORE till RENDER). In the invoke application phase it just call the backing bean method and creates the PagedListDataModel.
    . After all the phases have been executed, the listener takes place and after all needed have been returned, TWO phase (ONLY TWO) are being executed (RESTORE and RENDER).
    Could you please anyone here give me a hand? :-)
    Thanks in advance.
    Ricardo Morais

    Hi,
    Can you please check whether the configuration of material availability check in PS is proper and in place or not. Please check the following sap help link on material's availability check in PS:
    Material Availability Check - Material - SAP Library
    Regards
    Saurabh

  • Sound rule doesn't execute properly

    I have a rule that announces the arrival of a particular sender's message with three steps: move the message to a folder, play a sound, bounce the Mail icon. In recent weeks, the message arrives, gets moved, and the icon bounces. Sometime later, when I'm doing something with another message (e.g, replying or sending a new one), the sound kicks in. I've tried reordering the rule steps and had added and removed the "Stop evaluating rules" step, but it doesn't make a difference. Another poster thought it might be related to the fact that I'm using custom sounds vs. system sounds (which do execute immediately).
    Any thoughts?

    "volume: can't open /dev/mixer " is for the users who use OSS so there; you should find out what uses OSS and change it if it is possible and not solely on oss.
    and the error I am having is because I defined the specific software to hwd:0,0. so what i should do is to check my softwares and set the audio output to "default"
    So in another word use you sound card and in output option of your sound card choose "default over hwd:0,0"

  • VI not executing properly when 'light bulb' is switched on.

    I am using an event structure (with one event) in a fairly simple VI (see attached picture).  I think it is working properly but when i put the 'light bulb' on to check this, the event structure doesn't seem to be waiting for the event.  What is going wrong, or is it something I'm doing?
    James
    Message Edited by James Mamakos on 05-29-2009 01:25 PM
    Never say "Oops." Always say "Ah, interesting!"
    Attachments:
    Event Structure VI.JPG ‏36 KB

    falkpl wrote:
    Just noticed one other thing, Your stop should be in the event structure, register vor stop value change and also read the stop inside the event structure, all other cases pass out false to the while loop conditional terminal.
    Yup - just realised that once i'd posted the VI!  Made a couple of slight modifications, and am posting it again.
    The problem is still there, and it's not just the dial control that can't be changed, it's the whole front pannel that freezes up.  Can't do a thing to it!
    Does this VI look problem free because i'm not getting anywhere trying to check it with the lightblub and i'm not completely certain if it's working right when i use probes and breakpoints.  I've not used event structures much so i'm not that confident with them.
    Message Edited by James Mamakos on 05-29-2009 01:54 PM
    Never say "Oops." Always say "Ah, interesting!"
    Attachments:
    Spectrum View.llb ‏42 KB
    Spectrum View.JPG ‏50 KB

  • Suspend it's not executed properly

    Hi all I'm new to Arch and I'm trying to make a nice build. Basically the suspend problem can be explained and reproduced on my system like this:
    1. Set in Power Saving "Blank Screen" to 1 minute
    2. Set Automatic suspend to any value greater than above value ex:15min
    At this stage if I let the screen to turn off and wait more than the automatic suspend time the system will not go into suspend mode in fact it will execute the command right after I wake up the screen by given any input to the system and it will enter in the suspend mode.
    If i disable the blank screen everything it's working OK.
    It's annoying because if I watch a movie and the suspend time it's exceeded right after the movie it's finished the system will go to suspend mode...
    Any idea what can cause this problem?
    uname -r 3.12.6-1-ARCH

    Raynman wrote:I don't think I can be of much help, but I think you should at least clarify what you are referring to here. I suppose you're using some sort of GUI?
    Yes, sorry, I'm referring to Gnome 3.10, in the Control Center under the Power tab you have those 2 options I'm talking about. I don't know if this problem it's only under gnome or it's reproducible with another DE.
    So does anyone have an idea how to test more this problem maybe in different scenarios?

  • Query not executing properly

    hi,
    I am using checkbox in my application which has different lov.
    suppose there is checkbox sport with lov cricket,football etc.
    now a user can select more than one value .
    Suppose user select both cricket and football.
    user mail address is also stored in table.
    On a page i have used list if any one select cricket from the list user who have select cricket must receive mail ,the cursor i have written is
    DECLARE
    CURSOR U_MAIL IS SELECT MAILID FROM USERINFO1
    WHERE (instr(':'||:P13_SELECTLIST||':',':'||sports||':')>0 or
    instr(':'||:P13_SELECTLIST||':',':'||entertainment||':')>0 or
    instr(':'||:P13_SELECTLIST||':',':'||education||':')>0 or
    instr(':'||:P13_SELECTLIST||':',':'||finance||':')>0)
    MAILUSER VARCHAR2(40) ;
    BEGIN
    OPEN U_MAIL;
    IF U_MAIL%ISOPEN THEN
    LOOP
    FETCH U_MAIL INTO MAILUSER;
    EXIT WHEN U_MAIL%NOTFOUND;
    HTMLDB_MAIL.SEND(
    P_TO => MAILUSER,
    P_FROM => '[email protected]',
    P_BODY => :P13_TEXT,
    P_body_html =>'<html><body>'||:P13_TEXT||'<br></br><IMG SRC ="http://htmldb.oracle.com/pls/otn/wwv_flow_file_mgr.get_file?p_security_group_id=143055126452435142&p_fname=untitled1.bmp"/></BODY></HTML>',
    P_SUBJ => :P13_SUBJECT);
    END LOOP;
    CLOSE U_MAIL;
    END IF;
    END;
    in my case if any user select only cricket then he use to receive mail,but if he select both cricket and football ,and from list if i select football then mail is not received by him .pls any one can help me out.what change should i make in cursor.In table checkbox values are stored as colon seperated(cricket:football)

    Mak,
    If P13_SELECTLIST contains one value like 'football' and the sports column contains 'cricket:football' then the following use of instr is incorrect:    instr(':'||:P13_SELECTLIST||':',':'||sports||':')>0You want:    instr(':'||sports||':',':'||:P13_SELECTLIST||':')>0Scott

  • PFR() not executing properly

    Hi All
    I am trying to displaying records on table on custom region on seeded page.
    when I write following code in ProcessRequest()
    then it works fine but when I write same code in PFR()
    on clicking GO button then its not working
    It not showing any record
    even I have checked ID of GO button
    OAApplicationModule am = pageContext.getRootApplicationModule();
         OAViewObject v = (OAViewObject)am.findViewObject("xxUnApproveVO");
            if(v==null)
                v = (OAViewObject)am.createViewObject("xxUnApproveVO","xxx.oracle.apps.irc.vacancy.server.xxUnApproveVO");
                v.executeQuery();

    Hi Gyan
    Thanks for reply
    Yeah I have checked MY GO button is working fine
    I have checked it using following code
    if(pageContext.getParameter("GO1") == null){return;}
    OAApplicationModule am = pageContext.getRootApplicationModule();
    pageContext.putDialogMessage(new OAException("one"));
        OAViewObject v = (OAViewObject)am.findViewObject("xxUnApproveVO");
         pageContext.putDialogMessage(new OAException("two"));
        if(v==null)
             v = (OAViewObject)am.createViewObject("xxUnApproveVO","xxxc.oracle.apps.irc.vacancy.server.xxUnApproveVO");
             v.executeQuery();
             int count= v.getFetchedRowCount();
         pageContext.putDialogMessage(new OAException("three"+count));
      }it gives an error at the top of page
    Error
    1. one
    2. two
    3. three
    count 0
    Edited by: HA on Feb 11, 2011 6:43 AM

  • Captivate 8 javascript isn't executing properly

    I'm trying to build an interaction where the user is able to enter free form text into a text box, and then using javaScript I want to grade this content.
    I'm trying to grade the content based on a regular expression and it always returns false, regardless of what is entered. I have validated the javascript external to Captivate, so I'm confident that its not a javascript issue.
    Here is my code:
    var cp = document.Captivate;
    var text = cp.cpEIGetValue("m_VarHandle.Text_Entry_Box_1");
    var re = /\S/;
    var valid = String(re.test(text))
    alert (valid);

    Shriyansh,
    It is nice to know that the Adobe support staff is paying attention to this forum.
    As far as the new common JS interface, I AM using it.
    As a suggestion, it would make it a great deal easier for everyone if you could create a standardize "getter" and "setter" for course variables, so we don't have to create our own and so we don't have to duplicate this code every time we want to use it.  If ADOBE created these standardize "getter" and "setter" functions, it would be very easy for course developers to use your new Common JS interface.  That way if we are not forced to create our own "getter" and "setter" functions for course variables, it will be easy for Adobe to update their core Captivate product and we as course developers would just start using whatever changes Adobe wanted us to start using.
    For now, so that I don't have to recode the "getter" and "setter" JS functions in ever JavaScript segment that I create and since I publish all of my courses as SCORM2004, I have customized the SCORM2004 scormdriver.js file in the template with the following:
    function getTheCourseVariable(variableName) {
      var holdValue = null;
      if (window.cpAPIInterface) {
          holdValue = window.cpAPIInterface.getVariableValue(variableName);
      } else {
          var cpFlash = document.Captivate;
          if (cpFlash) {
              holdValue = cpFlash.cpEIGetValue('m_VarHandle.' + variableName);
          } else {
              holdValue = cp.variablesManager.getVariableValue(variableName);
      return holdValue;
    function setTheCourseVariable(varName, varValue) {
      if (window.cpAPIInterface) {
          window.cpAPIInterface.setVariableValue(varName, varValue);
      } else {
      var cpFlash = document.Captivate;
      if (cpFlash) {
          var holdFlashPrefixAndField = 'm_VarHandle.' + varName;
          cpFlash.cpEISetValue(holdFlashPrefixAndField, varValue);
      } else {
          cp.variablesManager.setVariableValue(varName, varValue);
    As to there being differences between what we are getting back from JavaScript variables, using the new Common JS Interface, the following is one of the things that I have found.
    In the HTML5 course mentioned above, I found the following:
    If the property of the text entry field is marked as Numeric, if nothing has been entered in the field, the "typeof" value of the field comes back as "string".
    If a value has been entered in the field, the "typeof" value comes back as "number".  This would explain why a JavaScript .length function will not work correctly on it.  That is why I had to use a "variablename.toString()"  function and switch it back to a string variable before the .length function would work on it.
    But in the Flash version of the same course, when you bring back the value (using the new Common JS Interface) of this same field, the "typeof" value does not appear to be "number".  I have not had a chance to display exactly what the "typeof" value is under flash, but it appears that the previous logic which was working when published with Captivate 7 appears to work correctly.
    Therefore I have am having to go back through my course and develop the new logic paths depending on if the "typeof" value comes back as "number" or not.
    Don't get me wrong, I very much like working with the Adobe Captivate product.  I am not discounting the new Common JS Interface in Captivate 8.  I think that it is a very nice step forward.  With a little more work (created standard "getters" and "setters") it will be even better and help out course developers a great deal.  Keep up the good work!
    I just want to point out that there is at least one actual difference between how the JavaScript behaves between Captivate 7 and Captivate 8 and that just because the JavaScript works as expected on one platform (Flash vs. HTML5) does not mean that it will work correctly on the other.  So testing on both systems is critical!
    Randy

  • Not properly executing the dhtml  slideit() method.

    Hi,
    I am trying to execute dhtml animatecollapse methods in jsf tags..it is calling the method but it is not executing properly.. I am posting the code please see this once and tell me where I was wrong...
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <f:view>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <link href="images/ipass_ss.css" rel="stylesheet" type="text/css">
    <script type="text/javascript" src="animatedcollapse.js">
    * Animated Collapsible DIV- � Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
    </script>
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <title>FirstDemo</title>
    </head>
    <body><h:form>
    <div> </div>
    <h:panelGrid id="intipane" width="%100"
    style="background-color:rgb(134,149,180);" columns="2">
    <h:outputLabel id="HeadLabel" value="CustomerDetails" style="margin:40.0em;"/>
    <h:outputLink onclick="collapse1.slideit()">
    <h:graphicImage url="/images/xp-info-pane-arrow_down_over.gif"/>
    </h:outputLink>
    </h:panelGrid>
    <h:panelGrid id="firstpane" columns="6" width="100%" style="background-color:rgb(214,224,239);">
    <h:outputLabel id="lone" for="tone" value="CustomerId:"/>
    <h:inputText id="tone"/>
    <h:outputLabel id="ltwo" for="ttwo" value="CustomerName:"/>
    <h:inputText id="ttwo"/>
    <h:outputLabel id="lthr" for="tthr" value="Designation:"/>
    <h:inputText id="tthr"/>
    </h:panelGrid>
    <div id="dog">
    <h:panelGrid id="secondpane" columns="6" width="100%" style="background-color:rgb(214,224,239);">
    <h:outputLabel id="lsone" for="tone" value="CustomerIdone:"/>
    <h:inputText id="tsone"/>
    <h:outputLabel id="lstwo" for="ttwo" value="CustomerNameone:"/>
    <h:inputText id="tstwo"/>
    <h:outputLabel id="lsthr" for="tthr" value="Designationone:"/>
    <h:inputText id="tsthr"/>
    </h:panelGrid>
    </div>
    </h:form>
    <script type="text/javascript">
    window.alert("before creating the animated object")
    var collapse1=new animatedcollapse("dog", 100, true)
    </script>
    </body>
    </html>
    </f:view>
    I have copied the animatedcollapse.js file also ....do I need to copy any thing...please tell me its very urgent for me...
    thanks...

    one more thing I observed is if i put
    <img src="images/xp-info-pane-arrow_down_over.gif" border="0">
    in the panelgrid instead of <h:outputLink>it is executing the method correctly but it displaying that link above to the panel grid. how can I put the image inside the panel grid....why that functionality didn't work with <h:outputlink> tag???
    can any one please tell me.....

  • TIME_OUT ABAP DUMP executing KE30 in Business time

    HI All,
    when or users areexecuting KE30  in peak load time  , say from 8:00 AM to 6:00 PM it times out , but on weekends and evenings where there is less load on system it executes properly,  below are memory paramaters on app server
    ztta/roll_area                6500000    Byte  Roll area per workprocess (total)
    ztta/roll_first               1          Byte  First amount of roll area used in a dialog WP
    ztta/short_area               4000000    Byte  Short area per workprocess
    rdisp/ROLL_SHM                24576      8 kB  Part of roll file in shared memory
    rdisp/PG_SHM                  16384      8 kB  Part of paging file in shared memory
    rdisp/PG_LOCAL                150        8 kB  Paging buffer per workprocess
    em/initial_size_MB            8192       MB    Initial size of extended memory
    em/blocksize_KB               4096       kB    Size of one extended memory block
    em/address_space_MB           4092       MB    Address space reserved for ext. mem. (NT only)
    ztta/roll_extension           4000000000 Byte  Max. extended mem. per session (external mode)
    abap/heap_area_dia            4000000000 Byte  Max. heap memory for dialog workprocesses
    abap/heap_area_nondia         4000000000 Byte  Max. heap memory for non-dialog workprocesses
    abap/heap_area_total          4000000000 Byte  Max. usable heap memory
    abap/heaplimit                40000000   Byte  Workprocess restart limit of heap memory
    ar running on db2 9.7 fp4   Instance memory is 40GB, STMM is ON,  not sure what further i can tune on DB,
    Regards
    thumma

    Hello Thumma,
    1). When running the transaction, did you checked what are the tables its reading ? Try to run ST05 trace and create an Index for the table which spends most time on it.
    2). On the tables that you see in SM50 for the t-code KE30, run Individual statistics in DB20.
    3). How is your St02 buffers look like. Did you run SAPPFPAR Check ?
    You can run like /usr/sap/<SYSTEMNAME>/SYS/exe/run/sappfpar check pf=/usr/sap/<SYSTMENAME>/SYS/profile/<Profile name> nr=<System number> name=<System name>
    Tune the SWAPs as recommended by SAPPFPAR . Refer to below link
    http://basishowto.blogspot.com/2011/07/sappfpar-tools-to-check-sap-server.html
    Regards,
    Arjun

  • Background job not run properly

    Hi,
    When an infopackage is triggred through process chain in BI a background job will be exeuted at R/3 to fetch data from R/3.
    But the bakground job did not execute properly hat is it did not fetch any data but ot finished.
    But when the infopackage is executed manually the background job fetches the data from R/3.
    Why the job is not fetching data when triggered through process chain.
    Please help me to sole this issue.
    Regards,
    Indhu

    Hi Induja,
    In your case, you will have to debug the background job that is activated through BI. Check if proper data is coming from BI.
    You can only debug a background job if it is created under your user id. Thus, to debug the job you first have to own it and then debug by selecting it and either typing 'JDBG' in the command field or through menus available on the top.
    Job overview transaction code - SM37.
    Hopefully the issue is in Development/Test/Quality system and not in Production.
    Hope that helps!.
    Regards,
    Saba

  • Error while executing query in query designer and RSRT.

    Hello All,
    At none of the places (BI--> RSRT  or via query designer GUI) my query is executing properly .
    At RSRT the error message ---
    At Bex Query designer the error msg--
    Checked the data at the sales-infocube level , the data is absolutely ok.
    Regards
    Deblina

    Hi,
    Have checked both the places, backend cube as well as the filter conditions of the query ,everything is in sync.
    to make the query more simple i have removed the charateristics restrictions then ran the query , but still getting the same error.
    Am just attaching the screenshot of the query layout, for your reference.
    Regarding connectivity to access the portal,  how it can be established.
    Many Thanks
    Regards
    Deblina.

  • Executing a shell script from java using runtime.exec()

    Hi I am trying to create a script (test_script) and execute it -- all within one java program...
    the code compiles and executes perfectly but nothing happens. This is probably because the script does not get changed to the '777' mode although i am trying to do that ... any suggestions ???
    //code
    import java.io.*;
    import java.util.*;
    public class ScriptBuilder
         public ScriptBuilder() {
         public void writeScript() throws java.io.IOException{
         FileWriter writer = new FileWriter(new File("test_script"));
              writer.write("#! /bin/sh\n");
              writer.write("cd prodiags\n");
              writer.write("tar cvf delTask.tar delTask\n");
              writer.write("rm -rf delTask\n");          
              writer.flush();
              writer.close();
    Runtime rt= Runtime.getRuntime();
    String[] cmd = new String[3];
    cmd[0] = "ls";
    cmd[1] = "chmod 777 test_script";
    cmd[2] = "./test_script";
    rt.exec(cmd);
         public static void main (String[] args)throws java.io.IOException
         ScriptBuilder sb = new ScriptBuilder();
         sb.writeScript();
    }

    I don't know exactly but the code written below is working fine try the same with your code .Even with your code instead running the code with
    " ./<filename> ",if you execute it with "sh <filename>" command without changing the mode of the file it is executing properly.
    import java.io.*;
    import java.util.*;
    public class ScriptBuilder
    public ScriptBuilder()
    public void writeScript() throws java.io.IOException
    FileWriter writer = new FileWriter(new File("test_script"));
    writer.write("#! /bin/sh\n");
    writer.write("ll>/home/faiyaz/javaprac/checkll");
    writer.flush();
    writer.close();
    Runtime rt= Runtime.getRuntime();
    rt.exec("chmod 777 test_script");
    rt.exec("./test_script");
    } public static void main (String[] args)throws java.io.IOException
    ScriptBuilder sb = new ScriptBuilder();
    sb.writeScript();
    }

Maybe you are looking for

  • IPhone 3G - thinking of getting one but... what are the potential issues?

    I'm thinking of getting an iPhone 3G because: 1. I've been writing iPhone apps with a friend of mine (already have two in the app store) and I think I'm probably the only iPhone developer in the world who doesn't actually own an iPhone himself. My fr

  • Setup seems right but still TNS-12535: TNS:operation timed out

    I have Oracle express Edition installed on Fedora 4. I know the listener is started and believe the tnsnames.ora is configured properly but still get a timout when I try to connect with SQL*Plus. I am able to get into SQL with tue GUI tools but want

  • Moving to a new PC - how do I move my Lifeblog and...

    Any advice? I am moving all my software to a new PC but want to keep my current Nokia Lifeblog etc and port it across to my new PC. Any help appreciated. Thanks 

  • Doubt about uses of OBIEE

    I have some doubts about the possible uses of OBIEE. It happens that using OBIEE sometimes users demand report of an "analytical" type, that is aggregated analysis through OBIEE's Answers, selecting data from dimension tables and measures from fact t

  • I can't upload photos to iPhoto, memory is full??

    HELP!!!!   I love photography & I Just shot this beautiful wedding and I'm not able to unload to my iphoto...  I have iphoto (9.4.3) version & mac os x 10.8.5 how can I create different library's  and make sure I dont upload any duplicate photos?  I'