Free Items with other costs !!

Hi
Can any one give me an idea to deal with the scenario of free PO if we have to pay octroi / freight / insurance etc
Thank You

Hi,
For free goods you can enter the Octroi/Entry tax, freight, Insurance at the Header conditions, System will not take at the item level as the Material is considered as Free goods.
At PO header level conditions system will consider these charges and will be applicable to complete PO not as single item.
rgds
Chidanand

Similar Messages

  • Free goods with other taxes

    Dear SAP Gurus,
    Can any one give me an idea to deal with the scenario of free  goods PO if we have to pay octroi / freight / insurance etc and incase of imported material ,DVD, Customs charges, frignt and other handling charges,
    please suggest me,

    hi
    For free goods with taxes make change in your pricing procedure make one negative condition of same value as pb00. so after calculating taxes and freight you can deduct the gross price . you you will be able to pay taxes but the cost of material will be zero.
    suppose price of free good is 100
    and tax is 12 % and freight 2%.
    then
    follow this.
    1 gross price - 100
    2 tax - 12 % of 1
    3 freight 2 % of 1
    4.add new condition
    negative gross price - 100% of 1.
    Regards,
    Vijay

  • SBO_SP_TransactionNotification, check status of open items with other sales

    Good morning,
    need help with a SQL to SBO_Transaction.
    I need to check the database (Table ORDR and RDR1) if there are items on other sales documents with the open status and must be for the same business partner of the document being entered.
    The scenario is, if a seller trying to include a sales document for a business partner of the same item that is already in another document of sale and that has not been met, the SAP can not allow.
    Includes the following SQL procedure SBO_TransactionNotification, but could not run at all.
    Does anyone know how to help me with this SQL?
    IF @object_type = '17' AND @transaction_type in ('A', 'U')
    BEGIN
    IF (SELECT COUNT (T0.DocEntry)
         FROM [dbo].[ORDR] T0 INNER JOIN [dbo].[RDR1] T1 On T0.DocEntry = T1.DocEntry
         where (T0.CardCode = @list_of_cols_val_tab_del AND
                     T1.ItemCode = @list_of_cols_val_tab_del AND
                     T1.LineStatus <> 'C') AND T0.DocEntry = @list_of_cols_val_tab_del) > 0
    BEGIN
         SET @error = 1
         SET @error_message = 'There items with open status in other documents of sale! Check!'
    END
    END
    When I change the values ​​with the code "@list_of_cols_val_tab_del" by inserting the values ​​of CardCode and ItemCode, can cause the SQL Server returns the correct value it should return in SBO_Transaction, the counter works, if there are open items for the same business partner , returns the counter value greater than zero of should give the message stopping the process, but within the SBO_Transaction SQL does not work.
    Thanks everyone!

    Hi,
    You may try:
    IF @object_type = '17' AND @transaction_type in ('A', 'U')
    BEGIN
    IF EXISTS (SELECT T0.DocEntry
         FROM dbo.ORDR T0 INNER JOIN dbo.RDR1 T1 On T0.DocEntry = T1.DocEntry
         where (T0.DocEntry = @list_of_cols_val_tab_del AND
                     T1.ItemCode IN (SELECT T2.ItemCode FROM RDR1 T2 INNER JOIN ORDR T3 ON T3.DocEntry = T2.DocEntry
              WHERE  T3.CardCode=T0.CardCode AND
                     T2.LineStatus = 'O' AND T0.DocEntry != @list_of_cols_val_tab_del))
    BEGIN
         SET @error = 17
         SET @error_message = 'There items with open status in other sale order! Check!'
    END
    END
    Thanks,
    Gordon

  • HT1689 In a household with one email address but 3 or more devices, we have trouble playing games like Gems, Draw Free etc. with other people. How can we solve this easily?

    In a household with multiple devices but one email address, we have problems playing games such as Draw Free, Gems, etc with others. What is the easiest solution?

    Each user should have their own icloud account, otherwise they end up getting the same emails, contacts, calendars, notes, reminders, etc. - usually not what you want.  But if all have been sharing the same itunes ID, keep it that way, you can have different IDs for itunes and icloud.
    If you already have another icloud account, and want to set it up on a device, then go to Settings>icloud, scroll to bottom of screen and tap Delete Account.  This only disconnects the device from that account, no data is lost on icloud.  Then enter the account ID that you want to use.
    To create a new icloud account, go to
    http://www.apple.com/icloud/setup/

  • If my home button or lock button is broke will apple fix it for free, even with other things wrong with it?

    if my home or lock button is broke, will apple fix it for free even if there are other things wrong with it?

    If it is still under warranty, Apple reserves the right to either repair or replace with comparable item...take it to an Apple genius bar, have them examine it and see what they decide to do.

  • Free PO with shipment costs from shipment cost document

    Hello,
    We have a scenario where materials is received free from vendor but shipments costs are still paid to the vendor.
    For shipment costs, we are creating inbound delivery against PO, then Inbound shipment and inbound shipment cost document.
    The requirement is that shipment costs should get updated in Moving avg price.
    But If I am marking Purchase order as Free,  shipment costs are also not getting updated during GR as system also considers shipments free of charge.
    Is there a way to handle this problem.
    We are creating GR through vl32n and not through MIGO.
    Regards
    Karan

    Hi,
    You can try this solution.
    1.Do not tick the free indicator
    2.Create a condition type for discount and put 100% discount for that condition.
    3.Create a condition type for shipment as a value (delivery cost) without accruals tick in the codition type(customizing).
    4.Enter the shipment cost for this condition.
    5.Set the pricing procedure in such a way that the gross price of the PO will not consider this shipment cost.Hence the gross price of the PO will be zero (Free of  cost) but the net price will consider the shipment cost.
    This shipment cost will get loaded on to inventory.
    As you have defined the shipment condition type as delivery cost condition type , you can change the vendor in details of the condtion if required.
    Cheers,
    Satish Purandare

  • Free Items with $0.00 price from Catalog

    Hello SRM Guru's,
    SRM 5.0, server 5.5, classic scenario.
    I have a requirement to create Purchase Orders for supplier catalog itms in SC with $0.00. Currently, I have a split order whereby item's with price greater than or equals to $0.01 creates purchase orders and items in the same SC with $0.00 create requisitions.
    I will like to know the procedure to create a single PO for a shopping with catalog items and pricing of $0.00.
    Regards,
    Wale

    Hi Wale,
    Uncheck IR (Invoice Receipt) indicator for all your zero-priced items before creating PO. You can do it in a BAdI. Refer to following thread:
    https://forums.sdn.sap.com/click.jspa?searchID=31448470&messageID=3166239
    Cheers,
    Serguei

  • Will iphone 6 T-mobile contract free work with other carries sim card or it is locked to T-Mobile?

    Can I use it in EU with their sim cards?

    tomastv wrote:
    Wouldn't it be easier to just write an answer than to say use search
    Wouldn't it be easier to search?

  • Items with  zero stock quantity show negative stock value in Stock reports

    When running Stock reports for controlling the stock value towards the GL accounts, some items appear with zero stock quantity, but the report still shows a stock value  (negative value in my case)
    How can this happen, and how can I correct this situation ?
    System parameters are :   negative stock is not allowed, Items with zero cost price not allowed. On item level average cost price method is used.
    P.K.Johnsen

    Hi Johnsen,
    I believe you have checked the" Manage Inventory by warehouse". I have noticed this issue in SAP B1 2005B but this is rectified in 2007B. The system behaves in this way as the system maintains item cost for the item for all warehouses and even if the stock is not present in the warehouse, the system would still show you a value for the same. Hope this helps. please search the forum. You'll find related threads.
    Thanks,
    Joseph

  • Shipment of Free Item alongwith Parent Item (STO,Warehouse Picking and PGI)

    Hi Experts,
    In Retail industries Vendor/Company promote offers to customer free items along with Saleable Product so increase footfalls and basket value. In case there is free item with parent item, PO will be created accordingly as free item. Is there any standard method so that for certain period while creating STO/Picking/PGI when we select Parent Item automatically Free Item should be added and picking document contains the free item to pick.

    Hi Vijay
    By changing storage location you could do b'coz the new storage location is not maintained with warehouse, hence no need to perform warehouse transactions (TO creation and confirmation) before inventory mgmt transactions (PGI).
    For trying pick up with WH, first u should have enough stocks in approppriate storage bins and u should perform pick up by creation of TO and confirmation.
    warm regards
    sairam akundi

  • Consignment Stock - Free Items - MM

    Dear All,
    Regarding consignment stock from vendor and handling free items with existing current stock.
    We have 100 pcs consignment stock from vendor A.
    As this stock issued time to time based on requirement and paid to vendor for the utilized quantity, now want to handle the below process.
    Consignment stock : 100 pcs.
    As per the vendor current offer - every 10 pcs 1 pc free. Now we have 100 pcs, so if we consider 90 pcs issued and rest 10 pcs as free - how to handle this in MM inventory and pay amount for 90 pcs only to vendor and remaining 10 pcs as free.
    PR - PO - GRN created for 100 pcs earlier.
    Please suggest the procedure to handle this in system.
    Regards,
    Syed Hussain.

    Solved..... submitted for FI verification.....

  • Free of Cost item with transportation charges

    Hi
    We have a new scenario in which we are importing some spare parts of the machine which have no value (free of cost). As we are importing the material some charges like custom duty and freight has to paid by us. Now the problem is when we are creating the purchase order and mark the line as free and enters the condition at the purchase order header, the system is not picking the charges at the time of invoicing.
    Can anyone has any idea how I could handle this? Is there is any other procedure for handling the scenario?
    Immediate response is helpful.

    Hi,
    While creating Po, check the check box for free goods...
    While doing MIRO, enter your all costs in planned delivery costs.
    Or
    1. Create a PO for free goods with Free goods delivery indicator on.
    2. Do goods receipt of free goods.
    3. Create MIRO without PO and debit the account of material with delivery cost.
    Note- Material tab is visiable in MIRO if you have activated direct posting to material account in SPRO.
    SPRO - > Mat Mgmt - > LIV -> Incoming Invoice -> Activate Direct Posting to G/L Accounts and Material Accounts
    Hope it helps.
    Uts
    Award if helpfull
    Edited by: utsa agr on Feb 23, 2009 1:37 AM

  • HT4539 I'm having problems with my iPad I downloaded I downloaded pro for two dollars and now when I try to download other apps in the app store it wAnts to kno my personal card info on free items and won't let me download items I already erase the I down

    I'm having problems with my iPad I downloaded I downloaded pro for two dollars and now when I try to download other apps in the app store it wAnts to kno my personal card info on free items and won't let me download items I already erase the I downloadeder pro but I don't kno way to do?

    Also, when I go on to safari, another alert pops up that safari cannot verify the identity of the website, anything that I type in to as common as google.com. It gives me 3 options to either cancel, look at details, and continue. I've looked at the details of the website of Google and it is legitimate the site. Any help?

  • 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,

  • Cost(vprs) of free goods with batch managment

    Dear Gurus,
    I have a problem ahout free goods with batch management.
    Cost(VPRS) is not accumulated in billing(free goods is not relevant for billing).
    My configurations are shown as below:
    Ordered goods (and batch) item category :zta1(copied from tan)
    Free goods (and batch) item category :zann (copied from tann) pricing:B ;not relevant for billing;dermination cost:X
    copy control(from delivery to billing):
    ztan: accumulation cost :X
    If I use the material without batch management,Cost of free goods(without batch) is accumulated to main item(ordered goods).
    So, what can I do?
    Thanks and Best Regards,
    Lykin Kan

    Hi,
    These notes are useful:
    SAP Note 1365939 - VPRS logic and Customizing settings in SD
    SAP Note 547570 - FAQ: VPRS in pricing
    If you have the problem in the transfer from SD conditions to CO-PA, check if you transfer only invoices to COPA, if you don't invoice the deliveries of free goods, then you don't transfer this 'sales' or costs of 'gifts' to COPA. You can check the customizing of COPA in tcode ORKE (IMG for COPA). SAP Note 74486 - INFO: Overview of consulting notes for CO-PA is a good summary about this issue.
    I hope this helps you
    Regards,
    Eduardo
    PD: I forgot SAP Note Number 33968 SD/CO-PA: Characteristics from sales doc tables
    Edited by: E_Hinojosa on Sep 10, 2010 9:44 AM

Maybe you are looking for

  • Disk space used much larger than actual files

    I noticed this morning that Terminal was giving a warning about running out of swap space, which I thought was odd, as /var/vm was only at around ~10GB, but later when I tried to install some updates, I noticed that it said I only had 1.8MB free on m

  • My aged MacBook pro won't light up. Now what?

    As stated: it's a MacBook Pro of roughly 2008 vintage. I've left it unused for a couple years, due mostly to my iPad acquisition. It was running OK when I last used it. Now, though I've recharged it and doned a Opt-Cmd-P-R reset, I get no screen ligh

  • Interactive pdf video full screen

    I am designing an interactive pdf with videos, I have the controller set to do full screen, but it isn't working? How do I fix this? I am using CS5.5

  • Why is Photoshop crashing when saving a TARGA file after a PSD

    I am a graphic designer and having a problem since the company I work for recently upgraded to CS5. Here's the workflow: 1. Open a RGB mode PSD template in Photoshop 2. Find imagery on the internet, through stock photo banks or google 3. Drag images

  • How to access report placeholder in format trigger

    How can i access the report placeholder inside the format trigger. I am trying to access it like :F_AMOUNT as i am seeing it in the object navigator but it is giving me error that it is bad bind variable.