Free goods issue in return order

Dear Guru's
Please help to resolve the below issue
We have Free goods process, If customer is ordered 10 goods will give 1 as free good total quantity 11 for this I have maintained the condition record, I have created a sales order for total quantity u2013 100 + 10 free goods = 110 when ever I have entered the main item (line item #10) system automatically proposes the free goods quantity in line item # 20, Out this hundred quantity customer has returned 50 quantity so I have created return order with reference to invoice so in return order  both line items have been copied with actual quantity (100 + 10 Free goods). So I changed the main item quantity as 50 (because customer has returned only 50 quantities + free good (for 50 items) 5 = 55)
Here my requirement is when ever I have changed the main item quantity in return order system is not calculating the free good proportionately as per the free goods condition record.(for 10 item 1 item is free)
Ex:- when I have changed the return order main item quantity as 50 still free goods showing as 10 only(in line item #20) (which is for 100 quantity)
What customization is required system should update free goods proportionately as per the free goods condition record in Return order.
Regards,
Hari Krishan

Please post it in SD/MM forum.

Similar Messages

  • Free Goods Flow in Return Sales Order

    Dear Experts,
    I have a question that is how to make the free good item(TANN in order and RENN in returns) flow automatically in the return sales order along with the REN items. Does it involve item category proposal in copy control for billing document to sales document.
    Presently free item of preceeding billing document is not getting copied to my return order. Please inform us the config steps for the same.
    Thanks in Advance,
    Regards
    Srini

    Hi,
    This scenario is not supported by standard SAP.Please go through the OSS notes--549505 or go through the link given below
    [Constraints in Free Goods|http://help.sap.com/saphelp_47x200/helpdata/en/dd/55fa4e545a11d1a7020000e829fd11/frameset.htm]
    You may need to go for a Z development to meet your criteria.
    Regards,
    Phani Prasad

  • Free good flow in return sales order

    Hi all I have a question that is how to make the free good item(TANN in order and RENN in returns) flow automatically in the return sales order along with the REN items. Does it involve item category proposal in copy control for billing document to sales document.

    Hi Avishek,
    Check your item category assignment first that renn is properly assigned to your
    Order type u2013 item category group u2013 usage u2013 item category at higher level.
    You can do this from the path
    IMG u2013 sales and distribution u2013 sales u2013 sales documents u2013 sales document item u2013 assign item category.
    Do this setting first then go copying control with the following path.
    IMG u2013 sales and distribution u2013 sales u2013 Maintain copy control for sales document.
    Search for your sales document type YDRE from billing document YDF2.
    Go to the item level and search for item category used in billing document.
    Go to the detail of that item category you will find item category proposal.
    Write down over there RENN.
    Now try to create the return sales order it will happen.
    This setting you have to do so that it will automatically determine in sales order.
    Regards
    Raj.

  • Assorted Free Goods Problems in Sales Order

    Hello All,
    The problem is related to Assorted Free Goods Pricing in Sales Order.I have two queries which are provided below with example:-
    In the sales order I am giving 2 Line Items. -
    Material A & Material B of total quantity 10PC Then 1 PC of the Material C as 3rd line item
    in the sales order is populated which is maintained as an assorted free good having Manual Free Item Category for eg. ZFV5.
    Similarly line items A & B combined of 10 PC = 1 PC of Material C having Manual Free Item Category for eg. ZFV5.
    Again if 10 PC of Material A or B are chosen respectively =  1 PC of Material C having Manual Free Item Category for eg. ZFV5 .
    _Now I want to configure the following**_ -
    1) The system will include the cost of the Assorted Free Good Item within the Main Item.
    2) While raising a Sales Return Order for the above mentioned Sales Order it is observed that the manual free item category ZFV5 is changed to the Return Main Item Category whereas I want the item category to be picked up is Return Free Item Category against the Manual Item category .
    Now considering the above scenarios please suggest solutions to attain my requirement.
    Looking forward to some valuable suggestions.
    Thanks & Regards
    Priyanka

    Hi Priyanka
    As far as what i understood from your post your requirement doesnt seem to be possible in standards
    If you want the cost to be transferred to the main item then in VTFL at item level there is a check box of cumulative cost
    That has to be ticked
    Constraintsin free goods in R3
    Free goods can only be supported on a 1:1 ratio. This means that an order item can lead to a free goods item. Agreements in the following form are not supported: u2018With material 1, material 2 and material 3 are free of chargeu2018 or u2018If material 1 and material 2 are ordered at the same time, then material 3 is free of chargeu2018.
    Free goods are not supported in combinations with material structures (for example, product selection, BOM, variants with BOM explosion).
    Free goods are only supported for sales orders with document category C (for example, not quotations).
    Free goods are not supported for deliveries without reference to a sales order.
    Free goods cannot be used in make-to-order production, third-party order processing and scheduling agreements.
    If you defined a free goods for variants in a generic article (only SAP Retail), you can only process the variants in the purchase order and goods receipt individually (as single articles). In other words, you cannot process them using the generic article matrix.
    Regards
    Raja

  • Free goods issue field to add in KE30 report

    Dear All,
    I need to add one colum under the lead column FREE GOODS ISSUE in KE30 report.
    In current report product wise sales report is like below in KE30.
    Lead Column                                     amount
    Gross Sales Valume                               6
    Gross Sales Vlue                                 1100
    Sales Return                                             0
    Freight/surcharge                                     50
    Rebates Accruals                                      0
    Net Sales                                              1050
    Total Cogs  sd                                      1534
    Other Income &Exps                                 160
    Here i need to add the field FEE GOODS ISSUE next to Sales Return colum.
    Pls help me on this.
    Best Regards,
    Venkat.

    dsgsd

  • Error while doing Good Issue for Production Order using BAPI

    Hi All,
    I am facing an error like 'u2018Content of order 1011907: MDT218AJ10 transferred to interface (IMSEG): T-86410-71".
    I have written the code as below. Please let me know what is missing when using the BAPI 'BAPI_GOODSMVT_CREATE'. What is the cause of this error ?
    *Action in Transaction (GM_CODE)
    *GM Code for Goods Issue for Production Order is 03
      gs_gmcode-gm_code = '03'.
    *Header Data
    *Posting date
      gs_header-pstng_date = sy-datum.
    *Document date
      gs_header-doc_date   = sy-datum.
    *Item Data
    *Material
      gs_item-material  = zptp_s_rf_migo_261-matnr1.
    *Movement Type
      gs_item-move_type = '261'.
    *Movement Indicator
      gs_item-mvt_ind   = 'F'.
    *Stock Type
      gs_item-stck_type = 'F'.
    *Plant
      gs_item-plant     = gv_plant.
    *Storage Location
      gs_item-stge_loc  = gv_str_loc.
    *Quantity
      gs_item-entry_qnt = zptp_s_rf_migo_261-menge2.
    *Unit
      gs_item-entry_uom = gv_uom.
    *ISO code for unit of measurement
      gs_item-entry_uom_iso = gv_uom.
    *Order Number
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          input  = zptp_s_rf_migo_261-aufnr
        IMPORTING
          output = gs_item-orderid.
    *Reservation Number
      gs_item-reserv_no = gv_resv_num.
    *Reservation Item
      gs_item-res_item = gv_resv_itm.
    *Reservation Type
      gs_item-res_type = gv_resv_type.
      APPEND gs_item TO gt_item.
    Calling BAPI_GOODSMVT_CREATE to create the Material Document Number
      CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
        EXPORTING
          goodsmvt_header       = gs_header
          goodsmvt_code         = gs_gmcode
        IMPORTING
          goodsmvt_headret      = gs_headret
        TABLES
          goodsmvt_item         = gt_item
          goodsmvt_serialnumber = gt_serial
          return                = gt_return.
    Thanks in Advance.

    hi,
    did you look at message ?
    System says, there are differences between the interface data and the order data. It can be anything. I think you should check
    data in the interface . 
    this is the long explanation of your message :
    Diagnosis
    When calling the function module MB_CREATE_GOODS_MOVEMENT or the BAPI GoodsMovement.CreateFromData (BAPI_GOODSMVT_CREATE) to post a goods receipt for a production order, there are differences between the interface data and the order data.
    Example: The order was created for plant 0001, but plant 0002 is passed on in the interface.
    The system checks this for the material and the order item.
    System response
    Due to this difference, the system cannot post the goods receipt.
    Procedure
    Check the data in the interface (IMSEG-WERKS, IMSEG-AUFNR). If necessary, correct the plant or the order number in the interface.
    << Moderator message - Point begging removed >>
    Edited by: Rob Burbank on Feb 6, 2012 11:24 AM

  • Good issue to Production order - Allows it in back posting date

    Dear all,
    Good issue to Production order ( 261 Movement ), allows us to post the component in back dated eventhough stock is not avaible on that date.
    Example - Component stock on date 10.02.2010 = Zero , I made it Good receipt on date 18.02.2010 and now stock is available on date 18.02.2010.
    Now GI to Production it allows the qty on current and back Posting date also , I want control on date with error message. It should not allowed the GI for back date from 18.02.2010.
    Because of this our MB5B report shows the negetive issue qty if i post in back date.
    Waiting for reply
    Thanks and Regards,
    Saurabh

    Hi SAurabh,
    PLease check whether Negative Stock is allowed for the valuation Area (plant).
    GOTO >> SPRO >> MM>> Invetnroy management and physical inventory >> Goods issue/ Transfer Posting >> Allow Negative stock.
    Untick the Negative stock allowed for your valuation area (PLant)
    Regards,
    Pravin

  • Goods issue without sales order

    Hello experts,
                       1)  Goods issue without sales order (movt type 251) in T.code "MB1A"*
                               Accounting entry:- Change in stock of Fin. Goods A/c    Dr.
                                                                          To Stock of Fin. Goods A/c
                       2) Customer Invoice through T.code "FB70"
                             Accounting entry:-     Customer A/c   Dr.
                                                                 To Sales of Fin. Goods A/c.
    We are temporarily not implementing SD module, i am entering Sales transaction data. Are the above two accounting entries correct in respect to "Goods Issue" and "Customer Invoice" ?
    Regards
    Ashwin

    Thanks a lot, but if you could please tell me what impact will on the balance sheet? will the stock be reduced after goods issue
    For eg;
             Change in stock of F.G A/c Dr.    200
                           To Stock of F.G A/c               200
             Customer A/c Dr.     200
                     To Sales of F.G       200.
    Is this correct? and i have assigned cost center to "Change in stock of Fin. Goods.
    Ashwin

  • Goods Issue to sales order

    Hi Experts,
    When doing Goods issue to sales order using movement type 231, I am getting the following warning message 'Sales order (SOBKZ = ) is not provided for this goods movement'. I think this warning is due to difference in special stock indicator in sales order and Goods issue transactions. Where should be the maintanence done, in order to prevent this warning message in future.
    Regards,
    Prasanna. R

    Dear Prasanna
    The special stock indicator is not maintained for your sales order item category in VOV7
    Hence the error
    Please maintain special stock indicator E in the item category  details in VOV7 for your item category of yours
    231 Goods issue for a customer order (without Shipping)
    I hope you are doing this only
    If you ignore this as a warning message it will hit somewhere down the process
    So better maintain it in item category
    Regards
    Raja

  • Goods issue of sales order stock

    Hi, 
          We are implementing an MTO scenario.  We are not sure what set up is required  for goods movements for spl stock E?
    The problem we are facing is customer number is not getting populated in Material document during PGI and COPA document?
    Also we are using the standard item category ZTAN which is a copy of TAN.  Please help us in understanding what set up should be done for handling Sales Order Stock.
    Thanks
    Chandra

    Hi,
    Create material (material type FERT) : MM01
    Create Sales Order MTO : VA01
    Make Sales order BOM : CS61
    Create production order : CO08
    Goods issue : MIGO/MB1A
    Order Confirmation : CO15/Co11N
    Deliver the Order : MB31
    Deliver the Sales Order : VA02
    Make invoice : VL01
    The Cycle of Make to order: Steps : MTO Scenario
      1. Material Creation (Make To order Material with major changes of: Item Category: 0004-make to order/assem. , or 0001-make to order)
      2. Routing Creation
      3. Creation of BOM
      4. Sales order creation
      5. Production order Scheduling, Costing, Release and Save
      6. Production order Quantity confirmations for operations, Parallel task of material issue to order or to reservations (261)
      7. Calculate WIP
      8. Fully Produced Production Quantities will be put into stock (GR) (Spl stock indicator u201CEu201D)
      9. Delivery against sales order
    10. Invoicing.
    11. Settlement that production order
    Regards,
    Saju.S

  • Default GL account upon goods issue to maintenance order based on activity

    Hi all,
    There's a scenario here in Plantation Industry that we require to default GL account upon goods issue to maintenance order based on activity type assigned in the order instead of only posting to consumption account, is there anyway in OBYC or user exit able to fulfill requirement mentioned?
    Thanks as advanced.

    Hello
    With help of general Modifier in combination of valuation class you can assign GL as per your wish for offset posting incase of GI to order/anything
    Example
    Transaction key-GBB
    General modification- VBR
    Valuaction Class - checked
    Dr/CR- checked
    Assign the general modifier to T code MIGO , through OMJJ
    Regards
    Dinabandhu

  • Different movement types for Goods Issue for different Order Types

    Hello Experts,
    Can we maintain different movement types for Goods Issue for different Order Types at the time of automatic creation of reservations?
    Thanks and regards,
    Satyajit

    Satyajit,
    Folow the link given,
    Re: How to add new movement types when creating reservation?
    Hope this helps you.
    SmanS

  • Regarding Goods issue date and order date.

    Hi All,
    Could you please tell me from where we can fetch Goods issue date and Order date.
    Waiting for your reply.

    Preeti,
    Goods issue date/order date of what ?
    Goods can be issued in a number of ways, in reference to many types of documents.  In each case, the GI date and order date are found in different places.
    Please elaborate your request.
    Best Regards,
    DB49

  • BAPI For Create Goods Issue for Sales order with picked quantity

    Hi friends,
            Is there any BAPI available to create Goods issue For sales order with picked quantity...............?
    we hv used BAPI_OUTB_DELIVERY_CREATE_SLS
    with sales order .......its creating delivery order but not doing goods issue with piked quantity........

    pls,reply its argent

  • Automating Goods Issue to PM Orders?

    Guys,
    do you know of any way of setting up automatic goods issue to PM orders?
    I.e. a background job that will post GI to PM orders once a day when stock is available?
    Regards,
    Kenneth

    Kind of, but not quite.
    I'll try to explain again:
    Our customer wants everything that is to be used today in PM orders to be goods issued automatically before workers start in the morning. So GI will be based on the requirement date and storage location. I.e. 7AM when workers start GI has already been done, and the picking lists/transfer orders are already lying on the printer.
    So we are looking for a program that can be run daily, potentially hourly, and can be scheduled in the background.
    Regards,
    Kenneth

Maybe you are looking for

  • Software Updates wont run - Error Message 1100

    Hi There Im trying to update my iMAC - 27" 2.66 i5 / 8GB RAM / OSCX 10.8 (12A269) when I try to run the App Store - check for updates - i get the following message: "The operation couldn't be completed. (NSURLErrorDomain error -1100.)" Ive tried rebo

  • Making a Form Look Nice

    I get how to make a form. Making one look nice is a different matter. Are there hot keys for making multiple text fields at once? Is there a way to select multiple text fields and resize them as a group so they all match in layout and positioning? Th

  • Green guidelines (when lining objects up / aligning) missing

    Hi, as title suggests I no longer get the green guidelines which show when the object I am moving is aligned with the bottom/top/middle etc of another object in my document.  Tried a couple of things in 'View' but hasn't seemed to solve the problem -

  • DW keeps crashing when editing document

    I just installed DW8 and have setup a remote server to edit a website. I open DW, it opens fine. But when I open a file on my remote server, as soon as I try to make an edit DW crashes. I thought about creating a new file to see if it would let me do

  • I cannot move music from my library to my ios device

    I cannot move music to my library on our computer to my iPhone.  I haven't done this in probably a year now but have always been able to in the past.  I can see my phone on itunes and can view the library of songs on my computer but when I go to move