Sales order automatically

Hiiii,
How can i create sales order automatically ,, for example once i create sales order i want to create the same order with the same data in the same time , how can i do that ?
Thanks

Hi,
There is no such functionality available in SAP. What you can do with the standard functionlaity is to create another sales order with reference to your manually created sales order. Then you have indentical sales orders. But this is not automatic. You need only copy control settings between same order type.
If you want to automate this, you have to build the same functionality (Create a sales order with reference to another order) with below include / user exit.
Include - MV45AFZZ
User Exit - USEREXIT_SAVE_DOCUMENT_PREPARE
What you need to do is ask your ABAP developer to call same functionality when the first order is saved. Then you can create another order autonatically..
Best regards,
Simon

Similar Messages

  • How to create sales order Automatically with reference to contract?

    how to create sales order automatically through batch or online? can anyone please suggest what needs to be change in SAPMV45A program?

    Hi,
    Wt am able to understand from the above question is, you want to create automatic sales order against contract on a day to day basis by doing batch program, hope am wright.
    See you can do it in two ways.
    1. By using BDC, in SHDB T code record how exactly you will do transaction and then give it to your abaper rest he will do. he will write a program and he will schedule that program every day night.
    2. By using BAPI. Just check in there are many threads are there which gives sales order bapi. Tell your abaper to map that bapi and tell them to schedule back ground job.
    Hope this will help out in solving your problem.
    Regards,
    Nagesh

  • Billing tab of BP are not populated in the sales order automatically

    Hi
    Business Partners Billing Tab details like customer pricing procedure, currency, price group, Customer group etc are not populated in the Sales order automatically?
    I have checked the pricing procedure determination also.
    Thanks

    Thanks problem is solved.

  • How to block sales orders automatically if an invoice is overdue

    Hi,
    I want to block all new sales orders automatically if the customer has got an overdue invoice. how can i do that?

    You can do through credit managemet. through OVA8 setting you can set "max xopen item%" and "nos. of days" field  & "days oldest item". Third field i.e "days oldest item" will restrict Number of days the oldest open item can be overdue and  hence it will block sales order.

  • Sales order - automatic creation of purchase requisition - cost assignment

    Hi
    When the sales order is released, we have an automatic creation of Purchase requisation. We have given "internal order" as the cost obect in the sales order. But when the system has created automatic purchase requisition, it has not picked internal order. What could be the reason?
    Thank you for the help.
    Thanks
    Ram

    Hi
    I feel that it is abug in the development you have carried out for creation of Purchase requisition when a sales order is relased,
    Please check the enhancement, you need to pass the values to the correct table after derivation.
    Thanks & Regards
    Kishore

  • Sales order - automatic creation of purchase requisition - CO assignment

    Hi
    When the sales order is released, we have an automatic creation of Purchase requisation. We have given "internal order" as the cost obect in the sales order. But when the system has created automatic purchase requisition, it has not picked internal order. What could be the reason?
    Thank you for the help.
    Thanks
    Ram

    Hi
    I feel that it is abug in the development you have carried out for creation of Purchase requisition when a sales order is relased,
    Please check the enhancement, you need to pass the values to the correct table after derivation.
    Thanks & Regards
    Kishore

  • Based On E-Mail Sales order automatically Created

    Hi,
    Customer will send the Email to Client for his / Her Sales Order (PO Order from Customer Side ) once client will get the Email from customer side, system will generate the popup Menu in that system has to show Details what customer wants with Accept for Sale order, check before Sales order confirmation ( Details ) & Reject
    Once Accept the sales order system will automatically create a sales order and in that same customer mail system will send the Sales order confirmation O/P
    Is it possible to Map  into SAP?
    If yes Please Guide me How to Map into SAP
    Regards,
    Prasanna

    Hi,
    You may configure an Inbound Idoc with sales order details like customer, material, quantity and expected delivery date, etc.
    Since it is a third party system, you will have to map the fields and determine how it will be populated.
    After that you may create sales order using BAPI_SALESORDER_CREATEFROMDATA or BAPI_SALESORDER_CREATEFROMDAT1.
    Regards,
    Amit

  • RENN item not flowing in return sales order automatically

    Hi all,
    When i add RENN in item category proposal for copy control of billing doc to sales doc(YDRE to YDF2) where YDRE is return and YDF2 is outbound billing. So when I create a return order with reference to invoice will the free good item flow automatically in the return sales order or is there any other configuration???

    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.

  • Block the Material at Item level in Sales Order automatically for delivery

    Hi!
    My business scenario needs a material to be Ckecked for Inspection after raising the Sales Order by thirdparty person. So, I need to block that particular material at Item level automatically for delivery and rest of the line items can get delivered. I can do this by selecting the reason for Block at Item level manually, but I want the system to get detemine this block. And one more thing is that there is NO Quality Management module for this. So, let me know what I need to configure for this effect.   Thank you.....

    hi,
    pl check the user exit " userexit_save_document_prepare" or "userexit_save_document".
    Take the help of your abaper to see if the logic written here can affect the item level block in the sales order for inspection. Create new reason for the item level block and have it triggered with this exit. Instead of hard coding which might require regular intervention of abaper for code changes for the business to be able to manage it, maintain a master data in the material master against some field with a key.
    now use that key to identify if these materials require to be blocked at the sales order level for inspection. To release this item again the user has to go in VA02 mode to release the block. Let this be done after the inspection of that material.
    regards
    sadhu kishore

  • Sales order -  automatic creation of purchase order - problem on Credit Che

    Hello,
    We have a problem in sales order.
    For one item, we have an automatic creation of Purchase requisation, but we have to give manually the price in the purchase requisition.
    The problem is when we have give the price, the automatic credit check is executed, and the purchase requisition is not created if we block on this credit check.
    When the credit controller, released the Sales order (VKM1), the purchase is not created automatically because the field for the price in purchase requisition is empty and required.
    And when we come back to the sales order, we need to fill the value and the credit check is running a new time. .....
    and we have a loop.
    I have check in OSS Notes, and I not find a solution.
    How can we solve this problem
    Regards
    Jean-Claude Onderbeke

    Hello Buddi,
    It's impossible to change the price in PO, because the PO is not created.
    The problem is on the creation on the PR in the Sales Order.
    I'm not able to create the Purchase Requisition due to Credit Check, and I'm not able to make an automatic credit check because the value price in the PR is not filled automaticaly, and it's required.
    It's a loop known by SAP, but not solve.
    I hope that someone has found a solution to this strange behaviour.
    Regards
    Jean-Claude

  • Route is notcoming in the sales order automatically

    hi gurus
    my qt is when i did route determination in spro each and everything in the config. When am testing in the sales order the route is not coming autocmatically.  The route  I  defined in the route determination it is taking manually.  can any one know  what could be the reason
    thanks in advance

    hi nag,
    pl. follow this simple steps to determine the route automatically.
    1. define the routes and stages. (from which place to place u r sending the goods).
    it is under IMG=LOGISTIC EXECUTION=SHIPPING AND TRANSPORTATION= BASIC SHIPPING FUNCTIONS= ROUTES= DEFINE ROUTES AND STAGES.
    2. define the tranportation zones. (under same menu under route determination).
    3. define the transportation groups.
    4. maintain transporation zone for ur country and shipping point.
    5. assign storage conditions to ur plant shipping pointstorage location - it is for to determine the storage location automatically while delivery screen appears.
    SHIPPING POINT DETERMINATION: in easy steps.
    1.define shipping conditions.
    2.define loading groups.
    3. assign shipping conditions plantloading groups+ shipping point+manual shipping point.
    here u issue would resolved definetely.
    pl. reward points if it is useful.
    regards
    KR

  • Create Business partner and Sales order automatic based on Excel file

    Hello everyone,
    Can anyone help me with the following.
    I need to create automatic Business partner master data and the Sales order in Business One based on the input list from one Excel file.
    Before the new automatic Sales order should to be created  the system need to create first the BP and then the Sales order using the new created BP.
    Is it possible to use some tools like CATT or LSMW for this reason.
    If yes can you please help me with a sample/
    Thanks and regards.

    use DTW (data transfer workbench ) or if you want to automate the entire thing, then an add-on using the DI is best.

  • Copy Credit Card details from customer master to Sales Order automatically

    Hi all,
    We would like to have the Credit Card information created in customer master to be copied in to the Sales order when we select the SP/SH..in the SO
    I request your input on how to set this...( as of now..we need to go to Header--> payment cards and then select)
    Note: customers do not have option of multiple cards .therefore the card info is defaulted in the Customer Master.
    Thanks you
    Ravi

    I could do it from the Header of Sales order

  • Change of Sales Order  automatically changes the purchase order

    Hi 
       I am working on a scenario where a  as soon as a sales order is created it will also create a purchase order on plant which will supply the item to the plant on which sales order is created.This works fine.
    Now when I change sales order( order qty ,requested delivery date, new item added) . On saving the sales order it should change the purchase order which has already been created by updating the schdule lines in the purchase order with new values from the sales order. It is all in same SAP instance.
    Here are possible ways I can think of:-
    1 Change of SO will create a SO IDOC . The SO IDOC should supply required values to the PO Idoc . The PO IDOC should get posted to SAP to change the existing PO.  Client does not have XI so we cant use XI for conversion.
    2 Changing a SO will trigger workflow.The Workflow executes ABAP program which takes data from SO and calls BAPI to change the purchase order and sends notification that PO has changed.   Which BAPI?
    Any thoughts are welcome. We are on 4.7 and we dont have XI. So please do not suggest XI based solution.
    Prashanta

    Prashanta,
    For your 2nd part of question, you can use 'BAPI_PO_CHANGE' to change the PO.
    Thanks

  • Automatic creation of Sales Order with reference to Purchase Order

    Hi
    I want to create the sales order automatically when we are creating the purchase order.
    kindly guide me how to do it,
    Pramod

    Hi
    U can create BDC for Tcode VA01 in T code SHDB with the validation and ask the ABAPer to create one Y/Z Tcode. Then you input the PO no in the Tcode to create the SO in background.
    Or
    Create BDC for PO AND SO and give logic and validation with input field and ask the ABAPer to crate one Y/Z Tcode to create PO and SO in single execute.
    Thx.

Maybe you are looking for