How to apply free goods seen for all customers ???

Hi All,
Can anyone please tell me,Is their any difference between for/from in create free goods with inclusive/exclusive option..
Regards,
Ashima

hi,
if you create a free goods with inclusive option the free good item is inclded with the ordered quantity.
ex
customer has ordered 10 qty of product X
you have a inclusive 2 free goods set up for every 10 qty ordered.
inthis case customer will be billed only for 8 qty of product X and 2 are given for free.
if you create free good with exclusive option the free goods are given in addition to the ordered qty.
ex
customer ordered 10 qty of product X
you have a exclusive 2 free goods set up for every 10 qty ordered.
In this case customer is billed for the 10 ordered qty but will be delivered 12 qty of product X
Regards,
Krishna Prasad

Similar Messages

  • HOW CAN APPLY FREE GOOD 4 PRICING PROCEDURE?

    TELL ME SIR HOW CAN APPY FREE GOOD 4 PRICING PROCEDURE?

    Hi Pradeep
    1.Run trans. VBN2 to first create master record for free goods as follows:
    Enter following information in selection screen:
    - Free goods type: NA00
    - Sales org, distribution channel, customer # and execute.
    Now in next screen create the record as follows:
    - First select the exclusive button and verify that you are in exclusive view. 
      (that is if you want exclusive)
    - Material#, Min qty - Say 34 cartons. (check in what units you want to manage)
      From: 34 cartons
      unit of measure: 
      Free goods: 12 Pcs
      Unit of measure: Pcs
      Calcualtion type: 1 or try the other options
      Deliver control: Blank or any of the other options suitable to you.
    Now save and exit.
    Now run VA01 for 34 cartons and press enter. The system will automatically propose the free goods 
    item at no additional charge. Try higher order qtys and see if the free goods qty are scaling up. 
    If not adjust the calculation parameters in the master record screen
    It should be transaction VBN1. Sorry for the error. 
    VBN2 is to change the record. VBN1 creates it.
    If you want to give free goods to some of the customers than
    1. create a customer group say 99 for FREE GOODS
    In Free Goods Menu:
    2. add a feild catalog for CUSTOMER GROUP
    3. create a condition table (free goods) say 555 only for customer group
    4. create a sequence say FREE with condition table 555
    5. create a condition type say FREE with
    6. maintain pricing procedure say ZFREE with condition type FREE
    Now assign:
    7. Active Free goods Determination or Assign with your sales organisation this procedure ZFREE
    8. Create free goods determination with transaction code /nvbn1 for FREE with Key Csuomer Group 
    99 for exclusive
    Give customer Group say 99 and from 34 to 34 free 12
    Thanks
    G. Lakshmipathi

  • How to apply common View criteria for all LOV View programatically?

    Hi,
    In my application I use nearly 100 VOs, which will be mapped as LOV to some base VOs. These VOs are not only for LOV but also will be used directly in screen as read-only table. All these VOs contains EFF_BGN_DTand EFF_END_DT. Requirement is to display only the active records in VO.
    We don't want to crete view criteria at design time for each and every VO. Instead we want to have a base ViewObjectImpl class, create at runtime and add this common criteria with the existing view criterias (If any given, which are actually required for the developer for screen specific functionality).
    NOTE: As all of our VOs are custom java data source implemented and none of them have queries, we cannot use whereclause API but only ViewCriteria.
    We want to create a view criteria, that somewhat looks like the below condition.
               (     (TO_CHAR( EffBgnDt, 'yyyy-mm-dd') <= '2010-02-01' )
                 AND (TO_CHAR( EffEndDt, 'yyyy-mm-dd') >= '2010-02-01' )
                 OR
               (     (TO_CHAR( EffBgnDt, 'yyyy-mm-dd') <= '2010-02-01' )
                 AND (EffEndDt IS NULL )
               )Question:
    1. Which is the best place in ViewObject class, where I will be able to create common view criteria, include it with existing criterias.
    Thanks in Advance.
    Raghu

    No it is not working. I've tested. When i test your implementation in my sample using AM tester, it is not at all going inside getCriteriaItemClause(ViewCriteriaItem pViewCriteriaItem). For example when i say, AM.findViewObject(String ViewObjectName), followed by getEstimatedRowCount(), it should apply common filter criteria and give me the result.
    Given below required scenario:
    Department table:
    ID     DEPT_NAME     START_DATE     END_DATE
    1     Hr          1-Jan-2010     
    2     Purchasing     1-Jan-2010     31-Dec-2010
    3     Shipping             1-Jan-2010     31-Dec-2055
    4     Sales          1-Jan-2010     
    Common criteria to be applied (Programatically) : :bind_current_date between StartDate and EndDate or :bind_current_date >= StartDate and EndDate is null
    VO specific view criteria (may vary VO to VO): DeptName not equal to 'Sales'
    Expected Result:
    Case 1:
             a. DeptView = AM.findViewObject("DepartmentVO")
             b. DeptView.getEstimatedRowCount()
              It should give me 3 records (Hr, Shipping, Sales)
    Case 2:
             a. DeptView = AM.findViewObject("DepartmentVO")
             b. Create View Criteria 'NotSalesDeptVC', which should not list out Sales department.
             c. Apply NotSalesDeptVC using RowSet rowSet = (RowSet) this.findByViewCriteria(NotSalesDeptVC, -1, ViewObject.QUERY_MODE_SCAN_VIEW_ROWS)
             d. rowSet.getEstimatedRowCount()
              It is in-memory filtering, will not disturb the default rowset, should give me 2 records (Hr, Shipping)
    Case 3:
             a. DeptView = AM.findViewObject("DepartmentVO")
             b. Apply 'NotSalesDeptVC' to the default row set, followed by executeQuery
             c. DeptView.getEstimatedRowCount()
              It should give me 2 records. (Hr, Shipping)
    Case 4:
             a. DeptView = AM.findViewObject("DepartmentVO")
             b. Unapply the applied 'NotSalesDeptVC', followed by executeQuery
             c. DeptView.getEstimatedRowcount()
              It should give me 3 records (Hr, Shipping, Sales)Essence is at any point of time, User should always work with active records. He no need to write extra logic to retrieve only the active records but the base Viewobject impl should have. Note, All of my view objects are custom java data source implemented and not query based. Similarly it does not meant that all of my VOs will be having some business specific View criteria. Some VOs may have. Some VOs may not have. However basic active records criteria is applicable for all VOs

  • How to restrict free goods determination based on item category

    Hi All,
    We have a process where when goods for a sales order are returned , we add a line item to same sales order with a return item category.
    The issue is we have free goods determination activated for this document type and it works even for the returns item added to this order latter, whereas we don't want free goods determination to work for the returns item.
    Can anyone please advise how this can be achieved.

    Hi,
    I can think of one of the probable solution for your requirement.
    Your need to create new condition table with item Category as one of the key combination.  I think you need to update the item category in field catalog as well as in Doc Structures. Then maintain free goods condition record all the item categories except for the Return item category. This way you can exclude free goods activation for return items.
    Note : If the number of active item categories are more then it may be difficult to maintain condition records for the item categories.
    Hope this will help
    Regards,
    Sanjay

  • Free goods determination for Inquiry quotation

    Hello gurus
    when am doing free good dertermination for order  line item display is
    order quantity is 10. 9+1
    its showing line item 9+1
    the prob is when we are creating free good for Inquiry and quotiton , main item only displaing
    can  u pls tell me how to solve the issue
    thanks
    shameer

    Hello,
    Free goods are only supported for sales orders with document category C (Orders).
    As you know the document category for Inquiry is A and quotation is B. So it will not work for them.
    Prase

  • How to config Free goods process like rebate

    Dear Masters,
    I have a problem like this:
    Our customer want using free goods by accrual sales volume. If in a period, sales volume can have exp 1000 m3, buyer will get a free goods. But as I know SAP std does not support like this! Is there anyway to solve problem?
    Thks a lot for your support!
    Regards,
    Nguyen Pham,

    Hi,
    The process is not directly supported in SAP, however there is a suggestion not sure how far it solves your problem.
    1. Seperate order type (if the volume of such schemes is high).
    2. Using VA05 find the volume of sales for such scheme product.
    3. Mainatian free goods procedure for scheme product.
    4. In the new order type put in the quantity referenced from VA05, have the free goods determined with TANN for the free goods & for the higher level item make it non deliverable.
    By this way you would be capture the quantity for which the free goods have been given away as well as useful for reporting purpose.
    There is no direct rebate like set-up possible for free goods without any custom development to my knowledge.
    Regards
    Subhadeep

  • How can I change the duration for all clips in iMovie 10.2

    How can I change the duration for all clips in iMovie 10.2?  I'm used to working in the older version of iMovie where all I had to do was click on the gear on the clip and change the duration. ALso could use the tool bar to set the duration for all clips. Can't figure out how to do that in this new version. Any suggestions would be appreciated.

    In the timeline select the clip whose duration you want to change. Click the adjust button at the top of the viewer and then click the i button and you can set the duration. For multiple clips select them all and in the i button type in the duration you want and it will be applied to all the selected clips. You can also change the duration of a clip in the timeline by putting the cursor over the beginning or end of a clip and dragging. A popup will show the new duration.

  • Want Central Goods Recipient for all users

    Hi All,
    We want to manitain Central Goods Recipient for all users, now the Recipient is the Goods reciever.
    How will we do configuration for this.
    We have 5 users in one Org. Unit, how we will make one as default.
    Thanks
    Ravi

    Satish,
    I did not quite get what you are trying to say.Could you please be more detailed.The below is my requirment and we are on ECS.
    I want to have a specific user as the central goods receipent.This user must be able to confirm goods and services for PO's created by all other users in that organization.
    My understanding from this thread is that,this can be achived by assigning the role "SAP_BBP_STAL_RECIPIENT",to that user and that user will be able to confirm goods and services for all PO's created by other user also.I tried to do the same and expected to see all PO's created by all other users when i click "Confirm Goods/Services centrally" .
    Thanks

  • My Ipad 2 external speakers does not work and headphones has popping sound. This all occured at the same time as my Iphone and Ipod headphones only played mono (no, the "mono" option is not on). How can there be audio issue for all these devices?

    My IPad 2 external speaker does not work and the original headphones have popping sound when used. This all occurred at the same time as my IPhone and IPod headphones only plays mono (and no, the "mono" option is not on) with the original headphones, as well as, other headphones tested.  How can there be audio issue for all these devices at the same time?
    As you may have noted from the list of Apple devices I own, I believed in the Apple and the products it was producing; but it is hard to believe from my experience and the other voices within the Apple Community that we are all experiencing the same hardware issues. Especially since I recently, I upgraded to an IPhone 4g (no, my faith in IPhone 5 series is very little) and is experiencing the same audio problem as described above. So now, I am off to the Apple store again to be told that it’s a hardware problem on new IPhone. Really? Apple, what happen to the pride in the product you were producing?

    Everyone does things a little differently. I love to "jam " along with iTunes ( or old Lp's) . Always have. That's where/how I've learned to play .
    I'm sure leonieDF is giving a proper way to jam along on a keyboard with an iTune. He blows my mind all the time with what he knows. Nuff respects to him !
    What I do is make a GB project I call "Jam With". I'll make several new tracks that are blank. Just has a few instruments named in the blank tracks. You can change those per song ...
    Because I'm not concerned about changing the pitch / key.... of the iTune or the tempo ... I can simply play along with it.
    Peace,
    P. Dreadie

  • How to make a good referencing for my web site

    hi. i start with muse and would like to know how to make a good referencing for my web site; thanks for your answers...

    Google and search the forum for: SEO or Search Engine Optimisation

  • How to map free goods scenario

    how to map free goods scenario?

    Hi
    Two types of free goods
    1.with excise free sample goods
    2.With out excise free sample goods
    with out excise free sample goods
    step1 create a purchase order and tick free goods column
    step2 GRN against free goods Po
    step3 No a/c entry Generated.
    with excise free sample goods
    step1 J1iex
    step2. Part1 created
    step3. Part11 created
    rds
    Kavi

  • Free Goods Promotion for Generic Article

    Hi
    In IS-Retail can we create free good prmotion for generic article & it will automatically be applicable for varients of that generic article. or we need to create on individual varient free good condition record
    Pl advise
    Regards
    Sandip

    Hi selva
    1)Check in Change Promotion T.code - WAK2
    in the item level   Promotion announcement category(Ann column) - set indicator as F     Promotion announcement
    2)Check sales periods dates - Sales order from to TO it should be valid date
    if not works, reply me i will give some more solutions
    regards
    Satish

  • How to update managed metadata column for all file in document library using powershell

    Hi,
    How to update managed metadata column for all file in document library using powershell?
    Any help on it.
    Thanks & REgards
    Poomani Sankaran

    Hi TanPart,
    I have changed the code which you have give in order to get the files from SharePoint 2010 Foundation  Document Library.But i am getting below error in powershell.
    Property 'ListItemCollectionPosition' cannot be found on this object; make sure it exists and is settable.
    Could you tell me which is the issues in it?
    See the code below.
    $web = Get-SPWeb http://ntmoss2010:9090/Site
    $list = $web.Lists["DocLib"]
    $query = New-Object Microsoft.SharePoint.SPQuery
    $query.ViewAttributes = "Scope='Recursive'";
    $query.RowLimit = 2000
    $caml = '<Where><Contains><FieldRef Name="Title" /><Value Type="Text">Process Documents/Delivery</Value></Contains></Where>' +
            '<OrderBy Override="TRUE"><FieldRef Name="ID"/></OrderBy>'
    $query.Query = $caml
    do
        $listItems = $list.GetItems($query)
        $spQuery.ListItemCollectionPosition = $listItems.ListItemCollectionPosition
        foreach($item in $listItems)
            #Cast to SPListItem to avoid ambiguous overload error
            $spItem = [Microsoft.SharePoint.SPListItem]$item;
            Write-Host $spItem.Title       
    while ($spQuery.ListItemCollectionPosition -ne $null)
    Thanks & Regards
    Poomani Sankaran

  • Hi, While installing XQuatrz-2.7.7, the installation blocks at the "destination" level. It asks how to install this soft, "Install for all users" is shadowed, but frozen: i cannot select anything and move on. Any idea how to get that fixed? Thanks!

    Hi,
    While installing XQuatrz-2.7.7, the installation blocks at the "destination" level. It asks how to install this soft, "Install for all users" is shadowed, but frozen: i cannot select anything and move on. Any idea how to get that fixed?
    Thanks!

    It says above 2 relevant and 1 correct answere available .............
    I'm new here so could anyone direct me to these answeres?

  • My nodejs and php component is ready but how will we insert in eloqua for all users?

    Hi there,
    my nodejs and php component is ready but how will we insert in eloqua for all users?
    Thanks

    Hi there,
    Please help me.

Maybe you are looking for

  • Premiere Pro CC Keeps Crashing Upon Launch

    I just became a CC member recently and I installed Premiere Pro but every time I launch it, it crashes shortly after opening. I've tried uninstalling and reinstalling but the problem continues. All my other Adobe Apps work fine. Any suggestions?

  • Yoga 12: maximal resolution mini hdmi

    Hi, I have read that the mini hdmi supports uhd resolution with 30 hz. is this correct? I want to connect it to a 2560 x1440 monitor. Is this possible? regards, peter 

  • How do u merge documents into one?

    how do u merge documents into one?

  • What should the basic site pixel size be?

    I have an issue that I need to resolve correctly, but have conflicting information between the site designer and the site programmer. The basic home page for the site has been designed to be 950 pixels wide and 714 pixels deep. The programmer is tell

  • MIDI Punch In

    Hi All - I am new to GarageBand but have used other packages which do this - can you nominate a point to 'drop in' or 'punch in' a MIDI event? It seems that if I go back and try and re-do a chord or a couple of notes in a bar, I then overwrite other