Standard function- create order from contract.

Hi Experts,
Is there any standard function module which create a followup sales order(TA) for sales contract (QCTR).
Regards,
Rahul

Hi,
   The release order means the PO item created with reference to the contract item. There can be multiple items in the PO in which some items can be with reference to contract - these items eventually becomes the release orders and other items can be without reference to contract.
   In short, you can add multiple items in PO where some items can be with reference to contract item and some are not. This is standard behavior.
Regards,
AKPT

Similar Messages

  • Creating release order from contract

    Hello
    I tried to create a relase order from contract. But it gave me the message
    "Partner XXXX is not authorized to release from the contract"
    In the customization of the contract type WK1 I have maintained the setting as A for the field check partner authorization.

    HI,
    Pl find solution on
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/55fdbb545a11d1a7020000e829fd11/content.htm
    Vrajesh

  • Error while creating order from notification

    Dear Experts,
    I am getting error (No material number transferred(Message no. M3752))  when creating order from R3 notification. the material number not copied from screen to VIQMEL. This is only in few times, not all times. when i debug this, in VIQMEL-FEKNZ = X(Error Records Exist).
    This is only for R3 notification. Also not in all times.
    What is the problem?

    Thanks, I am creating notification thru IW21. form IW22 i am creating order. while creating is gives above error. in this case MATNR not saving in QMEL. even when i am saving in IW22 it's not saving. when i am creating order from IW22 it gives above ror. but it gives error some times only, not all the times. for the same equipment i created so many. some four times only i am getting this.

  • Creating sales order from contract ISA R/3 Edition

    Hi Forum,
    Our scenario are
    1 - customer select product from catalog and place order from internet
    2 - sometimes, customer already have a contract with us (created earlier manually on SAP) and want to create sales order from internet referencing a SAP-contract.
    For scenario No.1 - we can use standard SAP
    For scenario No.2 - is there any standard way to do so? or we have to do customization?
    Any suggestion are welcome.
    Thanks a million.!!

    Hello
    "Contract Processing" is not supported out-of-the-box in ISA R/3 edition.
    However, you have a good news. The OSS Note [788245 |https://service.sap.com/sap/support/notes/788245]- "ISA R/3 4.0: contract processing", explains how to implement this feature on a project basis.
    We have implemented this feature successfully at few customers.
    Hope this helps.
    Easwar
    http://www.parxlns.com

  • ECC allow to create order from fully referenced Quate/Cont with Warning mes

    Hi,
    Problem- System shall allow to create as many sales order from the fully referenced quatation or contract with " WARNING MESSAGE".
    i.e Let say I have a quatation of 100 Q. in ECC.
    I want to create 15 sales order of 10 quantity each with the reference of above mentioned quatation of 100 Quantity. But the moment i reached to reference target quantity (100) is committed then system shall still allow me  to create sales order but with Warning message. Warning message could be like "Taget quantity is already committed" from the quatation #. But system should not stop me to create more sales order from that quatation of 100 quantity.
    Looking forward your valuable inputs in this context. Appreciate  your effort and time

    Hi,
    This is a standard functionality in SAP.
    Go to your Quotation to Sales order copy control IMG setting. Tx: VTAA
    There select your relevant Copy control, go in to Item Level with the relevant Item Category.
    Check whether you have maintained below settings.
    Pos./neg. quantity = +
    Update document flow = X
    Check the "Completion Rule" specified in the item Category IMG Setting as well.
    Then system will through a message, once your quotation quantity is reached.
    Best regards,
    Anupa

  • How to stop sales orders from contracts from qualifying for Rebates.

    We have set up rebate agreements for customers and they are working as expected.
    Now our sales people want to start using contracts for some special deals for certain customers and products. But they DO NOT want these sales orders from these contracts to qualify for rebates.
    Does anybody know how we can set this up or if it is at all possible?

    Hi Zoya,
    I got one more idea and so try it out.If it sounds foolish please ignore.Instead of going for userexits its better you go for a different sales order type whenever you refer to a contract.And make sure you assign a different pricing procedure which does not contain the condition type BO03 at all.Ofcourse this new sales document should have a different document pricing procedure.
    Regars
    Ravi Kiran

  • Triggering of service order from contract-Reg

    Dear All,
    My client requirement is, they want to trigger service orders from service contract.They want to have the TL from OISD setting with respect to material.Is it possible in std way?
    pl through some light.
    Regards
    KRISHNAN

    Hi,
    In IMG--SD-Basicfunctions-availability and transfer of requirements- we have determination of requirement types using transaction, here we have requirement type for an item category and through determintation of requriement type we can find for that requirement type what is the requirement class and In the determination of requirement class in the type column we can which order type it has to generate in background i.e. basically service order.
    Try this and pls let me know
    regards
    satish

  • Create order from quote in background

    Is there a badi or FM in CRM that anyone knows of that can be called from a program to create a follow up order from a quote?
    Thanks.
    Cathy

    I found an FM that will work.  CRM_AUC_ORDER_CREATE_WITH_REF
    Eventhough it's for auctions, it creates a follow up order from my quote, just fine.

  • Automatic pricing in Purchase Order from contract

    Dear Experts,
    In a po if there is no contract available the pricing should be able to key in manually.
    is there any provisions to maintaining price list or any other method to get pricing automatically in to po?
    If there is contract exists, the pricing is coming automatically. But it is in changeable mode, our requirement is it should not be allowed to be changed manually.
    Is it possible?
    early answers is highly appreciated.
    Regards
    sai krishna

    hi,
    If thinking logically, then its bettwe to not to change the setting for displaying the price in the PO which will flow from contract..this is because thecontract is the internal doc while the PO is first external doc...In which all the req. changes like qty, value etc shd be possible ....because if it goes wrong, then whole process may get affected, so its suggested taht you don't change the setting...
    Secondly, If you don't use the contract then its better to go for Purcahse info record, which contains price of vendor material combination and which will also flow...
    Regards
    Priyanka.P

  • B1WS Create order from draft

    We use B1WS to create drafts in the SAP system. Within SAP it is possible to create orders out of the drafts. Is it possible to create orders out of drafts over the webservice interface, too? Could you please give me an example?

    Hi Sven,
    it should be something like :
    svcDraft.DraftsService myDraftSvc = new svcDraft.DraftsService();
    svcDraft.MsgHeader oHeader = new svcDraft.MsgHeader();
    oHeader.SessionID = SessionID;
    oHeader.ServiceName = svcDraft.MsgHeaderServiceName.DraftsService;
    oHeader.ServiceNameSpecified = true;
    svcDraft.DocumentParams oDraftParams = new svcDraft.DocumentParams();
    oDraftParams.DocEntry = DraftDocEntry;
    oDraftParams.DocEntrySpecified = true;
    myDraftSvc.MsgHeaderValue = oHeader;
    myDraftSvc.GetByParams(oDraftParams);
    myDraftSvc.SaveDraftToDocument();
    untested
    regards,
    Maik

  • Create PO(release order) from contract

    Hi,
       I have created a contract using me31k with one item,then I creted a relese order PO with same item.when I enter another item in my relase order PO which is not there in the my contract,here system allow me  to add item  and save without any problem.Why system does not stop this? If it is standard behaviour,then how to prevent ?.
    For this issue,can some body throw some light on this issue,please?
    With Regards,
    Jaheer

    Hi,
       The release order means the PO item created with reference to the contract item. There can be multiple items in the PO in which some items can be with reference to contract - these items eventually becomes the release orders and other items can be without reference to contract.
       In short, you can add multiple items in PO where some items can be with reference to contract item and some are not. This is standard behavior.
    Regards,
    AKPT

  • Sales order from contract mandatory

    Hi all,
    I want to make it mandatory for some customers to create sales orders based on contracts, does anybody know how to do it?

    Dear Haku,
    in the transaction VOV8 you can fill the field "Reference mandatory" with G (with reference to a quantity contract). This functionality can be activated not for a user, but for a sales document type only. If you want to switch the functionality only for determined users, then you have to modify the system.
    For the sales document type the functionality is available as described above
    I hope, that this information helps you a little bit further.
    Kind regards,
    Akmal Vakhidov
    Development Support SD, SAP, Walldorf/Germany

  • Automatically create WBS from Contract Position

    I need to automatically create a WBS Element when a Contract Position is created and write the WBS number back in the Contract Position. Has anyone done this and if so how. Is this best done by an Position Output to an iDoc so there is a monitoring system for failures in place? Thanks for any ideas.
    Edited by: peter betts on Aug 4, 2011 1:29 PM

    Do you buy the same items from those 9000 suppliers over and over?
    Do you want to automatically create PO or you want it to be submitted for approval as well?
    You may want to consider setting up the automatic sourcing. This way, the ASL and sourcing rules are automatically created when you create the first blanket.
    http://www.oracleug.com/user-guide/purchasing-overview/overview-automatic-sourcing
    Sandeep Gandhi

  • Sales order from contract: all the items completed but still open

    Hi all,
    I have a problema with several sales orders created with
    reference to the same contract. Most of them have several
    items, all completed but still open. An example: there's an
    order with three items, two of which with complete delivery e the third marked for cancellation ( code S1 ). Why does the
    system show the first two items as not complete, despite the
    fact that both have complete delivery? Can the problem refer
    to any characteristic of the related contract? Can anyone help me on this topic?
    Thanks in advance.
    Adriano.

    Hello,
    Did you have a look in BADI CRM_COPY_BADI?
    Regards,
    Frédéric

  • Create Purchasing Order from Purchasing Requisition

    Hi,
    I need to create in a report a Purchasing Order from Purchasing Requisition. I have seen the Bapi BAPI_PO_CREATE; Can I create order from requisition without fill all field and only 
    the requisition and ther obligatory field?
    Thanks
    Francesco

    Hi
    Try out what all parameters are obligatory in case of Purchase Requsition using the FM - 'BAPI_REQUISITION_CREATE' in R/3 back-end..
    and then try creating PO using 'BAPI_PO_CREATE1' or 'BAPI_PO_CREATE' Function modules.
    Also try creating P Req manually using ME51N / ME51 Transactions and debug the process to get further details, if any.
    Regards
    - Atul

Maybe you are looking for