IP - Trying to better understand FOREACH IN REFDATA

Hi,
We would like to implement a copy function to copy actual data to plan (multi-provider). I know I'll need to use FOREACH IN REFDATA but I would like to better understand it.
If you use FOREACH IN REFDATA, will this loop over your reference data within each block of your plandata? For example if you have only two combinations in your plan data, will it then loop twice over the entire reference data (with the characteristics in the foreach in refdata loop)?
Will the FOREACH IN REFDATA also work even if you have no planning data at yet created?
=> we would like the budget process to start with a copy of actual data (to default data, but also to generate the most important combinations). We cannot use standard copy because there are some special items to be taken into account.
regards
D

D,
   This is my understanding.Say you have chars X,Y,Z in the agg level.You are using a filter(package) consisting of only X and Y.The filter leads to the construction of the planning blocks along with the fields to be changed.
Now in my Formula function , if I want to access the values of the char Z , I would use the FOREACH REF data for accessing the Z values.So it will loop exactly as many times as the combination of values permit for Char Z in the aggregation level.
Not sure how you are using this construct in your special case.
Regs,
skaBPS

Similar Messages

  • Forum / wiki... trying to better understand

    So I have been around here almost a year and this is my first forum I have been consistently active on.  There are some things I don't understand I would like to clear up.
    1) forum titles (ranks?) admin moderator make sense but things like trusted user and forum fellow I am not fully grasping... i looked through the topics here and didnt see any titles that might explain this.
    2) The wiki... I see here and there references from other members saying <create or update it> is this something any of us can do if we have a good reason to?
    3) I would like to be able to chip in where I can here as I really like this distro but besides helping with the few questions I can, which isn't always my strong point is there any other things a member can do?  The distro has been great to me as well as the community so I just am trying to find ways to pay it back in ways I am able to.
    -- edited typo --
    Last edited by VanillaFunk (2014-03-16 21:36:44)

    VanillaFunk wrote:1) forum titles (ranks?) admin moderator make sense but things like trusted user and forum fellow I am not fully grasping...
    See the Wiki about Trusted Users and, I believe (though I am not sure) that forum fellows are former BBS moderators/administrators that have "cashed in for their taco pensions".
    2) The wiki... I see here and there references from other members saying <create or update it> is this something any of us can do if we have a good reason to?
    Yes, just make a Wiki account; then update it. If your changes are problematic for some reason, they'll be reverted; and if you want to avoid that, you can discuss possible changes on the talk page before adding them.
    3) I would like to be able to chip in where I can here as I really like this distro but besides helping with the few questions I can, which isn't always my strong point is there any other things a member can do?  The distro has been great to me as well as the community so I just am trying to find ways to pay it back in ways I am able to.
    See ArchWiki: Contributing and Getting Involved
    All the best,
    -HG

  • Just trying to better understand...

    I manually back-up my iPad mini to my iTunes just so that I am able to physically and manually regulate what is on my iPad. I have selected three out of the seven of my movies to be on my iPad but I saw that there were all my movies on iPad but the ones I had not selected myself had a cloud symbol on it. I saw that in my settings "Show All Videos" was enabled. How am I able to watch the other movies? Are those store on iCloud? Will this cost me anything or will I be using any data or anything that is not directly stated?

    Usually the cloud symbol indicates a movie TV or music that you previously downloaded and has been deleted from your iPad. You can download that item again at no extra charge. There is some streaming of music movies and TV so that you don't have to have it actually on your device.

  • Trying to better understand L2 cache

    What would more L2 cache (in the higher end editions of the MacBook Pro) really get you? Are there certain situations or use cases that would benefit most from having more L2 cache?
    Ryan

    Short for Level 2 cache, cache memory that is external to the microprocessor. In general, L2 cache memory, also called the secondary cache, resides on a separate chip from the microprocessor chip. Although, more and more microprocessors are including L2 caches into their architectures.
    Somewhat more will be found here and here.

  • Trying to better understand JNI...

    I have read the documentation on JNI at:
    http://java.sun.com/docs/books/tutorial/native1.1/TOC.html
    A few questions arose when reading:
    I created an applet that needs to call a DLL file. This DLL file sits on the server. When I write the code loadLibrary("myDll") does java search the server for the dll file or the user's machine for the dll file? I would assume it searches the server. If the file doesn't search the server. How, or Can you write the loadLibrary to search the server, can you set a path with an IP address?
    Thanks for the help in advance,
    -James
    ...Aw the power of knowledge

    An applet is always executed locally or else it would be a SERLVET. So loadLibary will look for a local DLL. Since DLLs must be known to the OS you cant open DLLs on other locations, exception is maybe a network share.

  • Question to Better Understand Antennas in iPhone 4

    Hello,
    I've got an GSM iPhone 4 and I'm trying to better understand the external antenna layout.
    This is the picture I've always seen of the antenna layout:
    But I don't understand two things.
    #1 Why does the signal only drop when you short out the GSM and other antenna at the bottom left and not at the top left?
    #2 Is the GSM antenna actually the entire piece shown there?  I was under the impression that to meet SAR regulations all new phones had the antennas built only into the bottom to get the radiation as far away from the person's head as possible.

    Hello nattybangalore
    Issues pertaining to making phone calls would not pertain to a virus of any sort. To troubleshoot the issue, follow the steps in the article below to get it sorted out.
    iPhone: Troubleshooting issues making or receiving calls
    http://support.apple.com/kb/TS3406
    Regards,
    -Norm G.

  • Need better understanding of password cache

    This issue has also been submitted to iPlanet support.
    In NSMS 4.15 p6, Solaris 2.6, two IMAP daemons, two mshttpd daemons:
    I am trying to get a better understanding of password caching. See service.authcachettl and service.authcachesize in the NSMS tuning guide.
    The guide says "The authentication cache ... is not shared between different processes". It also says "Its value should be greater than or equal to the number of users who have their mailbox on the machine to avoid pushing entries out of the cache before the TTLs expire."
    Our user population is about 60% webmail, 40% IMAP. I turned logging for each of these to Debug level to see the password caching numbers. Here is a log entry for each of our four processes:
    HTTP:
    httpd[3568]: General Debug: Password cache: 7344 entries, 20635 hits, 57565 misses, 22651 collisions.
    httpd[3564]: General Debug: Password cache: 7255 entries, 20573 hits, 57327 misses, 21798 collisions.
    IMAP:
    imapd[3515]: General Debug: Password cache: 4109 entries, 250843 hits, 73057 misses, 16132 collisions.
    imapd[3522]: General Debug: Password cache: 4120 entries, 252521 hits, 93979 misses, 16582 collisions.
    We have approximately 20,000 mailboxes so I set the cache size somewhat higher than that, but it appears that each daemon only needs around 5 to 10 thousand. Is that a setting for each process as is implied by the tuning guide? If so, why so they suggest setting it at the number of mailboxes? Does each process have to allocate memory for the auth cache at startup? Am I wasting memory?
    Other questions I have:
    What are collisions?
    What are some possible explanations for such a poor hit to miss ratio in http?
    From what time are these numbers? That is, is there any time at which they reset without restarting services?
    Thanks.
    Mark Evangelista
    Georgetown University
    Washington, DC, US

    It took awhile, but I got a response from iPlanet support. Look for responses interspersed with my original question below:
    Mark Evangelista wrote:
    The guide says "The authentication cache ... is not shared between different processes". It also says "Its value should be greater than or equal to the number of users who have their mailbox on the machine to avoid pushing entries out of the cache before the TTLs expire."
    Our user population is about 60% webmail, 40% IMAP. I turned logging for each of these to Debug level to see the password caching numbers. Here is a log entry for each of our four processes:
    HTTP:
    httpd[3568]: General Debug: Password cache: 7344 entries, 20635 hits, 57565 misses, 22651 collisions.
    httpd[3564]: General Debug: Password cache: 7255 entries, 20573 hits, 57327 misses, 21798 collisions.
    IMAP:
    imapd[3515]: General Debug: Password cache: 4109 entries, 250843 hits, 73057 misses, 16132 collisions.
    imapd[3522]: General Debug: Password cache: 4120 entries, 252521 hits, 93979 misses, 16582 collisions.
    We have approximately 20,000 mailboxes so I set the cache size somewhat higher than that, but it appears that each daemon only needs around 5 to 10 thousand. Is that a setting for each process as is implied by the tuning guide?
    A: It has been confirmed that the cache size setting is per daemon. In our case with two each of mshttpd and imapd, we have allocated memory of four times the cache
    size setting.
    If so, why so they suggest setting it at the number of mailboxes?
    A: The cache size will have some impact on collisions. See the question on collisions below.
    Does each process have to allocate memory for the auth cache at startup?
    A: Yes
    Am I wasting memory?
    A: Possibly not. See collisions below.
    What are collisions?
    A: iPlanet says "Collisions are when multiple uids have the same hash value in the cache. They only becomes a problem when the number of entries becomes close to the
    max cache size. Since you have 7344 entries, you might want to increase service.authcachesize from the 10000 default to, say, 20000."
    Comment: I infer from this that there is some hashing scheme that is dependent on the size of the cache and that with a larger cache we should have fewer collisions.
    What are some possible explanations for such a poor hit to miss ratio in http?
    A: Not answered by iPlanet. This is my speculation only, but it is likely that the pattern of use of webmail vs imap. The bulk of our webmail users are students who are more likely to sporadically wander over to a computer lab and check their email via the web rather than head back to thier dorm room and their own workstation. The vast majority of imap users are staff and faculty who spend more time at their own workstations, sign on in the morning and have their client check for new mail every 15 minutes or so.
    From what time are these numbers?
    A: Numbers are from the start of the services.
    That is, is there any time at which they reset without restarting services?
    A: No.
    Additionally iPlanet provided:
    "Miss - Is when one of the following happens:
    1. no match for a given entry,
    2. there is a match but this cache entry is expired,
    3. entry is too long to be cached"
    There was no further explanation of reason #3, which I think just begs for another question

  • I m having issues with the phone which i made a recording but the customer care support in our place donot seem to be of much help. i have told them nuumerous times that for better understanding i have made a video of it but no response.. really disspoint

    i m having issues with the phone which i made a recording but the customer care support in our place donot seem to be of much help.
    i have told them nuumerous times that for better understanding i have made a video of it but no response..
    really disspointed with your customer support.
    i have uploaded them in google docs..links below.. t
    he first one happened on 30th of april 2014   https://docs.google.com/file/d/0B6z0lUXVGPGrc0tXNnZFaDQ3WDg/edit
    the second happened today. i called customer care but no satisfactory respose either.  https://docs.google.com/file/d/0B6z0lUXVGPGrSldEeWQ3aGFhaDA/edit
    who is going to help me out and atleast pay attention to what my problem is. apple seems to ignore my attempts to show them what is the problem... the dont even want to see the videos.. !! disgusting.
    its still under warrenty. please help.

    Take your iPhone to an Apple Store or authorized service center in the country where you purchased the iPhone and they will look at it and replace it under warranty if applicable.
    If you cannot take it person contact them to determine how to send them your phone.
    You can't expect them to replace your iPhone without first examining it.

  • I have an idea for an app and want to better understand the process... reputable developers, costs, margins on a .99 cent app etc. thanks

    i have an idea for an app and want to better understand the process... reputable developers, costs, margins on a .99 cent app etc.  thanks

    All the reputable devs are busy and out of reach.
    Apple takes 30% from the price, so you're left to figure profit after knowing how many you will sell/did sell.
    Development costs can range from less than USD$10k to six figures or more.
    You don't provide details on what category you plan on participating in, so it makes anything but dartboard guessing pretty difficult, sorry

  • Hello congratulations for the work you have been developing. The iCREATE has helped me greatly improve my Mac and better understand some applications. Recently my iPhoto has given me problems and I do not realize what is happening. When I double click a p

    Hello congratulations for the work you have been developing. The apple support has helped me greatly improve my Mac and better understand some applications. Recently my iPhoto has given me problems and I do not realize what is happening. When I double click a photo it does not appear ... or rather the background is black and only the zoom window appears. How to solve this? I've done a restoration of the library, but the problem remains. Thanks and good job.

    There are several possible causes for the Black Screen issue
    1. Permissions in the Library: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair permissions.
    2. Minor Database corruption: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    3. A Damaged Photo: Select one of the affected photos in the iPhoto Window and right click on it. From the resulting menu select 'Show File (or 'Show Original File' if that's available). (On iPhoto 11 this option is under the File -> Reveal in Finder.) Will the file open in Preview? If not then the file is damaged. Time to restore from your back up.
    4. A corrupted iPhoto Cache: Trash the com.apple.iPhoto folder from HD/Users/Your Name/Library/ Caches...
    5. A corrupted preference file: Trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    If none of these help:
    As a Test:
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • To have better understanding in project settlement

    Dear all,
    I am new in PS and hopefully I can have a clearer picture of the account entries for the best practise of a project settlement.
    This is a customer/sales project. When we post any project related expenses/revenue, we assign a WBS to the line item so that the WBS is able to capture the costs. When we run settlement (CJ88) during the month end, the net of all expenses and revenue will be posted to the system.
    1) For example, during month end total expenses is $600 and total progress billing (revenue) is $1000, what will be accounting entries of CJ88? Are the entries below correct?
    DR. WIP Settlement 400
          CR. BS A/c            400
    FYI:
    This Balance Sheet A/c (BS A/c) is shown under current asset in the Balance Sheet (t-code F.01).
    WIP Settlement is set in settlement profile (or allocation structure to be exact) while BS a/c is set in settlement rule.
    The end user is not using COPA. They always settle the costs to a G/L a/c specified in the settlement rule.
    2) What if on the 2nd month total expenses is $300 and the progress billing is $200, are the entries below correct?
    DR. BS A/c      100
         CR WIP Settlement  100
    3) In the end of the project, how are the above being settled completely? What happened to the balance in the GL account set in allocation structure (settlement costs element)??
    4) This end user chose to settle to a GL a/c so that it will be displayed under current asset in the balance sheet. Is this the only reason to settle to a GL a/c?
    5) If the Q1-Q2 above are rather confusing, what would be the best practise for a company without COPA settling the costs/revenues to a G/L?
    Thank you.

    Hi all,
    Thanks for the prompt reply.
    hmm... the end user is not using any RA key/method.
    They execute the settlement without running KKA2.
    1) is it possible to do that?
    I have done some reading on RA and here is my understanding:
    KKA2 is basically used to calculate WIP and CJ88 is to post this WIP to any receiver.
    but I find it difficult to fully understand in terms of the postings (accounting entries).
    2) Can you provide any example in terms of accounting entries, from the expenses charge into the WBS to the periodic settlement and finally the final settlement? (Not able to find 1 in SAP Help)
    Thank you.
    Edited by: SebastianKwan on Apr 7, 2011 3:31 PM

  • Improving audio quality of existing recording to better understand speaker

    I recorded about a 1 hour recording using imovie's "capture" mode with the built-in internal microphone. On the recording there are 4 speakers talking and background noises (music). The music is making it such that it's hard to understand the 4 speakers at times. Inside of movie it seems the only thing I'm able to do is increase the volume of the overall track.
    Using this or other software, is there a way for me to improve the audio quality such that the speakers are more clear?
    Thanks.

    I think voices tend to be in the midrange frequencies, something like 1 kHz. Maybe if you filtered out high and low and boost the midrange, you might get an improvement. Of course a lot of music is in the midrange too.
    I know you can filter audio in Final Cut products. I've never done it in iMovie.

  • Thinking of trying Firefox4 beta and was wondering if it works with Facebook yet?

    I was just wondering if FireFox 4 beta is ready for Facebook... I play alot games on facebook and I dont want to do the upgrade/test before I find out if it is going to work with the games I play. Any answer would be appreciated.

    Hello,
    Yes, Apple TV can play movies that are stored on the TC with the usual caveats...
    You can only stream movies (and music for that matter) on the Apple TV which are available through a connected iTunes library. Therefore, you'd have to have your mac turned on and iTunes opened when watching the film. You can add movies sotred in another location to iTunes, just make sure whe you add the movie that iTunes doesn't copy to it's local library.
    If you sync the files to your Apple TV they will be available from the ATV HDD and your mac can be turned off when playing the movie.
    I run this system at home - My movies on the TC and streaming to the ATV. I have to leave my Macbook on when watching a movie but it's not a big hassle.
    Hope this helps.

  • Help with getting a better understanding on how APEX submits its pages

    Hi,
    I have implemented jquery with my app and have just applied the jquery UI plugins.
    I have the jquery UI dialog function working which gives the users some options. Now as an example, I have a cancel and a continue button. If the user clicks cancel it simply stops the page from submitting. Which works perfectly however, I cannot get the continue button to carry on with the request.
    I gather that I will need to determine what the href was of the link/button that was clicked before the dialog box appears.
    I know Apex uses a javascript function call doSumit() which simply submits the page but what does it use for other href like links to other pages?

    The problem is that you're taking a camcorder format that Premiere Elements is able to work with and converting it to a format that it can NOT work with.
    That Canon camcorder produces AVCHD video. You should shoot any video you want to edit in Premiere Elements only in MXP or FXP mode. Then, when you're ready to edit the video in Premiere Elements, you should set up a project for AVCHD 1920x1080 stereo. (Unless you're shooting in 5.1 audio. This cam shoots in a number of formats.)
    DO NOT CONVERT YOUR VIDEO BEFORE YOU PUT IT IN PREMIERE ELEMENTS.
    You can then use these specs to output high-quality video for YouTube.
    http://forums.adobe.com/thread/623549?tstart=0
    If you need some basic help with the program, be sure to check out my free 8-part Basic Training tutorial series at Premiere Elements support site Muvipix.com.
    http://forums.adobe.com/thread/537685?tstart=0

  • How to better understand the Graphics Example

    In the LV examples there is a project titled Graphics Example.  Where do I go to learn more on how this works?  For example, there is an object titled Circle.lvclass.  How does this make a circle?  How do I create one to make a triangle?
    I'm using LV 8.6.
    Thanks,
    Dave

    The description of the example is as follows:
    "This example demonstrates a traditional hierarchy of classes. The Line, Point, and Collection classes inherit from the Graphic class.
    Refer to the LabVIEW Help for more information about LabVIEW object-oriented programming."
    So maybe you should start with the LabVIEW help (e.g. with the three sections listed here)
     You migh also want to read the following article: LabVIEW Object-Oriented Programming: The Decisions Behind the Design
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for