Rebate values to be picked up only after certain tgt is reached

Hi guys,
One small but very important query.
We have a requirement wherein rebate shoul only be paid to customer only after certain tgts are reached in terms of value and quantity.
rebate percentages are to be calculated for the whole period, in which rebate agreement is valid.
Thanks in Advance

Hi Hemant
Try this Document [Rebate|http://groups.google.co.in/group/sapSDtech/files]
It explains Rebate in Depth....
Hope it helps

Similar Messages

  • How to response the value change of slide bar only after mouse released

    Hi, all
    When I used the slide bar to control my device, I response the value change of slide bar and set the new value to my device. But it will generate response constantly when I use the mouse to drag the pointer, which is not my wanted. I just need to response only after the mouse released. How can I implement this function? 
    Hope your suggestion, thanks a lot.
    Solved!
    Go to Solution.

    No, not if you use the right event under "Mouse".
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx

  • Set default value for people picker only when user checks a checkbox (Sharepoint 2010)

    The javescript in below link works for me.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/2b130f64-3db2-484a-9a53-ccbe18d2c5de/set-default-value-for-people-picker-in-list-template-current-user?forum=sharepointgenerallegacy
    However, I'd like to set default user for people picker only when user checks a checkbox. 
    I am new to  development. Could you please help me on this requirement ?
    Thank you very much. 

    Hello,
    Use this link to to validate checkbox value, if true then set the person or group value (i.e. as posted in your link).
    http://geekswithblogs.net/haniamr/archive/2011/03/10/validate-that-a-checkbox-is-checked-using-javascript.aspx
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Processing Output Type only after Picking

    Dear Guys,
    We have a requirement - The output type on outbound delivery should be processed only after picking all line items.
    Can you guys advise me on solution for this requirement.
    Thanks,
    Ashok

    check ZPCK picking list.
    SPRO>Logistics Execution>Shipping>Basic Shipping Functions>Output Control-->Define print parameters shipping
    Here available ZPCK condition type.I think this condition record you can use.

  • Make a field required on record creation, read only after that

    Hello,
    Does anyone know of a way to make a pick-list field required on record creation, but read-only after that? The other twist to this is that we need to allow this field to also be read-write for all the integration edits, since this field's value could change in the enterprise database.
    Thanks,
    Neal G.

    Hi !
    I think you can add a validation rule for that. Something like :
    IIf(PRE('<YOURFIELD>') IS NULL, <> '', = PRE('<YOURFIELD>'))
    This means that if the previous value of your field is null (it's a creation), so the value must be different than blank. Else, it must be equal to the previous value, so not modified.
    I didn't tested it, but I let you get back to me if it works... or not !
    You'll just have to add a message saying that this field is required on creation and readonly after...
    Hope this will help, feel free to ask more !
    Max

  • Picks/Rejects dissappears after remove and reimport

    I have a mayor issue.
    My catalog has grown to inhuman size. =(
    So I tried to remove (not delete) some of the pictures/folders. Where I have a lot of Picks/Rejects, star ratings bla bla bla.
    So far so good.
    The problem comes, when i Reimport the files - then there are no.. I mean NO Picks/Rejects, only the star-ratings comes back up... sometimes!
    Today I tried this:
    New machine.
    New OS (snowleopard server)
    New LR install
    Reboot
    New catalog
    Force metadata save
    Check off Autosave metadata to catalog
    Update DNG Previews and Metadata, before, after, before and after.
    So far NO luck!
    HELP!

    Thanks man! Why didn't you tell me that a week ago!? =)
    You didn't ask a week ago. What was the question, anyway?
    How do I get around it then?
    Get around what? Since the title includes the text "remove and reimport", you should know that "remove and reimport" is almost always a bad idea. If you are going to keep a photo, I recommend you keep it in your Lightroom Library Module.
    My companion puts a catalog with every shoot, but that will take forever for me! Is there another way, but the hard way? Don't know about 200k pics, but too much to smile about, just by thinking of them!
    I don't know what "My companion puts a catalog..." means. I also don't understand what you mean by "don't know about 200k pics" ... what don't you know?
    Can someone point me to a super workflow routine, so things like this don't reappear!?
    Pronouns should have clear antecedents. I will guess that the word "this" in your sentence refers to the problem you had when you removed photos and reimported. I have already explained, don't reimport ... it is never a good idea. My workflow is very simple, and causes me no problems whatsoever. 1) The photos are Imported into Lightroom from the camera card to a folder named by the photo capture date. 2) I religiously apply keywords and captions to my photos; I make collections as needed. 3) I edit my photos in  the Lightroom Develop module, and I only use other editors if absolutely necessary. That's it; that's the entire workflow. I never remove and reimport. I never move my photos from one folder to another. It doesn't get any simpler than that, and it works well for me.

  • Display item only after process ran

    Hi,
    I have 3 items:
    - :P1_ENTERED_VALUE (Text field)
    - :P1_DEFAULT_VALUE (Display as Text)
    - :P1_DIFF_VALUE (Display as Text)
    Users enter a value into :P1_ENTERED_VALUE and trigger a process with a button.
    The process compares the number of :P1_ENTERED_VALUE with :P1_DEFAULT_VALUE and populates :P1_DIFF_VALUE. So far it works.
    What I want is that :P1_DEFAULT_VALUE and :P1_DIFF_VALUE are not displayed before the button was pressed.
    What I tried: Since :P1_DIFF_VALUE is null before the process, I set a condition for the item :P1_DEFAULT_VALUE:
    - Condition Type: "Value of item in Expression 1 is NOT NULL"
    - Expression 1: P1_DIFF_VALUE
    So both items (:P1_DEFAULT_VALUE and :P1_DIFF_VALUE) would show only after the process is executed.
    The problem is that :P1_DIFF_VALUE now always shows 0 and not the difference, because the item with the condition (:P1_DEFAULT_VALUE) obviously in not just hidden before the process, but also inactive.
    How can I solve this problem?
    Thanks in advance,
    Roger

    Hi Varad,
    +> The calculation of P1_DIFF_VALUE should be done using the hidden-item into which you retieved the 'default value'.+
    No, the calculation still had used the not hidden item.
    +> The hidden-item should not be conditional.+
    This was true.
    I changed the calculation to use the hidden item and now it works fine !!
    Thanks a lot, Varad, my appreciation.
    Roger
    PS: I anyone knew why the JavaScript API didn't work I still would be interested. Just to learn sth. for next time.
    Thanks

  • A  project on iMovie 09 that  Freezes(only the project)  the viwer window blocked in gray ... .. After editing that  took me a year I'm stuck . All my finished projects that are in the Library infected with the same symptoms and it happens only after I w

    a  project on iMovie 09 that  Freezes(only the project)  the viwer window blocked in gray ... .. After editing that  took me a year I'm stuck .
    All my finished projects that are in the Library infected with the same symptoms and it happens only after I went into the problematic project.  
    I tried to open a new project and everything works
    ...I also tried throwing Recent Files, in the past It solved the problem ,not this time ...
    the problem is that this project will take me a long, long time to rebuild
    imovie 09
    Model Name:          iMac 
      Model Identifier:          iMac10,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          3.06 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          3 MB
      Memory:          4 GB
      Bus Speed:          1.07 GHz

    This recently happened to me.  I am a novice, but it seemed like that project got corrupted some how.
    I deleted it.
    Went to time machine and picked it up again when I knew it was working ok.
    I lost a few hours of work, but not the entire project.
    Once I had the project back from time machine, it worked fine (but like I said, I lost a little bit of work).

  • How to change the value in DFF to read only

    Hi,
    I need to change the DFF to read only after user entered the value and saved.
    Scenario:
    In oracle order management, order entry screen, User will enter the order and select the lot number in the DFF. After processing and closing the order, the user can call the order and change the lot number in the DFF. So i need to disable the DFF(i.e) change the lot number field from enter-able to read-only , After the order is processed and closed.
    Kindly give your suggestions to achieve this.
    Thanks,
    Karthi

    Using form personalization, you can display error message when user tries to update DFF field value.
    Triggering Event : WHEN-VALIDATE-RECORD
    Condition : (SELECT ATTRIBUTE20 FROM OE_ORDER_HEADERS_ALL WHERE HEADER_ID =:ORDER.HEADER_ID) <> :ORDER.ATTRIBUTE20
    Action : Error Message :   You cannot update Lot number.

  • Restricting the File adapter to pick up only a part of the payload

    Hi ,
    I have a csv file like below,
    $H$,Header1, xyz, xyz
    $H$,Header2, xyz, xyz
    $H$,Header3, xyz, xyz
    $D$,Detail1,xyz,xyz
    $D$,Detail2,xyz,xyz
    $D$,Detail3,xyz,xyz
    Header and Details links have no link to each other!!! I just wanted to check if at all it is possible for the file adapter to skip the header llines and take only the detail lines.
    Does this require any tweaking in the nxsd that is generated??
    Any light on this would help... :)

    Hi Anuradha,
      Could you please kindly provide answers to the queries below so that forum members can have a clear picture of your requirement
    1. What is the operating system of your PI server?
    2. What is the version of PI you are working on?
    3. What exactly do you mean by statement " I want the adapter to pick only one file at a time rather than picking all the available files in the system."  since adapter will actually pick up files one by one only in each polling interval. This goes in PI pipeline
    one after another in quick succession.
    4. Do you mean that you want to insert delays between successive file pick up then Baskar has already answered your question.
    5. Do you want the channel to pick up only one file in a day out of all possible file?
    6. Could you please kindly provide any sample file name you are receiving in PI ?
    regards
    Anupam

  • Tax value is not picked up correctly for the condition type in SO creation

    Hi All,
    I have a issue in Picking up Tax value correctly for the condition type in SO Creation.
    Actual Issue:
    When creating the sales order manually,
    tax value is picked up correctly for one condition type: ISS3.
    When the Sales Order is created via Idoc using the function module 'idoc_input_orders', tax value is not picked for same condition type: ISS3.
    We need to find out why the value for the condition type 'ISS3' is not picked in this way!
    Can anybody solve this issue!
    What can be the reason which is stopping picking up tax value for condition type: ISS3 when Sales Order is created via F.M 'IDOC_INPUT_ORDERS'! While it picked up the same while creating Sales Order manuallly.
    Thanks in advance.
    Thanks,
    Deep.

    Hi All,
    Can anybody give the solution for above posted issue!
    Working:
    When creating the sales order manually,
    tax value is picked up correctly for the condition type ISS3.
    Actual Issue:
    When the Order is created via Idoc using the function module 'idoc_input_orders',
    tax value is not picked .
    I need to find out why the value for the condition type 'ISS3' is not picked.
    I have debugged the issue from WE19 but upto Conditions tab it is picking up tax value but then it is becoming zero again it remains zero after saving SO.
    But Manually tax value is picked up for condition type ISS3 and remains same after saving order.
    I have debugged it several times fro WE19 but not able to find route cause for the issue.
    What can be the issue over here!
    Can anybody give me solution for the same!
    Thanks in advance.
    Thanks,
    Deep.

  • Picking up only committed rows

    Hi, we run std 2012.  I want to write a proc that when it starts running only picks up rows from a table that were committed any time prior to start of execution.  Generally, the procs that insert to this table will wrap 1-n inserts inside a transaction
    so consumers like my proc will pick up all or none of their "unit of work" inserts. 
    I believe my proc's query can be set based in one sql statement.   So I think that already guarantees the goal of picking up only prior commits but am not sure.  I think I'd like to take whatever steps are necessary to also minimize the
    chance of my proc locking others and vice versa.  Any input would be appreciated.

    Assuming the default READ_COMMITTED isolation level behavior, a SELECT statement will return only rows from committed transactions.  However, the statement could return rows committed after the statement started.
    You can turn on the READ_COMMITTED_SNAPSHOT database option so that row versioning instead of locking is used to implement READ_COMMITTED isolation level.  Only rows committed at the time the SELECT statement started will then be visible to the query. 
    Be aware that the READ_COMMITTED_SNAPSHOT database option adds an additional 14 bytes per row overhead and uses tempdb more heavily for the row version store. 
    Also consider applications that rely on locking/blocking behavior may be impacted with READ_COMMITTED_SNAPSHOT on.  You'll need to use the SNAPSHOT isolation level for your query instead if that is the case.
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

  • Starting OEM Windows Service only after database is ready

    I have a Windows Service program (written in vb.net) that accesses an Oracle database via the Oracle ODBC driver. It runs fine as long as the database comes up first. In some installations, however, the Oracle system is not ready to connect when Windows auto-starts my service.
    I have tried using both the database service name and the TNS_Listener... as a value in a DependsOnService key in the registry for my service, but it seems to have no effect. Judging by the event logs, Oracle continues to spin out "processes" for something over 30 seconds, which appear after my service is started regardless of what I do with the DependsOnService parameter.
    How can I make Windows auto-start my service only after Oracle is ready?

    Sure, although "net start" is a Windows thing, not an Oracle thing. Here is the contents of my startup.cmd file.
    net start "OracleOraDb10g_home1TNSListener"
    net start "OracleServicePROD"
    net start "OracleDBConsoleprod"
    net start "OracleCSService"
    net start "OracleOraDb10g_home1iSQL*Plus"
    pause
    The thing in quotes is the service name found in the Windows Services panel. In order to use this method you should set the services you wish to control as Manual startup (instad of Automatic). You can do that by right clicking on a service name/Properties/Startup Type.
    To do a shutdown, I reverse the order of the above script and of course change the starts to stops.

  • How to make firefox to display page only after that page is fully loaded?

    I'm using some kind of simple monitoring tool, wich refreshes page every 10 seconds. And i see, how page loads: first text, then graphs. Is there any way to make firefox display page only after that page fully loaded to make such slideshow more smooth?

    Try to increase the pref nglayout.initialpaint.delay to a very large value
    *http://kb.mozillazine.org/Nglayout.initialpaint.delay

  • Captivate 8 - Next Button Works Only After Viewing Slide

    How do I make a Continue button work only after the viewer has viewed the entire slide?
    I also want the viewer to be able to skip ahead instantly through slides they have already viewed.
    Thanks.
    - Jason

    Let me show you what I'm trying to create here. Sorry I need specific instructions since I'm a newbie to Captivate and not familiar with conditions and advanced actions. 
    I am currently using normal buttons (not a shape button) to create my PREVIOUS & NEXT buttons. Based on your advice I will switch to shape buttons.
    "It could be done with a conditional advanced/shared action on Enter of each slide. You'll need a user variable per slide, a Boolean, that you change on the first visit from a default value of 0 to 1, after having checked its value."
    What specifically do I select for the "On Enter" of each slide?
    And do I only need to put this condition in the "On Enter" section of each slide? Or do I also need to setup special conditions for the NEXT button?
    Thanks.
    - Jason Boone

Maybe you are looking for

  • How to track the flow of Sharepoint SSRS report requests to troubleshoot slowness

    How to track the flow of requests of Integrated SSRS report links in Sharepoint. We are using SSRS with Sharepoint for reporting purpose. The issue is some of the reports get generated fast and some other reports generation is very slow. When the sql

  • Frozen screen mid prog.

    FRozen screen mid prog.  No response to switching huboff/on.

  • Got data block corruption during DBCA

    dear all I'm getting block corruption in system.dbf file during databse creating using DBCA what's the reason? thanks John

  • FCP X Trial Crashes with Vignette.

    I'm trying to play around with the FCP X trial version with some 5DmII footage.  I apply the vignette "look" in effects which works fine, but when I try to edit the effect FCP X crashes.  I get the same results whether "Render" is turned on or not un

  • 0calday data required

    Hi GuRUs, I added 0calday in (0FIGL_O02) ODS and scheduled it. but i am not getting data for 0calday. i am using this ODS for infoset and creating report where i want to use 0calday. looking for your suggesion to fill data for  0calday.