Not reflecting the new value of the AWvariable

I am working with Jdeveloper and BI beans
we are using Java Analytical workspace API for connecting and saving the user input as a Analytical workspace Variable
by using fallowing code
awConn.executeCommand("awvariable=value");
here the problem is i can not made this assignment perminent in Analytical Workspace
i.e after execution of the program i checked with AnallyticalworkSpace manager's worksheet it not reflecting the new value of the AWvariable. It is showing only old value.
how can i do that assignment it from java api .
any one can help me

That other post looks different, though - the OP is now manipulating the model.The OPs statement of the problem was:
Adding new data to the exitsting model causes the JList to display blank when I refresh the screen.
The suggestion in the other posting was to change the model not the array and the tutorial has a working example of this.
The OPs question was:
When my action performed creates a new instance of the model everything works fine but is this how it should work?
The answer to this is no, you don't need to change the model, just update the model.
So if the OP read the other posting and read the tutorial they should have an answer to their problem.
As you suggested there is no need to create a custom model. The example in the tutorial uses the default list model, if the OP read the tutorial they would know that.

Similar Messages

  • Tree table is not reflecting the updated model data changes at the front end

    I have two tables ,
    1) Provider table(tree table)  2)member table
    I have implemented drag and drop functionality using jQuery UI on both tables.
    In my scenario when I drag a member from the member table and drop it on the Provider table and also when I delete an assigned member from the provider table I will update the data fetched from odata model and again I will call the method which binds the data to the provider table so that the table will reflect the changes.
    here is the code,
    on drop:
    $("#Provider tbody tr").droppable({
      drop: function(event){
           oController.AssignMember(oProviderId, oMemberId)
      }).disableSelection();
    Assign member function:   here am updating the model.
    AssignMember : function(oProviderId, oMemberId){
      var oModel = new sap.ui.model.odata.ODataModel("../../../services/provider.xsodata/", true);
      var oParameters = {};
      oParameters.PROVIDER_ID = oProviderId;
      oParameters.MEMBER_ID = oMemberId;
      oParameters.CREATED_ON = new Date();
      oModel.setHeaders({"content-type" : "application/json;charset=utf-8"});
      oModel.create( "/PROVIDERMEMBERS", oParameters, null, function() {
      var oController = sap.ui.controller("adsm.provider.member_assignment_view");
      oController.GetProviderData();
      },function(jqXHR) {
      var errorMessage = jqXHR.response.body;
      var jsondata = JSON.parse(errorMessage);
      sap.ui.commons.MessageBox.alert(jsondata.error.message.value);
    GetProviderData function: here i bind the data to the table
    GetProviderData: function(){
    var oModel = new sap.ui.model.odata.ODataModel("../../../services/provider.xsodata/", true);
    var Context = "/PROVIDERS?expand=ASSIGNEDMEMBERS&$select=NAME,ID,ASSIGNEDMEMBERS/NAME,ASSIGNEDMEMBERS/ID,ASSIGNEDMEMBERS/PROVIDER_ID";
      var oTable = sap.ui.getCore().byId("tblProviders");
      oModel.read(Context, null, null, true, onSuccess, onError);
      function onSuccess(oEventdata){
      var outputJson = {};
      var p = 0;
      var r = {};
      if (oEventdata) {
      r = oEventdata;
      try {
      if (oEventdata.d){
      r = oEventdata.d;
      } catch(e){
      //alert('oEventdata.d failed');
      try {
      if (oEventdata.d.results){
      r = oEventdata.d.results;
      } catch(e){
      //alert('oEventdata.d.results failed');
      try {
      if (oEventdata.results){
      r = oEventdata.results;
      } catch(e){
      //alert('oEventdata.results failed');
      $.each(r, function(i, j) {
      outputJson[p] = {};
      outputJson[p]["NAME"] = j.NAME;
      outputJson[p]["ID"] = j.ID;
      outputJson[p]["PROVIDER_ID"] = j.ID;
      outputJson[p]["DELETE"] = 0;
      var m = 0;
      if (j.ASSIGNEDMEMBERS.results.length > 0) {
      $.each(j.ASSIGNEDMEMBERS.results, function(a,b) {
      outputJson[p][m] = { NAME: b.NAME,
      ID : b.ID,
      PROVIDER_ID: b.PROVIDER_ID,
      DELETE: 1};
      m++;
      p++;
    var oModel = new sap.ui.model.json.JSONModel();
      oModel.setData(outputJson);
      oTable.setModel(oModel);
      function onError(oEvent){
      console.log("Error on Provider Members");
    oTable.bindRows({
      path:"/"
    Its working fine in chrome but in IE the model data gets updated but the table is not reflecting the changes at front end.Can anyone suggest me a possible solution to fix this?
    Please have a look at the attached screen shots.
    Best regards,
    Amala Suganya.

    Hi Amala,
    I think this will help you:
    Disabling Cache for CRUD/FI OData scenarios for a UI5 Application on Internet Explorer
    Kind regards,
    RW

  • Not reflecting the sales offices for top down manual planning hierarchy

    Hi Experts,
    Please help me on this issue.
    I hava an Hierarchy like from District to Offices
    for eg: for district-                'ZBHDEL' I have salesoffice like 100, 101, 102, 103,105.
    like wise for other district          'zbhyd' i have salesoffices like 200, 201, 202.
    I have created the Mannual layout with Hierachy datamodel with BPS characteristics, TOP-DOWN, AND enabled check entry.
    In the additional setting i have select All Possible combinations.
    District at Headerlevl, along with Product and Division
    and selected salesoffice at Leadcoloumn.
    My Planning levell and package contains : for sales office slected Hierarchy at planning level. 
    BRAND
    Base Unit
    Company code
    Country
    Currency
    Division
    Fiscal year/period
    Fiscal Year Variant
    PRODUCT
    SIZE
    Sales District
    Sales Office
    Segment
    Version   
    *The Prolem is when i input some plan for a district ZBHDEL from the other layout, WHEN I RUN THE sALES OFFICE hIERARCHY
    Mannual Layout its not reflecting the sales office where i have to plan for the salesoffices by seeing the values
    of planned District.
    where as for one district i can able to see the sales offices. even i have maintained the masterdata at Infoobject level.
    Can anybody please help me out.
    thanks
    Deenu
    Edited by: deenu prasad on Aug 4, 2010 7:07 AM

    Create hierarchy for sales district info-object in following way.
    Sales District         Text Node                          Level 1
    Sales Distirct         Characteristics Node         Level 2         
                                  value 1 = ZBHDEL
                                  value 2 = ZBHYD
    sales Office          Characteristics Node         Level 3
                                  values will be according to district (include diff sales offices for diff districts in level 2)
    restrict district to this hierarchy in planning level and plan according by both approaches (create 2 seperate layouts):
    Top down  - to plan at main node i.e. sales district
    bottom up - to plan at sub node  i.e. sales office

  • Output error:the name of the package "greet" does not reflect the location of this file...

    output error: The name of package 'greet' does not reflect the location of this file. Please change the package definition's name inside this file, or move the file. C:\Documents and Settings\Igal\My Documents\meiran\greet\Greeter.as
    I keep on recieving this output error although my source path is set to C:\Documents and Settings\Igal\My Documents\meiran\greet.
    any suggestions why this happens?

    The classpaths you define in your Flash software tell the compiler where to look when it needs to find a class.  According to your as file, the very top line indicates the Greeter.as file should be at a location specified by the path...
    one-of-your-classpaths\com\example\quickstart\
    So if one of your classpaths is:  C:\Documents and Settings\Igal\My Documents\meiran\greet\
    and you placed the file in the greet folder, then in your AS document you should not have the "com\example\quickstart" and your import statement in the fla should not be using that (should just be... import Greeter;)

  • WEBDAV rules repository not reflecting the changes

    WEBDAV rules repository does not reflect the changes unless i restart the application server. i dont have a problem with file repository because i can change the file repository using the link from the BPEL console and the changes are reflected immediately from the very next instance. .
    But in case of WEBDAV repository, even if i change the rules , they dont get reflected in any of the further instances unless i restart the server.
    Please help on this one.

    Another observation is that the entire bpel process(with decisionservice on webdav repository) works even if the webdav server is shut down.
    The webdav server needs to be up only for the first instance of the bpel process. After that, even shutting down the webdav server does not effect any further instances and they all run smoothly.
    This shows that the decison service builds up some kind of cache on the first call of the decisionservice. Some way to destroy this cache everytime the webdav repository changes will solve the problem.
    Any help on this topic is highly appreciated.

  • I purchased a Pixma Pro-100. My prints do not reflect the edited images from CS6/LR5.

    I just got a Canon Pixma Pro-100 printer. I'm running CS6 and LR5. My monitors are calibrated, my color space is Adobe RGB (1998). I want the Photoshop /LR to manage my color. I (believe) am using the correct profile for the Canon paper (Pro Luster). However, my prints do not reflect the edited versions I am viewing on my monitors. The colors are darker, dull, a bit on the reddish side, and not as vivid as what I am expecting. Is there anyone out there who can guide me to the proper way to set the up my printer and color space? I this is very confusing to me.

    You don't need any additional gadgets to set up your monitor(s) and the printer.  Mostly you will just frustrate yourself and waste a lot of ink and paper.  Stop wasting your time with them, too.
    You do need to get three things set carefully.  You need the brightness, the contrast and the grey-scale set right for the printer.
    Big point to remember you are dealing with two completely different types of color.  One is light and the other is dyes.  They will never match exactly except for maybe one or two colors at a time.  I generally shoot for flesh tones as that is what people notice mostly.
    Always check the details and never let the printer do any color managing.  All Canon printers I have worked with have a reddish bias.  You can not or at least it is very difficult to get rid of it.  Canon engineers seem to prefer a warm tone in their printers.
    I curently use three of the Canon Pro printers form the 9000, 9500 II amd the 100.  All are great printers.  But right now what you are seeing and what you are sending to the printer is different.  These need to match or you need to know what to adjust in PS to make them match.  Don't use LR to print, it isn't as good as PS and it will be different.  If you must, stick to either/or but not both.   I prefer PS.
    Always shoot RAW and use ACR to convert in either LR or PS but I always print from PS.
    Let me know how you get along.
    EOS 1Ds Mk III, EOS 1D Mk IV, EF 50mm f1.2 L, EF 24-70mm f2.8 L,
    EF 85mm f1.2 L II USM, EF 70-200mm f2.8 L IS II,
    Sigma 120-300mm f2.8 EX APO, Photoshop CS6, ACR 9, Lightroom 6

  • IPone 6, iOs 8.1.2 when removing the phone from the charging does not reflect the increase in the percent charge level , by reconnecting displays correctly

    when removing the phone from the charging does not reflect the increase in the percent charge level , by reconnecting displays correctly

    Addendum
    Last night charging for around 3-4 hours only charged a dead phone by 55% then left it to charge overnight
    Today the battery dropped from 6:15 am full charge to 53% at 10:38 am at time of writing this with
    1 phone call out for 30 secs
    1 incoming missed call,
    Whatsapp fetched around 10 msgs
    Email fetched around 20 ermail from 4 accounts but not viewed yet on phone

  • Cost Planning Details not reflecting in new version

    Dear Experts,
                        .  We created the 'NEW' version . But we want to copy cost planning from u201C0u201D version to u201C1u201D version. For
    this we are executing u201CCJ9BSu201D t-code but after executing this, only cost
    are getting copied. Detail Planning is not getting copied.Kindly look into the matter and helpful solutions are

    Dear Experts,
    . We created the 'NEW' version . But we want to copy cost planning from u201C0u201D version to u201C1u201D version. For
    this we are executing u201CCJ9BSu201D t-code but after executing this, only cost
    are getting copied. Detail Planning is not getting copied.Kindly look into the matter and helpful solutions are.
    i.e
    1 I planned material costs in .Cj40 > Primary Cost > Edit >Detailed Planning >Change
       Here we maintain material cost, service cost, BPO etc
    2.When we copy the version from '0' to new version which i have created copying the 1 version.Or say '0' version to '1' version then material cost is not reflecting in new version cost planning after CJ9BS.

  • Net amount and taxes are not reflected in net value and taxes tab in sale

    hi
    While i am generating sale order that time system calculated all condition like price E.D cess E-cess Lst  but it is not reflected in net value and tax tab.The value comes in net is quantity value.
    Pl Give me Solution on that...
    Thanks & Regards
    sachin

    in header item level when i am putting my condition that time system calculate each and every condition but not reflected in tab net value tab. Insist of net value only quantity is coming in that tab......
    Thanks
    sachin

  • ADF UI is not reflect the ADF view updated values.

    Hi Expert,
    I have a ADF fusion web application using the ADF-BC. In that one of the View is created using the SQL query (refer the database base view in the back ground). I have some operation in the model layer. The operation updated the records so the view reeds be refresh to get the new values. Unfortunately the values are not refreshed even i ppr the view UI table. I checked in the model by adding some log and the values are correct in the model. So how can i push back the updated values to the UI.
    Please guide me on this.
    - t

    Hi,
    if you change the data through ADF then a PPR refresh will do. If you change the data underneath (which sounds like you are doing), you will need to re-execute the iterator (just use the Execute operationof the view Object in the data control), wich can be done programmatically and declaratively
    Frank

  • The Jtree is not refreshing with new values when mouse click on the node

    hi ,
    I am creating a tree from a vector .The values in the vector is coming from the JTable data after satisfing the some condition. But the data in the Jtable is changing time to time so the data in the vector is also changing .
    But the problem is that when first I create a tree with that data the tree is created but for the next time I click on the tree node the tree is not changing i.e. it is not created with the new values that is stored in the vector at that time .what to do .Please help
    I am using DefaultMutableTreeNode for creating the tree .In starting I have created one root and the one it's child .Now the next subtree of the root child have to be created by this vector data. this subtree should be updated according to the values in the vecter.
    public void valueChanged(TreeSelectionEvent e) {
    //code here
    subtreecreat();
    //some function that create tree after cheching the some condition here
    subtreecreat() {
    Enumeration en=vector.elements();
    while(en.hasMoreElements())
    DefaultMutableTreeNode servername = new DefaultMutableTreeNode(en.nextElement());
    node.add(servername);
    Please help it is very urgent
    Thanks in Advance,
    anum

    Well, you can either use a custom TreeModel that tracks your Vector, or you can use a DefaultTreeModel and call model.reload(node) to refresh the tree below the specified node.

  • WSP deployment to multyiple fronend server in sharepoint 2013 not reflecting the updated solution

    Hi I have created a wsp package and deployed it to the multiple  front end server. It was working fine on initial deployment. However after doing some change in JS file, I update the solution (through PowerShell update solution command)  and found
    it's not reflecting in Browser . Even if i have checked the file in both front end are updated (in 15 hive).
    Thanks and Regards
    Er.Pradipta Nayak
    Visit my Blog
    Xchanging

    If the files are updating on the front end servers, but not showing changes in the browser then the problem is that the .JS files have been cached by the browser.  You need to clear the Browser cache after this kind of change before the change will
    be reflected in the browser.  You can manually clear the browser cache in IE using the developer toolbar [F12].
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Iview for a tcode not reflecting the fields completely.

    Hi All,
    I made an iview for a business partner in portal for its tcode.The tcode of Buisness partner is showing all  fields in GUI.But when i am viewing the Business partner using it transaction  iview it is showing properly except at a particular dropdown where it is showing only two fields out of three.One of the fields is getting missed out in the dropdown.
    Regards.
    Adity.

    Ya ....just want to make my question little clear.
    We have CRM 5.0 and EP 7.0.
    We have a dropdown in tcode BP(Business Partner) called relationship.This dropdown when clicked shows only two fields ie.list and heirarchy and not reflecting field 'network' in portal but reflecting in GUI
    The client and the user are correct.Am using SAP gui for HTML.
    Regards.
    Adity.

  • My account balance does not reflect the redeemed B...

    I redeemed two Bing Rewards Vouchers, and each worths $1.46 (total $2.92).  However, I do not see the amount reflected in my balance.  I have original balance of $9.92 which does not change at all after I redeem these vouchers.  Please help.  Thank you.

    SJC9468 wrote:
    I redeemed two Bing Rewards Vouchers, and each worths $1.46 (total $2.92).  However, I do not see the amount reflected in my balance.  I have original balance of $9.92 which does not change at all after I redeem these vouchers.  Please help.  Thank you.
    Hello
    Did the vouchers have an expiry date?
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Why does my .sparseimage file size not reflect the amount of data insde of it?

    SUMMARY
    I have an uncompressed sparese image file that has over 35GB of data inside of it, yet the image file always claims to be taking up 4.29GB of space on the drive on which it resides.
    DETAILS
    The image file was created with Disk Utility useing the following settings:
    When I mount the image and Show Inspector for the contents, I see this:
    However, when I Get Info on the image file itself, mounted or not, I get this:
    I was expecting that the size of the file would be reported as roughly the same as the size of it's contents. 
    What gives?
    -t

    Hello, and thank you for the new reply.
    I'm sorry to be slow with my responses, but I am wrapped up in the task of sorting out what has turned out to be over 100GB of photos and videos that I shot over the last ten years and have backed up all over the place ... I'm sorting through all of it and getting it all organized for the first time.
    OK, here are the results of ls -lR@ /Volumes/Bin/
    $ ls -lR@ /Volumes/Bin/
    total 8382080
    -rwxrwxrwx@        1      <username>  staff  4291448832 Nov 12 09:04 00000.MTS
        com.apple.ResourceFork           286
    drwxrwxrwx        32      <username>  staff        1088 Jan 30 15:38 Misc
    drwxr-xr-x       1638      <username>  staff       55692 Mar  3 00:02 Images
    drwxr-xr-x         922      <username>  staff       31348 Mar  3 00:02 Videos
    That'st the first bit, and there there are a zillion pages listing the contents of the top level directories. (Over 17k files)
    Again, when I mount the sparseimage file, I see everything that I expect to see inside of it ... my backups of thousands of photos and hundreds of video files.  I can view all of them, so the data is definitely there.  This is why I am confused as to why the sparseimage file itself is being reported as so small!
    I just noticed this ... there is a large video file in the root of the mounted image; 00000.MTS which happens to be 4.29GB in size ... everything else is located in one of the three directories that are listed.  Now, the sparseimage  happens to be reported as 4.29GB in size.  That can't be a coincidence.   Is the OS reporting the size of the sparseimage file based on the total reported contents of only the root directory?  If so, that would explain why it shows as being 4.29GB.  That would, however, be kind of a bug, no?  Should it not report the size of the sparseimage as being the total size of all of the contents of the image?
    As a test, I just moved that file into the Videos directory and then unmounted the image.  bin.sparseimage is still reported as being 4.29GB. 
    Thanks,
    -t

Maybe you are looking for

  • DBSIZE.XML and *.EXT files in homogeneous copy

    Experts: During the import , we need to modify  DBSIZE.XML to make some tablespace smaller. Do I have to any corresponding change in the *.EXT files or any other files (e.g. DDLORA.TPL), to make sure the modified DBSIZE.XML works? Thanks!

  • Pages app freezes when trying to open .doc file

    Hello everyone! Recently I faced the problem with opening .doc files originally created in Word for Windows in Pages. If the .doc file contains any table, Pages app constantly freezes trying to open it so I have to Force quit it. It happened with few

  • GRUB doesn't load from SSD

    Hey, I wanted to replace my HDD with an SSD. This is what I did: 1. boot into live disk, create partitions on my SSD: #1: /, btrfs, boot flag, #2: /, btrfs on LUKS [edit: I used fdisk, bad idea?] 2. mounted both partitions with compress=lzo, copied b

  • Specific cell event of Jtable

    Hi, I've created an view object by linking up 2 tables, and placed it on the screen by Jtable, select a.emp_name, a.dept_id, b.dept_name from employee a, department b; Is it possible to write an event that will reflesh and display the "dept_name" pro

  • Layout pages and print css

    The problem i'm having, under the pages i'm seeing four of the layout files from my Web Apps that were created. They weren't there the other day and can't workout how to make them go away again, don't really want the client to see the layout pages or