Which perfomance improvements will JavaFX 8 deliver to us?

Hi there,
my whole company consists already of fans of JavaFX 2 - it's fun to work with it and slowly but steady, the team seems solves on the most annoying bugs. But one thing in the 2.x versions seems to be a problem for us. Even on recommended combinations of hard- and software, performance isn't really predicable yet. Sometimes, our applications perform well on 2-year old hardware while we have issues using high-end desktop components. Generally, i think that there is some potential to improve the performance of JavaFX.
For example, i read in Jira that the developers where thinking of pre-rendering nodes as bitmaps and cache those to gain some performance wins. I didn't find this discussion again, but i think that this hasn't been implemented yet.
So what i really would like to know is if there are upcoming performance improvements in JavaFX 8 and if the answer is yes, what will they look like?
Best regards,
David
Edited by: TheJeed on 04.02.2013 02:49

There are some preliminary performance numbers for JavaFX 8:
http://fxexperience.com/2012/09/preliminary-performance-numbers-in-javafx-8/
The fxexperience post also includes descriptions of some of the work to improve performance in JavaFX8.
Also there is a note on memory consumption:
I would have to check our performance numbers to be certain, but I believe actually we have also reduced
the memory usage over the same period, primarily due to making Control a Region and removing one extra
node for most Controls (for example, a Button is now a Button -> Text, instead of Button -> StackPane -> Text).I think some of the major work involves allowing the JavaFX rendering thread and JavaFX application thread to execute concurrently.
i read in Jira that the developers where thinking of pre-rendering nodes as bitmaps and cache those
to gain some performance wins.
I didn't find this discussion again, but i think that this hasn't been implemented yet. Perhaps it has. Have you tried out the Node setCache and setCacheHint APIs?
http://docs.oracle.com/javafx/2/api/javafx/scene/Node.html#setCache%28boolean%29
http://docs.oracle.com/javafx/2/api/javafx/scene/Node.html#setCacheHint%28javafx.scene.CacheHint%29
Additionally, you can manually do this by using node.snapshot and then rendering the resulting image in an ImageView rather than the original node.
http://docs.oracle.com/javafx/2/api/javafx/scene/Node.html#snapshot%28javafx.scene.SnapshotParameters,%20javafx.scene.image.WritableImage%29
Depending on the usage situation, the caching APIs can make a huge difference to application performance.
Running a grep for the word performance on the JavaFX 8 issue tracker gave =>
RT-5130     Mechanism to report FPS of an arbitrary app (app doesn't call PerformanceTracker) in Prism
RT-5475     RT-5474 Optimize picking performance
RT-6475     Need new hints to control how Text node is rendered
RT-8037     Need to complete a temporarily performance fix on filter effects (DropShadow, InnerShadow and SepiaTone)
RT-8243     Memory Leak (sun.awt.geom.CurveLink)
RT-10753     prism-sw: ColorfulCircle bm performance drop in case circle radius is equal 2 or 4 for Inner & Outer Stroke positions
RT-13324     Text needs to support letter spacing
RT-13365     poor performance running "colorful circles"
RT-14065     DirtyRegions: different performance results for equivalent dirty regions
RT-14122     Camera Style Transform
RT-14867     b35: 20% (-2.47 fps) performance regression in TextBox-text100k run with hw pipeline comparing to b34
RT-15566     too big area repainted if the test updates more than 12 checkboxes
RT-15687     TreeItem expand/collapse performance in hardware pipeline is almost 20 fps worse than in j2d pipeline
RT-16725     API to manipulate scrollbar on TableView
RT-16853     TextArea: performance issue
RT-16924     WebNode reload test can't work in sandbox mode
RT-17510     Improve performance of rendering a TRANSPARENT stage on Windows 7
RT-17551     MacOS: Optimize using of lockFocusIfCanDraw
RT-17960     Transparent stage resize flickers on Mac
RT-18067     fx2.1-15 (b01): up to 90% regression in Controls.TextArea-select_all-255x1000 in j2d pipeline
RT-18354     Animation perform down observably when i add the dropdown effect to root
RT-18612     Glass Mac: ClipboardAssistance.actionPerformed()
RT-19106     LCD text blending isn't accounting for over-lapping glyphs.
RT-19271     J2D pipeline does not implement proper handling of the subimage "isolate mask" control
RT-19305     Animation performance may be very unstable on Mac
RT-19605     The fix for RT-19532 results in 65% (317 fps) performance regression in Controls.Buttons-adhoc-mouse-nodes1008-skipAll in fx2.1-controls-scrum-b345 build
RT-20356     PresentingPainter and UploadingPainter disregarding dirty clip rect
RT-20405     Improve Path rendering performance
RT-20475     Allow to select videocard (or choose the best one automatically)
RT-20616     TreeView creates new cells every time root is changed
RT-20978     fx2.2-graphics-scrum-h175: performance regression on Mac (initially 50% but now unknown)
RT-21672     Implement Occlusion Culling
RT-22076     CSS: Treat style class as a bit mask in Selector for better performance on selector matching.
RT-22244     Pisces Renderer shows huge performance win when coded in C
RT-22422     Cannot sign JAR files
RT-22567     Minor tweaks to FX/Swing painting
RT-22913     Implement and enable accelerated compositing to improve WebView rendering performance
RT-23413     FXMLLoader should be able to cache imports and properties between to load() calls
RT-23450     Improve performance of Prism rendering and clipping
RT-23458     Improve ellipses performance
RT-23459     Reduce node count in Controls by allowing a Skin to manipulate the Control's children and layout directly
RT-23463     Implement Region image based caching
RT-23467     Evaluate Native Text Engines
RT-23469     Analyze Layout Performance
RT-23562     Optimize Region by using immutable State, caching on CSS level
RT-23574     Add support for tiled rendering of textures (both for performance and functional reasons)
RT-23582     Update Caspian CSS to use better performing selectors
RT-23588     Investigate using less precise but faster min, pref, max size computations for controls
RT-23616     Avoid processing CSS for VirtualFlow cells that are CSS clean
RT-23621     Check use of HIGHP with es shaders.
RT-23704     Use DirectX 9Ex mechanism to avoid calling cv.save()
RT-23725     Beagleboard: Execute fragment shader on the GPU causes significant drop in performance
RT-23738     fx3.0-graphics-scrum-h45: Webkit synchronization for 3.0 caused -55% performance regression in WebNode.ColorfulShapes-Blur2Circle
RT-23743     Evaluate the performance of computing and uploading individual glyphs one at a time versus in a batch
RT-23746     Consider optimizing libjepg for performance rather than quality (using already existing build flags)
RT-23773     Improve caspian.css to use child selectors where possible, rather than require css engine to perform needless busy-work
RT-23839     Lists,Trees and Tables do not work with wrapped text
RT-23873     Investigate (and improve) ListView / TreeView / TableView performance
RT-23879     Mac: Clicking in a Popup/ContextMenu/ComboBox steals the focus from the primary stage in applet
RT-23905     SQE: Provide JavaFX CSS3 support
RT-23913     SQE: Optional FX Packages
RT-24010     WebNode.GUIMark2-Vector fails with NullPointerException in multithreaded mode
RT-24012     Text performance of the hardware pipeline must be equal or better than the software pipeline
RT-24013     Multi-Core scalability
RT-24017     3.0-controls-scrum-58: 100% regression in NodeMemory.TreeItem and 96% in Controls.TreeView-Expand
RT-24018     3.0-controls-scrum-60: Controls.ListView-Keyboard and Controls.TableView-Keyboard benchmarks are broken
RT-24143     Ant task fx:deploy expectes all JARs to have a MANIFEST.MF and fails with NPE if at least one doesn't
RT-24148     Private controls Weak* classes should clean up in more situations
RT-24298     3.0-graphics-scrum-h142: memory usage of ColorfulShapes.Blur2Circle-Transparent has been increased by 625% (246,890.67 kb)
RT-24320     WebView draws entire back buffer on screen upon every repaint
RT-24437     X11Pixels and LensPixels are ill-implemented wrt managing the native object
RT-24480     Use FilteredList for Parent.unmodifiableManagedChildren
RT-24557     ImagePattern is slow on embedded systems
RT-24582     High frequency refresh and Heavy but low priority updates in the same app (multithreading render, multiinstance...)
RT-24587     Changing a single child of FlowLayout is slower than changing all children
RT-24624     prism-sw pipeline is up to 90% worse than j2d pipeline
RT-24741     WebView is not using accelerated compositing for http://javaweb.sfbay.sun.com/~epavlova/Performance/JavaFX2/mexsantos opacity transitions
RT-24965     8.0-graphics-scrum-h82: Controls.TableView-XmasTree and DirtyArea performance regressions caused by RT-23725 fix.
RT-24966     8.0-graphics-scrum-h99: up to 30% regression in Guimark2.Bitmap
RT-24992     8.0-controls-scrum-h51: Controls.CheckBox and Controls.RadioButton benchmarks are broken
RT-24997     8.0-controls-scrum-h44: up to 35% regression in Controls.TableView and Controls.Buttons benchmarks
RT-25036     8.0-h26-b56: Controls.TableView-XmasTree benchmark crashes with SIGSEGV on MacOS in sw pipeline
RT-25078     Mac: dirChooser.showDialog() returns immediately "null" but somehow remains open and appears to work (...when being executed from a Button onAction Eventhandler in new Stage)
RT-25118     8.0-controls-scrum-h51: -23% performance regression in Controls.TreeView-Expand.adhoc-items1000-wide benchmark
RT-25120     8.0-graphics-scrum-h99: up to -24% performance regression in Controls.ListView and Controls.TableView
RT-25166     Path updates in a ScrollPane where content has a Scale transform are 100 times slower
RT-25233     Javafx applet with preloader crashes under Windows / Java7u7 / Chrome
RT-25350     poor animation performance on PathTransition when part of the Stage sits outside of desktop screen
RT-25382     8.0-h38-b58: up to 30% performance regression in Image rendering in sw pipeline
RT-25403     8.0-h38-b58: 67% (-21.7 fps) performance regression in Charts.Bubble in hw pipeline on MacOS-Low end machines
RT-25486     Debian policy requirement for 'Installed-Size' not set -- users get warning when installing: NetBeans built JavaFX .deb package for Ubuntu
RT-25684     GridPane.layoutChildren() hangs when wrapText is true
RT-25685     GridPane.layoutChildren() hangs when wrapText is setup in CSS style class
RT-25801     8.0-controls-scrum-h81: 25% performance regression in Controls.RadioButton on mac-low end machine
RT-25864     New "shared textures" do not share pixel update flags as well as they should
RT-25919     8.0-graphics-scrum-h242: 48% (16.70 fps) performance regression in GUIMark2.Bitmap on MacOS
RT-26024     Scene Builder hangs when adding column
RT-26113     8.0-graphics-scrum-h278: disabled accessibility feature triggers dependency on uiautomationcore.dll
RT-26140     Node Orientation - API issue: Should effective orientation be a property?
RT-26221     8.0-graphics-scrum-h276: 33% regression in NodeMemory.TableColumn-rendering-on benchmark
RT-26438     8.0-graphics-scrum-h342: up to 30% of memory usage increase in bunch of performance benchmarks
RT-26537     8.0-graphics-scrum-349: deadloack in WebNode.GUIMark2-Bitmap benchmark
RT-26702     Poor DisplacementMap effect performance on Mac
RT-26716     Performance of scrolling TreeView tail is much more slowly when scrolling TreeView head
RT-26894     String rendering is less performant than java2D one
RT-26909     Regions are being cached even when extremely tall
RT-26999     8.0-controls-scrum-h122: up to 20% regression in some Controls.TableView benchmarks
RT-27073     8.0-graphics-scrum-h458: more than 50% regression in Controls.TextField benchmark
RT-27079     8.0-graphics-scrum-h449: RT-25055 caused up to 80% regression in Charts.Bubble benchmark
RT-27111     8.0-controls-scrum-h138: up to 30% regression in Controls.TreeViewExpand benchmarks
RT-27143     8.0-graphics-scrum-h471: TableView-Keyboard fails with NullPointerException
RT-27508     8.0-h96-b68: 68% regression in SpiralText in hw pipeline caused by enabling DirectX 9Ex
RT-27667     [TreeTableView] Multiple cell selection issue.
RT-27982     Mac: 8.0-graphics-scrum-h595: JavaFX crashes on MacOS
RT-27985     8.0-graphics-scrum-h595: 42% performance regression in Guimark2.BitmapCanvas on Windows-Mid-Range machine
RT-28064     A new Scene accumulates all PointLight's from previous Scene's     

Similar Messages

  • My work computer runs Outlook 2003, which I know will not work with the iCloud, so I hard sync.  But then the new info on my iPhone does not backup to iCloud.  Is there a solution?

    I have a Macbook and iPhone and like to back up to iCloud.  However, my work computer runs Outlook 2003, which I know will not work with the iCloud.  The company has no plans to update anytime soon.  Since the calendar and contact list on my office computer are my primay ones, I hard sync through iTunes.  The problem is that any data synced from Outlook 2003 to the iPhone from iTunes does NOT later backup to iCloud.  Is there a solution?

    I have the same problem with Outlook 2003 and Win XP which the multinational organisation I work for standardises on and will probably stay with forever!

  • I activated my ipad, used iCloud & Find my iphone with Apple ID named: A@.... But now I've changed address of Apple ID from A@... to the new one: B@... Which Apple ID will be asked to re-activate 7.0.4 ipad - A or B?

    Hello everybody!
    I'm using ipad mini and the iOS is 7.0.4. I used an Apple ID (called: A), and I activated my ipad, used iCloud & Find my iphone with this A account. But now I've changed address of Apple ID from A@.... to the new one: B@.... (just changed email address of Apple ID, not create a new ID), and then I signed out iCloud, old Apple ID, etc... on my ipad and signed in with new id B@.... Everythings seem OK, I can sign in/out iCould, turn on/turn off Find my iphone as well with the new one (B@...)
    But I still have a question (and still confusing with it): What will happend when I restored my ipad? I mean my iOS is 7, so which Apple ID will be asked to re-activate my ipad after I restore it, old id A@.... (this one cannot be used now) or the new one B@...., please?
    Thank you very much for your helpful informations!

    If you've succesfully changed the ID for iCloud and Find my phone, it will be your new ID you use if you need to restore it.

  • I have a MDD dual 1.25ghz processors and I would like to know which sata drives will work with the Sonnet Seria ATA pci card?

    Which sata drives will work with the Sonnet Tempo Serial ATA card?

    Pretty much any of the SATA 3.0 Gbps drives.
    Western Digital Black and Blue and Hitachi 7K drives are all good choices.
    If you try a SATA 6.0 Gbps drive, it will need to be jumped to limit to SATA 3.0 Gbps.

  • Which Table i will Get the Name of Receipt Recipient in FBCJ

    Hi Experts
    Which Table i will Get the Name of Receipt Recipient in FBCJ
    Transaction Code : FBCJ
    Technical name : Name of Receipt Recipient
    Field Name : BP_NAME
    But it is not stored in TCJ_POSITIONS table
    Regards
    Jagadish

    Hi,
    Please check in TCJ_DOCUMENTS table, field name BP_NAME.
    Regards
    Radhika

  • Which table i will  get the  status of the User decision Result status

    Hi Experts
    Which table i will  get the  status of the User decision Result status
    (eg : Inspection completion forced )
    This i can see in QA33

    Hi jag
    Ok fine actually it is not storing in any table...these r all text symols...if u see this program MQEVAF22...U EILL GET SOME IDEA
    CALL FUNCTION 'QAST_STATUS_CHECK'
           EXPORTING
                I_OBJNR          = QALS-OBJNR
                I_STATUS         = C_STATUS_PAKO
           EXCEPTIONS
                STATUS_NOT_ACTIV = 01.
      IF SY-SUBRC NE C_RC01.
        MOVE C_KREUZ TO L_STAT_PAKO.
      ELSE.
        CLEAR L_STAT_PAKO.
      ENDIF.
    Prüfen, ob Los bestandsrelevant ist
      MOVE RQEVA-STAT_BERF TO L_STAT_BERF.
    Prüfen, ob Los auf SKIP sitzt
      CALL FUNCTION 'QAST_STATUS_CHECK'
           EXPORTING
                I_OBJNR          = QALS-OBJNR
                I_STATUS         = C_STATUS_SKIP
           EXCEPTIONS
                STATUS_NOT_ACTIV = 01.
      IF SY-SUBRC NE C_RC01.
        MOVE C_KREUZ TO L_STAT_SKIP.
      ELSE.
        CLEAR L_STAT_SKIP.
      ENDIF.
      IF QALS-STAT35 >< C_KREUZ.
    VE noch nicht getroffen !
        IF     ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 )
           AND QALS-STAT13     = C_PPKTTYP-PHPR
           AND G_ANZAHL_PPKT_LOEVM > CI_0.
    Es wurden physische Proben storniert !              PRIORITÄT 1A
            MOVE TEXT-I17 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I17'.
        ELSEIF ( QALS-STAT14 = C_KREUZ AND QALS-OFFENNLZMK > CI_0 )
          OR ( L_STAT_PAKO = C_KREUZ
               AND ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 ) ).
    Prüfung wurde abgebrochen !                         PRIORITÄT 1
          MOVE TEXT-I04 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I04'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF G_ANZ_RUECK_MK > 0.
    Es wurden Merkmale rückgewiesen  !                  PRIORITÄT 2
          MOVE TEXT-I01 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I01'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 .
          IF QALS-OFFENNLZMK > CI_0.
    Es sind nicht alle Merkmale abgeschlossen !         PRIORITÄT 3
            MOVE TEXT-I02 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I02'.
          ELSEIF QALS-OFFEN_LZMK > CI_0.
            MOVE TEXT-I05 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I05'.
          ENDIF.
        ELSEIF QALS-WERK NE QALS-WERKVORG.
        Prüflosmenge wurde umgelagert auf anderes Werk   Priorität 4
          MOVE TEXT-I16 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I16'.
        ELSEIF QALS-LMENGEIST > QALS-LOSMENGE.
        Istmenge im Los größer als Losmenge!             Priorität 5
          MOVE TEXT-I15 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I15'.
        ELSEIF L_STAT_SKIP    = C_KREUZ.
    Prüfverzicht: Los ist geskippt !                    PRIORITÄT 6
          MOVE TEXT-I03 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I03'.
        ENDIF.
      ELSE.
    VE getroffen bzw. eingetragen
       IF     ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 )
           AND QALS-STAT13     = C_PPKTTYP-PHPR
           AND G_ANZAHL_PPKT_LOEVM > CI_0.
    Es wurden physische Proben storniert !              PRIORITÄT 1A
            MOVE TEXT-I17 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I17'.
        ELSEIF ( QALS-STAT14 = C_KREUZ AND QALS-OFFENNLZMK > CI_0 )
          OR ( L_STAT_PAKO = C_KREUZ
              AND ( QALS-OFFENNLZMK > CI_0  OR QALS-OFFEN_LZMK > CI_0 ) ).
    Prüfung wurde abgebrochen !                         PRIORITÄT 1
          MOVE TEXT-I04 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I04'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF L_STAT_PAKO EQ SPACE
           AND ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 ).
    Es sind noch Langzeitmerkmale zu bearbeiten !       PRIORITÄT 2
          MOVE TEXT-I05 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I05'.
        ELSEIF L_STAT_BERF = C_KREUZ AND QALS-STAT34 EQ SPACE.
    Los ist bestandsmäßig noch nicht entlastet !        PRIORITÄT 3
          MOVE TEXT-I06 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I06'.
        ELSEIF QALS-WERK NE QALS-WERKVORG.
        Prüflosmenge wurde umgelagert auf anderes Werk   Priorität 4
          MOVE TEXT-I16 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I16'.
        ELSEIF QALS-LMENGEIST > QALS-LOSMENGE.
        Istmenge im Los größer als Losmenge!             Priorität 5
          MOVE TEXT-I15 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I15'.
        ELSEIF L_STAT_SKIP = C_KREUZ.
    Prüfverzicht: Los ist geskippt !                    PRIORITÄT 6
          MOVE TEXT-I03 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I03'.
        ENDIF.
      ENDIF.

  • Which Software Train will be supported

    We have several 3640 Routers in Our network.
    The Life Cycle have the following results:
    End of Sale = 15.12.2002
    End of Engineering = 30.11.2005
    End of Life =30.11.2007
    Cisco Policy
    =========
    Where available, we will provide bug fixes, maintenance releases, work arounds, or patches for critical bugs reported via the TAC or Cisco.com Web site for a period of 5 years from the end-of-sale date for operating system software and for a period of 3 years from the end-of-sale date for application software. Bear in mind that it may be necessary to use a software upgrade release to correct a reported problem.
    Questions
    ========
    Which Software Train will be supported and maintaint (also vulnerability) until 5 Years after the EOS Date for the 3640 plattform as
    described in the Cisco policy ?
    which Train is supported for the 2600 Router plattform ?

    The last supported release for the Cisco 3640 and 3640A routers is Cisco IOS Software Release 12.4 Mainline
    The Cisco 3640 Router will continue to support new IOS features through 12.2T and 12.3T, and software support will be provided through 12.4M or November 2005, whichever comes first.This support will be until 2007, November.
    The 3640A is identical to the 3640 in terms of physical characteristics, interface support, performance, memory and IOS feature support. All currently open mainline release trains and the 12.2T release train will be supported, starting with the latest maintenance releases: IOS Releases 12.0(24), 12.1(17), 12.2(12) and 12.2(11)T1. The Cisco 3640 and 3640A will continue to support new IOS features through 12.2T and 12.3T, and software support will be provided through 12.4M or November 2005, whichever comes first.
    The following 2 documents will clearly answer ur question:
    http://www.cisco.com/en/US/products/hw/routers/ps274/prod_eol_notice09186a008032d840.html
    http://www.cisco.com/en/US/products/hw/routers/ps274/prod_bulletin0900aecd802a94b0.html

  • Configuration of FP-Modules. In the catalog is something written about sending data on data change. There is a checkbox in the FP-Explorer but I can�t find a configuration menu in FP-Explorer to set the threshold value at which the data will be send.

    Configuration of FP-Modules. In the catalog is something written about sending data on data change. There is a checkbox in the FP-Explorer but I can�t find a configuration menu in FP-Explorer to set the threshold value at which the data will be send.

    : Configuration of FP-Modules. In the catalog is something written about sending data on data change. There is a checkbox in the FP-Explorer but I can�t find a configuration menu in FP-Explorer to set the threshold value at which the data will be send.The FP-1600 modules automatically send data on-change only. The change threshold is by default 0%. Any change, even a single least significant bit change, is sent back to the computer. If the FP-1600 firmware revision supports deadbanding (firmware revision 3.0.x and later, can be downloaded from ftp://ftp.ni.com/support/fieldpoint/Update/FPEthernet0320.zip ). Then on each analog channel or count channel you can specify a percentage change for deadbanding in FieldPoint Explorer. This is done on a channel by channel basis, by right-clicking on the particular IO module and choosing Edit this Device, then choosing Channel Configuration. Each channel (if it supports deadbanding) will have a deadband entry box on the middle right side of the screen).
    The FP-1000/1001 seri
    al network modules do not support deadbanding. The checkbox in FieldPoint Explorer is simply for how FieldPoint Explorer displays the data to the user and does not effect client programs nor the behavior of the network module itself.
    Regards,
    Aaron

  • In Which Table  I Will get Reference Document for MIGO Transaction

    Hai Experts
    In Which Table  I Will get Reference Document for MIGO Transaction
    Regards
    Jagadish

    Hi,
    The 2 main tables for this MIGO Transaction are ,
    MKPF - Header table
    MSEG -  Item table
    Reference Document is XBLNR.
    Regards,
    Raj.

  • Which data we will store in infocube?

    hi experts,
    i am in little bit  confusion, i think this is basic level question.
    can any body tell me where we store analysed data. that means which data we will store in infocube( raw data or analysed data). which data we will use for reporting?
    please clear this confusion.
    thanks & regards
    venkat

    Hi Venkata,
    I have a basic simple understanding and explainantion. You get some raw data from a system such as R/3 which you apply transfer rules and transformations. Applying this will help us remove any inconsistencies, and standardizing the data we get from R/3. After this process, we have the data ready which can be stored in the Infocube/ DSO. Thus, Infocube contains data that is cleansed and standardized. Now, since you have the data ready, you design queries on the Infocube, which will generate reports according to the requirements. These reports will be used for analysis of all the data presented in the report through appropriate query.
    Hello All, Please correct me if i m wrong.
    Regards,
    Kunal Gandhi

  • When we generated a script in which language it will be stored

    Hi,
    when we generated a script in which language it will be stored.
    Thanks
    Rama

    Hi Rama,
    Whenever we generate a script, it is maintained in all languages, by default, if we tick the <b>maintain in all languages</b> checkbox.
    The original script is always maintained in the original langauge,i.e. <b>DE</b>.
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • In which table it will store in pricing

    hi gurus,
    I have a question in prcing procedure determination we create conditon table in v/03 transaction code.  We can find some standard tables also there.  No my question is in which table they will store in abap all those conditon table.  please help me in this regard.
    Thanks & Regards
    points will be rewarded.

    Hi,
    Those condition tables are database tables themselves.
    For example, if you create a c ondition table 998, then the corresponding database table is A998 where A implies its application for pricing. The table A998 also will have some other fields added to it by default, like variant key, value etc.
    Now for this combination of fields, the condition records you create will be updated in the table A998
    Hope this clears ur doubt.
    Pls reward if it helps you

  • Basic type :HRMD_A07  in which table data will be store

    Hi,
    I have the basic type HRMD_A07 .so can any one tell me in which table data will store .
    Thanks in advance.
    Regard

    Hi,
    Check the following link for more information on tables and the flow of information in sd
    <u>http://www.erpgenie.com/sap/abap/tables_sd.htm</u>
    Award points if it adds information.
    Thanks
    Mohan

  • In which table it will store SavedSearchPortletPrefs?

    In which table it will store SavedSearchPortletPrefs?

    Hi,
    Those condition tables are database tables themselves.
    For example, if you create a c ondition table 998, then the corresponding database table is A998 where A implies its application for pricing. The table A998 also will have some other fields added to it by default, like variant key, value etc.
    Now for this combination of fields, the condition records you create will be updated in the table A998
    Hope this clears ur doubt.
    Pls reward if it helps you

  • How do you find out which plugins firefox will install BEFORE you click 'install missing plugins'?

    How do I determine which plugins firefox will install BEFORE I click 'install missing plugins'?
    I don't just want to install some unknown plugins. Isn't there a way to determine the plugins that firefox will isntall? Can't it present me with a list of plugins that is going to be installed, before I click the button?

    Did you look in the Windows Control Panel > Add / Remove Programs?
    http://www.uninstallreview.com/Browsers/how-to-uninstall-Keep-Tube-for-Firefox_7005.html

Maybe you are looking for