How to block Entity Currency and make only ENtity Currency Adj available?

Hi,
I have some P&L accounts which need to be blocked for Entity currency but have a calculation in rules. These accounts still need to be available for journals. I have ensured that the Is Calculated is 'N'. Then I ve set up formulas for the accounts. Also I ve ensured that the accounts are non input for Entity Currency. The entity currency calculations are happening fine. I can even post journals but when I run a consolidation, the amount in ENtity Currency Adj dissapears.
Thiis is the Sub routine for No input. I guess I'll need to add a HS.Clear for these accounts as well
Sub PANDLNOINPUT()
     Dim sAccount, aAccountList
     aAccountList = HS.Account.List ("PANDLV2","[Base]")
     For Each sAccount In aAccountList
          HS.NoInput "A#" & sAccount & ".V#<Entity Currency>"
     Next
End Sub
Also for the calculation of teh P and L accounts, I have the following rules
Calculate Cash Flow
'=================================================================================================================
Sub CalcCPandLFlow(sPOVScenario)
     Dim nVal
     Dim aCustom1List, sCustom1, aCustom4List, sCustom4
     Dim sPriorScenario
     aCustom1List = HS.Custom1.List("", "C1_AllBaseXNone")
     aCustom4List = HS.Custom4.List("", "C4_AllBaseXNone")
     sPriorScenario = GetPriorScenario(sPOVScenario)
     For Each sCustom1 In aCustom1List
          For Each sCustom4 In aCustom4List
               'Operating Profit
               nVal = HS.GetCell("A#B20201.C1#" & sCustom1 & ".C4#" & sCustom4 & ALL_TOPXC1XC4)
               Call SetValPL("A#P20201.C1#" & sCustom1 & ".C4#" & sCustom4, nVal)
Finally the sub routine for calculation is
Sub SetValPL(sCFAccount, nVal)
          If nVal <> 0 Then
          Call HS.SetDataWithPOV(sCFAccount & ALL_NONEXC1XC4, nVal, False)
     Else
          Call HS.Clear(sCFAccount & ALL_NONEXC1XC4)
     End If
Please help me as we are in year end. Need help desperately
End Sub

The clear action takes place within Sub SetValPL, but you are not limiting its exectution in the value dimension. As a result, the clear is being executed in every value member in which Sub Calculate runs. You must add a condition to allow it to only run when the point of view value member is not Entity Cur Adjs, or whenever you want it to. Generally speaking every rule in your file should at least have a value dimension condition with you determining when it should or should not execute.
--Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • The new firefox opens my homepage IN ADDITION to the firefox startup page EVERY TIME I open firefox. How can I stop this and make it so ONLY my homepage shows?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/893967]]</blockquote>
    The new firefox opens my homepage IN ADDITION to the firefox startup page EVERY TIME I open firefox. How can I stop this and make it so ONLY my homepage shows?

    See these articles for some suggestions:
    * https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    * http://kb.mozillazine.org/Preferences_not_saved

  • How to block a article to make sales order & STO

    how to block a article to make sales order & STO.
    actually one new article has been created and listing has been done only for DC, but one store is able to make sales order for this article. how can i block this article to be used by other sites except DC?
    thanks & regards'
    manoj gupta

    Dear Manoy Gupta,
    Go to Transaction MM02 -> Basic data 1 -> X-plant matl status :
    01 Blocked for procment/whse
    02 Blocked for task list/BOM
    10 Blocked for MRP etc.
    Select any one.
    Valid from  - Here you enter valid date from which the material should be blocked.
    So from this your material will be blocked for any PR/PO/any transactions related to Procurement
    Hope this will help.
    Regards,
    Naveen.

  • How to block someones call and sms on ma xperia z1?

    I am getting spam calls and sms from one person, and I want to block that person from contacting me.
    How to block the calls and sms on xperia z1?
    I have the latest 4.4.4 update.
    Solved!
    Go to Solution.

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    Unfortunately it's not possible to do this without installing any 3rd party software. I know that Truecaller has this function if you want to use a 3rd party app.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • How to block msn messanger and iChat on APX

    How to block msn messanger and iChat on Airport Express.
    What should i do?
    Thank's

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    Unfortunately it's not possible to do this without installing any 3rd party software. I know that Truecaller has this function if you want to use a 3rd party app.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • When I try to restore my iPod, it stops restoring at the same place and doesn't work. How do I fix this and make it completely restore itself?

    When I try to restore my iPod, it stops restoring at the same place and doesn't work. How do I fix this and make it completely restore itself?

    Did you make sure that your security software allows iTunes to contact Apple during the restore process? http://support.apple.com/kb/TS3125

  • How do I remove background and make it transparent?

    How do I remove background and make it transparent?

    The tutorial below shows you how to remove the background around a figure.
    For more simple images, you might try this tutorial, instead:
    I hope these help, and please let us know if you have any trouble with the steps!

  • How to block amount field and layout field  in transaction MIR7

    Hi Expert,
    Please tell me how to block amount field and layout field  in transaction MIR7 for a particular user .
    i am trying to block through SHD0 tcode but it is not blocked.please give me the right ans
    Thanks In Advance

    Hi Rajuka,
    I wasn't refering to SHD0 transaction variants. User exists and Customer exists are a very interesting enhancements in ABAP which helps to add custom logic to SAP delievered programs/function modules without actually modifying the original program.
    Just to add a little more details to the concept of Custom Exits (Customized user exits), please refer the links below:
    [http://wiki.sdn.sap.com/wiki/display/ABAP/CustomerExits(CMOD)]
    [http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=189893877]
    [http://wiki.sdn.sap.com/wiki/display/ERPFI/Creatinguserexitsforsubstitutions]
    You will find a lot of information about custom exists and its types over the web. Also, your developer might provide you a better insight into this concept and its relevancy to your requirement.
    Cheers!
    Sandipan
    Edited by: Sandipan Choudhury on Dec 10, 2010 8:02 AM

  • How do I rearrange apps and make folders using a Focus 40 braille display

    I am using a Focus 40 braille display with an iPad2. What are the commands/how do I rearrange apps and make folders when accessing in this manner? Thanks in advance.

    Assuming you sync with iTunes then there will be a backup maintained by iTunes. Just sync the iPhone with iTunes to transfer everything from the backup to the phone.
    Also see iPhone- Transferring information from your current iPhone to a new iPhone

  • HeNew Ipone, my icloud id doesn´t work. How can I delete it and make a new one? The email address wrong so I can´t varifie it.

    Hey,
    Got a new Iphone, my icloud doesn´t work. How can I delete it and make a new one? The email address is wrong so I can´t varify it.
    Can´t download apps, because it´s wrong. What can I do? Please help!

    Welcome to the Apple Community.
    You can delete your account at settings > iCloud, scroll down and tap delete account. You can then enter details of any new account you create.
    Note. The purchase of apps are done through an iTunes store account not your iCloud account. If you are having issues downloading apps, it isn't related to your iCloud account.

  • How do you import jpegs and make a flip book with CC Id?

    How do you import jpegs and make a flip book with CC Id?

    You actually don't need to make a flipbook yourself. There are paid and free, ready-to-use flipbooks in Flash or HTML5 available which you just need to configure and then put all images into a specific folder and the flipbook runs them.

  • How to ADD reference table and make a field as currency field in dictionary

    pls render some info on how to add refernce table and ref field if i want to make an added field as a currency or quantity field...

    Hi Kiran,
    It sounds like you are creating a "Z" table or structure and have defined a quantity (eg MENGE). But when you run the syntax check, the system is saying you need to define a reference table / field.
    Well when you are in SE11, click on the "Currency / Quantity Fields" tab. You will see 2 columns called "Reference Table" and "Reference Field". These 2 columns define the unit of measure for the currency / qty.
    If you have defined in your table MENGE and MEINS and the MEINS field is the unit of measure for the MENGE field you should define your fields as such (inthe Currency/Quantity Fields" tab:
    Table - ZVBAP
    MENGE MENGE_D QUAN ZVBAP MEINS
    MEINS MEINS   UNIT
    Hope this makes sense.
    Cheers,
    Pat.
    PS. Kindly assign Reward Points to the posts you find helpful.

  • How to display a description and make validations

    Hello colleagues...
    As most of you I'm coming from a Forms background and I'm triying to understand some techniques.
    But my question is If have a simple PL/SQL block to display a descripction and make some validations, How can I do the same task using Jdeveloper? for example: I have the follwing PL/SQL in and KEY-NEXT-ITEM trigger.
    DECLARE
    v_status varchar2(1):=null;
    BEGIN
    SELECT department_description, department_status
    INTO :block.department_description, v_status
    FROM departments
    where department_id = :block.department_id;
    if v_status = 'D' then
    message('The department is disable...');
    raise form_trigger_failure;
    end if;
    next_item;
    EXCEPTION
    when no_data_found then
    message('The department you typed does not exist...');
    raise form_trigger_failure;
    END;
    in this case I'm displaying the description of a department and I've validated that the department has to exists and has to be enable. both tasks in the same block.
    How can I don the same thing using Jdeveloper and ADF Business Components?
    Rafael Enrique Martinez.

    Both of these are explained in the ADF Developer Guide that you should read.
    Your view object can contain information from multiple tables (with one being the main/updateable table, and the other being read only). This is how you take part of the first issue.
    http://download.oracle.com/docs/html/B25947_01/bcvoeo003.htm#sm0176
    The validation can be assigned directly to the attribute you want to validate.
    Just add a validation to the attribute in the entity object.
    http://download.oracle.com/docs/html/B25947_01/bcentities007.htm#sm0152

  • N8; How to set up SIP and make (WiFI & 3G)VOIP cal...

    N8 only comes with SIP software and you need to download the the VoIP setting software at this link (use VoIP 3.1):
    http://www.forum.nokia.com/info/sw.nokia.com/id/d476061e-90ca-42e9-b3ea-1a852f3808ec/SIP_VoIP_Settin... 
    You can use the N8 web browser and load directly from the site to the phone.
    then go to:
    Menu>settings>connectivity>Admin.Settings>SIP settings
    option>New SIP Profile>use default profile.
    This window needs to be configured with your VoIP provider setting which may be found on their site or just do a search. I used the settings from my previous phone. I have Gizmo VoIP and will be using the setting for this service as an example to set up Wifi and 3G SIP setting
    Profile Name> Gizmo, (assign the name of your provider e.g.. Gizmo, Google talk, etc)
    Service profile> IETF
    Default Destination> WiFi
    Public username: sip:[email protected] (Input your VoIP provider info)
    Use compression> No
    Registration> When needed
    Use security> No
    Then goto Proxy server:
    Proxy server address> siproxy01.sipphone.com (use your provider proxy address setting)
    Realm> proxy01.sipphone.com (use your provider setting)
    Username> (use your username)
    Password> (enter your password0
    Allow loose routing> Yes
    Transport type> UDP
    Port> 5060
    Go back and then go to Registrar server:
    Registrar server address> siproxy01.sipphone.com (use your provider Registrar setting)
    Real> proxy01.sipphone.com (use your provider setting)
    Username> (use your username)
    Password> (enter password)
    Transport type> UDP
    Port> 5060
    Again folks above is just an example. You must use your provider settings.
    Then when you are done go back to:
     Admin setting> Net setting>Advance VoIP setting>Create new service> choose the SIP profile shown, e.g.  Gizmo 
    This will configure the VoIP setting with the particular SIP profile. It will also add a SIP Tel profile Pane in your Contacts folder, Internet call option to the contacts list and Phone log.
    Now go to the SIP pane in Contacts folder, sign in and then make a test call . To make a SIP call just go to a contact and choose Internet call. If you configured everything correctly, it should work and you are done.
    For 3G connection, follow above direction and create new SIP profile with new name (e.g. Gizmo (3G). All settings are same except:
    Default destination>Internet
    Then set up the VoIP setting with the new SIP profile by going to:
    Admin setting>Net setting>Advance VoIP settings>Create new service> Choose the SIP profile you just configured e.g. Gizmo (3G)
    Then:
    Admin setting>Net setting>Advance VoIP settings>VoIP service>choose the 3G SIP profile, e.g. Gizmo (3G)>Profile setting>>>>>
    Go down to AWCDMA> set it to "on"
    Exit out of everything. Go to SIP (3G) pane in the Contacts folder. Sign in and make test call.
    I have configured many Mobile phones and found the N8 somewhat touchy. But, the sound quality on Gizmo VoIP using both WiFi and 3G was great, no echo or any problems.
    Useful hints:
    If it does not connect or make a call, you need to check the SIP setting for any error. If you find any problem there, you must first remove the SIP profile in the Net setting. Then go to the SIP setting and correct the problem. Double check everyting, go back to Net setting>Advance VoIP setting>Create new service and add the SIP profile. The reason is that when you Configure a VoIP setting with a SIP profile, the SIP info is permanently loaded and will not change even if you make any change in the SIP profile. So any time you change anything in the SIP profile (even the password) you always need to remove, make correction and then reload the corrected SIP profile to the VoIP setting.
    There are also few Mobile service providers who have blocked VoIP on their data network service. So, just check with your service provider. In US both AT&T and TMobile have open network for VoIP.

    Hi
    I have an unbranded N8 and am trying to get VoipCheap to work.
    I have tried to set up VOIP but still facing a problem or 2 so please assist me.
    I have an active account via VoipCheap.com with a profile name and password and it is verified.
    1/ When I look in Admin Settings / Sip Settings it shows VoipCheap with "not registered" under it..why?
    My settings when I click on VoipCheap are:
    profile name: VoipCheap
    Service profile: IETF
    Default destination: Internet
    Public username: sip:[email protected]
    Use compression: No
    Registration: When needed
    Use security: No
    Proxy server address: sip:sip.VoipCheap.com
    Realm: VoipCheap.com
    Username: [email protected]
    Password:  ****** (I have entered my password)
    Allow loose routing: Yes
    Transport type: UDP
    Port: 5060
    Registrar server settings same as Proxy server settings.
    I have also gone to Net settings / VoipCheap settings and see:
    Username:  sip:[email protected]
    Password: ***** (I have entered my password)
    Default service: No
    Service connectivity: Internet
    In Contacts I have a VoipCheap tab with the icon for internet calling and it says
    Sign in (example)
    but when I click on this it shows connecting (via my internet connection) but hangs there - it does not seem to connect............
    what do you think I am doing wrong, please ????????????????

  • How do we sync contacts and calendars (ONLY) between two iCloud accounts, two iPhones and one iMac with two user accounts?

    This is complex.  Until today we had one iMac with two user accounts - one for me and the other for my wife.  We sync'd our calendars and contacts between our two user accounts using my iCloud account, thereby keeping our schedules coordinated and our contacts information always the same between us.  Also, as I had an iPhone, I sync'd my phone with my iCloud account, thereby keeping the contacts and calendars in the two user accounts on the iMac AND my iPhone sync'd.  (I also sync'd other things, like Notes and Mail and Safari settings, between my iPhone and my user account on the iMac, but my wife did not want to be burdened with all my emails showing up in her email account and I wasn't interested in hers, etc., so we didn't sync anything between us other than calendars and contacts.)
    We've finally bought my wife an iPhone and set up an iCloud account for her.  And of course she now wants to sync several items from HER account on our iMac to HER iPhone, but I don't want them, just as she doesn't want all of my other stuff.  But we still want our mutual calendars and contacts to sync to HER new iPhone, just like they already do to mine.  But I can't figure out how to CHANGE her iMac user account from using MY iCloud account on the iMac to using HER new iCloud account, and then having HER iCloud account speak to MY iCloud account but share JUST our calendars and contacts.
    Originally I tried a workaround by simply having her iPhone log into my iCloud account.  That works great for the calendars and the contacts.  But...she can't sync anything else from her iMac account to her new iPhone because she's presently "forced" to use my iCloud account.  And neither of us want to sync our other things to each other's iMac accounts or iPhones.  Also as we're both using my iCloud account, in things like the Find My iPhone app, the Cloud is seeking two phones labeled with my name and none with her's.  So we definitely don't want this as the set-up and communications network between our devices.
    We want to set up our users on the iMac to sync to our SEPARATE AND DIFFERENT iCloud accounts and then have those iCloud accounts sync calendars and contacts (ONLY) between themselves, and then push that data to our separate iPhones (or the other way, from either of our iPhones to the individual accounts on our iMac and the other person's iPhone).  Does this description make sense to you?  I've diagramed it nicely using Keynote, but even thiough I can draw it, I can't figure out how to set up and configure all the devices to make it work.  If you would like me to send the Keynote slides (just two of them - the current and desired configurations - please send your email address to me at [email protected] and I'll be happy to forward it to you.
    If anyone can help me set this up I'd be most appreciative!  Thanks so much.  Merry Christmas and Happy New Year to all readers in this community!

    BobT.
    I had the same problem, and decided to look into it last night.
    First of all, the solution I would like to have is for Apple to allow for selection of iCloud accounts per application, i.e. Contacts to one, Photo Stream to another. I believe this would be the most straight forward solution for the problem we are facing. 
    Since this is not an option I came up with a workaround. I was most interested in solving this for Contacts, so this is what I tested for. Now I have all 3 devices with the same contacts.
    1) Turn off iCloud for Contacts on all devices. On the device that has the Contacts list that you would like to propagate to all others select to keep the contacts, and on the others select not to keep them.
       Note that the current backups still exist on iCloud, so in case something goes wrong you can still turn the iCloud for Contacts back on to get your current Contacts back.
    2) In iTunes, sync All Contacts with the phones, starting with the one with the Contacts content you chose to keep.
    From this point on, the 3 devices should sync contacts with each other.
    This, of course, will stop your iCloud backups of Contacts, but I don't think this is really needed. You are already storing copies of your Conacts on 3 devices, which for good parts of the day are likely not all co-located. You also potentially have Time Machine backups turned on, which would mean there is a 4th copy there as well. For the case of Contacts iCloud only complicates matter ... that is until Apple implements the solution I first wrote about.

Maybe you are looking for