Equity Pick-Up Sample Routine

Hi there,
we are analyzing efforts and constraints related to a list of new requirements from the client.
Among these requirements, there is also the implementation of the equity pick-up feature.
In order to assess properly the customization I would need a sample of a very basic sub routine used to manage the equity pick-up.
Many many thanks to whomever can help me.

Did you ever get the EPU to work? Has anyone had issues with version 11.1.2 EPU table appearing and disappearing? We are experiencing this. Any ideas would be greatly appreciated!
Edited by: 931346 on Sep 13, 2012 5:09 PM

Similar Messages

  • Sample routine for dynamic flatfile selection in infopackage?

    hello guys,
    I tried to find one sample routine for Dynamic Flatfile selection at Infopackage level in forums,internet...but couldnot find it....(something like....we give one flatfile everyday...process chain runs everday...and whenever Infopackage executes...it selects that days flatfile basing on date or something and loads the data)....
    can anyone give that sample routine ?
    Thanks,
    Rgards,
    S

    Hi,
    You can select the dynamic flat file using routine at info package.
    The routine here is to create dynamic file name, click the routine button beside the name of flat file.
    create name and write the related code.
    Eg: concatenate 'D:\BIFLATFILES\PRODUCTDATA_'   SY-DATUM  '.CSV'  INTO P_FILENAME.
    In this path you have to paste your file with name PRODUCTDATA_09.10.2009.CSV.
    So if it is daily load we need change the file name with that date.Infopackage automatically picks up this file and loads the data.
    Based on your requirement you need to change the code to select file with path.
    Thanks,
    Joseph

  • Equity pick-up

    Hi Experts,
    I am confused by the function equity pick-up in BPC 10 Consolidation.
    I wonder what is the difference between equity pick-up and consolidation. It seems that equity pick-up function can be done via consolidation monitor (e.g. using equity method). I am guessing if "Consolidation" is applicable only for the initial acquisition of the subsidiary, while "equity pick-up" are for capturing the on-going results from the subsidiary after initial acquisition.
    Pls confirm / correct my understanding preferably with an example and really appreciate your help and guidance.
    Thanks all.

    Thanks for your reply Mehmet.
    May I confirm that when you mention "And during consolidation process, Company A will be added to the consolidation with a "full consolidation method", as the parent company while Company B will be added to the consolidation with a "equity pick-up" method." - you refer to assigning "equity" method for Company B in Ownership Manager.
    I believe everything from the above example (including equity pick-up of the 30%) can be set up in "Business Rules > Elimination and Adjustments" and consolidated via "Consolidation Monitor".
    Then what does "Business Rules > Equity Pick Up" and the "Equity pick up monitor" do?
    I am sorry as I am quite new to BPC Consolidation and trying to understand more. Very thankful for your guidance.

  • Equity Pick Up Module in HFM 11.1.1

    Hi All,
    I am trying to use equity pick up module in Oracle Hyperion Fusion Edition but i require help in writing a rule file for the same. Can anybody give an example of the equity pick up module of rule file?
    regards

    Sub EquityPickup ( )
    Owned = Hs.Entity.Owned
    OwnerCurrencyTotl = Hs.Entity.DefCurrency & “Total”
    Hs.Clear “A#Inv.C4#EPU.I#” & Owned
    Hs.Exp “A#Inv.C4#EPU.I#” & Owned & “ = A#EQ.C4#C3Tot.I#[ICP Tot].E#” &
    Owned & “.V#” & OwnerCurrencyTotl & “*” & Hs.PEPU(,,,,)
    •     Hs.Entity.Owned - Gets the owned entity of the entity pair being processed.
    •     Hs.Entity.Owner - Gets the owner of the entity pair being processed.
    •     Hs.PEPU (“S#.Y#.P#”, Owner, Owned)- Gets the percentage of ownership from the EPU table. If the values are left blank, the function returns the percentage of ownership for the current entity pair in the current scenario, year, and period.

  • HFM Equity Pick up issue.

    Hello Experts,
    11.1.1.2
    When we load the rule below into HFM it complains about this syntax only: Owned = Hs.Entity.Owned
    If we comment it out and just use: Owner = Hs.Entity.Owner it does not fall over and even calculates numbers for me, but gets itself caught in a loop.
    Sub EquityPickUp ()
    '==============================================================================================================
    ' Equity pick up rules for Dublin
    '===============================================================================================================
    Owner = Hs.Entity.Owner
    Owned = Hs.Entity.Owned
    lPown = Hs.GetCell("E#" & Owned & ".I#" & Owner & ".V#[None].A#[Shares%Owned].C1#[None].C2#[None].C3#[None].C4#[None]")
    OwnerDefCurr = HS.Entity.DefCurrency("")
    Factor = lPown /100
    Hs.Clear "A#IS_6112008.I#" & Owned
    ProfitfortheYear = Hs.GetCell("E#" & Owned & ".A#IFRS_IS_005.I#[ICP Top].C1#AllCustom1.C2#[None].C3#C3_2.C4#[None].V#" & OwnerDefCurr)
    Hs.Exp "A#IS_6112008.I#" & Owned & " = " & ProfitfortheYear * Factor
    End Sub
    Please advise,
    Thank you,
    Charles Babu J

    Hey, I see you have asked lot of question on this site, one was abotu Equity pick up. I cannot get the equity pick up to work either. I have the rule and the tavle populated, but I am not gettign any results and it appears the ipown is not calculated. I have tired quite a few things, but nothing seems to work. Below is what I have done so far. Hope you have some ideas, I am stumper. Thanks! Mark
    Owner} = @Entity.Member
    {Owned} = @Entity.Owned
    {IPown} = @GetCell(E#{Owned}.I#{Owner}.V#[None].A#[Shares%Owned].C1#[None].C2#[None].C3#[None].C4#[None])
    {OwnerDefCurr} = @Entity.DefCurrency("")
    {Factor} = {IPown} /100
    {NIAT} = @GetCell(E#{Owned}.A#NetInc.I#[ICP Top].C1#TotalC1.C2#TotalC2.C3#TotalC3.C4#TotalC4.V#{OwnerDefCurr})
    A#EPU_EqAffIncExp.C1#[None].C2#[None].C3#[None].C4#[None].I#{Owned} = ({NIAT}) *{Factor}
    level owner owned %EPU
    1 54 58 60
    1 56 58 40
    0 054Cns 58 100
    0 054Cns 58 100
    The table is supposed to represent 054CNS owned 100 % of 54 and 56. And 54 owns 60% of 58 and 56 the balance of 40%. in the HFM hierarchy 58, 54 and 56 all rolll up to 054Cns. 054Cns is a consolidation point(no base members). 54, 56 and 58 all have base member. When I run the EPU the balance in 058 appears in 054Cns, but I do not get the 60/40 split in 54 and 56.

  • Equity pick up and HFM versions

    Hi Gurus,
    I am trying to implement the equity pick up function to calculate the investment gain / loss in our consolidation app, but it's not working properly with version 11.1.2.2.
    Does anyone have any experience of this function and please let me know your HFM version?
    Many thanks,
    Jacky

    Thanks Bryan.,
    If its the case and still we want to use the "Is Calculated" on, how to recreate the EPU module funtionality in Sub Calculate as HS.entity.Owner, HS.entity.Owned and PEPU functions are restricted only to EPU modules.
    Any suggestions or design consideration for writing it in SubCalculate.
    thanks in advance,
    Victor.
    Edited by: 976062 on May 2, 2013 11:39 AM
    Edited by: 976062 on May 2, 2013 11:39 AM

  • HUD Colour Picker and Sample Ring Will Not Show

    I'm having trouble with the HUD colour picker and the sample ring tools.
    Firstly, when trying to tick the option for the sample ring, it is greyed out (unclickable), and it never changes.
    Secondly when I try the windows shortcut for the HUD colour picker, it doesnt appear, at all.
    I have the openGL enabled, any suggestions?

    When you say you have OpenGL enabled...
    In Photoshop, when you choose Edit - Preferences - Performance, and look at the Enable OpenGL Drawing setting, is it checked?
    Good advice in display problem cases is to visit the web site of the maker of your video card, and download and install their latest display driver release that matches your video card hardware and operating system.
    -Noel

  • Colour picker not sampling right colour - colour management?

    Hi there,
    so i have an image i painted in RGB in photoshop and saved it out as jpeg. Placed it into a RGB document in illustrator. All my colour settings are synced for rgb to be sRGB.
    I sampled the colour straight off the placed image (and theres no colour adjustment or layer effects to make it dimmer), however the colour i save to swatches is darker than the actual colour of the image and there seems to be a slight cyan/blue colour cast.
    Any ideas why illustrator might be doing this?
    Thanks

    The problem may be with the jpg as it is geared towards appearance - well at least what jpg think is the appearance. If you save a perfectly clean image it will get a "cloud" of jpg artifacts especially along colour changes etc. Try looking at the different color channels of the jpg'd image in psd and the noise should be more visible. if you want control of colour use gif tif or such, No jpg :-)

  • Picker always samples for background colour...?

    Hi,
    Probably a simple fix
    but I'm on someone else's computer
    so some of the PS settings are different
    than mine.
    I try to use the colour picker to get colour
    in the foreground box, but it always automatically
    goes to the background box.
    Can someone tell me how to fix this please?
    CS4
    thanks

    Now that you mention it, if I click my mouse button to zoom,
    an Explorer page with PS Help pops up over and over.
    Also really annoying!
    Should I reset PS or the tools, you think?
    If so, how?
    Thanks

  • I have one application that has requirement to do low and high speed acquisition. I want to change sample rate while running. BUT... I have E series Device

    I am writing control software for a process that is usually dull and
    requires only 10 Hz acquisition rate.  At particular times during
    the sequence, however, we are interested in looking at a couple of
    channels at 1000 Hz.  My approach so far is to configure my
    Buffered DAQ to run at the higher rate at all times.  When we are
    in the 'high-speed DAQ' mode, the program logs every point to
    disk.  In the 'low-speed' mode, I am picking off every nth (in
    this case, 10th) point to log to disk.  At all times, I update my
    GUI indicators on the front panel at a maximum of 4 times per second (I
    find that anything faster results in an uncomfortable display), so I
    fill up a FIFO with data in my acquisition / logging loop, and read the
    FIFO in the display loop.  The data in my GUI display can be up to
    250 milliseconds off, but I find this acceptable . As a side note, I
    need buffered Daq with hardware timing, as software timing results in
    lost data at 1000 Hz.
    This all works fine and dandy, but I am convinced that it is not the
    most elegant solution in the world.  Has anyone developed a
    buffered DAQ loop where the scan rate can be adjusted during
    operation?  I would like to change the rate of the E-Series card
    rather than relying on down-sampling as I am now doing. 
    The reason I have concern is that at the moment I am simulating my AI
    using MAX and when running the down-sampling routine, I consistently
    miss a particular event on the simulated data becuase the event in
    question on the simulated data always occurs at the same 'time', and I
    always miss it.  Granted, while it is unlikely that my measured
    signal and my acquisition are perfectly synchronized in the real world,
    this particular situation points out the weakness in my approach.
    More than anything, I am looking for ideas from the community to see
    how other people have solved similar problems, and to have you guys
    either tear apart my approach or tell me it is 'ok'.  What do you
    think?
    Wes Ramm, Cyth UK
    CLD, CPLI

    Adding to Alan's answer:
    One of the problems that comes with these tricks for variable-rate acquisition is being able to match up sample data with the time that it was sampled. 
    If you weren't using either of E-series board's counters, there is a nifty solution to this!  You'll be using 1 of the counters to generate the variable-rate sampling clock.  You can then use the 2nd counter to perform a buffered period measurement on the output of the 1st counter.  This gives you a hw-timed measurement of every sampling interval.  You would need to keep track of a cumulative sum of these periods to generate a hw-accurate timestamp value for each sample.
    Note:  the very first buffered period measurement is the time from starting the 2nd counter until the first active edge from the 1st.  For your app, you should ignore it.
    -Kevin P.

  • Maintaining the mapping information and writing update routine to populate

    Hi,
    Its my requriment to get the transactional data from r/3, here in the transaction data i will get the data in following format
    (for example)
    Material no.   Sales value    quantity ..
    M001              100           2
    M002              200           4
    M003              150           3
    now my requirement is to take the quantity per material number and multiply it with a factor called as SBU factor
    .. my problem is that this SBU factor is not maintained in r/3 means the mapping information of material no. with its relative SBU factor is not maintained. So i thought of two option as this mapping is fixed means it will not changed so we can maintain in bw system through 1) one time upload of flat file or
    2) maintaning a table in BW with mapping
    so users agreed to give the mapping information as follows
    Material no.    SBU factor
    M001              5
    M002              10
    M003              7
    now while uplading the transational data i need to take the SBU factor per material that is maintained through flat file or table and multiply it with quantity and store it quantity.
    for example(the result i need in cube)
    material no.   sales value    quantity(quantity * SBU)
    M001             100           2*5=10
    M002             200           4*10=40
    M003             150           3*7=21
    so i can do this at two level at transfer rules or update rules.
    I need following clarification
    1) shall i load the mapping information through flat file or maintain it in table?
    2) If i will do the transformation at update rules so wht routine (start or update) should i write to get the SBU factor per material and do transformations
    If possible send the sample routine.
    Pls reply ASAP.
    Thanks
    Saleem.

    Hi Saleem,
    Nimesh is right..Do the multiplication in the Update rules.
    If the data for this SBU factor is less and is always fixed, you can go for one time upload, else set up a RFC Call to load this data to BW from R/3 if no datasource for the same exist.
    Else you can also maintain a table in BW, in which one time upload could be done by writing an ABAP, or manually. And then you can provide authorizsation to add more values to it, so that the table can be maintained.
    And then in Update rules, use the table for look up and get the SBU Factor per material.
    Some thing like
    Select * from the <ODS table or Table name> into <internal table>
    Loop at Data_Package.
    Read table <internal table> for all values in Data_Package where internal table-Material = Data_package-MAterial.
    If sy-subrc = 0.
    Sales Value = Sales Value * internal table-SBU Factor.
    ENDIF.
    MODIFY DATA_PACKAGE.
    ENDLOOP.
    You might need to make more changes to this code as required.
    Assign points if useful
    Regards
    Rohit

  • Gradient Color Picker

    Dear Community,
    i have a Problem with Illustrator CS6. I've attached an image below.
    I have an object with gradient fill and i've selected the first color stop.
    In previous Versions of AI i could the pick any color with color Picker while holding the shift-key.
    In CS6 this changes the color only in the Gradient Panel but not the Object itself:
    I have to admit that i'm glad not to be a creative cloud user so i'm able to switch between Ai cs 5.1 and 6
    because both have some features missing in the other version.
    My best,
    Herr K. aus Berlin
    System info:
    OS: Windows
    Version: 6.1
    System Architecture: x86
    Built-In Memory: 24501 MB
    Components:
    ACE 2012/07/26-17:49:18 66.512941 66.512941
    Adobe APE 2012/01/25-10:04:55 66.1025012 66.1025012
    Adobe Linguisitc Library 6.0.0
    Adobe Owl 2012/08/14-22:22:39 5.0.3 79.514916
    PDFL 2011/12/12-16:12:37 66.419471 66.419471
    Adobe Product Improvement Program 6.0.0.1654
    AdobePSL 66.840950_13.810430 66.840950_13.810430
    Adobe Illustrator 1.0
    Adobe XMP Core 2012/02/06-14:56:27 66.145661 66.145661
    Adobe XMP Files 2012/02/06-14:56:27 66.145661 66.145661
    Adobe XMP Script 2012/02/06-14:56:27 66.145661 66.145661
    Adobe CAPS 6,0,29,0
    AFL 1.0
    AFlame 2012/01/20-14:36:51 66.493279 66.493279
    AFlamingo 2012/01/20-14:36:51 66.485582 66.485582
    AGM 2012/07/26-17:49:18 66.512941 66.512941
    AdobeHelp Dynamic Link Library 1,7,0,56
    AIPort 1.0 23.68434
    Adobe EPIC (64 Bit) 3.0.1.10101 (BuildVersion: 53.364260; BuildDate: Wed Nov 05 2008 02:03:14) 53.364260
    AMTLib (64 Bit) 6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00) 1.000000
    ARE 2012/07/26-17:49:18 66.512941 66.512941
    AXE8SharedExpat 2011/12/16-15:10:49 66.26830 66.26830
    AXEDOMCore 2011/12/16-15:10:49 66.26830 66.26830
    AXSLE 2011/12/16-15:10:49 66.26830 66.26830
    BIB 2012/07/26-17:49:18 66.512941 66.512941
    BIBUtils 2012/07/26-17:49:18 66.512941 66.512941
    DVA Product 6.0.0
    DVA Product 6.0.0
    DVA Product 6.0.0
    DVA Product 6.0.0
    DVA Product 6.0.0
    DVA Product 6.0.0
    DVA Product 6.0.0
    CoolType 2012/07/26-17:49:18 66.512941 66.512941
    DVA Product 6.0.0
    DVA Product 6.0.0
    DVA Product 6.0.0
    DVA Product 6.0.0
    DVA Product 6.0.0
    DVA Product 6.0.0
    DVA Product 6.0.0
    ExtendScript 2011/12/14-15:08:46 66.490082 66.490082
    Adobe XMP FileInfo 2012/01/17-15:11:19 66.145433 66.145433
    FilterPort 1.1 66.512941
    Microsoft® Windows® Operating System 6.1.7601.17825
    International Components for Unicode 2011/11/15-16:30:22  Build gtlib_3.0.16615
    International Components for Unicode 2011/11/15-16:30:22  Build gtlib_3.0.16615
    International Components for Unicode 2011/11/15-16:30:22  Build gtlib_3.0.16615
    International Components for Unicode 2011/11/15-16:30:22  Build gtlib_3.0.16615
    JP2KLib 2012/11/05-11:16:34 66.246493 66.246493
    LogSession 2.1.2.1640
    MPS 2012/10/12-13:31:12 66.521571 66.521571
    Microsoft (R) Visual C++ 6.00.8168.0
    Microsoft® Visual Studio .NET 7.10.3077.0
    Microsoft® Visual Studio® 2005 8.00.50727.42
    Microsoft® Visual Studio .NET 7.10.3052.4
    Microsoft® Visual Studio® 2005 8.00.50727.42
    Microsoft® Visual C++ 2.10.000
    Microsoft® Visual C++ 4.00.5270
    PDFPort 2012/07/27-12:07:51 66.512941 66.512941
    Adobe PDFSettings 1.04
    Adobe Photoshop CS6 CS6
    Adobe(R) CSXS PlugPlug Standard Dll (64 bit) 3.0.0.383
    Adobe India Sangam Core Code 2012/02/07-10:51:05 66.240342 66.240342
    Adobe India SangamML Import from Sangam 2012/02/07-10:51:05 66.240342 66.240342
    ScCore 2011/12/14-15:08:46 66.490082 66.490082
    ScriptUIFlex 2011/12/14-15:08:46 66.490082 66.490082
    Microsoft® Windows® Operating System 6.00.2600.0000
    SVGExport 6, 0, 0, 0 1.0
    SVGRE 6, 0, 0, 0 1.0
    Intel(R) Threading Building Blocks for Windows 3, 0, 2010, 0406
    Adobe Updater Notifications Library 6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME) 6.0.0.24
    WRServices Friday January 27 2012 13:22:12 Build 0.17112 0.17112
    ATE
    Plug-ins:
    Live Menu Item
    Adobe AI Application Plugin
    Control Groups
    Color Conversion
    Composite Fonts
    New Cache Plugin
    AppAnnotators
    AdobeLicenseManager
    ZStringTable
    Window Menu
    Main Filters
    Main File Formats
    File Format Place EPS
    AI File Format
    Debug Menu
    SLO Text Tool
    Mesh Object
    Document Window Plugin
    Sweet Pea 2 Adapter Plugin
    AdobeActionManager
    AILocalized Resources Plugin
    Adobe Illustrator User Interface
    FrameworkS
    Art Converters v2
    FlattenTransparency
    FO Conversion Suite
    Pathfinder Suite
    PDF Suite
    BRS Pencil Tool
    Rasterize 8
    AdobeSlicingPlugin
    AdobeActionPalette
    BeautifulStrokes Suite
    AdobeBrushMgr
    Adobe Color Harmony Plugin
    Control Panel Plugin
    Adobe Deform Plugin
    AdobeLayerPalette
    Adobe Planar Edit Plugin
    AdobePaintStyle
    PathConstruction Suite
    AdobeSwatch_
    AdobeToolSelector
    Adobe Variables Palette
    AdobeDiffusionRaster
    SvgFileFormat
    Snapomatic
    Adobe Geometry Suite
    ShapeConstruction Suite
    ExpandS
    SWFExport
    Photoshop Plugin Adapter Unsharp Mask...
    Photoshop Plugin Adapter Crystallize...
    Photoshop Plugin Adapter Pointillize...
    Photoshop Plugin Adapter Pinch...
    Photoshop Plugin Adapter Extrude...
    Photoshop Plugin Adapter Fibers...
    Photoshop Plugin Adapter Lens Flare...
    Photoshop Plugin Adapter Ripple...
    Photoshop Plugin Adapter Shear...
    Photoshop Plugin Adapter Twirl...
    Photoshop Plugin Adapter Polar Coordinates...
    Photoshop Plugin Adapter Smart Blur...
    Photoshop Plugin Adapter Spherize...
    Photoshop Plugin Adapter Wind...
    Photoshop Plugin Adapter ZigZag...
    Photoshop Plugin Adapter Mezzotint...
    Photoshop Plugin Adapter Radial Blur...
    Photoshop Plugin Adapter Wave...
    Photoshop Plugin Adapter Crop and Straighten Photos Filter
    Photoshop Plugin Adapter De-Interlace...
    Photoshop Plugin Adapter Displace...
    Photoshop Plugin Adapter Tiles...
    Photoshop Plugin Adapter BMP
    Photoshop Plugin Adapter CompuServe GIF
    Photoshop Plugin Adapter PNG
    Photoshop Plugin Adapter Targa
    Photoshop Plugin Adapter IFF Format
    Photoshop Plugin Adapter Paths to Illustrator...
    Photoshop Plugin Adapter OpenEXR
    Photoshop Plugin Adapter Color Halftone...
    Photoshop Plugin Adapter Pixar
    Photoshop Plugin Adapter PCX
    Photoshop Plugin Adapter NTSC Colors
    Photoshop Plugin Adapter Legacy Gaussian Blur...
    Photoshop Plugin Adapter Filter Gallery...
    Photoshop Plugin Adapter Colored Pencil...
    Photoshop Plugin Adapter Cutout...
    Photoshop Plugin Adapter Dry Brush...
    Photoshop Plugin Adapter Film Grain...
    Photoshop Plugin Adapter Fresco...
    Photoshop Plugin Adapter Neon Glow...
    Photoshop Plugin Adapter Paint Daubs...
    Photoshop Plugin Adapter Palette Knife...
    Photoshop Plugin Adapter Plastic Wrap...
    Photoshop Plugin Adapter Poster Edges...
    Photoshop Plugin Adapter Rough Pastels...
    Photoshop Plugin Adapter Smudge Stick...
    Photoshop Plugin Adapter Sponge...
    Photoshop Plugin Adapter Underpainting...
    Photoshop Plugin Adapter Watercolor...
    Photoshop Plugin Adapter Accented Edges...
    Photoshop Plugin Adapter Angled Strokes...
    Photoshop Plugin Adapter Crosshatch...
    Photoshop Plugin Adapter Dark Strokes...
    Photoshop Plugin Adapter Ink Outlines...
    Photoshop Plugin Adapter Spatter...
    Photoshop Plugin Adapter Sprayed Strokes...
    Photoshop Plugin Adapter Sumi-e...
    Photoshop Plugin Adapter Diffuse Glow...
    Photoshop Plugin Adapter Glass...
    Photoshop Plugin Adapter Ocean Ripple...
    Photoshop Plugin Adapter Bas Relief...
    Photoshop Plugin Adapter Chalk && Charcoal...
    Photoshop Plugin Adapter Charcoal...
    Photoshop Plugin Adapter Chrome...
    Photoshop Plugin Adapter Cont^e Crayon...
    Photoshop Plugin Adapter Graphic Pen...
    Photoshop Plugin Adapter Halftone Pattern...
    Photoshop Plugin Adapter Note Paper...
    Photoshop Plugin Adapter Photocopy...
    Photoshop Plugin Adapter Plaster...
    Photoshop Plugin Adapter Reticulation...
    Photoshop Plugin Adapter Stamp...
    Photoshop Plugin Adapter Torn Edges...
    Photoshop Plugin Adapter Water Paper...
    Photoshop Plugin Adapter Glowing Edges...
    Photoshop Plugin Adapter Craquelure...
    Photoshop Plugin Adapter Grain...
    Photoshop Plugin Adapter Mosaic Tiles...
    Photoshop Plugin Adapter Patchwork...
    Photoshop Plugin Adapter Stained Glass...
    Photoshop Plugin Adapter Texturizer...
    VectorScribe
    Twirl v2
    Adobe Symbolism
    Simplify
    ShapeTool
    Segment Tools
    Adobe Scatter Brush Tool
    Reshape Tool
    Magic Wand
    Liquify
    Lasso
    Knife Tool
    Adobe Flare Plugin
    AdobeTextDropper
    Adobe Eraser Tool
    Adobe dBrush Brush Tool
    Adobe Crop Tool
    Adobe Calligraphic Brush Tool
    BoundingBox
    AdobeArtBrushTool
    Advanced Select
    Smart Punctuation
    TxtColumns
    Spell Check Dictionary
    TextFindFont
    TypeCase
    Adobe PSD File Import
    Adobe PSD File Export
    PSLFilterAdapter
    Photoshop Adapter
    ZigZagUI
    VectorizeUI
    VariablesPaletteUI
    TwirlToolUI
    ScribbleUI
    TransformUI
    TIFF File Format UI
    TextExportUI
    SWFExport UI
    SvgFileFormatUI
    Spell Check UI
    AdobeSlicingUI
    ShapeEffectUI
    ScribbleFillUI
    ScatterBrushToolUI
    SangamFormatsUI
    RoundUI
    RoughenUI
    RasterizeUI
    PuckerAndBloatUI
    PSLFilterAdapterUI
    Adobe PSD File Import UI
    Adobe PSD File Export UI
    AIPreferenceUI
    PlanetXUI
    PerspectiveUI
    PDF File Format UI
    PathfinderUI
    ParticleSystemUI
    OffsetPath UI Plugin
    ObjectMosaicUI
    LiveBlendsUI
    LiquifyToolUI
    JPEGFormatUI
    IllustratorUI
    GlobAdjToolUI
    FXG UI
    FuzzyEffectUI
    FlattenTransparencyUI
    FlareUI
    Find Replace UI
    ExpandUI
    DxfDwgUI
    DropShadowUI
    DistortUI
    DeformUI
    Adobe dBrush Brush Tool UI
    AdobeBrushMgrUI
    BRSPencilToolUI
    ArtOnPathBrushToolUI
    AI Toolbox UI Plugin
    AddArrowUI
    TIFF File Format
    TextExport
    AISangamMapper
    PNG File Format
    MPSParser
    MPSExport
    MPSCommon
    Mojikumi UI
    JPEG Plugin
    JPEG2K Plugin
    IdeaFileFormat
    GIF89a Plugin
    FXG
    Adobe DXFDWG Format
    Save4Web
    ZigZag v2
    Scribble v2
    TextWrap Dlg
    ShapeEffects v2
    Adobe Scribble Fill
    Saturate
    Round v2
    Roughen v2
    Punk v2
    AdobePathfinderPalette
    Overprint
    OffsetPath v2
    AI Object Mosaic Plug-in
    MaskHelper v2
    Inverse
    FuzzyEffect v2
    Distort v2
    Find
    Expand
    DropShadow
    TrimMark v2
    Colors
    Cleanup
    Adjust
    AddArrowHeads v3
    Add Anchor Points
    Adobe Custom Workspace
    Vectorize
    AdobeTransparencyEditor
    AdobeTransformObjects
    Transform v2
    Adobe Symbol Palette Plugin
    SVG Filter Effect v2
    Stroke Offset v2
    Services
    SeparationPreviewPlugin
    Scripts Menu
    ScriptingSupport
    Print Plugin
    Adobe Perspective Guides
    Adobe Nudge
    AdobeNavigator
    Adobe Path Blends
    AdobeLinkPalette
    Kinsoku Dlg
    KBSC Plugin
    GradientMeshPlugin
    Flattening Preview
    FileClipboardPreference
    DocInfo
    Character and Paragraph Styles
    AI Bottlenecks Plugin
    Asset Management
    AdobeArtboardPanel
    Adobe Art Style Plugin
    AppBarControls
    Alternate Glyph Palette
    AdobeAlignObjects
    3D v2
    ColliderScribe
    PDF File Format

    Re: Gradient Color Picker
    created by Mike Gondek
    This still works for me in CS6 mac, but more importantly try not to use Shift eyedropper. The topic has been discussed here many times. Shift eyedropper is not accurate and samples the screen values, not the actual color.
    Try using global swatches more often. Try this instead
    select a gradient stop
    Alt click on a swatch
    If the swatch is set to global, you can easily change/adjust/merge colors later with one command on a global document level.
    Thanks for the advice. I never had problems with shift-click picker i sample colors from other objects and even if they have Spot colors assigned it works, at least in CS5. I've tried in CS6 it's just not working. I've been told that there has been many discussions and i've read some. I'll stick to CS5. I'm very disapointed with adobe. This is a known bug it has been reworked on Mac Versions but not on PC.

  • Routine in InfoPackage DataSelection

    Hi,
         Can someone provide me the ABAP code for the below mentioned scenario.
    In the InfoPackage, I want to extract only those Business Partners which are available in the other DSO.
    Thanks in Advance
    Mahesh Kumar

    Below is the sample routine used at infopackage level in one of our projects to load only the data for few plants, i had modified the code replace you IO(Business partner) and check
    data: l_idx like sy-tabix.
    DATA : IT_PLANT LIKE TABLE OF /BI0/P<Business partner>.
    data : IT_BPART_WA type /BI0/P<Business partner>
    read table l_t_range with key
    fieldname = 'BUSINESS PARTNER'.
    l_idx = sy-tabix.
    SELECT * FROM /BI0/P<info object> INTO TABLE IT_BPART WHERE <use the logic if any>
    LOOP AT IT_PLANT INTO IT_BPART_WA.
    l_t_range-low = IT_BPART_WA-<IO>.
    l_t_range-SIGN = 'I'.
    l_t_range-OPTION = 'EQ'.
    append l_t_range.
    ENDLOOP.
    modify l_t_range index l_idx.
    p_subrc = 0.

  • Color Picker in Flash CS6 Changing My Picked Color

    Program: Flash CS6
    OS: Mountain Lion
    Hardware: Intel MacBook Pro 2012
    Steps to recreate issue:
    1. Paint a color on the stage (brown seems to have the most dramatic results)
    2. Use the color picker to sample the (brown) color from the stage
    3. Use the paint bucket to apply the selected color to the stage
    Result: the color painted from the sample color is not the color that has been originally sampled.
    If you then sample the new color you have just applied, it again changes the color. Repeating this process over and over again eventually turns the color into the brightest red on the color palette.
    Is anyone else have this issue or know how to correct it?
    UPDATED: Attached is a link to the video of the issue in progress. For whatever reason my cursor doesnt show up correctly in the video, but what I am doing is using the color picker to sample the color and then painting the sampled color. As you can see from the video, the color becomes more and more red until it maxs out, even though I am just sampling the same color over and over again. The color on the left is the control color (the one that I originally sample) and the color on the right illustrates the bug.
    video link:
    http://vid.ly/5x8u6d

    I'm updating this thread mainly because it's the only thread I could find that describes my exact issue. I am having this problem. When I select a color using the color picker, it settles on a different, lighter color. THIS HAPPENS EVEN WHEN I ENTER THE HEX CODE VALUE. It's like Flash is auto-correcting a problem that doesn't exist. Help? This is becoming a serious problem for me!
    Also Flash CS6, Mac OS X (10.8.2). The monitor I'm using shouldn't be relevant; Flash is literally changing the hex code value after I type it in or select it.
    EDIT: Just did some research, found out that Flash isn't 10.8 compatible. When is that going to be fixed?

  • Routine basics....

    Hi friends,
                    Can anybody explore about the basics terms (structure, monitor etc...) in the following sample. I have the basic knowledge of ABAP reports. Plz also tell me the functionality of the sample routine. What is it doing?
    Routine for Actual Finish Execution Time Operation
    $*$ begin of routine - insert your code only below this line        -
      Data:
        l_s_error_log    type rssm_s_errorlog_int,
        TRAN_STRUCTURE   type tys_SC_1__RULE_110,
        l_subrc          type sy-tabix,
        l_abort          type sy-tabix,
        ls_monitor       TYPE rsmonitor,
        ls_monitor_recno TYPE rsmonitors.
    REFRESH:
      monitor,
      monitor_recno.
    Migrated transfer rule call
      MOVE-CORRESPONDING SOURCE_FIELDS to TRAN_STRUCTURE.
      Perform compute_ACT_FIN_EK
        USING
          SOURCE_FIELDS-record
          TRAN_STRUCTURE
        CHANGING
          RESULT
          l_subrc
          l_abort.
    *-- Convert Messages in Transformation format
        LOOP AT G_T_ERRORLOG INTO l_s_error_log.
          move-CORRESPONDING l_s_error_log to MONITOR_REC.
          append monitor_rec to MONITOR.
        ENDLOOP.
        IF l_subrc <> 0.
          RAISE EXCEPTION TYPE cx_rsrout_skip_val.
        ENDIF.
        IF l_abort <> 0.
          RAISE EXCEPTION TYPE CX_RSROUT_ABORT.
        ENDIF.
    $$ end of routine - insert your code only before this line         -
    FORM compute_ACT_FIN_EK
       USING
         RECORD_NO      type sy-tabix
         TRAN_STRUCTURE type tys_SC_1__RULE_110
       CHANGING
        RESULT         TYPE tys_TG_1_full-ACT_FIN_EK
        RETURNCODE     LIKE sy-subrc
        ABORT          LIKE sy-subrc
      RAISING
        cx_sy_arithmetic_error
        cx_sy_conversion_error.
    IF TRAN_STRUCTURE-ROCANCEL = ' '.
        RESULT = TRAN_STRUCTURE-IEDD.
    ELSE.
        RESULT = - TRAN_STRUCTURE-IEDD.
    ENDIF.
    Return code <> 0 means skip whole data package !!!
      ABORT = 0.
    ENDFORM.                    "ACT_FIN_EK

    Can anybody explain

Maybe you are looking for

  • How Can I use Type II PC Cards (cardbus) On My Macbook Pro

    Greetings... I have tried a search but to no avail.... I was given FREE of charge a EVDO pc card to use with UNLIMITED usage p/month...PROBLEM is I have Macbook Pro original release.. the card is obviously the Type II pc card.. 1. is there any way i

  • Microsoft Windows.   Adobe Flash Player 11.5 r502 has stopped working

    downloaded latest update. Installation ot complete. Constantly getting this error message: Microsoft Windows.   Adobe Flash Player 11.5 r502 has stopped working A problem caused the program to stop working correctly. Windows will close the program an

  • My iphone 5's top button problem

    My iphone 5's top button which i used for key lock is doesn't work. i live in İstanbul in Turkey. ı called apple store which name is Zorlu Apple center, about this buttom problem, they couldn't help me because of my iphone seen ABD. Can you help me.

  • HT4623 since the latest update on my iphone 5 i cannot get a wifi connection

    HI can anyone help, since the latest software was downloaded on my iphone 5 the wifi does not seem to work properley, when it is supposed to search for the wifi networks it does nothing sometimes a small blue circle will appear but no connection, and

  • Query Builder - Format options missing??

    When creating a Data Model with Query Builder I have no problems selecting tables and the columns that I want from those tables, but when I go the Conditions tab and try to select a Function for a column the drop down list is always the same regardle