Table compatibility mode nw04plus and dependent OVS-es in the row

Hello,
I have a following problem.
Lets say I have a table, whose compatibility mode is set to
nw04plus, so the user can input values in the table cells without changing lead selection.
Lets assume that this table has three columns: colA, colB, colC. Each one of these columns is OVS-enabled.
Input values (method applyInputValues) for colC OVS are being taken from colA (from the same row). Each column is
of type InputField.
Lets assume that there are three rows in the table and lead selection is on the first row. All rows are filled
with sample data, except for column colC.
Now the problem is when the user clicks for example in the 
column colC in the third row. Then the OVS popup window is
being shown but the input values for this popup are being taken not from the row where the user has clicked but from
the current lead selection and that's not what I want.
Is there any way to handle this without changing lead selection?
I've read pdf file "Enchancing Web Dynpro Table Performance" but there this problem is solved for IWDLinkToAction, not OVS-enabled InputField.

Hi Valery,
you were right, there was a bug, but it was in my code.
Now everything is working ok.
It appeared that in method
public void applyInputValues(IWDNodeElement applicationNodeElement, IWDNodeElement queryInputNodeElement)
the applicationNodeElement points to the currently clicked row too when using OVS. I thought that it points only to the lead selection row.
Anyway, there was a bug in that method from my part, I've been getting
input values from another controller from lead selection and not from applicationNodeElement variable.
Regards,
Ladislav

Similar Messages

  • After the install upgrade my imac wont load anymore i tried to do a safe mode load and wehn i do at the end of it it tells me that i have a "systemShutdown false" what does this mean

    after the install upgrade my imac wont load anymore i tried to do a safe mode load and wehn i do at the end of it it tells me that i have a "systemShutdown false" what does this mean

    If 10.7.0 or later...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partitirion & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    If that doesn't help Reinstall the OS.

  • Need To Create a table in Sql Server and do some culculation into the table from Oracle and Sql

    Hello All,
    I'm moving a data from Oracle to Sql Server with ETL (80 tables with data) and i want to track the number of records that i moving on the daily basis , so i need to create a table in SQL Server, wilth 4 columns , Table name, OracleRowsCount, SqlRowCount,
    and Diff(OracleRowsCount - SqlRowCount) that will tell me the each table how many rows i have in Oracle, how many rows i have in SQL after ETL load, and different between them, something like that:
    Table Name  OracleRowsCount   SqlRowCount  Diff
    Customer                150                 150            
    0
    Sales                      2000                1998          
    2
    Devisions                 5                       5             
    0
    (I can add alot of SQL Tasks and variables per each table but it not seems logicly to do that, i tryid to find a way to deal with that in vb but i didn't find)
    What the simplest way to do it ?
    Thank you
    Best Regards
    Daniel

    Hi Daniel,
    According to your description, what you want is an indicator to show whether all the rows are inserted to the destination table. To achieve your goal, you can add a Row Count Transformation following the OLE DB Destination, and redirect bad rows to the Row
    Count Transformation. This way, we can get the count of the bad rows without redirecting these rows. Since the row count value is stored in a variable, we can create another string type variable to retrieve the row count value from the variable used by the
    Row Count Transformation, and then use a Send Mail Task to send the row count value in an email message body. You can also insert the row count value to the SQL Server table through Execute SQL Task. Then, you can check whether bad rows were generated in the
    package by querying this table.  
    Regards,
    Mike Yin
    TechNet Community Support

  • Tables Relating Support Msg and its partners along with the subject Profile

    Dear Friends,
    Every support Msg is uniquely identified by ticket nos...
    Every support msg thus has Priorities, partners, Short text msg, long txt msg, subject associatated with it...
    Please open a ticket using crmd_order..
    I want to have all the information about the ticket like who are the partners, what is the subject.
    I know of two tables :
    crmd_orderadm_H and crmd_activity_h( for determining priority based on the Guid of the ticket).
    But i am looking for the table which associates  Subject and partners ( like Sold to party, Msg processor, Support team ) with either the ticket nos or the GUID of the ticket.
    Any contributions to this thread woiuld be rewarded..
    Revert back if u have ny information about it...

    Hi.
    Got a few more. Maybe this helps.
    CRMV_LINKPARTNER (guid_hi, partner function)
    CRMC_PARTNER_FT (partner function texts)
    CRMD_ACTIVITY_H
    SCPRIO (priority long text)
    CRMD_SRV_SUBJECT (catalog, codes, ...)
    QPCT
    DNOD_NOTIF_S (support message, component)
    DSWPCSNCOMPTXT (component long texts)
    /cheers

  • Trying to create a excel style worksheet and i can't get the format even close. trying to create a style of sheet that allows horizontal text on the left (in landscape view) and text rotated sideways in the rows.

    i am trying to re-create an excel worksheet in numbers that my command created. it is more of a tracking sheet with names on the left, and across the top having different things (to track as items completed) with the text vertical and reading sideways. i don't know how to do this formatting and i cannot access my work email from home. this is mildly frustrating. any help?

    Short answer: Feature not supported.
    Detail:
    Text cannot be rotated in table cells in Numbers.
    You can place text into a Text box or series of Text boxes, then rotate the box(es).
    Requests for Numbers feature enhancements may be placed via the Provide Numbers Feedback item in the Numbers menu in Numbers. Don't expect to see results before at least the next full version of Numbers.
    Regards,
    Barry

  • I recently purchased a Macbook Pro w/Snow Leopard.  Subsequently I installed Microsoft Office v.X.  I am getting some unexpected results in Excel and Word.  For Excel the row and column headings are missing and I cannot print.  Work won't print.

    I guess the basic question is ... will Microsoft Office v.X work correctly with MAC OS X 10.6.8?

    m2quared wrote:
    will Microsoft Office v.X work correctly with MAC OS X 10.6.8?
    Since MS stopped supporting Office X a couple of years before SL's release, my guess is no.

  • How to get compatibility mode or notify ff browser of HTML4

    I manage an old but large and constantly changing commercial website. The site was originally done in HTML2 and has long been at HTML4, with no plans yet to move to HTML5, which would break huge amounts of code using <font> tags, etc.
    I use <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd"> at the top of the files, and it works fine with the latest Explorer in compatibility mode, but less well with other browsers, such as FF, where font sizes and colors, etc. are glitching.
    Is there a way to force FF into the equivalent of IE's compatibility mode? Or to tell FF in the header to function as an HTML4 browser?

    What does the validator say about your site's markup and CSS?
    * http://validator.w3.org
    * http://jigsaw.w3.org/css-validator/
    You can trigger Quirks Mode rendering by omitting the DOCTYPE.
    * https://developer.mozilla.org/docs/Quirks_Mode_and_Standards_Mode
    You really shouldn't have any issues "upgrading" to HTML5 if you don't use antiquated presentation tags like <nowikI><font></nowikI> and <nowikI><center></nowiki>.
    * [https://rawgit.com/whatwg/html-differences/master/Overview.html#obsolete-elements Differences from HTML4 - obsolete elements and attributes]
    * https://developer.mozilla.org/docs/Web/CSS

  • I cannot sync Outlook 2010 to iphone unless I run in compatibility mode?

    Since upgrading to iTunes 10. (curently at 10.5.3.3), my iphone has not synced properly unless I run in Windows XP service pack 2 compatibility mode.
    I have tried all of the suggestions on the boards and still have the problem. Is there anyone at Apple who can solve this?
    See 38 pages of https://discussions.apple.com/message/17494628#17494628 , which I used along with the Apple Support FAQ's. However, problem is still the same.
    Any new ideas anyone?
    Anthony

    I've now got iTunes 11.0.0.163 and this issue is still there. I can only sync with outlook in compatibility mode, which suggest there is a problem somewhere with the Win 7 MS files. I have done everything on these forums to find a efix. I get no error messages it's just the calendar and contacts do not get updated.
    ANY HELP ???

  • Save as PSD no longer saves in compatibility mode

    When saving a psd file I can no longer save in "compatibility mode". I'm using a Mac computer with OSX (version 10.8.3)  and Photoshop CS6 (version 13.1.2 x64). I just noticed this problem tonight when I tried to bring a psd file into a MUSE project. Now whenever I save a PSD file the menu that asks if I want to save in compatibility mode doesn't appear (it just saves the file). I've reset the preferences and restarted my computer but Photoshop still doesn't give me a compatibility mode option when saving a PSD file.

    I'm saving multi layered files (not files with only a background layer) for import into Adobe Muse (normal, roll over, mouse down and active layers). My file handling for "Maximize PSD and PSB file compatibility" is set to ask but I did try changing to always when I started having issues and it didn't change anything. I'm pretty experienced with Photoshop so I've tried the obvious solutions. So far my only fix is to start my project form scratch and I'll be able to save the file correctly. I really think I've triggered a bug at some point in creating my project (changing the image size or something along those lines) because it doesn't always happen.
    Thanks for the suggestion, conroy.

  • ITunes will not launch if it is not in Compatibility mode.

    I am running Windows 7 64bit and whenever I try and open iTunes regularly, it crashes and fails to launch.
    However, when I put it in Compatibility mode (XP SP3), it works fine at the cost of the features of Aero
    Are there any fixes for this?

    I too, could kiss your feet! I had to scrub my work computer, and I can't work without muzak. It was driving me crazy!!!! You have saved me a large amount of sanity.
    Thanks! Have a great day!!

  • Windows 7's Compatibility Mode Behavior

    I am reproducing this question which I posted to superuser.com a while back, without getting any response. I need to know the answer to this question; more and more of my users are encountering this problem. 
    http://superuser.com/questions/743064/windows-7s-compatibility-mode-behavior
    Consider the Application Compatibility Mode settings for a typical Windows program:
    The question is: What exactly will happen to the environment (specifically, the access to C:\ProgramData) supplied by Windows to the program when the only change is to configure the properties for compatibility with WinXP SP3, as follows:
    The background:
    An application that was last updated during Windows XP's heyday is now giving us some problems. Specifically, it's tuned to use a .NET library to write some files to a subdirectory in the %ALLUSERSPROFILE% area (on Windows 7, that's
    typically C:\ProgramData) which are vital to the application's licensing. The files themselves are plain text files.
    These text files are created and written using a much newer and separate .NET program which functions properly, writing the files in the correct place. But then running the older program doesn't read the files correctly; we haven't been able to determine
    exactly what's going on.
    Many users are finding that setting compatibility mode makes it possible for the system to run correctly. I need to understand that much better.
    -- Rob

    But that is not the question. The question is, "What is the list of shims and what does each of them do? "
    As I pointed out, they're plain text files written to a subdirectory in %ALLUSERSPROFILE%. The installer requires administrator mode and then sets the rights on the subdirectory to "Full Control" for "Users" after it creates the folder. 
    "Specifically, it's tuned to use a .NET library to write some files to a subdirectory in the %ALLUSERSPROFILE% area
    (on Windows 7, that's typically C:\ProgramData)
    which are vital to the application's licensing. The files themselves are plain text files.
    These text files are created and written using a much newer and separate .NET program which functions properly, writing the files in the correct place. But then running the older program doesn't read the files correctly; we haven't been able to determine exactly
    what's going on."
    -- Rob

  • Compatibility mode lifecycle

    Hi,
    This is the first time I use this forum, but I have searched without finding the answer to my question (I realise it is probably out there somewhere).
    I support a legacy product where early versions are not officially compatible with Server 2008 and Server 2008 R2 (not to mention Server 2012). Therefore,
    one workaround that seems to work fine is to install the product using the compatibility mode, i.e.
    before installation one right clicks install.exe/setup.exe, selects Properties and then for example Server 2003 SP2 under the Compatibility tab.
    I know this can also be done after the software has been installed, i.e. to set the program to launch in compatibility mode.
    Now to my question. Does anyone know when Microsoft will end support for Server 2003 compatibility mode? Is it the same date as when the Server 2003 support lifecycle
    ends? Also, what implication does end of support for compatibility mode have in effect? I understand the implications of end of support for an Operating System (OS), but the Server 2003 compatibility mode is used on for example a Server 2008 OS which
    will carry on being supported with security updates etc. I hope I am not sounding too confused here...
    Many thanks in advance for any answer you may be able to give!
    Best regards,
    Mattias Johansson.

    When I look on 2012 R2 the EXE compatibility mode selections go back to Windows 95 so I wouldn't be too worried about 2003. If the product has problems running then you'll likely need to get help from the vendor not Microsoft.
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Windows compatability mode

    I am running Windows XP. When I start iTunes I get a message that iTunes has compatability mode set and the display colors change to 8-bit. How do I get rid of the compatability mode setting?

    Remember, Google and other search engines are your friend...
    http://docs.info.apple.com/article.html?artnum=302478

  • Compatibility Mode Error when NOT in compatibility mode

    I have a Dell Studio XPS 16 running Windows 7 Ultimate (RTM, not RC). iTunes installs fine but I get this error when I open it:
    "iTunes.exe has been set to run in compatibility mode for an older version of Windows. For best results, turn off compatibility mode for iTUnes before you open it."
    Once you click OK, the program runs fine. But this still bothers me. Thoughts? Under the application's properties, compatibility mode is NOT selected.

    I'm getting the same thing, if you find a solution let me know!

  • Table Relation with Payment and Invoice of Vendor

    Hi all,
         I have one question about Table Relation with Payment and Invoice of Vendor.
         the scenario is.
         2 Purchase Order number : 100000001/100000002
         1 Invoice document number : 200000001 which include  2 Purchase Order.
         1 Payment document number : 300000001
         How should I found out table relation from Payment document number - Invoice document number - Purchase Order number. ?
          I try to link the following table, but it does not work.
          RBKP     *     Invoice Receipt
          RSEG     *     Invoice Receipt document line item
          BKPF     *     Accounting Document Header
    BSEG     *     Accounting Document Segment
    PAYR          Payment Medium File
    BSIK          Accounting: Secondary Index for Vendors
    BSAK          Accounting: Secondary Index for Vendors (Cleared Items)
    BSIS          Accounting: Secondary Index for G/L Accounts (Open Items)
    Does any one know about it ?
    Regards
    KY Chuang

    Hi Venkatesh,
    Thnx a lot for the reply. This has almost solved my problem, however there's one thing left. when I'm trying to take a print out after exporting the info into an excel sheet, the information really looks scattered, i.e.,  is there a way where we can go ahead and get the info in a rather unscattered manner.
    I've tried to take a print directly without actually transferring the info into an excel sheet, then each of the vendor is printed in a separate page, which again they feel is a problem.
    So, if you have an idea pls suggest.
    Thnx again for the information.
    regards
    sandhya

Maybe you are looking for

  • Transfer of library to replacement iPod mini

    How can I transfer my existing iTunes library (currently on iPod mini [1st generation]) to my new replacement iPod (2nd generation)? Do I need to install the disc that came with the new iPod? If I want to install the new disc on my work computer (vs.

  • Calling method validator from EO to another EO

    Hi, I am usning JDEV 11.1.16.0 I have two EOs Person and PersonJob there is an association created PersonEOTOPersonJob In my PersonJobEO I have a method validator which calls a method in my PersonJobEOImpl.java where i am doing some validation. Now t

  • Captivate 5: Problems with Java Scripts - Trying to Jump to a certain slide on Different Project

    I have the code here I researched for Captivate 5 to jump to a certain slide in a different project, this code was attempted to be used in both projects seperately and simultaniously: function GetSlideParam(){ if(window.location.href.indexOf('?slide=

  • Great Apex Shared hosting at affordable prices

    A few days ago I was feeling pretty down about being able to find and affordable a GOOD Apex hosting site for my production app as an alternative to apex.oracle.com, but I now found a company that I really feel good about. I've only been with them fo

  • Develop Search Functionality

    Hi All, I need help for developing Search Functionality for web base product using JSP - Servlet and SQL Server 2005. like please open http://www.sun.com/, After opening the web page - at right top side there is a one text field "Search" and beside o