Editable SALV Dropdown issue

Hi Gurus, in WebDynpro for ABAP, I have a SALV based editable table in which lot of columns have dropdowns (Drop down by Index) and by default system is creating a roundtrip to the server whenever I make a selection in the drop down. Whenever data to be maintained is large this creates performance issues and times out. I want to suppress the roundtrip created during the selection in the dropdown.
Even I tried with Dropdown by key also, the result is the same.
Request you gurus to help in this.

Hi Feroz,
Selecting a value in the dropdown would lead to a server round trip if the corresponding event
property is bound to an action irrespective of the kind of dropdown whether DropDownByKey/DropDownByIndex. So there's not anything that you are doing wrong in here. But you should actually go for a dropdown only when the number of values to be displayed are low like less than 30. Even the SAP documentation says like, "Typical UI elements to implement value selectors are dropdown boxes, radio button groups, and item list boxes. Value selectors should only be used if the number of values to be
displayed is low (typically less than 30)."
Regards,
Uday

Similar Messages

  • In iTunes on my windows 7 PC, the Edit/Preferences dropdown window,some of the tab windows are not large enough to see all options that are available.  The borders of the window cannot be draged larger.  As a result, I can not uncheck or check some box's.

    In iTunes on my windows 7 PC, in the Edit/Preferences dropdown window,some of the tab windows are not large enough to see all options that are available.  The borders of the window cannot be draged larger.  As a result, I can not uncheck or check some box's on several of the preferences pages.  The Apple people at the store did not help.  I have lownloaded the latest version of iTunes and this is still an issue.  HELP.

    Is there really nobody else with this problem? Really?

  • International Editable SALV Day

    http://scn.sap.com/thread/733872
    Dear Programmers,
    On the 8th of February 2008 James Hawthorne started the discussion (link above) as to why SAP does not give the CL SALV TABLE the option to be editable, as CL GUI ALV GRID is.
    There is no need to re-iterate why this would be a good thing, it is blindingly obvious.
    As can be seen from the thread a very large number of ABAP programmers support this idea, indeed I would be amazed if even one, anywhere in the world, outside of SAP development, would NOT think this would be good.
    I wanted to post a reply to this thread, but in a bitter twist of irony, that thread is no longer editable, rather like the SALV itself.
    I propose that in recognition of the long standing campagn on this issue, that the day that discussion was first posted, the 8th of February, be declared "International Editable SALV Day". This year, 2014, was it's sixth birthday, and it will be aged seven before you know it.
    I have made a note in my diary to post a blog on the 8th of February 2015 celebrating this day, and I encourage any other supporters of this scheme to do likewise. Ater another twnety years of this, who knows? SAP might start listening to the developer base.
    Cheersy Cheers
    Paul

    I lived in Germany and generally people there do not like to break the rules and are really puzzled why other people would want to do so.
    So if the rule is that the SALV is not editable, then that is that, once that's been made clear by an official from SAP then naturally everybody will stop trying to work around this. SAP even changed the class to disbale one of the workarounds.
    Sadly in different countries there are different attitudes and in Australia we have no compunctions at all about breaking the rules if it gets the job done. That's probably why a surprising number of scientific breakthroughs originate from Australia.
    In the same way that people are not going to start using Solution Manager just on the grounds that "they should" if someone wants to make the SALV editable they will, on that discussion above there are at least two workarounds, I am sure dozens of "customers" are working on this right now.
    Can it be that difficult for SAP Development to make the connection between people doing "naughty" workarounds to make the SALV editable and the possibility that lots of people might actually WANT this functionality? What was that about listening to the customers and the "empathy" SAP is supposed to have as part of it's "Design Thinking?"
    It is rather like the obvious bug which was that you could not have a purchase order with multiple account assignment that posted at the time of goods receipt. For time immemorial SAP claimed that was not a bug but "working as designed" despite every single customer wanting this to be fixed, on the grounds that it is a very dodgy accounting practice to post different costs for virtually identical business transactions at different times due to a vagary of your computer system. It's not quite false accounting, but it's pushing it. Anyway EVENTUALLY SAP came out with a fix for this in an enhancement pack.
    So there is precedent, and might I humbly suggest to the red nosed SAP ALV development team that the easiest way to stop people doing workarounds to to remove the need for a workaround in the first place, by having the functionality as standard.
    Cheersy Cheers
    Paul

  • Solaris 10 Dev. Edition - Network config issue (NIC,DHCP,Can't ping router)

    I am a developer getting started with Solaris 10 configuration. I recently installed Solaris 10 and have run into an issue with network connectivity.
    I have done much research on this and I was able to get communiction to the internet established once, but the settings were lost on reboot.
    Overview - The Solaris box is connected to a router which is acting as a DHCP server.
    AMD 64 dual 2.6
    nForce4+ integrated NIC
    1) I am not able to obtain an address from the router. Nor do I get a respons back when I ping it. I get an IP etc if I boot into Windows so phyicial connectivity is fine.
    2) Upon reboot the device nfo0 as shown using ifconfig -a has an IP of 0.0.0.0.
    3) If I run ifconfig [hostname] my machine gets the ip from the hosts file, but I would like to obtain this from the router.
    4) NOTE - the machine shows as active on my router, but the Solaris box cannot be reached from other computers on the networ, nor do I get a reply back when pinging the router from the Solaris box.
    GOAL - reach and obtain a DHCP from the router and have the changes stick upon reboot.
    /etc/hosts contents
    127.0.0.1 localhost loghost
    192.168.1.55 solarisX /*<-- this is what I get when I do ifconfig nfo0 solarisX */
    /etc/hosname.nfo0
    netmask + 255.255.255.0
    solarisX
    /etc/defaultrouter
    192.168.1.254
    /et c/netmasks
    192.168.0.0 255.255.2550
    Specific Steps taken:
    Using the driver nfo-2.4.5 locate at http://homepage2.nifty.com/mrym3/taiyodo/eng/ I did the following.
    % cd /.../nfo-x.x.x
    % rm obj Makefile
    % ln -s Makefile.${KARCH}_${COMPILER} Makefile
    % ln -s ${KARCH} obj
    where ${KARCH} is the result of `isainfo -n`, and ${COMPILER} is
    "gcc" or "suncc" which you want to use to make the driver.
    4. Testing
    Testing before installation is strongly recommended.
    # cd /.../nfo-x.x.x
    # /usr/ccs/bin/make install
    # ./adddrv.sh
    # /usr/ccs/bin/make uninstall (for solaris7, don't remove the file )
    # modload obj/nfo
    # devfsadm -i nfo (for solaris7, use drvconfig and reboot with -r )
    # ifconfig nfoN plumb ( where N is an instance number, typcally 0 for first card)
    # ifconfig -a ( you will see an entry for nfoN)
    # ifconfig nfoN YOUR-HOST-NAME
    # ifconfig nfoN ( ensure IP address is correct)
    # ifconfig nfoN up ( and then you can test with ping, telnet, ftp ...)
    5. Installation
    After you ensure that the nfo driver is fully functional, install it.
    (1) copy the nfo driver into the kernel directory
    # cd /.../nfo-x.x.x
    # /usr/ccs/bin/make install
    If you do not test the nfo driver yet, execute the following commands:
    # ./adddrv.sh
    # devfsadm -i nfo (for solaris7, use drvconfig and reboot with -r)
    (2) Configure the network interface. Create and/or modify the following file:
    /etc/hostname.nfoN
    (3) Reboot the system.
    # init 6
    Edited by: hedger on Nov 16, 2007 11:17 PM

    Thanks Alan. I worked on trying to get the NIC working again last night. I had it working once, although the settings did not perist. I can still get the device to load, but I can't communciate with the router (it's not physical because another OS can reach it.
    I took your advice and tried the sys-unconfig. But I did not have much success.
    I am wondering if plopping in a new PCI NIC would be the most efficient route to get the server up.
    What kind of NIC do you utilize and have had success with?
    I am looking at possibly a DLINK DFE-530 or NetGear FA-311. I don't need wireless at this point just a rock solid DEV box.
    Thanks again for the previous info.
    Ted

  • How to edit the dropdown emails list created as you start to fill in the To: field?

    When compose a new message, via iCloud (safari browser and win 7 os), and start to fill in the To: field, a dropdown list of Email addresses appears.  Some are old email addresses that have been deleted from the iCloud Contacts.  How do I clean this up?  Thx

    Hey Bubu,
    Thanks for the quick reply,
    open xml SDK ... I don't know what that is but I don't think it has to be so complicated:
    IF it is a Document type and NOT a Document Type Set, then I can specify the template to use and even edit it afterwards.
    The problem with the Document Type Set is that it won't allow me to make changes to the files I specified when creating the set. I wonder where they are kept and how these docs can be edited.
    I don't think i need new software,
    And I don't think i need to start writting code to achieve this simplest of tasks.
    Can you elaborate a bit what xml SDK is and why I need it? what is Del Content of a document?
    Kind regards

  • Dropdown issue in offline Interactive Form

    Hi,
    Form is created using XML schema interface.. When looked at "PDF Preview" drop down field works fine and shows all possible values.
    I am using ABAP to generate the interactive form. In the function module call, I have set Fillable = 'X' and also Dynamic = 'X' for docparams.
    When I run the program and create the form,  I just see one (first) value populated in the drop-down field, but the field does not show any drop-down to choose other values from..
    since it works fine in PDF preview, I am assuming, the problem is not with the form, but something to do with the calling program.
    any inputs?
    Thanks.

    Hi,
    I am using dynamic forms.. it works fine  in PDF preview.. in calling ABAP program i have set Fillable = X and dynamic = X as well. Do you think the issue is with this script? If something was wrong here, then it should not work properly in "PDF Preview" as well.. but it works fine there.. I think, it has something to do with form being "dynamic" in nature..
    I found something interesting.. if I add a simple app.alert statement anywhere in this script, drop-down works just fine.. My thinking is, by adding this statement I am making the form dynamic / interactive.. since user has to click on "OK" to close the dialog box. so original issue could be in saving the form as dynamic itself.
    I am using "Initialize" event of drop down list with following script:
    var boothString = "kitForms.booth";
    var boothItem =  xfa.datasets.data.resolveNode(boothString );
    if (boothItem  == null){
      this.presence = "invisible";
      hiddenBooth.presence = "visible";
    else {
       try{
              var boothItemValue = boothItem.nodes.item(0).value;     
              var tempString = "kitForms.booth.boothNo" + boothItemValue;
              var oItems = xfa.datasets.data.resolveNode(tempString);
              if (oItems != null){
                   var nItemsLength = oItems.nodes.length;
                   boothW.rawValue = oItems.nodes.item(0).value;
                   boothD.rawValue = oItems.nodes.item(1).value;
                   var nItemsLength = boothItem.nodes.length;  
                   this.rawValue = boothItemValue;
         catch (e){
            this.presence = "invisible";
              hiddenBooth.presence = "visible";
    Data XML looks like this:
    - <booth>
      <item>456</item>
    - <boothNo456>
      <itemW>10.0</itemW>
      <itemD>8.0</itemD>
      </boothNo456>
      <item>123</item>
    - <boothNo123>
      <itemW>10.0</itemW>
      <itemD>23.0</itemD>
      </boothNo123>
      </booth>
    Edited by: Sudhir Pargaonkar on Jun 11, 2008 7:14 PM

  • Oracle Database Express Edition 10g Download Issue

    Hi everyone. I just downloaded the freeware Oracle Database Express Edition without any apparent problems. However, when I attempt to go to the Express Edition Homepage, which is location http://127.0.0.1:8080/apex,
    I get the message that my Internet Explorer cannot display the webpage. (It can, however, display other pages.) I cannot understand why this is the case since I successfully added Web site 127.0.0.1 in my Control Panel (as specified in the instructions.) Also, the instructions stated that HTTP port 8080 was the default port, unless my system said that this was not available (which it did not.) I also tried rebooting, which did not make a difference. Help!
    Thanks,
    Jason

    user13176791 wrote:
    Hi everyone. I just downloaded the freeware Oracle Database Express Edition without any apparent problems. However, when I attempt to go to the Express Edition Homepage, which is location http://127.0.0.1:8080/apex,
    I get the message that my Internet Explorer cannot display the webpage. (It can, however, display other pages.) I cannot understand why this is the case since I successfully added Web site 127.0.0.1 in my Control Panel (as specified in the instructions.) Also, the instructions stated that HTTP port 8080 was the default port, unless my system said that this was not available (which it did not.) I also tried rebooting, which did not make a difference. Help!There is a forum dedicated to Express Edition, in which we have discussed a lot of the variants in failure that causes this problem. At the top of the page you are reading, there should be links like "Forum Home » Database » Database - General". The middle one will get you to a list of all Oracle forums and after the first 5, the rest are alphabetical - XE is pretty far down that page.
    (You might also note that there is an Installation forum next to this one. That might be better suited to the task than the 'catch-all' general forum.)
    The most common issues are related to not preparing the operating system properly. For example, if you use a laptop you probably use DHCP to get a different address from the various sites you connect to. However, Oracle works as a server and depends on having a well known address. In fact, it tends to bind the IP address at install into it's configuration files. Therefore it is critical to use the loopback adapter in such situations.
    Other issues are dependent on the actual OS into which you install. For example, Ubuntu (Linux) has very differnet install philosophy as Red Hat / Fedora, and requires a different install technique. Then again, on Windows, it is nearly impossible to install anything Oracle on a Windows 'Home' OS, and XE generally has not even been tested against Windows 7.
    Other common reasons include anti-virus; firewall; not having appropriate operating system level permissions; in Windows - using a Domain-based userid instead of a local administrator; and just general finger issues.
    Express is considerably different in the install behaviour and runtime behaviour. For example. it uses RPM and MSI instead of Oracle Universal Installer. It does not include Java in the database, which limits a lot of functionality. And it uses the built-in PL/SQL Web Gateway instead of any external HTTP server. As a result, it can be quite a shock to mmany of the regular inhabitants in this forum.
    I strongly encourage reading the documentation for XE. In particular, reading the install doc. Start at http://tahiti.oracle.com and look for the Oracle Database 10g Release 2 Express Edition documentation. (Just below the Oracle Database 10g Release 2 documentation.)
    G'luk

  • ALV GRID edit mode keyboard issue

    Hi,
    I have created a program that displays an ALV GRID.
    From the Layout I said to edit in edit mode the ALV Grid.
    In the menu toolbar I exclude the button 'cut - copy -paste and delete line'.
    When I run the program I see that these buttons are not displayed --> OK.
    BUT my problem is: if I use the keyboard then the ALV Grid manages these actions.
    For instance. I select some lines and press the key DELETE on the keyboard --> the lines are removed and that is not that I expect because I removed this action from the toolbar.
    For the cut - copy and paste it's the same.
    Do you have  a solution for me --> intercept an event or change the function keys or ....
    I would like that the ALV Grid does not manage the keys delete, CRTL-C, CRTL-V in edit mode.
    Thanks,
    Stevie,

    Hi Steve
    I was not aware of this. So, I recommend you to try this:
    At the event <b>"before_user_command"</b> you can terminate the process by resetting the ALV user command.
    <u><b>e.g.</b></u>
        CASE e_ucomm .
          WHEN '&INFO' .
            CALL METHOD gr_alvgrid->set_user_command
                          EXPORTING i_ucomm = space.
        ENDCASE .
    This code within the event overrides the '&INFO' function and terminates its process. For cut and copy, you can find out ucomm values by putting a break point inside the event and tracing the value of <b>"i_ucomm"</b>.
    For some relevant issues, you can inspect the tutorial <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/an%20easy%20reference%20for%20alv%20grid%20control.pdf">"An Easy Reference For ALV Grid Control"</a>.
    <i>As another thing, since you are a new SDN member, you are welcome and let me introduce you the SDN forums pointing system: You can assign points to posts you find helpful while solving your question. You can reward points by clicking the yellow star icon at header of each reply post. You can reward;
    - one 10 points (solved)
    - two 6 points (very helpful answer)
    - many 2 points (helpful answer)</i>
    Kind regards...
    *--Serdar

  • Dropdown - issue with passing values to context

    Hi,
    After facing issue in:
    Webdynpro + alv + dynamic dropdown
    Now I've encountered another problem. Dropdown is created in alv, however once user select value from the list it shows selected value in the cell, however value in context remains unchanged.
    Here is the way I implemented dropdown:
    1) I added new field to the structure which is shown in the alv FIELD1 of WDR_CONTEXT_ATTR_VALUE_LIST type.
    2) I initialize the column, where dropdown is supposed to be:
    - first column
    l_col_name = 'COL1'.
    lr_column = lr_model->if_salv_wd_column_settings~get_column( l_col_name ).
    DATA: lr_drdn_by_idx_col1 TYPE REF TO cl_salv_wd_uie_dropdown_by_idx.
    CREATE OBJECT lr_drdn_by_idx_col1 EXPORTING selected_key_fieldname = l_col_name.
    lr_drdn_by_idx_col1->set_valueset_fieldname( value = 'FIELD1' ).
    lr_drdn_by_idx_col1->set_read_only( value = abap_false ).
    lr_drdn_by_idx_col1->set_type( if_salv_wd_c_uie_drdn_by_index=>type_key_value ).
    lr_column->set_cell_editor( lr_drdn_by_idx_col1 ).
    3) I load the data,
    Piece of code loading data into structure with dropdown:
    DATA:  ls_valueset     TYPE wdr_context_attr_value,
                lt_itab         LIKE TABLE OF ls_line.
          ls_valueset-value = 'KG'.
          ls_valueset-text = 'KG'.
          APPEND ls_valueset TO lt_itab[].
          ls_valueset-value = 'ST'.
          ls_valueset-text = 'ST'.
          APPEND ls_valueset TO lt_itab[].
    zstructure is type of the row show in the alv
    Data:
         ls_po_result TYPE zstructure.
         lt_po_result TYPE table of zstructure.
         ls_po_result-FIELD1[] = lt_itab[].
         APPEND ls_po_result TO lt_po_result[].
    Everything works so far good. The thing is that once I changed value from e.g. ST to KG, value in Attribute COL1 is still ST.
    I would appreciate your help,
    kind regards,
    Adam

    Hi Nithya,
    it could another issue with the SP, I will inform you if it's the case.
    Passing values comes up with function when I load data into alv.
    structure_name - alv columns structure
    DATA: l_name1        TYPE t001w-name1,
              ls_po_result   TYPE structure_name
              lt_po_result   TYPE table of structure_name,
    load data from DB into l_itab
      LOOP l_itab  AT ASSIGNING item.
    this method return value_set to field1
        CALL METHOD fill_single_dd
          EXPORTING
            i_id     = item-id
          IMPORTING
            rt_dd_table = ls_po_result-field1[].
        APPEND ls_po_result TO lt_po_result[].
      ENDLOOP.
    binding to node ....

  • Server 2012 Standard Edition network teaming issue at bootup

    I have a Windows server 2012 x64 standard edition server (not R2) using two Intel I210AT nic's on an ASUS P9D-X motherboard.  They are setup in a team using the Microsoft teaming.  No special options, latest updates and the latest Intel drivers.
      The team is setup in switch independent mode and connected with quality cat6 cables to a Cisco 3600 switch.  No special options on the ports of the switches, no LACP or trunking, just standard unconfigured ports.
    The problem we have is when the server is rebooted the team will not communicate with the network.  If we unplug one network cable communication begins.  We can then plug the cable back in and both
    ports work and communicate normally.   
    This issue is serious as it requires physical action on every restart.   
    We have tried deleting the team and recreating it and we get the same results.  Is there some specific change that needs to be made to make this work or is this possibly a known bug? 

    May be problem on Cisco side, Cisco is very clever, could assessed network traffic as a problem and close the port. When OS is running, then NIC Teaming working fine, but when you boot up server, "BIOS not running with NIC Teaming", in this moment
    may occur problem on Cisco side.
    I recommend, if you use Cisco, configure NIC Teaming in LACP mode and configure your two ports on Cisco to LACP, it's better way.
    Regards,
    thennet
    Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable. This helps the community, keeps the forums tidy, and recognises useful contributions. Thank you!

  • Editing Cells - Simple Issue, but Confused

    Simple issue, but I can't seem to figure this one out in Numbers. I'll do my best to explain in words here.
    Let's say I store the following dollar amount in cell A1 = 1264. The number is formatted to dollars. Therefore A1 is presented as $1,264.00. All is well up to this point.
    Okay, now let's assume I click out of the cell completely. Now let's say I wanted to add $250.50 to this amount in cell A1. When I go to the formula bar to add in the $250.50 it's requiring me to remove the dollar sign and comma out of my $1,264.00 number in order to complete the computation. Is this normal? I never had to do this in Excel. My thought was that I should only need to include an equal sign at the beginning of the formula (in other words, there shouldn't be a need to remove the dollar sign and comma every time, right?).
    Just wanted to make sure that I'm not missing anything overly simple (which I'm sure I am).
    Any help is greatly appreciated! I'm really enjoying my trial version of Numbers thus far.
    Message was edited by: randy.humes

    Randy,
    There is another way to remove each comma and dollar sign, one that will work on multiple cell at once if needed. Select the cells that you want to clean-up and using the Cells Inspector, change the format from Currency to Number and then click the Thousands Separator checkbox to deselect it. Then all that remains is to add the equal sign when you go in to edit the content by changing your input to a formula. Then if you still want the value to be displayed as currency, change the format back.
    I'm not saying that this method is better, but may be worth a try if your are backspace/delete averse.
    Jerry

  • Photoshop Elements 10 Costco special edition a scanner issue

    I downloaded the new software as directed.  However, I lost the ability to import directly from my Canon scanner/printer. 
    My old Photoshop Elements 6 allowed me to do that through ScanGear.  Is there a way to scan directly into
    Elements 10 without having it go to I-photo or desktop?  When I selected Photoshop Elements 10 as a destination, it didn't
    end up there.  With this big upgrade in features, there has to be a way.  I have done all the disconnecting printer, deleting it and reinstalling it.  Opened the help menu and followed it but it didn't help.  What is weird, I can print from Elements 10 so it recognizes the Canon as a printer but not a scanner.  Any suggestions?

    I just uninstalled PSE10.  I couldn't see where there was actually an application for PSE10 in the application folder.  All I had was a file (4k).  That is why PSE editor didn't accept any photos or allow me a way to get photos to it when I tried to set up the editor preference.  My system is probably messed up after trying for two days to upgrade software for the Canon printer, the twain I had was too old and it couldn't get upgraded.  I have two I-Mac one in Az. and one in Wa.  Both are about the same age and have printer/scanners about 3 years old.  If I have the twain issue with both computers because of the new PSE software, I need to buy new ones which will not justify keeping PSE10.  Everything I tried through your diligent return of emails failed.  I am puzzled, as I never have had any problems with your software.  I love it.  I have used it for collages (Scrapper's Guide and my own creations, etc.) I have restored old photos, made cards.  I have 20 thousand photos on my Mac. in Wa. and I have never had an issue dragging a photo into Elements 6.  I was looking forward to your new features.  I guess I am not mentally ready for the installation issues anymore.  You don't suppose there is a problem because it is a special Costco edition.  I never got that far.  Two pictures dragged into your program and now it has an operational error... nothing went into it... no import. 
    Do you ever get to sleep?  You have long hours.

  • Persona Q Premium Edition pre-order issue

    Hi,
    I pre-ordered 2 copies of Persona Q Premium Edition, but when I view the product page for it in my order history, it shows me the description for the standard edition. It's the same issue many other people are having. I'm wanting to know what can be done about this issue.
    Thanks

    Hi nubtarts,
    When this title was initially made available for pre-order on BestBuy.com, the standard edition was incorrectly listed as the Wild Cards edition. The SKU number was correct though, and our merchant team has since made sure SKU #7377002 properly reflects the standard edition online.
    I've sent you some additional information, so please make sure to check your private messages when you can. To check your PMs, simply sign into the forum and then click on the letter icon in the upper right-hand corner of the page.
    Thanks for reserving your copies of Persona Q: Shadow of the Labyrinth with us!
    Aaron|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Edit Analytics Properity Issue

    Hi Experts,
    In OBIEE 11.1.1.6.0,
    First issue:
    I click "Edit Analytics Properity" in answer and select "compountView!2" from 'View for Text Delivery' area.
    When I sent this report into user who remain receive the "compountView!1" layout report. It is very odd.
    I look at the help document, which said "Use this box to manually control which compound layout, including its associated views, is sent to a particular destination"
    Are you facing the same issues?

    Hi,
    Use the below links to unlock the locked Object
    http://host:port/rep/support/public/LockAdminService
    http://host:port/dir/support/public/LockAdminService
    While using the above link , you would have to give your Uid and pwd, then you can observe the check box which is locked object, then check the box and click on above button.Remove lock
    Regards
    Chilla..
    <i>Points rewarded if it is helpful..</i>

  • Captivate 5 SCORM 2004 3rd Edition ADL Testing Issues

    I have published a project from Adobe Captivate 5 and am currently trying to get it through the Advanced Distributed Learning (ADL) Sharable Content Object Reference Model (SCORM) 2004 3rd Edition Conformance Test Suite. I was able to pass the first part: the Content Package Conformance Test and solve the initial errors I was experiencing. However, I now have a new set of errors relating to the Sharable Content Object (SCO) Run-Time Environment (RTE) Conformance Utility Test. It appears that they all stem from:
    ERROR: The Terminate() method was never successfully called.
    Here is the detailed SCO test log:
    Attempting to Launch SCO C:\Documents and Settings\Administrator\Desktop\offender_transportation6\offender_transportation.html
    Commit("") has been called
    ERROR: The Communication Session is NOT initialized
    ERROR: The SCO called the API methods out of order
    ERROR: Commit Before Initialization
    Terminate("") has been called
    ERROR: The Communication Session is NOT initialized
    ERROR: An invalid Terminate() call was made
    ERROR: The SCO called the API methods out of order
    ERROR: Termination Before Initialization
    ERROR: The Terminate() method was never successfully called
    ERROR: The SCO is SCO RTE 1.0 Non-conformant
    The project is currently set to issue a completion status to the LMS after 22 slides have been viewed. Then the project should output the Quiz Results and Slide Views to the LMS. For Project End Options I have tried both: Stop Project and End Project. I haven't been able to find any other settings in Adobe Captivate that relate to this Terminate problem.
    Can anyone give me some insight into what could be causing this error?

    As I tested, Captivate really cannot support 3rd Edition.
    I'm not sure what's the differences between 2nd and 3rd
    Edition, but I found that Articulate's '09 series (
    http://www.articulate.com/products/quizmaker-publishing.php)
    outputs these two editions separately.
    I hope Capative could update the module to treat 3rd
    specially.
    William Peterson
    eLearning Master
    http://www.sameshow.com/blog/

Maybe you are looking for

  • [SOLVED] Error occured compiling mate-desktop

    Im installing it from AUR (yaourt) and it's dependencie for (whole) mate-desktop-environment: ==> mate-desktop-environment dependencies: - mate-common (already installed) - mate-doc-utils (already installed) - mate-corba (already installed) - mate-co

  • Addition of user defined fields in Results Recording screen (QE01)

    HI All, We've a business requirement to add user defined fields in results recording screen (Character Overview screen - QE01), so that the user will enter data in user defined fields during results recording. and the data entered in user defined fie

  • Searching in xml using JDom or XPath

    Hii Javaties I need to search my xml file,so that i can retreive all the clerks under a particular manager say all the clerks under manager 1. Right now i am using DOM. What will be the best approach to do searching . Should i use XPAth ? My xml stru

  • Java.io.StreamCorruptedException (APPLET SERVLET Communication)

    Hi There, I have an applet which calls the servlet over httpconnection and sends serialized object to the servlet. It works fine but during heavy load it throws following exception but the application doesnot break :- [8/5/09 7:36:09:498 EDT] 292c510

  • Itunes 9 does not recognize Iphone 3G

    Before upgrading Itunes to version 9 I synched my Iphone to Itunes. After downloading and installing V9, my Iphone doesn't even show up as a device. It finds the photos and prompts for which software to upload photos, but device not listed in Itunes,