Allocation of Empty Cylinder on Sales Order

Hello all,
I have this business scenario whereby the company requirement is as follows:
The company manufactures and sells gases. These gases are generally rented out to customers who pays monthly. The sale is recorded on a normal sales order OR,  2 line items are displayed, with the 1st line as the gas product and the 2nd as the empty cylinder.
Now the issue is, if a customer requires a new gas and does not have an empty to return, how will the business record the empty cylinder on a sales order? Presently they are using manual documents to capture information.
Please can anyone of you assist. Or suggest a solution.
Many Thanks
Pranzo

HI
Empty Cylinders - Returnable Packing material 
Use BOM concept
I didn't work on the above scenario may be you can try and also check the below link , it may or may not useful , so have a look below link
[Re: gas cylinder records |gas cylinder records;
[Re: Returnable packaging material  |Re: Returnable packaging material]
Regards,
Prasanna
Edited by: prasanna_sap on Feb 8, 2012 10:50 AM

Similar Messages

  • Product allocation error while creating a sales order

    Hi Gurus,
    My client is using the availability check against  product allocation functionality in sales order.while I am creating the sales order and entering the material system is throwing the error message product allocation XXX is invalid,after pressing the enter button system has thrown another error "incorrect index structure for table XMVERF_POS/000010" and unable to save the order.
    I have checked the material master and the product allocation is assigned in basic data 1 view,I have also checked the IMG settings it has maintained and assigned to infostructure.Please let me know is there any config settings are missing related to product allocation.
    Regards,
    hari challa.

    Please check if storage location is populated for the material. Also may be this material is a non-stock material and not relevant for storage location check.. If you have any non-stock items in your order and if you are populating the storage location in the order automatically, then this happens. Please check your code and bypass the check for non stock items.
    Hope this helps
    Regards
    Sai

  • Quantity allocation to the Purchase and Sales orders

    Hello!
    We are hitting an issue that the stock is being confirmed for Purchase Orders and Sales orders with delivery date in the future. We try to remove ATP quantities and make stock available for orders newly entered, but with short delivery time.
    What system does, it allocates it back after a moment. There is no rescheduling job for this plant.
    I have a funny impression that running CO09 the quantities are confirmed back to the orders- for some reason prioritising PO's...
    Did you have this situation before? is it normal? How to prevent the quantities to be allocated back to the orders with delivery date in 3 months agead for example?
    thanks a lot for help!
    cheers
    bea

    Hi Beata Iglewska ,
    I believe this is the SAP standard behavior if you have defined the Checking Group for Availability Check with cumulative, confirmed quantities assigned as 3. This is defined in transaction code OVZ2
    Hope this will help you.
    Thanks and Regards,
    Atul

  • Auto allocation or finished material against sales order for MTO

    Dear All
    By which T-code can we allocate the finish item in sales order from stock in unrestricted use.
    We follow MTO strategy for our finish material
    What is the best practise for such scenario.
    Thanks

    Hi Vikram,
    When you are fallowing MTO process there is no need of seperate transaction to allocate the finished products to the sales order.
    In MTO scenerio automatically the stock will be assigned to that perticuler sales order we you do goods reciept after production.
    I hope it will clear for you,
    Regards,
    Murali.

  • Automatic  allocation of stock into open sales order

    Hai All,
    I need assistent for the below requirement.
    Let me expalin tha scenorio
    For a particular material I am having 10 open orders i.e yet to be delivered.
    based on the open order only we procure material from outside. Problem is when I do the GR to my plant the system automatically allocates the quantity to open orders which i don't want. since it is a rare material i want to dopartial delvery.
    I dont know where to control this
    Kindly assist me in this regard
    Regards
    Saru

    you can do rescheduling or MB21 for allocation of mat to cust

  • MB24-5 SAP TRANSACTION - FIELD "SALES ORDER" EMPTY

    Hi Consultants,
    could you please have a look.... why the program under the transaction MB25 doesn't make the Sales Order to appear in the output. The standard program for MB24-25 is RM07RESL.
    Thankyou in Advance

    Dear,
    It is standard transaction and standard transactions you can say 100% error free.
    System will show sale order in respective field, if any production order created with reference to sale order. rest all reservation will have empty field of sale order.
    Thanks
    Muhammad Ashfaq

  • History - Incoming Sales Orders!

    hello,
    i load data from 2LIS_11_VAITM into BI. Now, i should historicize the changes of "Incoming Sales Orders" per month/year in my DSO "Incoming Sales Orders". I use BI 7.0
    The rules in my start-Routine of Transformation
    1. If a new Position(recordmode = empty) is insert,then map 1:1   
       Incoming Sales Order = netvalue of position.
    2. Change of a existing position
       in this case i get a Before-Image(recordmode = 'X') and a After-Image(recordmode =empty).
       Incoming Sales Order = Incoming Sales Order(actual month) + delta(value After-Image/value Before_Image)
    3. Delete position
    Incoming Sales Order = - Sum ( all booked values of the current position)
    Example:
    01.02.2008 a new position with value 1.000,00 was inserted.
    PSA:
    recordmode |Bel_|pos|date______|value
    _____''____|1000|10_|01.02.2008|1.000,-
    DSO:
    |Bel_|pos|0CALMONTH|netvalue
    |1000|10_|02.2008__| 1.000,-
    At 05.03.2008 the value raise to 1.200,-
    PSA:
    recordmode |Bel_|pos|date______|value
    ____'X'____|1000|10_|01.02.2008|1.000,-
    ____''_____|1000|10_|05.03.2008|1.200,-
    DSO:
    |Bel_|pos|0CALMONTH|netvalue
    |1000|10_|02.2008__| 1.000,-
    |1000|10_|03.2008__| 200,-
    In the same month(20.03.2008) the value raise again.
    PSA:
    recordmode |Bel_|pos|date______|value
    ____'X'____|1000|10_|05.03.2008|1.200,-
    ____''_____|1000|10_|20.03.2008|1.500,-
    DSO:
    |Bel_|pos|0CALMONTH|value
    |1000|10_|02.2008__|1.000,-
    |1000|10_|03.2008__|500,-
    At 10.04.2008 the position was deleted.
    PSA:
    recordmode |Bel_|pos|date______|value
    ____'R'____|1000|10_|10.04.2008|-1.500,-
    DSO
    |Bel_|pos|0CALMONTH|value
    |1000|10_|02.2008__|1.000,-
    |1000|10_|03.2008__|500,-
    |1000|10_|04.2008__|-1.500,-
    Could anyone help me to realize it.. I'm a absolut beginner in ABAP.
    regards sunny

    As already described above the KE4F does not solve the problem.
    The incompleteness check still shows missing segments, even if they have been created via KE4F.
    The only thing that resolves the problem at the moment is the manual change of each position, after KE4F with deleting the segment and creating a new one. But we have many orders with a high number of positions so the manual effort is much too high.

  • Payment methods on sales orders

    Dear all,
    In CRM 5.0, I've a problem with payment methods on my sales order (billing tab): the value list is not activated (is empty) in my sales order type whereas with a standard sales order it works. It seems it is because the field Tax destination country is not determined automatically. The BP used is the same in both cases, so it is not a problem of master data.
    I don't know what to change in my customizing as I've compared 2 sales order types and it is the same; For information we don't use neither tax determination nor billing, only pricing.
    Many thanks for your help
    Marjolaine

    Thank you Kumar,
    I've already managed entries for the corresponding country. The problem is the Tax destination country is not filled automatically when I select a BP with my sales order, but with standard SO it works. I don't know what custo is missing in the sales order to recover this value...
    Would you have an idea?
    Thanks in advance!
    Marjolaine

  • Schedule Line Date Showing in future in Sales Order though the Stock is available in system on same date

    Hello All,
    Good Morning,
    We have received an Incident where in the Sales Order during the ATP Check we do user is getting the future schedule line date in future as enclosed in the screen shot below. User has created the Sales Order on 12052014 for 7 line items. For the Line Item 7 the Stock is available in the system on same day but still after ATP Check the date is shown in future.
    I wan to replicate the scenario in Quality to find the exact bug to fix the Issue but not able to replicate for same customer and material i am getting the current date as confirmed delivery date. please guide me if you can share some inputs so that i can go in right direct and fix the issue.
    Please respond it is critical Issue.
    Thanks,
    Farhan.

    Hello All Experts,
    Many Thanks for all the Inputs you have given.
    Finally we have replicated the Issue in Quality 2 Days Back and Indeed it was great Achievement.
    Finally We have given to Abaper to debug it find the root cause.
    Let me summarise the actual Issue.
    Issue : Sales Order Schedule Line showing future date for the Materials which are having Product Allocation even though the Stock is available and Allocation Qty also available in the PA Master Data we maintained..
    We created one Sales Order for Line Item A and B. Line Item A is having Product Allocation. When we created Sales Order for both Line Item A and B we got Schedule Line Date as 13.06.2014. Then we Schedule the Re-Scheduling Job in V_V2 and check the effect. For Line Item A the Schedule Line Date got changed to 01.07.2014 and Line Item B it was same as before.
    Would like to know is there any config setting at Schedule Line Level we have missed just want to cross check if there is any or something in Product Allocation Configuration.
    Please refer screen shots below for more details of Sales Order before and after effect in Re-Scheduling.
    Please provide your inputs on this.
    Thanks,
    Farhan.

  • Payment methods do not appear in Sales order

    Dear all,
    I've a problem with payment methods on my sales order (billing tab): the value list is not activated (is empty) in my sales order type whereas with a standard sales order it works. It seems it is because the field Tax destination country is not determined automatically. The BP used is the same in both cases, so it is not a problem of master data.
    I don't know what to change in my customizing as I've compared 2 sales order types and it is the same; For information we don't use neither tax determination nor billing, only pricing.
    Many thanks for your help
    Marjolaine

    I've found the solution: It is necessary to manage ship-to party in partner procedure, this is the role that determines the tax determination country.

  • Update quantity in sales order by 'BAPI_SALESORDER_CHANGE'

    I am trying to use the 'BAPI_SALESORDER_CHANGE' to change a sales order. I have to add a line item for empties in the sales order. the line gets sucessfully added but the quantity is not gettign updated.
    I have tried all the fields of table ITEM_IN (target_qty COMP_QUANT RNDDLV_QTY) and set the flag for the corresponding in item_in as 'X' but still the order quantity field in sales order remains empty. How can I add the value in order quantity.

    Hi,
    Have you tried using the BAPI table SCHEDULE_LINES? This should work. Just add one line to this table for the required quantity.
    Hope this helps,
    Sumant.

  • SAP SD COOIS SALES ORDER

    Hi everyone, first of all thanks for reading the post.
    I have one doubt, my team have a UI made with ABAP to create some files from a .txt, the file that regard SD is a SALES ORDER.
    Testing the UI the SALES ORDER was created, but when tyring to verify the process, we realize that with COOIS transaction  report, there is no SALES ORDER, eventho with VA02 , VA03 we can actually see the SALES ORDER
    Hope any of you could help with the problem
    Thanks to all

    Hi everyone, we have just found the problem! still, we are not sure how to fix it. Now we think its neither SD or MM issue, so if any SD could tell me if its a SD problem or not so i can close the thread.
    Here is the update:
    We use a ABAP to create files from a .txt generated by other program, metrics. along the files we have production order and sales order.
    but now the user want to use COOIS and use the sales order as a search method. But here is the problem, the production orders are created but the field (Sales Order) is empty. The Sales order are created as well. 
    But once in COOIS, we cant use the sales order as a search method since the production orders are not linked to the sales order. The ABAP use CO02 to create the production orders.
    Is there any way, even if its manually, to link the production order to the sales order?
    Thanks a lot to all

  • Partial allocation against sale order during allocation run

    Hi Experts..
    How to do allocation run for partial quantity against to the particular AFS sale order while doing allocation run process in J3AT.
    Example :
    I have sale order stock 10 qty. but I want to do allocation run for 5 qty. So that I can make partial delivery for this 5 qty alone. So please suggest me how to do partial allocation run.
    Thanks in advance
    Regds
    Prabakar

    Hi,
    You can try TCode V.00
    This transaction when executed will give you the list of all the sales documents blocked for delivery per sales organization. There are various other criteria which might be useful. This transaction will allow you to edit each sales document.
    If this is not the one that you want, then perhaps you might have to develop one.
    Thanks
    Mukund S

  • MTS material Stock Allocation against Sale Order

    Hi,
    I have a requirment, While creating an sale order for a MTS material the stock from Unrestricted should be allocated to that sale order stock.
    Expecting a solution,
    Thanks and regards,
    Mahi

    Hi Lakshmipathi,
    U r right the scenario is the same as u mentioned. But my requirment is that while creating a sale order for an MTS material the allocated stock should me posted into that sale order stock.  i.e. similar to the stock allocation happening while creating an order for MTO material.
    Hope u can understand my requirment.
    Regards,
    Mahi

  • AFS ARun: sales order not been selected for the allocation run.

    Hi,
    I am setting up the Purchase-to-Order (similar to Indiv PO item sales order) Process for SAP AFS.
    When doing the Allocation Run (trx J3AT) after Goods receipt of Sales order stock, I get an error that ARun terminated because no requirements were selected. The delivery check report (/AFS/LIEF_CHECK) indicates that the sales order has not been selected for the allocation run.
    For this process, I have set-up an Allocation type with
    1.     Requirement selection that does not exclude MTO/PTO orders
    2.     Set-up stock selection which includes physical stock type for MTO/PTO orders to the customer special stock MSKA with the segment KALAB.
    Can someone suggest what I may have missed?
    Regards,
    PD

    Hi Pankaj, I have same exact issue. How did you fix this ?
    Thanks,
    Mahesh

Maybe you are looking for

  • How to get year,month,date from a Date object?

    thanks

  • Free goods accounting

    dear all, We are facing one problem in free goods scenario. i.e: higher level line item is a sale and values are passing to accounts.but free goods for the higher level line item is not a sale it s issued as free. now question is whether free good it

  • Behringer 502 Mixer

    I would love it if someone could provide detailed instructions on how to hook this analog mixer to my Mac Book Pro and use it on Logic. I want to be able to monitor the sound from my computer and the sound from my mic and also record using my mic, an

  • Problem running Windows Live Messenger on Nokia N9...

    Recently I upgraded my FW to 21.0.016 and since than I can't run Windows Live Messenger "for security reasons". Does anyone has an idea how to solve this? Thanks, Shahar.

  • Email:CL_DOCUMENT_BCS= CREATE_DOCUMENT

    Hi, While using FM "SO_NEW_DOCUMENT_ATT_SEND_API1" we have an option to desgin email body using HTML by assiging SOPCKLSTI1-DOC_TYPE = 'HTML'   ( Packing list-Code for document class) & filing SOLISTI1-LINE = HTML tags. How could we do the same, I me