Troubles developing EPU Module in HFM.

Hi,
I need to implement or develop the EPU Module, to calculate the investment of the holding company, so I compare compare the calculation with the amount recorded for the holding and corresponding adjustment. For that we create the rule that is above, in which A21MP is the created account to paste the adjustment in equity investments, and CC1 is the capital account that should be multiplied by the% loaded in the module table.
Sub EquityPickUp ()
  Owner=Hs.Entity.Owner
  Owned=Hs.Entity.Owned
  OwnerDefCurrency = Hs.Entity.DefCurrency ("")
  'variable: trae la tenencia accionaria de la holding en la subsidiaria.
  lPown = Hs.GetCell ("E#"&Owned&".I#"&Owner&".V#[None].A#[Shares%Owned].C1#[None].C2#[None].C3#[None].C4#[None]")
' Factor = lPown / 100
   Hs.Clear "A#A21MP.C1#00000000.C2#EPU.C3#0.C4#[None].I#"&Owned
   CapSub = Hs.GetCell ("E#"&Owned&".V#"&OwnerDefCurrency&".A#CC1.I#[ICP Top].C1#CECOS.C2#CONSOLCONBESTEL.C3#TIPOPERACION.C4[None]")
   Hs.Exp "A#A21MP.C1#00000000.C2#EPU.C3#0.C4#[None].I#"&Owned&" = "&CapSub * lPown
End Sub
With this rule, we do not see anything, if I run the calculation module does nothing, if you modify a% abort the calculation, as if I apply force vanishes rule EPU. The strange thing is that disabling the entire rule and go partially enabling it runs and I aborted but does not calculate anything.
Who can guide me as to properties that must be considered as well if the rule is correct?

So I finally have some news for this topic:
I use eclipse as development tool. Actually I face this problem only when starting my applet in eclipse.
After I had uninstalled all public JREs except the one I wanted to use with my applet, it worked fine outside eclipse in the distribution environment.
I cannont figure out what the actual problem is but it seems to be a problem inside the JVM.

Similar Messages

  • Hi all, Please suggest a case where there is a requirement for new SOAP sender adapter module. I wanted to develop a module but in my current project i am unable to find any such requirement.

    Hi all, Please suggest a case where there is a requirement for new SOAP sender adapter module. I wanted to develop a module but in my current project i am unable to find any such requirement. So please give me inputs for the same..
    Thank you,
    Vinay Kumar A

    You can try converting a synchrnous soap call to asynchronous using a custom module
    Here your module will send a response back to the sender system and make an asynchronous call forward

  • Jar files required to develop adapter module in 7.1

    Hi,
    can any one tell me whether below jar files are enough to develop the adapter modules in 7.1,
    u2022 aii_af_cci.jar
    u2022 aii_af_mp.jar
    u2022 aii_af_ms_api.jar
    u2022 aii_af_ms_spi.jar
    u2022 aii_af_trace.jar
    u2022 aii_af_svc.jar
    u2022 aii_af_cpa.jar
    if not please let me know set of jar files need to develop adapter module in 7.1.
    Thank You,
    Madhav

    Hi ,
    Below Jar files Required to develop Adapter Module in PI7.1
    com.sap.aii.af.cpa.svc.api
    com.sap.aii.af.lib.mod
    com.sap.aii.af.ms.ifc_api
    com.sap.aii.af.svc_api
    sap.comtcloggingjavaimpl
    Regards,
    Raj

  • Developing adapter modules for PI 7.0 using NWDS 7.3

    Hello all,
        Did someone have already developed adapter modules for PI 7.0 using NWDS 7.3? I can´t find the EJB libraries for Java 1.4.
        I'm able to develop mapping programs, but I'm not sure if it is possible to create EJB projects.
    Thanks,
    Marcos

    Hi Marcos,
    I haven't tried developing adapter modules in NWDS 7.3 for PI 7.0 myself, but according to the documentation from SAP it is possible to develop J2EE 1.4 compliant applications i.e. EJB 2.1 components, which is used by SAP PI 7.0.
    [http://help.sap.com/saphelp_nw73/helpdata/en/48/fc1e73a0ad2637e10000000a42189d/frameset.htm]
    Because of this backwards-compatibility I would expect that the EJB libraries for J2EE 1.4 should be available directly in NWDS 7.3 somewhere.
    Best regards,
    Jacob

  • To find Custom Developed Function Module -Belonging to a Development Class

    Hi Experts,
    How to find custom developed function modules belong to a particular development class.
    Or Funtion Group belonging to a particular development class.
    Thanks in Advance,
    Regards,
    IFF

    Hi,
    Ofcourse you can get function group or function module associated with a Development class from Transaction SE80 or SE84.
    Step-by-step.
    1. From SAP start call transaction se84.
    2. Expand Program Library
    3. Select Function Group or Function Module
    4. In the standard selections give the 'Package' as the name of your development class.
    You will get the list of all function modules associated with your development class. The function modules starts with 'Z' or 'Y' will be the custom developed ones.
    Regards,
    Renjith Michael.

  • Develop Adapter Module locally and deploy it later on the server

    Dear friends,
    Is it possible to develop Adapter Module for PI 7.11 locally using SAP NWDS on your local PC and when you are finished deploy the EAR files on the server using JSPM?
    Thank you and kind regards,
    Kamran

    There are two ways in which u can deploy EAR files on PI server..
    1) Deploy EAR file directly on PI server using NWDS.
                or
    2) Convert EAR into SDA file and then using JSPM deploy it on PI server..
    Re: Creating SDA file using NWCE tool

  • ICP Module of HFM

    Dear all,
    I have one doubt. If we are going to use ICP module of HFM then do we need to load the data ONLY in PERIODIC and not YTD mode?
    Which method is OK for dealing with ICP transactions, using ICP module or dealing with the same without it.
    Do we need to write some additional rules for using ICP module?
    Thanks in advance
    Regards

    Hi all,
    We use ICT-module to match IC-balances, not transactions, ie. YTD data. For that we have no special treatment in the rules.
    The set-up is not straight forward, though. We have dedicated ICT-input accounts where the ICT-input and matching happens. From those the data is pulled to income statement and balance sheet accounts with calculation rules.

  • Trouble building kernel module for sensor support

    Hi, I'm new here but have been using Arch for a while.  Recently, I decided to install Arch on an old laptop (Toshiba A70) and have managed to work out most of the kinks to where it runs nicely.  Unfortunately, ACPI support is spotty and the /sys/class/thermal directory gives me only cooling_device0.  I installed the lm-sensors package and ran sensors-detect, which yielded no results.  Although the laptop runs smoothly otherwise, I would like to know the CPU's temp so that I would be able to set up a fan control scheme and CPU scaling (so far it's stuck at the lowest frequency, and that's kind of a big deal for me since the laptop runs on an archaic mobile P4 chip).
    Sorry for the story but I felt some context was necessary.  I did manage to find a kernel module that would connect those sensors to ACPI for me (http://sourceforge.net/projects/omnibook/), however I'm having trouble building it on the latest kernel.  Here is the output from running make:
    make -C /lib/modules/3.16.1-1-ARCH/build SUBDIRS=/root/omnibook-2.20070211 modules
    make[1]: Entering directory '/usr/lib/modules/3.16.1-1-ARCH/build'
    CC [M] /root/omnibook-2.20070211/init.o
    In file included from /root/omnibook-2.20070211/init.c:26:0:
    /root/omnibook-2.20070211/laptop.h:25:3: warning: initialization from incompatible pointer type
    .callback = dmi_matched,
    ^
    /root/omnibook-2.20070211/laptop.h:25:3: warning: (near initialization for ‘omnibook_ids[0].callback’)
    /root/omnibook-2.20070211/laptop.h:34:3: warning: initialization from incompatible pointer type
    .callback = dmi_matched,
    ^
    /root/omnibook-2.20070211/laptop.h:34:3: warning: (near initialization for ‘omnibook_ids[1].callback’)
    /root/omnibook-2.20070211/laptop.h:43:3: warning: initialization from incompatible pointer type
    .callback = dmi_matched,
    ^
    // I left out most of the 'incompatible pointer type' warnings since they repeat for a while.
    ^
    /root/omnibook-2.20070211/laptop.h:1001:3: warning: (near initialization for ‘omnibook_ids[108].callback’)
    /root/omnibook-2.20070211/init.c: In function ‘dmi_matched’:
    /root/omnibook-2.20070211/init.c:141:16: warning: assignment discards ‘const’ qualifier from pointer target type
    laptop_model = dmi_get_system_info(DMI_PRODUCT_VERSION);
    ^
    /root/omnibook-2.20070211/init.c: In function ‘omnibook_init’:
    /root/omnibook-2.20070211/init.c:281:3: error: implicit declaration of function ‘create_proc_entry’ [-Werror=implicit-function-declaration]
    proc_entry = create_proc_entry(feature->name, pmode, omnibook_proc_root);
    ^
    /root/omnibook-2.20070211/init.c:281:14: warning: assignment makes pointer from integer without a cast
    proc_entry = create_proc_entry(feature->name, pmode, omnibook_proc_root);
    ^
    /root/omnibook-2.20070211/init.c:290:13: error: dereferencing pointer to incomplete type
    proc_entry->data = feature;
    ^
    /root/omnibook-2.20070211/init.c:291:13: error: dereferencing pointer to incomplete type
    proc_entry->read_proc = &procfile_read_dispatch;
    ^
    /root/omnibook-2.20070211/init.c:293:14: error: dereferencing pointer to incomplete type
    proc_entry->write_proc = &procfile_write_dispatch;
    ^
    /root/omnibook-2.20070211/init.c:294:13: error: dereferencing pointer to incomplete type
    proc_entry->owner = THIS_MODULE;
    ^
    cc1: some warnings being treated as errors
    scripts/Makefile.build:257: recipe for target '/root/omnibook-2.20070211/init.o' failed
    make[2]: *** [/root/omnibook-2.20070211/init.o] Error 1
    Makefile:1333: recipe for target '_module_/root/omnibook-2.20070211' failed
    make[1]: *** [_module_/root/omnibook-2.20070211] Error 2
    make[1]: Leaving directory '/usr/lib/modules/3.16.1-1-ARCH/build'
    Makefile:88: recipe for target 'omnibook.ko' failed
    make: *** [omnibook.ko] Error 2
    I have honestly no idea what to make of any of this and would really appreciate any help towards a solution.  Thanks for reading

    Welcome to Arch Linux
    That looks like it is a 2.6 kernel module
    http://sourceforge.net/p/omnibook/bugs/58/
    Did you try either of these AUR offerings?
    ewaller$@$odin ~ 1001 %packer -Ss omnibook
    aur/omnibook-git 20110911-9 (7)
    Kernel module for HP OmniBook,Pavilion,Toshiba and Compal ACL00 laptops
    aur/omnibook-svn-zen 268-1 (1)
    Kernel module for HP OmniBook, Pavilion, Toshiba and Compal ACL00 laptops
    ewaller$@$odin ~ 1002 %
    Last edited by ewaller (2014-08-23 23:33:53)

  • Developing a module for the sender file/FTP adapter

    Hi,
    Can anyone tell me the procedure for developing and deploying a custom java moudule in File adapter.
    Thanks in Advance
    Chemmanz

    Hi,
      I had devloped my own modules for one of my interface and may tell you to kick start you need to get the jars needed and they are:
    aii_af_cci.jar,aii_af_mp.jar,aii_af_ms_api.jar,aii_af_ms_spi.jar,aii_af_trace.jar,aii_af_svc.jar,aii_af_cpa.jar
    You can use ftp to access your XI server and copy locally the jars.Then follow the guide step to step.
    I would request you to refer MY thread when i was trying to create my module and was struck with jars.
    Libraries For Module Devlopement
    All the best!!
    Anirban.

  • Error while developing Custom Module in PI

    Hi Friends,
    We have developed Module for converting XL file to XML file and deployed on PI server. We have followed the link
    /people/sap.user72/blog/2005/07/04/read-excel-instead-of-xml-through-fileadapter
    We got the following error, please help in this:
    Received XI System Error. Error Code:SYSTEM_NOT_COFIGURED_AS_XMB Error Text: ErrorStack:System not configured as XI Integration Engine
    Transmitting the message to endpoint http://BASIS1:8000/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException:SYSTEM_NOT_CONFIGURED_AS_XMB.
    Regards,
    Lakshmi Prasad.

    Hi Lakshmi,
    it is missing role "Integration Server" at transaction SXMB_ADM / Configuration Integration Engine.
    Regards,
    Udo

  • Developing UPK Modules with multiple development users...

    HI and thanks for reading my post, we are in the early pre-implementation stages and I am tasked with learning UP Developer and so far it seems like a great tool, however I feel like something basic is missing and was wondering if I have just missed something?
    The issue: we want to save the UPK module to a network drive and have multiple users able to access and edit it while in testing and development.
    As far as I can see UPK stores the working file in the program directory on the local drive…
    Has anyone else out there developed their training in a similar method?

    Hi Anshu,
    1) refer SAPUI5 SDK - Demo Kit on deployment scenarios.
    2) as you are not going to use ui5 ABAP repository team provider, I think you can use CVS version control system. refer About source code version control with CVS
    Regards,
    Chandra

  • Images altering between Develope & Library module in LR3

    For some time now I have had an Issue with LR3.
    When I have edited an image in Develope then switch back to Library the is a noticeable change in sharpness ( the image goes softer)
    I have tried to work out which images or settings it happens on more often, but can't seem to get any idea what is happening.
    Any advice or solution would be greatly appreciated. I don't believe this would be normal as there is no point in getting the image in Develope to where u want it, only to have it appear to alter as soon as you return to the Library module.
    Regards
    keldik2173

    If you CTRL-Click on Library it will bring up a list, you've probably unchecked Keyword Tags.

  • Develop & library module discrepancy (Lr 4.1)

    I have read about similar issues floating about with previous versions of Lr, and I have now experienced it in 4.1. When moving between the develop and library modules of images with settings applied (noise reduction, lens correction profiles, etc.), the images change in color, noise reduction, highlights, contrast, etc. This occurs at both the "fit" and "fill" views and at all preview quality settings. At 1:1, the images are identical. However – and this is the bit that is most worrying – the .jpg export retains the settings, or lack thereof, in the library module. I have uninstalled Lr (using AppZapper) and reinstalled it, created a new catalog and re-edited the photos from RAW – all to no avail.
    Here are some screen captures:
    Develop module:
    Library module:
    Note specifically the stars – Ursa Major to the upper left of the fence post. The final export retains the characteristics of the library module, which annoys me, greatly. Any help?

    First of all - for judging sharpness you need to look at 1:1, not screen size.
    In Develop you're looking at the file itself (so that will always be the most accurate), while in Library you're looking at rendered jpeg previews. You probably already know this. But you could try to delete the Previews folder - the one that sits next to the .lrcat - and let Lightroom rebuild them.
    What are your Catalog settings for Previews?
    You should set a pixel size that is equal or bigger than the display. Here it's set for 2048 because the monitor is 1920 x 1200. This affects screen size previews - 1:1 previews will be generated in any case.

  • Installing PCI-6052E having trouble loading driver module - Switch Soft Panel

    I'm having trouble installing my PCI-6052E card in a Windows 2000 environment.  After installing the card in the computer I boot up the computer, from there I click on the Start button, programs, NI Switch and cannot get the NI-Switch Soft Front Panel to work.  When I click on the icon I get an error message returned that says "Failure Loading Driver Module".  Any ideas?

    Hi PCI Card Problems,
    Thank you for posting on the National Instruments forums.
    If you are trying to use the NI-Switch Soft Front Panel, please make sure that you have a switch module installed. 
    If you are trying to bring a test panel for the PCI 6052E, then you will need to open the Measurement and Automation Explorer which is found in Start >> National Instruments >> Measurement & Automation.  Right click NI PCI-6052E under Devices and Interfaces >> NI-DAQmx Devices and select Test Panels...
    If you only have a PCI-6052E installed, then what you are seeing is expected behavior since the NI-Switch driver is only for National Instruments Switch modules. 
    Thank You,
    Nick F.
    Applications Engineer

  • 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.

Maybe you are looking for

  • ME22N line item issue

    dear all, I was done one ME22N, GR and Down payment validation BADI : ZMMGL_BI_POVALID. In that i raise some error messages based on the line item level. Error everything is getting fine. But problem is suppose  line item 2 having error, the error me

  • Opening PDF v1.6 by Acrobat 9

    Hello Friends, Have you ever met with any problems with opening PDF v1.6 (created, supported by Adobe Acrobat standard or professional 7) by Adobe Acrobat standard or professional 9 ? Theoretically appearance of such a problem is very low but maybe s

  • Mac Mail 6.0 (Mark As Read)

    There is one thing stopping me from fully utlising iCloud, Mac Mail etc and that is being able to set a delay before the message is marked as read. There was the plugin TruePreview which worked on Mail 5 but not on 6. Are there any other ways to make

  • New Computer -Sync Questions

    I recently lost my old computer to a virus that corrupted the hard drive. In the loss my songs and videos stored there were lost. I already had them on the phone though. Now I have a new computer and I would like to get the stuff (music/Movies) off o

  • Help on how to install ODBC Oracle drivers

    I need to install ODBC drivers for Oracle on a W95 machine. I tryed to install ODBC Oracle drivers on my W95 machine but when I extracted the zipped file from ora8052 it created a directory called win32; then I searched for the 'setup' executable...