How to allow only new combinations when adding lines in manual planning?

Hello Xperts.
in manual planning (input ready query called over web-template) the user wishes to plan (change the key figure values) for already existing combinations and to add new lines (which has been enabled in the web-template through a button group).
The crux of the matter is that the user is supposed to be able to enter only new unique combinations of data. Hence the user may not enter already existing characteristic combinations as a new line.
I have noticed that the system default is that if the user enters an already existing combination when "adding a new line", the value entered for the key figures is simply added to the existing value (summation) of that characteristic combination. This is unacceptable to the business requirements!
I thought about solving with a check combination exit (CL_RSPLS_CR_EXIT_BASE), but the problem is that all already existing combinations would be invalid, hence it would not work I think.
I would appreciate any suggestions out there how this could be accomplished. Thank you.

Hi,
  The best option that satisfies your requirement is to create a custom planning function to accept only new combinations.
For this check the following link,
http://help.sap.com/saphelp_nw70/helpdata/en/43/0c033316cd2bc4e10000000a114cbd/frameset.htm
In the above go to BI Integrated Planning -> BI Integrated Planning -> Implementing Planning Function Types
After this, in your "Save" button on the workbook insert this custom function also before the "Save".
So once you click "Save" button first check is performed and error is thrown if the records entered by the user are not as per your requirement.
Regards,
Balajee

Similar Messages

  • How to allow only the specified users/groups to open my pdf files...

    Hi there,
    I'm looking for resources/documents describing how to allow only the specified users/groups to open my pdf files by the Java API...
    I've found a sample code creating a policy in the following document.
    http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/wwhelp/wwhimpl/js/html/w whelp.htm?context=sdkHelp&topic=learn_lc_sdk_invokeremoting
    ( API Quick Starts (Code Examples) > Rights Management Service API Quick Starts > Quick Start: Creating a new policy using the Java API )
    But the sample code doesn't set recepients( users/groups ) who can open the pdf file.
    How can I make it ?
    Any samples ? or Does anybody can tell me which Java classes/methods I should use ??
    Policy#addPolicyEntry(PolicyEntry policyEntry) ??
    PolicyEntry#setPrincipal(Principal principal) ??
    or none of them ?
    Any hints are appreciated !
    Thanks.

    I'm not exactly sure what you are tying to do here, but typical approach when issuing one PDF par user/groups scenario goes like:
    1. Create policy for specific purpose and add principal (user/group)
    2. Apply policy on server side
    3. Deliver the file (via email etc...)
    If you are looking for sample codes, try quick start.
    http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/wwhelp/wwhimpl/js/html/w whelp.htm?&accessible=true
    If you go "API Quick Start/Rights Management Service API Quick Starts", you might find something useful. I think you need "Creating Policies" or "Modifying Policies" for step 1 above, and "Applying Policies to PDF Documents" for step 2.
    Hope this helps.

  • How to alert with new window when message is comming like MSN

    Please tell me .How to alert with new window when message is comming like MSN?

    Why is it the first think everyone wants to do in JSP is write a chat application?
    Not really an easy way to do this, as HTTP is a "pull" model. You send a request, the server sends a response. The server can't send anything unless you ask for it. That kindof puts a damper on things like instant messaging.
    A couple of workarounds
    1 - refresh the page every once in a while to check for new messages. An easy solution but nowhere near optimal.
    2 - check out pushlets www.pushlets.com
    Cheers,
    evnafets

  • I signed up yesterday with synch. I dont know my password and I need it to reset a new password. Please advise how to set a new password when I dont know old 1

    I signed up yesterday with synch. I don't know my password and I need it to reset a new password. Please advise how to set a new password when I dont know old 1
    I set it up on my "upstairs computer" and then came to my "downstairs computer" to synch and I can not get into the account because of the above password problem. I write down my passwords. I must have mistyped it or mis written.
    I want to change my password

    The new Sync version uses the Firefox account and stores the login data (username/email and password) under the https://accounts.firefox.com site heading in the Password Manager and use the signedInUser.json file in the profile folder to store the credentials once connected to the account to avoid having to enter the master password on each start.

  • Custom splash screen only shows up when command line is used...

    Hi,
    Everything in my Java web start application works perfectly but, the custom splash screen only shows up when command line is used ("C:\Program Files (x86)\Java\jre7\bin>javaws -verbose http://www.xxx.eu/AcSentVivresCrus/AcSentJnlp/AcSent.jnlp"), if I use the shortcut on the desktop or in the start menu, the Java 7 splash screen shows up (tested under Windows Vista and Seven). Does someone have any clues?
    Thanks...
    My jnlp file :
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="6.0+" href="AcSent.jnlp">
      <information>
        <title>AcSent : Commande de repas</title>
        <description>AcSent - Commande de repas</description>
        <vendor>AcSent</vendor>
        <homepage href="http://www.xxx.eu" />
        <icon href="acSentIconBiseau.png" />
        <icon href="splashAcSentRC.png" kind="splash" />
        <shortcut online="true">
          <desktop />
          <menu submenu="AcSent" />
        </shortcut>
      </information>
      <security>
        <all-permissions />
      </security>
      <resources>
        <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se" max-heap-size="128m" />
        <jar href="AcSentJnlpProgressIndicator.jar" download="progress" />
        <jar href="AcSentJnlp.jar" main="true" version="1.0" />
        <property name="jnlp.packEnabled" value="true" />
        <property name="jnlp.versionEnabled" value="true" />
      </resources>
      <application-desc name="AcSent" main-class="eu.acsent.jnlp.AcSentApplication"
           progress-class="eu.acsent.jnlp.progressindicator.CustomProgress"> 
      </application-desc>
    </jnlp>

    Hi again,
    I made some researches :
    - The link in the generated shorcuts ("C:\Windows\SysWOW64\javaws.exe -localfile -J-Djnlp.application.href=http://www.xxx.eu/AcSentVivresCrus/AcSentJnlp/AcSent.jnlp "C:\Users\Arnaud\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\46\69c1e9ee-1f252d1a") is not the same as the one I use in the command line ("C:\Program Files (x86)\Java\jre7\bin>javaws -verbose http://www.xxx.eu/AcSentVivresCrus/AcSentJnlp/AcSent.jnlp"). Is there a way in the the JNLP file to tell how to generate shortcuts (not the icon, etc., but command line options)?
    - This sample (https://blogs.oracle.com/thejavatutorials/entry/changing_the_java_web_start) displays the splash screen when I click on the the generated shortcuts (I use Windows 7). I have copied the ButtonDemo jar file and the JNLP file on my IIS web server (Windows 2008 Server), this time the splash screen does not show up when I click the generated shortcuts but always shows up when I use the command line. Can someone tell me if it is a trouble with IIS ?
    Thanks again...

  • How do I get the subsidized price for a new phone when I already have a plan?

    I have been a Verizon customer since September. I have a dumb phone, and I'm really having trouble keeping up with my life. Now that the Droid 4 is coming out in February I've decided that it's time to upgrade. The Droid is coming out at $199 with a two year contract, I think. My question is, what do I have to do to get the subsidized price for the phone? In my current contract I can't upgrade until 2013. Should I cancel that contract all together and just pay the ETF? Then get a new contract with the new phone? Can I even do that? Also, would there be any way to keep my phone number in this situation?
    Thanks for your help, Verizon Community!  

    koddienj wrote:
    Ok I kno it ***** but here is what i have done in the past when i had your same situation I have been a VW customer for about 13 years so i had old equipment lying around that i could use but If you are a new verizon customer you will have to find an older phone that does not require a monthly data package. You say you have a dumb phone so your old equipment mite all ready work for this. Here is what you do
    Go to Verizon and get the new phone you want tell them you will be adding a line to your account so you can sign up and get the new Droid 4 phone for the discounted price of $199 tell them you want to add the phone to your plan and convert your existing plan to a family plan this should be around the same price as you are currently paying unless you have an unlimited plan. But there is an extra monthly charge of $10 more per month per xtra phone on the plan up to 4 + the 1 original phone. so you are allowed 5 total on a family plan.
    Then the following day you transfer the new phone to your old number and vise versa.
    You now shut off the old phone and put it in a draw. You now have the new phone you want and dont have to pay the early term fee. the early term fee is pro rated so every month it will go down by $5-$10 per month im not sure exactly how much. You can call verizon and ask exactly how much it is
    Although this way it will end up costing you $240  24mo x $10 you do not have to pay it all up front and if you ever have a problem with your droid ie (breaks,stolen,loss) you have a back up that will be ready to go Plus you get to keep your current number
    Hope this helps
    Actually, if you are not ALREADY on a Family Plan, it WILL end up costing you more than this extra $10/month. For example, if you are on the 450 minute Individual Plan, you are paying $40/month and possibly $20/month for unlimited texting. The smallest Family Plan(700 minutes/month) would put you at $70/month and if you want the same unlimited texting, it would be an additional $30/month. This is $100/month vs $60/month on an Individual Plan which comes out to an additional $40/month x 19 months(24 months - 5 months you have already completed on your original line) = $760 ADDITIONAL you would pay until you could cancel your original line. If you wanted to keep your original #, though, you would instead pay an ADDITIONAL $960($40 x 24 months) until you could cancel your new line. Either way, it would MUCH cheaper to just pay full retail for the new phone.
    Remember, this is ONLY if you are currently on an Individual Plan and change to a Family Plan with 2 phones. If you are currently on a Family Plan with others, and have the ability to add an additional line, your additional payments would not be this high.

  • How do I get new passcode when have forgotten old and have no recent iTunes back-up

    How do I get new iPhone 5 passcode when have forgotten old passcode?  I have no recent iTunes back-up so do not want to restore from a back-up, even if I could do so without a passcode.
    Thanks
    MKP

    If you have no backup, then all you can do is restore to factory condition using the recovery mode per the instructions in http://support.apple.com/kb/HT1212

  • How do i change over from automatically adding songs to manually adding

    Using 2 ipods on the computer and don't want all of the other person's songs. How can i change from automatically adding songs to manually managing the songs that go on to the ipod. If i plug it in, i'm afraid that i will mess up all my current songs on there. Please help.

    Here are the instructions as they are written in the IPod PDF manual:
    In iTunes, select iPod nano in the source list and click the Summary tab.
    2 In the Options section, select “Manually manage music and video.”
    3 Click Apply.
    Note: When you manage songs and video yourself, you must always eject iPod nano
    from iTunes before you disconnect it.
    To add a song, video, or other item to iPod nano:
    1 Click Music or another Library item in the iTunes source list.
    2 Drag a song or other item to the iPod nano icon in the source list
    Hope this helps you.

  • Qosmio X770-11C - how to disable on board speakers when using Line Out?

    Hi,
    Is there any way to disable on board speakers when the line out is used.
    Currently if I plug in a cable to the hadphone socket and choose lineout on the realtek control panel, the sound is output to the line out as expected but also through the internal speakers.
    Is there any way to stop this, and only have sound going out through the line out?
    thanks
    Graeme

    If you want to hear sound on headset only you must choose Headphone option.
    Disconnect cable and connect it again. When you see small window on the screen where you can choose between headphone and line out options choose headphone and you will hear sound on external device only.
    In case you have disabled this popup dialog you can activate it manually. Open Realtek manager connect external device and when you see activated black point on the right side make double click there and change settings.

  • How do I execute some code when a line of a table control is selected?

    Hi,
    I would like to execute some code when a line of a table control is selected.  At the moment I have to select one or multiple rows and then press enter, this forces a screen refresh and my code is executed but I would like the code to be executed as soon as any line is selected.
    I've done something like this using ALV grids and object orientated code but is there a way of doing this in a normal non-OO table control?
    Thanks in advance.
    Gill

    Hi,
    U need to declare a char1 field for marking (mark field).  This will reflect with value 'X' in your tcontrol internal table for all the selected rows. 
    Now u need to handle the okcode for enter in your PAI.
    There u need to loop through the table for all marked fields.
    There after u can do what ever u want.
    Venkat.

  • How Can I Keep Photo Data When Adding Photo To New Book?

    All of my photos in IPhoto have dates and descriptions as part of the file names. When I transfer then to make a book, all of this data goes away. Is there any way I can keep this data as a description of the photo.

    Where are you transferring the file to and how? As long as you use iPhoto the title and description remain associated with the photos. Are you referring to the title and having the title show on the book's page along with the photo? There is just one theme that displays the title: Folio
    The only way to get the description to display is to change the title to what you put in the Information/Description field. That can be done automatically with the Applescript described in my post here: http://discussions.apple.com/thread.jspa?messageID=5400478&#5400478
    OT
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier versions) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. There are versions that are compatible with iPhoto 5, 6, 7 and 8 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    NOTE: The new rebuild option in iPhoto 09 (v. 8.0.2), Rebuild the iPhoto Library Database from automatic backup" makes this tip obsolete.

  • How can I sync new songs when 6th generation ipod says syncing is complete but new songs added on itunes are not synced to ipod

    my new 6th generation synced fine the first time I added my cd's to itunes.  Thereafter, I added additional cd's which are on itunes but the message I receive is syncing is complete but they do not appear on my ipod.  Only the original cd's are still on the ipod  Any suggestions are appreciated.

    Just adding albums to iTunes does not mean they will be added automatically to your iPod. You can set it up that way, but it sounds like you do not.
    Under the music tab for the ipod, you can select what music, albums, artists and playlists can be sync'd to your ipod.
    i

  • How to allow only part of users in AD login sharepoint?

    We have a SP2013 farm using windows authentication. On the AD there are 10,000 user accounts and we have no edit permission on AD. (Hence, I cannot setup any group there) As the Sharepoint admin I only have a list of 1,000 users allowed to access. There
    is no existing group setup to indicate these 1,000 users.
    My question is, how can I allow these 1,000 user login Sharepoint while blocking the other 9,000? 
    My concern is these 9,000 users will get their My Site self-created when he browse the My Site web application. Another concern is when they access some page without authorization, they will get a form allow them asking for access. The site owner may grant
    access to them by mistake which I need to avoid.
    Thanks.

    Hello Mark,
    Regarding the second part of your question. You can uncheck the option 'Allow requests for Access', it is described how in the following thread:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/d1e948cf-6289-48f9-9f25-81b57b292c40/how-to-hide-request-access
    - Dennis | Netherlands | Blog |
    Twitter

  • How to improve slow PowerPivot performance when adding/modifying measures, calculated columns or Relationships?

    I have been using PowerPivot for a couple of months now and whilst it is extremely quick when pulling in data to populate Pivot Tables, it is extremely slow to make the following kind of changes to the Data Model:
    - Add a Measure / Calculated Field
    - Add a Calculated Column
    - Rename a Calculated Field
    - Re-name a Calculated Column
    - Modify a relationship
    - Change a tables properties
    - Update a table
    In the status bar of excel I get a very quick 'calculating', then it spends a lot of time 'reading data',
    then it 'finalises' after which nothing is in the status bar but it still takes approx. 45 seconds before the program becomes responsive again. This waiting time does not change depending on the action, it is the same if I rename a
    column as it is if I add a new measure.
    My question is what affects performance of these actions and how do I improve it?
    To give you an idea of where my data comes from, I have:
    - 7 tables that feed into the Data Model directly from within the workbook which contains the data model itself. These are a combination of static tables and tables that connect to a MySQL database.
    - 6 separate workbooks which contain static data that is updated manually periodically (copied and pasted from another source)
    - 5 separate workbooks which contain dynamic tables that are linked to our MySQL database and update when opened.
    Now I realise that this is probably where my issue is, however I have no idea how to fix it. You do not seem to be able to connect to a MySQL database directly within the PowerPivot window itself so there is no way to generate and update tables without
    first creating them either in a worksheet or separate workbook (as far as I know).  If I try to create all of the tables directly within the single workbook containing the Data Model I get performance and crashing issues hence why I separate tables into
    individual workbooks.
    Any advice on how to improve performance would be tremendously appreciated. I'm new and keen to learn, I'm aware this set-up is far from best practice.
    Hardware wise I am using:
    - Windows 8 64-bit
    - Excel 2013 64-bit
    - Intel Core i7 processor
    - 6 GB Ram
    Thanks,
    James

    Darren,
    I think the point I was making is its in memory, geez... BTW what do all applications do when they run out of paged memory,  if PowerPivot is using all available memory then wouldn't this force the other applications to use Virtual or essentially write
    back and forth to the disks? I think Virtual memory white to disk ??, lol Also, there are parts if the architecture of Excel 2013 that when importing data into PowerPivot require memory and when working in SharePoint the PowerPivot data is cached to disk
    unless recently refreshed... But this conversation isn't help the James who asked the question and as much as I would love to continue its become a little boring..
    Hi James,
    If you download one the ODBC MySQL Connectors
    http://dev.mysql.com/downloads/connector/odbc/ and I believe yours is the first one for x64 systems and connect directly to the data you should be able to reduce the number of workbooks your opening and if you notice in the following graphic these
    connection are automatically refreshed by default, the parts in red are the differences between PowerPivot 2010 and 2013
    You should notice a lot of improvement especially when refreshing data please let us know how it goes...
    After registering the ODBC Driver
    Click Add. on the User-DSN sheet, choose the “MySQL ODBC 5.x driver”, fill in the credentials, choose a database (from the select menu) and a data source name and you’re done.
    Back in Excel you go on the PowerPivot section of the ribbon and open the PowerPivot window  (the green icon on the left side). In the ‘Home’ section of that window you will see a small gray cylindrical symbol (the international
    symbol for “database”) which will suggest to you different data sources to choose from. Take the one where it says “ODBC”.
    In the next dialog you click on create, choose the adapter, and then Ok. Back in the assistant you can check the connection and proceed.
    Now you have the choice between importing the data from tables using the import assistant or Query depends on your skillset..
    Cheers,
    Ivan
    Ivan Sanders <a href="http://www.linkedin.com/in/iasanders">My LinkedIn </a> , <a href="http://msmvps.com/blogs/ivansanders">My Blog</a>, <a href="http://twitter.com/iasanders"> @iasanders</a>,
    <a href="http://shop.oreilly.com/product/0790145372703.do">BI in SP2013</a>, <a href="http://sharepointdemobuilds.codeplex.com">SP2013 Content Packs</a>.

  • SID only shows up when adding a domain user account from an external trusted domain

    This is sort of an interesting situation which may wind up being more of a network port not being open.
    There are two Windows 2008 R2 domains, AlphaCo and BravoCo, that have an external one-way trust setup between them where AlphaCo trusts BravoCo. The member servers on the AlphaCo domain have BravoCo users added to it's local groups. The problem is on one
    of the member servers (SRV-05) on the AlphaCo domain. When any user from the BravoCo domain is added to the local Administrators group it will show up when doing a search with the "friendly name" but when you click on "Apply" and/or "OK"
    it changes to the SID. This only happens on the SRV-05 server. The other member servers on the AlphaCo domain (SRV-01, 02, 03, 04, 06) are not having this issue.
    Any idea what may be causing this user identity crisis and what could be done to resolve it?

    There are no other differences between SRV-05 and the other members servers on the AlphaCo
    domain (SRV-01, 02, 03, 04, 06). I did download and run the PortQryUI tool to check the status of port 135 on SRV-05
    and the other servers which came back with the same results. I also checked the
    AlphaCo domain
    security settings (Computer Configuration->Windows Settings->Security Settings->Local Policies->Security Options) Network access: Allow anonymous SID/Name translation which was disabled. But I do not believe this is the cause since
    it would impact the other servers (SRV-01, 02, 03, 04, 06) in the domain.

Maybe you are looking for

  • Issue in Mapping Public Flex Fields

    Hi, Am trying to use flexfileds in BPM worklist so that I can have additional attributes from the payload associated from the humantask type , in the task header that appears in home page. Am able to create new label and then tried following steps :-

  • Budget Exceed Error

    While creating purchase order, we are getting"budget excedd 25,00,000. We have checked the buget related to IO, budget is avalibule , why we are getting this error? is there any availbulity control issue? Thanks Ram

  • Cannot see Closed Caption options

    Hi all, I'm trying to create captions. I watched a tutorial on Adobe's website, but I don't see any of the options that I need (eg I don't have an option for a Captions window, and when I click 'New Item' I don't see an option to create a new caption

  • Add new topic in survey list

    Hello, How to add new topic/survey topic in survey list keeping previous one. And how to display survey list as a web part on a page. Thanking you in advance. Regards, Jayashri

  • Default G/L a/c for PO with acct. ***. cat

    Hi Friends, I have one scenario here. My client's requierment is to determine of a G/L automatically in a PO. For this requirement I have assigned the valuation class to the material group in OMQW transaction. Then I have assigned the required G/L in