PO Free Items inquiry

Hello Experts,
In transaction OMET, we can force buyers to create Purchase Order with ref. to a Pur. Req., Quotation or Pur. Ord.
then we  assign the parameter 'EFB' in transaction SU01. How about for 'Free Item', is there any way we can process the line items that are Free without reference to a PR if the user has 'EFB' ?
Thank you.
Edited by: jeromejerome on Sep 7, 2011 11:28 AM

Padmasri G wrote:
Hi,
> If you want to create PO for free items in bulk can go with LSMW or BAPI. In OMET it is not possible. Ihope it works. Thanks
Hello Padmasri,
Thank you for your quick response.
We are just using ME21N for PO creation, then if the user creates a Free item PO w/o ref.
error message 'You have no authorization to create without reference to another document' as it is because of the 'EFB' in user parameter.
We are just thinking if this authorization can be bypass or simply remove the 'EFB' in user paremeter and create a custom  authorization using a BADI.
Thanks!

Similar Messages

  • Free goods-more than one material as a free item in sales order

    Hi,
    We have a requirement for our client in free goods scenario in which the client wants to give more than one material(2or3 etc) as a free item in the sales order.I have already explored the slaes BOM functionality,anyother suggestions other than Sales BOM will be of great help to me.
    Thanks

    Hi Sam,
    Check out my [post|Re: Free goods process requirement] wherein I had the same problem once upon a time.
    We tried all possible things, however concluded that through std SAP functionality the same is not possible.
    FYI:  Free Goods doesnt support BOM, Sub items, Product selection. etc.
    Regards,
    Amit
    Edited by: Amit Iyer on May 12, 2011 3:01 PM

  • Free Item in PO

    Hi all,
    I have a requirement to fetch all the line items in PO that are checked as FREE, in an ALV report. I am unable to find the Free item field in any of the tables. Could you please help me in getting that field.
    Regards
    Hemanth

    Hi,
    I am not sure if the free item field is available in the PO tables. It is determined dynamically at runtime, however the below function module can help you to check whether the line item is marked free or not.
    i hope this will be useful.
    Free item determination
    CLEAR : ebeln.
    MOVE it_output-ebeln TO ebeln.
    CALL FUNCTION 'ME_PO_CHANGE'
    EXPORTING
    purchaseorder = ebeln
    TABLES
    return = return
    poitem = poitem
    poitemx = poitemx.
    READ TABLE poitem WITH KEY po_item = it_output-ebelp.
    IF sy-subrc = 0.
    IF poitem-free_item = 'X' AND it_ekpo-elikz = 'X'.
    CONTINUE.
    ELSEIF poitem-free_item = 'X' AND it_ekpo-elikz = 'X'
    AND it_ekpo-wepos = 'X'.
    CONTINUE.
    ENDIF.
    ENDIF.
    regards
    Rajesh V

  • Free item reference document number not populated in MIGO item screen

    Hi
    I have a requirement where in I would need to populate the reference document number in the MIGO item when I am cancelling a goods receipt in case of free items.
    In standard SAP system we know that it would only be populated when GRbased IV is ticked in PO but in free item PO this is not ticked . So was enquiring if any body knows how we could populate the reference document number at GR cancellation in MIGO item level for free items .

    Hi,
    If you mean the field MSEG-SMBLN, then it is always populated at cancellation, no matter the GR-based IV flag.
    BR
    Raf

  • Free items in automatically created POs

    Hello gurus,
    we would like to create POs automatically using MRP. The problem is that some of the materials are always free goods.
    So if I created the PO manually, i would tick the free item checkbox. Can this be done automatically?
    Thanks
    Alicia

    Hi,
    yes , it is possible to get the free goods indicator automatically,
    ask your ABAPer to develop a program to get the indicator automatically wrt to the document type,
    related check box field is " UMSON " in the table EKPO,
    here is the code, which may be helpful to you,
    DATA: WA_EKPO TYPE BEKPO.
    *TABLES ekko.
    Making Free Item Checkbox Mandatory for IMF Doc. Type
    IF SY-TCODE EQ 'ME21N'.
    IF I_CEKKO-BSART EQ 'IMF'.
    READ TABLE IT_BEKPO INTO WA_EKPO WITH KEY UMSON = ' '
                                              EBELN = ' '.
    IF SY-SUBRC EQ 0.
    MESSAGE E033(ZMEG) WITH WA_EKPO-EBELP.
    ENDIF.
    ELSEIF I_CEKKO-BSART EQ 'IM'.
    READ TABLE IT_BEKPO INTO WA_EKPO WITH KEY UMSON = 'X'
                                              EBELN = ' '.
    IF SY-SUBRC EQ 0.
    MESSAGE E034(ZMEG) WITH WA_EKPO-EBELP.
    ENDIF.
    ENDIF.
    ENDIF.
    rgds
    Edited by: lakshmi reddy on Mar 2, 2010 12:22 PM

  • Unrestricted sharing of free* items from iTunes Store

    We are trying to find a legal but convenient way of managing our family iTunes purchases and sharing.
    We are just beginning to use iTunes on a couple of new Macs, three iPads or iPod Touch devices and two old PC's.
    We have a home Wi-Fi network with a network drive, where we can store items to be shared.
    The children in a few years will move out and will take their music, e-books, etc. with them.
    Our Internet connection is slow we would like to avoid downloading the same free item from the iTunes Store to libraries associated with different Apple ID's.
    We want everybody to eventually have his/her own copy of our home videos and voice memos recorded on portable devices, which can be further shared without any restrictions.
    I understand that some of the rules that Apple set for iTunes users are as follows.
    1. Every item purchased from iTunes Store is marked with the ownership information i.e. information about of the account it was purchased from. (The account is identified at any given time by a unique Apple ID.)
    2. The ownership information on an item can not be changed, i.e. I cannot give an item to somebody else, declining to use it any more, and transferring the item to that person's iTunes library associated with that person's iTunes account.
    Question 1: Are the statements 1 and 2 above correct and precise?
    Question 2: Does the same apply to free items (iTunes U, e-books, iPod/iPad apps) from the iTunes store? (it is painful to download the same free item to different accounts over a slow Internet connection.)
    Question 3. Does the same apply to music imported into iTunes from a CD?
    Question 4: Is it true that in order to allow the kids to take their items with them when they move out, one has to make sure that the items
    have been purchased from iTunes accounts associated with their own Apple ID's and placed in their separate iTunes libraries?
    Question 5: If I add our home videos and voice memos to my iTunes Library associated with my iTunes account, and do not retain other copies, will it be possible to copy such items to libraries associated with other Apple ID's without any restrictions? Will it be possible to extract such items from iTunes?
    Question 6: As long as we are using the same Wi-Fi, can we share music, video,  ebooks from libraries associated with different Apple ID's? I believe so, but please confirm. What are the restrictions? Is it helpful to place an iTunes library on a network drive?
    Question 7: I believe the same iTunes library can contain items purchased through different iTunes accounts; also there can be multiple iTunes libraries associated with the same iTunes account. Are such options useful and would they help in managing family purchases and sharing?
    Question 8. I noticed that a portable device can sync (download) items from only one library. Different persons have apps and music from different libraries associated with their own Apple ID's. We would like them to have also on their portable devices the same free e-books and home videos or voice memos. Do we have to copy such free e-books and voice memos to all the different libraries?
    These must be questions many familes ask, but I could not find a precise and comprehensive answer despite browsing the web for several days.
    Could you please help?

    No. It said nothing about authorizing a computer. I only have one I-Pod and one computer with my library on it. I have listened to these 4 songs for over one year on my p/c and I-Pod. This is a new one to me. These 4 songs still show up in my "purchased" section of my I-tunes but I cannot play them and they will not
    copy to my I-Pod. I see where I can repurchase these songs at the I-tunes store, but don't want to pay for them twice. What do you think is going on? Thanks.

  • Calculation of sales tax for free item

    Dear SAP B1 Experts
    I have query regarding sales tax calculation for free item .
    For EG.  I have two item for sales (A = 1000,  B = 100)   Sales tax is VAT4%
    But when i am doing sales, i am selling B for free of cost with A for Rs 1000/- 
    here my tax calculation is (1000 *4%)  = 1040/-
    but as per the govt sales tax rule, we are liable to pay the tax for free item as well
    So I this case, In SAP B1 how we will calculate the tax 4% for free item  .
    Please help me.
    Thanks

    i have checked, its working okay, but
    in Invoice print out unit price and line total is showing for free item.  How i make the unite price 0 .
    Tax only calculation is based on the Line total and the line total is based on the unit price.
    in that case when i give the invoice to the customer.
    It should show like this
    Item A       100   * 10         1000
      "    B           0   * 1              00
                                             1000
    4% tax                               44
    Doc Total             =           1044
    thanks
    Regards

  • Free item contained saleorder showing  openorder after released to accounts

    Dear Consultants,
                           Created a sale order with normal item with free offer.Free Item category is TANN.After the sale order is created
      and saw the overall status in va02 it is open.It is OK.
          If i do delivery for the sale order there is no problem in saving.Delivery number is generated.
    Now if check the open sale order in VA05N it is showing this order in open.(Now in VA02 if i check the overall status of the items normal item is showing status complete but free item is showing Overall status as being processed.
    When this problem  is raised open orders ratio is increasing in VA05N.
    Pl show me a solution at the earliest.Useful answer is awarded without fail.
    This is an immediate requirement.
    Edited by: akdevavarapu on Jun 25, 2010 6:27 AM

    Hi,
    Check if you have userexits running that handle the data of status, for instance, USEREXIT_MOVE_FIELD_TO_VBEPKOM
    in the include MV45AFZB or FORM USEREXIT_MOVE_FIELD_TO_VBEP in include MV45AFZZ.
    I hope this helps you
    Regards
    Eduardo

  • HT201359 i have a problems while purchasing or download a free item in apps store or itunes, it said that you have a problems with previous purchase, it also said that my payment method was decline.,..

    i have a problems while purchasing or download a free item in apps store or itunes, it said that you have a problems with previous purchase, it also said that my payment method was decline.,..

    Hi shldr2thewheel,
         it has been a while since we have last spoke, I would like to let you know, I am still working on getting used to the switch from windows to a Mac/Apple system. I do have a new question for you, I did purchase In Design CS5.5 through journeyed.com through Cuyahoga Community College of which I attend as a student, is there a way to purchase an online book through iTunes to learn that as well? Also, you know me, the struggling student, I would also, when and if the book can be purchased through the iTunes, would need to know if you do know of a much easier book for struggling students like myself and at a reasonable price as well for the In Design CS5.5 program. Our campus bookstore had closed early, and, so did the colleges library and our local library here where I do live, so, I cannot go to either place to purchase a book or to take out a book, plus cash funds are low at this moment as well but, I do have money left on the iTunes account to use, if it can be used. So, can it be used, the iTunes money, towards finding a low priced online book? I am in great need of assistance as I have a project due for my one course for this Tuesday, September 4, 2012.
    Sincerely in need of help once again,
    Kim

  • Migration of PO with "free item" indicator not working (BAPI_PO_CREATE1)

    Hi experts,
    we are using the BAPI_PO_CREATE1 to migrate POs. However, when we try to create a line item with a price of 0.0  and a "free item" indicator, the PO is created with a price and without the "free item" indicator (price seems to be coming from source list).
    Did anyone run into this problem before with BAPI_PO_CREATE1?
    Thanks!

    Hi
    I suggest you not to use any price in the field
    POITEM - NET_PRICE & donot flag the same in POITEMX
    & flag the field POITEM - FREE_ITEM & also check the same in POITEMX
    I have tested this & it works fine.
    Thanks & Regards
    Kishore

  • To check the Free item check box in PO number

    Hi All,
    In the Purchase Order at line item level we have the check box Free item to make Material qty as 0.
    Here my requirement is, to check the check box automatically when the order is created from ME58 transaction for particular vendor. When i checked the fields its showing UMSON but no where its storing the value in the database.
    Please suggest me any user exit or BADI for checking this check box by defualt. Please let me know if any table which holds this value.
    Thanks in advance..
    Regards,
    Sreekala

    hi,
    you can find the chnages made by selecting the condition type and going for the header menu environment--->Header changes.
    this will show the changes made at the header level.
    Regards,
    velu

  • Free item tick automataclly in PO

    Dear Members,
    I have some problem while creating PO. When i am creating the PO "Free Item" indicator is automatically tick.When i uncheck the tick it is showing me the condition tab but when i save the PO again free item indicator is automatically  checked.
    Please suggest where the actual problem is.
    Regards,
    Umesh

    Hi,
    Check if this is because of some USER Exits which are activate for other reasons.
    OR
    If this problem you are facing with some vendors only then check that for particular vendor some plant is assign in vendor master that's may be reason po treating as stock transfer order.
    Thanks..

  • Sales Order Free item and Credit Limit Checking

    Hiii Guys,
    need your help,
    How to release Sales Order free item when credit limit exceeded ?
    Here some info :
    Customer : ABC
    Credit limit : 50,000.00
    Credit Exposure : 52,000.00
    Risk Category : 003 High Risk
    My user want to create sales order for free item for customer ABC, the customer abc credit limit already exceeded .and the item in sales order not contain any value, it should past the sales order creation. how to allow Free item past the credit limit checking ?

    To reslove this issue,
    I. you can create a new sales order type. for which you make the credit control de-active.
    2. If you can't create a new order type and this cotrol should happen at item category level.
    then try config at the IMG>Sales & Distribution>Basic function>creditmanagement>credit management/riskmanagement setting>Determine Active Receivables Per Item Category.
    Regards/Rakesh Jindal

  • Remove Free Item Check box in PO

    Hi,
    By mistake I have checked the free item check box in the PO, I have done goods receipt for this PO. Now I want to remove this check box in the PO and post the invoice. Please help me.
    Thx

    Hi
    You cannot post the Invoice, since the GRN is posted with ZERO price.
    Reverse the GRN first.
    Modify the PO, Untick the free goods indicator
    And then Post the GRN & Invoice
    Regards
    Prasanna

  • Excise problem in case of free items

    Hello,
    My user is having following issue.
    Vendor has sent 3 items, out of which one is free sample. But on that excise has to b paid by us (which is approx 3000rs). So when user is trying 2 do GR, first 2 items dont hav any problem, but after checking  ITEM OK tab in case of 3rd item(which is free sample), system shows run time error (A value does not fit in a calculation field.)
    What may b the remedy for it. How 2 handle this?
    Thanks.
    Edited by: sapsarang on Oct 29, 2009 6:24 AM

    First if you don't want to take credit of the free sample then follow the below procedure:
    1. Do the GRN for all the three item and for the free item in the excise tab at the item level select the material as non cenvatable. Just remember to add base value of the item
    2.  If you want to capture the Part1 entry then just do the normal transaction and while posting the excise with J1IEX just remove the excise duties for the free item.
    3. For paying the vendor the excise amount, just do subsequent debit in the MIRO and in the details tab add in the unplanned delivery cost the amount that you want to pay for the excise duties
    Second case if you want to take credit of the duties:
    1. Do the Normal GRN process, add the base value and excise values for the free item.
    2. Post the Excise duites with J1iEX.
    3. The with the account entry you can settle the excise payment
    Hope this will help you
    Enjoyyyyyyyyyyy
    Akshit

Maybe you are looking for