Problems refreshing list

I have two Tlists that I dynamically created with a record group with two procedures: get_users and populate_list. I have trouble refreshing the list every time I try to create a new record. I get error: unable to populate list with record group. I've tried setting the list item to null, clearing the list, and calling populate_list, but i still get the same error. Please help. Any suggestions is greatly appreciated. =)
Thanks,
Kristine

If you found the solution then it would be appreciate if you also post the solution :)
Thanks
--Anil                                                                                                                                                                                                               

Similar Messages

  • Problem refresh list on 5800

    Hello, 
    In the player music from my 5800, in the section albums, I have 4 albums, but impossible to remove them, however in my  SD card, the files are not there any more. I tested by updating the list of the up to date files since the player of music. How to make to remove them?
    Thank

    I agree with you, but I don't know of any solution.
    The only thing that I can think of is that you can use the Contacts Bar homescreen option. That will allow you to have your top four contacts on top at all times. (I will also admit that this would be more useful if it had the 20 contact functionality of the newly announced 5530).
    My solution for what you are saying is that I just keep my 5-6 most frequently texted friends in my inbox regardless of when the message arrives. Then I just hit reply.

  • Problem refreshing the classes

    I have problem refreshing the class with Tomcat 4.1 Server. I make changes in my class and they just don't reflect unless I restart the server. I don't want to refresh the server all the time. Is there any setting by which I can tell the server not to the version ffrom the memory. I even deleted that class from the classes directory but still the server would not know it.
    Thank you

    Oop's I am sorry. I did some terrible mistake. I am really sorry.
    Please Ignore this question

  • Problem in list display

    Hi experts,
    i have a problem with list display.
    I want to display the output  like date, time, costcentre, company code ...... But the out put list display is coming as costcentre , username , date , time , company code....even after setting the col positions as 1,2,3, 4
    I have observed in fieldcatalog as costcentre and username from field catalog_merge fm its taking l_fieldcatalog-key = 'X". i made this as l_fieldcatalog-key = '  '. Even though its displaying in the same way.
    Please suggest me is there any way i can solve this issue.

    Hi,
    Check whether you have given any default layout. you can change the default layout and save it as you need.
    Or do the following
    If you are displaying a few fields from a table you can buid the field catalog manually. This will solve your problem.
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

  • Problem in list display of TCODE F.13

    Hi all,
    Have a look at the below thread
    Problem with List display for TCODE F.13
    Does the same problem exist in your system
    Let me know.
    Thanks

    Hi Neelema,
    You could try this sample code.
    [http://sap-img.com/fu037.htm]
    [http://sap-img.com/abap/sample-alv-heading-in-alv.htm]
    Regards,
    Amit.

  • Problem create List E []

    Hello. Got problems when I try to create one "Array" filled with "List" as type. Tried:
    List<E>[] name = List<E>[size]; (Compilation problem)
    and
    List<E>[] name = (List<E>[])(new Object[size]) (cannot cast object to list)Got any suggestions?

    Hunter78 wrote:
    Thanks. It seems to compile but now I recive "NullPointerException" when I try to add anything into the list. Any idea why?
    Example:
    public void method(E e){
    List<E>[] name = (List<E>[])new List[size];
    List list = name[0];
    list.add(e);     (NullPointerException)
    }edit: using array becouse it�s most naturale when the size is known.Umm... have you ever used arrays of references before? "name" is an array of references, because List is a reference type (everything that is not a primitive type is a reference type). So when you create the array, it is initialized with null references (the default value for references). i.e. the references don't point to any object. So you have no List object to add anything to. It's the same reason why this won't work:
    List foo = null;
    foo.add(e);

  • Problem refreshing AW Dimension

    I am trying to create an analytic workspace and I am using the AWM wizard for this job.
    I want to build a cube that is based only on two dimensions. To this end, I have created OLAP catalog metadata for the two dimensions and the cube via OEM successfully.
    Selecting on ALL_OLAP2_DIMENSIONS and ALL_OLAP2_CUBES returns that all objects are valid.
    However when the AWM wizard runs I get the following error
    when DBMS_AWM.REFRESH_AWDIMENSION is called for the first dimension:
    Processing Refreshing Dimension : TC6ACCOUNT_DIM
    Error Message from Server = Problem refreshing dimension:
    TC6ACCOUNT_DIM
    Failed to Build(Refresh) OLAPDUN.TESTCUBE6_AW Analytic Workspace. Error Validating Dimension Mappings TC6ACCOUNT_DIM.DIMENSION. Key Expression DUNMART.ACCOUNT_DIM.ACCNT_ID for Mapping Group TC6ACCOUNT_DIM.MARKET_SEGMENT_H.ACCOUNT_DIM_L.DUNMART_ACCOUNT_DIM_TC6ACCOUNT_DIM_MARKET_SEGMENT_H_ACCOUNT_DIM_L.DIMENSIONMAPGROUP, Level TC6ACCOUNT_DIM.ACCOUNT_DIM_L.LEVEL, Hierarchy TC6ACCOUNT_DIM.MARKET_SEGMENT_H.HIERARCHY is Incorrectly Mapped to RDBMS.
    I dont know what I'm doing wrong. If there was an error in the hierarchy, then why do I get a valid state for these objects from the ALL_OLAP2 views?
    I would appreciate it if anyone could help me out!
    Nikos

    Thanks Sharon for the tip. I have applied patch 10.1.0.3E and the dimensions were refreshed successfully.
    Unfortunately now another error was raised during the cube refreshing.
    More specifically I got the following error during the call:
    execute DBMS_AWM.REFRESH_AWCUBE('OLAPDUN', 'TESTCUBE7', 'TC7TESTCUBE7', 'TESTThu Mar 10 16:10:19 EET 2005');
    Error Message from Server = Problem getting dimensions for cube:
    DUNMART
    TESTCUBE7
    Aggregation Definition TC7TESTCUBE7.TC7TESTCUBE7_DA.AGGREGATIONDEFINITION is Invalid. Aggregation Definition TC7TESTCUBE7.TC7TESTCUBE7_DA.AGGREGATIONDEFINITION can not be Compiled.
    (AW$XML) AW$XML
    In SYS.AWXML!__XML_HANDLE_ERROR PROGRAM:
    SqlException = ORA-06502: PL/SQL: numeric or value error string
    ORA-06512: in "OLAPSYS.DBMS_AWM", line 1213
    ORA-06512: in line 1
    Error Code = 6502
    Sql State = 65000
    All the cubes could not be added to the Analytic Workspace TESTCUBE7;
    The following cubes could not be added : TESTCUBE7
    java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error string
    ORA-06512: in "OLAPSYS.DBMS_AWM", line 1213
    ORA-06512: in line 1
    Tidying Up
    Failed to create the analytic workspace
    Are there any suggestions for this error?
    thanks,
    Nikos

  • Any way to manually refresh list of network computers?

    Sometimes it takes quite a while for a new computer on the network to show up on the finder sidebar. Is there Any way to manually refresh list of network computers?

    i am running osx 10.8.4 and if you right click on finder and select "connect to server" you can easily find the servers you usually connect to or be able to find a new server manually by selecting browse.
    to prevent this from happening again the server that you want to remain connected to will be easily joined in the future by hitting the "+" button next to the desiered server name
    select "connect" from the bottom right
    next it will ask you to select the hard drive you wish to connect to. [in my setup i have two optons here 1. the hard drive which starts with "_" and also "user"
    in my case and most likely yours, select the hard drive.
    from this screen you will be prompted for password or to select guest.
    from this new menu depending on what type of connection you have with the server, whether it be (home) or (business) type selecting guest will connect without a password.
    but some office servers use password protected servers and for this you must know that servers connecting password. occasionally it is the same as the WiFi password but sometimes it can be more secure and require a different password.
    normally guest will do just fine as long as the server has not been set up with a lock on it.
    hoped this helped

  • Problem sorting list with virtual layout = false (and also with true)

    Hi,
    I've a problem sorting a list... or better... I've a problem showing the sorted list ;-)
    I've a list of xml item. The list is shown with an item renderer.
    my needs: a button to refresh data and a button to sort data.
    useVirtualLayout = false
    -> refresh works correctly, sort does not affect the view (even if the list is sorted correctly when printed with trace)
    useVirtualLayout = true
    -> sort works correctly, refresh reverse the list each time I press it (even if the list remain the same when printed with trace)
    does any one have an idea?
    thank you!!
    MXML
    <s:List dataProvider="{xmlListCollection}" width="100%" itemRenderer="myRenderer" minHeight="0" id="test" useVirtualLayout="false" >
    <s:layout>
      <s:VerticalLayout clipAndEnableScrolling="true"/>
    </s:layout>
    </s:List>
    XML example
    <unit sortField1="First Floor" sortField2="7">
      <employee>
        <id>3040684</id>
        <name>PIFFARETTI Vasco</name>
        <birthdate>20.05.1983</birthdate>
        <beginDate>2012-02-25 08:55:00</beginDate>
        <endDate>9999-12-31 00:00:00</endDate>
        <annotation/>
      </employee>
    </unit>

    You can tell when the scroll position has changed by handling the propertyChange event coming from the DataGroup:
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   creationComplete="list1.dataGroup.addEventListener('propertyChange', handle)">
        <fx:Script>
            <![CDATA[
                import mx.events.PropertyChangeEvent;
                private function handle(e:PropertyChangeEvent):void {
                    if (e.property == 'verticalScrollPosition'){
                        trace('vsp changed');               
                    if (e.property == 'horizontalScrollPosition'){
                        trace('hsp changed');               
            ]]>
        </fx:Script>
        <s:List id="list1" width="100" height="50">
            <s:layout>
                <s:VerticalLayout />
            </s:layout>
            <s:dataProvider>
                <s:ArrayList>
                    <fx:String>0</fx:String>
                    <fx:String>1</fx:String>
                    <fx:String>2</fx:String>
                    <fx:String>3</fx:String>
                    <fx:String>4</fx:String>
                    <fx:String>5</fx:String>
                    <fx:String>6</fx:String>
                    <fx:String>7</fx:String>
                </s:ArrayList>
            </s:dataProvider>
        </s:List>
    </s:Application>
    You might also want to read and consider voting for http://bugs.adobe.com/jira/browse/SDK-21357

  • How to refresh list of Airplay devices on the network?

    I'm using a MBA running Mountain Lion. I work on two different networks throughout the day—at my office (where there are 8 Airplay devices, Apple TVs attached to flat panel displays) and at home (two Airplay devices).
    The problem I'm running into is that when I arrive at home and want to connect Airplay to a device on my home network, the list of available devices doesn't update from those on my office network, which I'm no longer connected to. There doesn't seem to be any way I've found to refresh the list without having to do a full restart—which just seems wrong.
    Is there a way to refresh the list of Airplay devices that show as options in the "AirPlay Mirroring" menu within Displays settings?

    I have the same problem... ..
    If my apple TV is turned off, and I wake up my MacBook Pro, obviously it's not going to detect my Apple TV.
    So, lets say I decide I want to use Airplay.   I go turn on my Apple TV, wait a few minutes.. I would hope that the Airplay Icon would just appear across the top of my screen, but it doesn't. 
    I tried running the airport utility, no luck.
    I also have to restart my laptop for it to discover my Apple TV, if my apple TV isn't turned on when I start up my computer.

  • Problem with list box in table control (Module pool) .

    Hi,
    I'm facing a problem while populating values in List Box..
    While I'm clicking a value from the list box it is not being hold in that box...box got blanked.
    Please help me to solve this.

    process before output.
    module pop_drop_down.
    module pop_drop_down output.
      name1 = 'IO5'.
      REFRESH list1.
      LOOP AT it_zpoitshead INTO wa_zpoitshead.
        value1-key = wa_zpoitshead-createdt.
        value1-key = wa_zpoitshead-its_ebeln.
        APPEND value1 to list1.
      ENDLOOP.
      CLEAR value1.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id                    = name1
          values                = list1
       EXCEPTIONS
         ID_ILLEGAL_NAME       = 1
         OTHERS                = 2
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    endmodule.                 " pop_drop_down  OUTPUT

  • Problem refreshing theme based FOI

    Hi,
    We have a map and we want to display shops on it. That works, however new new call containing a different collection of shop IDs does not result in a refresh of the map in the sense that these new shops appear on it. I have been studying the JavaScript API, and I thought that I did find the (best) way to do this, namely the following flow (omitting less relevant code):
    1. First we start with a function that initializes the MapViewer object:
    function showRasterMap(){
    raster_mvo = new MVMapView(document.getElementById("rastermap"), baseURL);
    var base_map = new MVBaseMap("MVDS.RASTER_MAPCACHE");
    base_map.setVisible(true);
    raster_mvo.addBaseMapLayer(base_map);
    raster_mvo.setCenter(MVSdoGeometry.createPoint(center_x, center_y, 90112));
    raster_mvo.setZoomLevel(0);
    raster_mvo.addScaleBar();
    raster_mvo.display();      
    2. Then when the end user clicks on a node of a tree widget, a second function is called that collects the shop IDs and passes that array to a function that sets the query parameter.
    function RasterWindow_loadRasterKaart(){
    var data = dojo.json.serialize({nodeId: list.activeNodeId});
    request = {data: data, action: "getBaseIds"};
         dojo.io.bind({
         url: "list.do",
         load: rasterWindow.bolletjesCallback,
         mimetype: "text/plain",
         content: request,
         preventCache: true
    function RasterWindow_bolletjesCallback(type, data, evt){
    var arr = dojo.json.evalJson(data);
    prepareArraydMap(arr);
    3. Now the interesting part comes, namely the question how to (best) refresh the map. I solved like this: when the ThemeBasedFOI doesn't exist yet, then it will be initialized and added to the MapView object. But when it already exists, then it needs to bind the new query parameter, execute the query and refresh the MapView object. The reason for proceeding like this, is of course to avoid to re-create the ThemeBasedFOI and MapView objects again and again (which doesn't look like a good coding practise and intuitively looks less performing). So my little function became something like this:
    function prepareArraydMap(arr){
    var myArrayParam = new ArrayParameter(arr,'narray','t_unitids')
    if (raster_foi == null) {
    raster_foi = new MVThemeBasedFOI('rasterUnitsFoi','MVDS.THEMERASTERUNITS', baseURL);
    raster_foi.setQueryParameters(myArrayParam);      
    raster_foi.setBringToTopOnMouseOver(true);
    raster_foi.addEventListener("mouse_right_click", foiRightClick);
    raster_foi.enableInfoTip(true);
    raster_foi.setVisible(true);
    raster_mvo.addThemeBasedFOI(raster_foi);
    else {
         raster_foi.setQueryParameters(myArrayParam);
         raster_foi.setVisible(true);
         raster_foi.refresh(false);
    raster_mvo.display();
    The problem is however, it does not work. The first request to display the shops on the map is: request=getfoi&version=1.0&theme=MVDS.THEMERASTERUNITS&bbox=-265933.3333333333:29066.666666666686:546866.6666666666:841866.6666666666&width=1536&height=1536&paramnum=1&param1=257476,118262&paramtype1=narray&sqltype1=t_unitids&area=yes&dstsrid=90112
    Subsequent requests (for different shops) have a likewise request, but do not result in shops being displayed (only the map is visible). Also: a strange post appeared (in FireBug), namely: POST http://localhost:8888/mapviewer/ReturnLocaleOper, which contains:
    i0=Pan%20NorthWest&i1=Pan%20North&_i2=Pan%20NorthEast&_i3=Pan%20West&_i4=Pan%20East&_i5=Pan%20SouthWest&_i6=Pan%20South&_i7=Pan%20SouthEast&_i8=Slider%20Bar&_i9=Drag%20To%20Zoom&_i10=Zoom%20In&_i11=Zoom%20Out&_i12=Scale%20at%20the%20center%20of%20the%20map&_i13=MapView%20baseURL%20is%20not%20set,%20please%20check&_i14=km&_i15=mi&_i16=m&_i17=ft&_i18=Home
    _i17="ft";
    _i11="Zoom Out";
    _i7="Pan SouthEast";
    _i3="Pan West";
    _i18="Home";
    _i15="mi";
    _i14="km";
    _i10="Zoom In";
    _i6="Pan South";
    _i0="Pan NorthWest";
    _i9="Drag To Zoom";
    _i1="Pan North";
    _i13="MapView baseURL is not set, please check";
    _i5="Pan SouthWest";
    _i12="Scale at the center of the map";
    _i8="Slider Bar";
    _i2="Pan NorthEast";
    _i16="m";
    _i4="Pan East";
    Date: Fri, 22 Dec 2006 00:41:37 GMT
    Server: Oracle Containers for J2EE
    Connection: Keep-Alive
    Keep-Alive: timeout=15, max=100
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    I am lost. I would very much appreciate any help.
    Greetings, Erik

    I have separated the map code from the main application, and it works now: I can display FOIs and display another set of FOIs by calling the refresh method of the MVThemeBasedFOI. The JavaScript code is quite simple:
    function showRasterMap() {
    raster_mvo = new MVMapView(document.getElementById("rastermap"), baseURL);
    raster_mvo.addBaseMapLayer(new MVBaseMap("MVDS.RASTER_MAPCACHE"));
    raster_mvo.setCenter(MVSdoGeometry.createPoint(150000, 450000, 90112));
    raster_mvo.setZoomLevel(0);
    raster_mvo.addScaleBar();
    raster_mvo.display();
    function showRasterFOI(arr) {
    var t0 = new Date();
    var arrParam = new ArrayParameter(arr, 'narray', 't_unitids');
    if (raster_foi == null) {
    raster_foi = new MVThemeBasedFOI('rasterUnitsFoi', 'MVDS.THEMERASTERUNITS', baseURL);
    raster_foi.setQueryParameters(arrParam);
    //raster_foi.setBringToTopOnMouseOver(true);
    raster_foi.enableInfoTip(true);
    raster_foi.setVisible(true);
    raster_mvo.addThemeBasedFOI(raster_foi);
    else {
    raster_foi.addEventListener('after_refresh', function() {
    var t1 = new Date();
    var diff = t1 - t0;
    alert('timer: ' + diff + ' msec');
    raster_foi.setQueryParameters(arrParam);
    raster_foi.refresh(true);
    //TODO: check if zooming is required
    //raster_mvo.display(); THIS KILLS PERFORMANCE
    So everything looks fine here, except the performance, namely in my browser it takes 33 seconds to display a single FOI !
    However I had a look on the code again, and I found that the last call to display the MVMapView object resulted into the gigantic perfomance breakdown as mentioned above. When reading the API, I didn't get consious of this performance penalty. The API just says about the display method: "This method displays all map content inside the map container (which is an HTML DIV element defined in the web page)."
    Maybe you could find time to extend the API with information and advices of how to best use it, especially witn respect to performance.
    I am happy that I managed to solve this issue that turned our hear into grey color.

  • N97 Problems Refreshing Music

    I put some music on yesterday and had no problems the first time refreshing.  However, now....
    No problems with Ovi software; it seems as if the files are on the phone - i can see them using Windows Explorer and on the phone via the mass storage sound files folder - but when trying to refresh, they simply don't.  I haven't done anything differently..... at least, I am not aware that I have.
    How do I get them into the Music Library now?

    Hi,
    I also have a problem with the music player on my N97 and the software for my PC. They're not the same but I though it worth mentioning.
    When I backed up my N95 files and transferred them to my N97 I included the music. It had lost all album info so was a random mess. I deleted them all and went on the music player programme on pc suite to download them again. It searched my hard drive and produced about 3 copies of each song. I deleted the duplicates for a few albums and transferred them to my N97. Again some duplicates were produced so I sorted it again. I then decided to refresh my music list and my phone found all the old songs I had deleted.
    Is there any way for my N97 not to search for old songs that I transferred from my old phone using content copier?
    Can the music player on nokia pc suite do a cleaner search?
    If the standard prgrammes can't do all this are there third party apps/programmes than can do this better?
    Cheers,

  • Problem refreshing an ADF form

    Hi, everybody.
    I'm working with Oracle ADF 10.3.
    I have a page (Page 1) that has three af:selectOneChoice componentes bound to an XML Pagedef in which I load the values of the select items by a methodAction and using a methodIterator.
    The page 1 has to save the content of the form and redirect to another page (Page 2). When I return to the Page 1 it has to be clear, but it doesn't.
    I tried to refresh the page 1 using this code in the pageDef:
    <invokeAction id="refreshAlways1" Binds="crearInterfazIntermedia"
    Refresh="always" RefreshCondition="${adfFaces.postback}"/>
    It doesn't fix the problem (I tried it with all the methods I use in the form).
    Some body told me about a problem with the Iterators that make them save the status of the last selection for all the time the session is active. So, How may I reset the iterators from a java program bound to the jspx file? any other solution to reset the SelectOneChioce components into a blank status?
    Thanks in advance.

    Hi, Nirav. Thanks for your interest.
    Do you mean you are using Oracle ADF 10.1.3.x version?
    Yes, i do. It's 10.1.3.5.
    Have you tried with refresh="ifNeeded"?
    I tried using the option refresh always, using a refresh condition. I will try with "ifNeeded".
    Is your SelectOneChoice based on LOV?
    I'm not sure about the meaning of LoV, but the way my program loads the values for the select items is
    1. On the page loading, the pagedef executes a method (by a XML datacontrol). The method returns a list of objects (The data is hardcoded).
    2. Once the method returns the values, they are acessible in the jspx page.
    3. When the user selects an option it's saved in a variable (also in the pagedef) .
    Do you have a test application to share?
    I can't share the application because of the regulations of the enterprise in which I work.
    -Andrésfer

  • Refresh List view in Workflow

    Hi all,
    I am trying to create a customized list view using custom.js file. List is being created successfully, when i do a second online request in the same session on the same list, the list is loosing its css and is coming as a hyperlink. this has got something to do with refreshing the list view in custom.js. if anybody has tried this, can u please help me as so where and how do i refresh a list view in custom.js file.
    Regards,
    Kartik

    Hello, Eric
    Try to import dbms_mview package into OWB repository and use them directly.
    The second, easy way - just wrap dbms_mview.refresh into private transformation and use it within your process. I use it in my projects - it works ok.

Maybe you are looking for

  • When I click on certain items such as to close a window nothing happens. In some web sites when I click on a tab nothing happens

    If I open up web sites or applications and I click to close them from the navigation bar at the top nothing happens. Another example is I use My Yahoo and there is a mail button on top - when I click on that nothing happens - including clicking on al

  • Thunderbolt to mc with mini hdmi

    Ive just been given a ThinkPad Yoga for a work projet. It has a mini HDMI out. The monitor I have at home is a 27" Thunderbolt. Ive purchased: mini-HDMI to HDMI cable HDMI (female) to mini display Everything is set up but the Yoga will not detect the

  • HELP - GoPRO HERO3+ Black Duplicate Invoice

    I got a camera GoPro Hero 3+ Serial number: {removed per forum guidelines}, which is presenting manufacturing problems. GoPro has already contacted me for replacement, however I need a duplicate invoice. The purchase was held in Orlando, Florida 3283

  • Video image problem

    Hi...A neighbor has a iMac G5 and has developed a video/image problem. The iMac boots up and sometimes shows an ok screen for a little time, sometimes not. What emerges is an array of digital black on white graphic line images (maybe I should upload

  • Sound Troubles

    I have alsa, and pulseaudio installed, I have sound, but it is not working correctly. If I boot my laptop without the headphones plugged in, then I have sound from the speakers, but when I plug in my headphones, I still have sound from the speakers,