Ordered item to absorb the cost of the free goods

We have created an exclusive free goods agreement and we would like the ordered item to absorb the cost of the free goods.  In order to transfer the correct information to CO-PA from SD billing, what should we do? Can anybody explain briefly?

Hi Yasar,
we do the setting for this in copy controls from delivery to billing.
pl go to t.code VTFL, select the item which is required to abasorb the cost.
there you will find a check box " cummulate cost ". Tick it here, this will make the cost of the free item to be transferred to the main item. This can also be used even incase of BOM's.
regards
sadhu kishore

Similar Messages

  • Configuring requirement : ordered item to absorb cost of free goods

    Hello Friends,
    I need to configure this in SAP SD.
    The main item should accumulate the cost of the free goods.
    I have  set the cumulative indicator and deactivated pring for this item.
    Do i still need to configure the stock value for the free goods as cost free item? Or is this step only applicable for
    another scenario, like,
    If I were to activate Pricing such that free goods is displayed as subitem and VPRS configured as cost and discount set to 100%
    1. Set  Item category to TANN using FREE usage   AND
    2. use condition type RL00 with requirement 55.
    3. use pricing type B.
    regards
    Ravi

    Read this SAP help at http://help.sap.com/saphelp_47x200/helpdata/en/dd/55fa4e545a11d1a7020000e829fd11/frameset.htm and the topic Free Goods in Sales and Distribution Processing for details.
    Also go through each step of the configuration of the path at SPRO->Sales and distribution->basic functions->free goods.
    Regards,

  • How to realize the scenario of Inclusive Free Goods without Item Generation

    I include the condition type NRAB in my pricing procedure, but it shows me that this condition ignored(requirement 059 not fulfilled).
    why?

    Hi,
    Prerequisites
    In the free goods master record in the Free goods category field, select free goods category 3 (inclusive free goods without item generation).
    Follow the foll. procedure:
    In free goods master data maintenance, this new free goods type is dealt with in the same way as the inclusive free goods procedure described above.
    In order processing, you can not create order sub-items.
    For pricing in the main item, you need to create a discount. The standard system provides pricing procedure RVAA01 and condition type NRAB.
    Condition type NRAV is set up as follows:
    It does not determine a discount from a condition record. It uses condition basis formula 029 in the pricing procedure to determine a discount from the free goods factor.
    The condition receives the new pricing requirement 059 in the pricing procedure. This requirement checks whether free goods have already been determined.
    The condition type receives condition category f. This condition category ensures that the condition is redetermined every time the quantity is changed, since this can also mean a change to the free goods quantity.
    regards,
    Siddharth.

  • Error occurred in accounting - check the costing in the ERP system

    Hi Experts,
    i am experiencing error in cproject preliminary costing. please refer below error.
    i have the choosed the costing variant as ad hoc cost estimation in controlling for easy cost planning. i need to create a quotation from cproject.
    Please sugeest me what is missing?
    thanks in advance,
    Prabu
    Error occurred in accounting - check the costing in the ERP system
    Message no. DPR_FIN_GECCO026
    Diagnosis
    Errors occurred in costing in the ERP system.
    Procedure
    Check the costing log for costing in the ERP system:
    Call costing:
    If it is preliminary costing, the hyperlink for calling the ad hoc cost estimate can be found in the Costing view.
    If it is costing for an account assignment object (after transfer), the hyperlink for calling Easy Cost Planning can be found in the Services view.
    In costing, choose Revaluate All Items. The costing log is then generated with the error messages.
    Procedure for System Administration
    This message has the number DPR_FIN_GECCO026.

    Hi,
    Check the configuration.
    Create and Change Controlling Scenario
    Define Controlling Scenario
    Settings for Easy Cost Planning
    Assign Cost Elements and Activity Types
    Regards
    Ravindra

  • How to rerun the costing in the Billing document.

    Hi,
    I am working for an client who belongs to Cable Industry, we are capturing the costing in the sales order and pricing is based on the costing.
    We are capturing the pricing in Ek02, on this we are adding the profit margin.
    As Copper price is always changes in some cases client want to charge more or less the difference amount at the time of creating the invoice. The sales order may partially delivered and billed. In this case also client want to change the price.
    How can we incorporate the change of copper price in the billing document as i cannot run the costing once again in the sales order for the balanced quantity, and client want this calculation to be done by system itself during billing.And SAP has not given any provision to run the costing during billing document.
    Kinldy suggest how to proceed further.
    Thanks & Regards,
    Kumar.

    Hi,
    My client belong to cable industry, so copper becomes the major rawmaterial which changes daily.
    So, sometimes based on the customer request if the invoicing is done after 3 months from the date of sales order
    then we  need to update the price at the time of invoicing.
    In sales order we are running the costing and using the variant configuration Module in th project.
    And after production at the time of invoicing client is asking to put the changed prices (Ex. Copper, GI Wire and PVC component) for which prices will be announced by the LME.
    So, kindly suggest me how to re run the costing in the billing or is there any alternative to define separate condition types for Copper, GI Wire etc.
    Awaiting for your reply,
    Thanks & Regards,
    Tilak.

  • Reducing the Cost of the query by indexing.

    Hello,
    I have a query as under :
    SELECT T1_WO.WO_ID, T1_RW_MSG.RMSG_FN_ID, T1_RW_MSG.RMSG_PROD_CD, T1_RW_MSG.RMSG_OPRN_CD, T1_WO.WO_ENTRY_DT, T1_RW_MSG.RMSG_OUR_REF_NUM, T1_WO.WO_CURR_QUEUE, T1_WO.WO_PRIORITY, T1_WO.WO_STATUS_CD, T1_RW_MSG.RMSG_TRANS_MD, T1_RW_MSG.RMSG_SRC_TYP, T1_WO.WO_TYP_FLG, T1_WO.WO_DEQUEUE_DT, T1_RW_MSG.RMSG_BTCH_ID, T1_RW_MSG.RMSG_SEQ_NUM_IN_BTCH, T1_WO.WO_FRM_QUEUE , T1_WO.WO_ORIG_ENTRY_DT,T1_WO.WO_SRC_TYP, T1_RW_MSG.RMSG_TILIS_PROC_LOC FROM T1_RW_MSG, T1_WO WHERE ( T1_RW_MSG.RMSG_FN_ID = T1_WO.RMSG_FN_ID ) AND ( T1_WO.WO_TYP_FLG = 'R') AND ( ( T1_WO.WO_ERR_FLG = 'F' ) AND ( T1_WO.WO_BSY_FLG = 'F' ) AND (T1_WO.WO_CURR_QUEUE IN ('MUMBAISAP','CCD19SAP') OR (T1_WO.WO_CURR_QUEUE IN ('') AND T1_WO.WO_FRM_ROLE_INSTANCE = 'CCD19SAP') OR (T1_WO.WO_CURR_QUEUE IN ('') AND T1_WO.WO_FRM_ROLE_INSTANCE <> 'CCD19SAP')) )
    ORDER BY T1_WO.WO_PRIORITY DESC, T1_WO.WO_ENTRY_DT ASC;
    This query has an ORDER BY clause wherein two columns
    WO_PRIORITY DESC,WO_ENTRY_DT are used which are not indexed.
    These columns are not indexed.Now I try to reduce the cost of these query by indexing these columns WO_PRIORITY DESC,WO_ENTRY_DT.Will this reduce the cost of the query.
    Message was edited by:
    UdayM

    wrap your code in [code] and [/code] tags to preserve the formatting you will do to make it readable. You're unlikely to get much help if you make it hard to read.
    an example of code formatting:
    WITH t1_wo AS (SELECT 'a' wo_curr_queue from dual
                   UNION
                   SELECT to_char(null) from dual
                   UNION
                   SELECT '' from dual)
      SELECT *
      FROM t1_wo
      WHERE t1_wo.wo_curr_queue IN ('')Interestingly, that returns no rows, which makes me suspect that the sections of your query that include t1_wo.wo_curr_queue IN ('') will never work.

  • All of a sudden my desktop apps and files went missing.what is the cost of the problem

    all of a sudden, my desktop applications, (i mean the whole applications and files,document in my desktop), went missing .what could be the cost of the problem?

    all of a sudden, my desktop applications, (i mean the whole applications and files,document in my desktop), went missing .what could be the cost of the problem?

  • What is the cost of the display for ipad 4 in Germany?

    what is the cost of the display for ipad 4 in Germany?

    This is your only option in Germany for IPADS
    My iPad is not eligible for warranty service. What are my service options?
    Apple offers two service options for iPads that are not eligible for warranty service.
    Battery Replacement ServiceIf your iPad requires service only because the battery's ability to hold an electrical charge has diminished, please refer to the Battery Replacement Service information.
    Out-of-Warranty ServiceIf you own an iPad that is ineligible for warranty service but is eligible for Out-of-Warranty (OOW) Service, Apple will replace your iPad with an iPad that is new or equivalent to new in both performance and reliability for the Out-of-Warranty Service fee listed below.
    iPad model
    Out-of-Warranty Service Fee
    iPad mini
    200,90 €
    iPad, iPad 2,
    iPad mini 2
    250,90 €
    iPad 3rd, 4th generation,
    iPad Air, iPad mini 3
    300,90 €
    iPad Air 2
    380,90 €
    The Out-of-Warranty Service fee includes an 11,90 € shipping fee, which applies only if service is arranged through Apple and requires shipping. All fees are in euros and include VAT.Certain damage is ineligible for Out-of-Warranty service, including catastrophic damage, such as the device separating into multiple pieces, and inoperability caused by unauthorized modifications. However, an iPad that has failed due to contact with liquid may be eligible for Out-of-Warranty service.Apple reserves the right to determine whether or not your iPad is eligible for Out-of-Warranty service. Replacement iPads have a 90-day limited hardware warranty or assume the remainder of your standard warranty or AppleCare product coverage, whichever is longer. Please see theApple Repair Terms and Conditions for further details.Learn more about service for discontinued products.

  • Where is the cost of the icloud mentioned on the Apple websites?

    Where is the Cost of the icloud mentioned on the Apple websites?  How much is the monthly/annual fee for icloud? There is no Search in HELP either, just puts you in circles to sign up.

    The first 5GB is free.  Prices for storage upgrades above that are revealed by going to Settings>iCloud>Storage & Backup>Buy More Storage.

  • What is the cost of the 4th Generation IPad

    What is the cost of the new 4th Generation IPad?  I was told that the IPad Air is no longer available. Is that correct?
    What are the different sizes avvailable?What will it cost me to have the new 4th Generation IPad deliverd to South Africa?

    Check my response in your other thread.

  • TS1702 If I purchase an app from iTunes and it does not work or does not meet expectations, is there a way to be refunded the cost of the app?

    If I purchase an app from iTunes and it does not work properly or meet expectations, is there a way to receive refund for the cost of the app?

    First contact the Developer of the App...
    If no joy...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • HT5570 I got an error message when I tried to download a song and it didn't download but my account balance was lowered by the cost of the song.  What gives?

    I got an error message when I tried to download a song and it didn't download but my account balance was lowered by the cost of the song.  What gives?

    Apple has announced they are currently experiencing issues with iTunes store purchases... give it some time to clear up.

  • The codition type of free goods lost.

    We are facing a problem about the codition type of free goods.
    Our business flow is:
    1:customer order 100 DR material A from CRM.he entered the requited number in item 1.
    2:we transferred the order into r/3 system.and we define the free goods in r/3.the
    policy is that we give customer 1 dr free of charge when they buy 10 dr.
    3:when this order has been transferred into r/3,the system automatically add a line
    with 1 DR free of charge.
    4:in normal,in item 2,it will contain a condition type 'PR01' and 'NA00'.the 'PR01'
    is the price and the 'NA00' is the 100% discount.
    Nut Now the condition type 'PR01' and 'NA00' in item 2 lost.

    ANYONE KNOW THE REASON?

  • EBP - creating header pricing to Order and splitting the cost to the items

    Hello all,
    I need a "cookbook" to create header pricing in the Order automatically according to customer fields. The purpose is to add general costs to the items without user's intervention.
    I also need a "cookbook" to split these costs from the header to the items automatially, so each order item receive the relational cost.
    Any help would be appreciable
    Thanks
    Isaac

    Dear Poster
    Your thread has had no response since it's creation over
    1 year ago, therefore, I am closing the thread.
    Should the issue still be outstanding please create a new thread in the relevent forum.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • How to modify the cost  in the SBO item master?

    Hi,
    how to change the valuation method and cost of a item already created in SBO?
    Nandakumar

    Hi,
    to change the valuation method,
    you could use this function : inventory valuation method, under inventory module --> folder item management.
    you select the item and its current valuation method. After clicking okay, then the screen of changing valuation method will be displayed. you could change there, the old one to the new valuation method
    to change or modify item cost,
    A.
    1. define G/L decrease and increase account in  the COA
    2. set the accounts either in the item group or warehouse --> tab accounting --> G/L increase and G/L decrease fields.
    B.
    Open inventory module --> folder inventory transactions --> inventory revaluation. In this screen, you select the revaluation type and put new cost in the new cost column.
    let me know if you need more detail
    Rgds,

Maybe you are looking for

  • New hard drive and backing up

    I just purchased a new hard drive.  I currently use Time Machine to back everything up.  Can I use this clone my new drive or should I use another program.  Also my current drive has a partiton for Windows but it's not big enough.  I would like to in

  • Logical repositories for Document Archiving

    Hi. We are changing all our content repositories to Logical Repositories and it has worked 100% for data archiving objects. (No more re-customizing after a copy) But this does not seem to work for Document archiving. OAC3, field Cont.Rep.ID only sees

  • Universal Dock 'adapter' #14 and #15

    This is a bit esoteric but I have an Apple Universal Dock and it uses a little plastic adapter to match it up to each of the many versions of ipods and iphones. Each of the little white plastic adapters has a number code like 1 or 14 or 15 which maps

  • Automatic KANBAN quantity calculation requirement -reg

    Hi, As of now we enter  no.of KANBANS and KANBAN quantity  while creating control cycles for the material to be operated through KANBAN. The KANBAN quantity is decided at user level and updated  which is causing many discrepencies . the requirement i

  • Barcode Fonts not showing in BIP reports in PDF format in Siebel Remote

    Hi, We have successfully setup the PDf report with Barcode fonts in Siebel Web Clinet. Now we are trying to setup the report in Siebel Mobile clinet. We did the following tomake it work in mobile clinet. 1) Copied the font file i.e. .ttf file in C:\W