'Reference Mandatory' & 'Quotation Message' in Sales Order Type

Hi,
We have got couple of 'Quote' in our System. In VOV8 tcode, when we create different Sales Orders, we want to set the 'Reference mandatory' to B (With reference to Quotation).
My Question: Out of multiple quotes in the system, to which quote the system would require the user to enter as prerequisite?
Our Requirement: For one set of order types, we want to make certain quotes type mandatory and for other set of order types, we want to make other quote type mandatory.
How can that be done?
For the same requirement, we want to set 'Quotation Message' in such a way, that only for certain order types, the system should check one set of quotes, whereas for other order types, the system should check another set of quotes.
What would be the best way to achieve, both or one of the above requirement.
Thanks

Hello,
To specify the document types as reference maintain copy controls.
Here your requirement is to maintain sales document types as reference, so, go to t-code VTAA and there maintain your target doc type like OR/ZOR and source doc.type as QT/ZQT.
According to your requirement the settings should be:
1.Target Doc type-OR             
Source Doc type-QT
2.Target Doc type-ZOR
Source Doc type-ZQT
After you do this setting the system will now refer only those doc types that you have maintained here.
Hope this helps else friends please correct me.
Regards,
Swami
Edited by: Shivanand Swami on Dec 12, 2008 10:15 AM

Similar Messages

  • Sales order type - mandatory setting

    Hi,
    In  reference mandatory setting in the sales document type, I want to assign delivery type.
    How to achieve this?
    Thanks

    In standard SAP, there is no provision to assign delivery type as mandatory in the sales document type. You can refer Inquiry, Quotation, Sales, Billing documents as mandatory.
    By the way check whether you have copying control for delivery to sales document i.e. LF to OR.
    Did you find one? That's the reason why you cannot make delivery document as mandatory in sales document type.

  • Sales order type quotation integration (VMI process)

    Dear experts,
    We are testing a VMI scenario, more specifically we are trying to generate sales order document in R/3 from the TLB process in SAP SCM.
    We have configured the determation of a document type "quotation" for the VMI process in the corresponding configuration steps in R/3. As a result the document was transferred and correctly created in R/3. However, after its creation, the document was not updated in SCM APO. Henceforth, the document, in SCM created by the TLB, does not have a reference to an order number.
    Moreover, we have executed adelta report and it did not recognize any inconsistency. It seems like the sales order type quotation is not recognized by the standard integration model for sales orders.
    And in this sense we would like to know if the sales order type quotations can be transferred to SCM.
    Thanks in advance for all your help.
    Regards,
    Pedro

    Hello Pedro,
    Did you solve the issue of quotations not getting published in ECC from SAP APO?  We are facing the
    same issue and would appreciate if you can share the solution you have implemented.
    Regards,
    Ratnam

  • Need Profit centre field as mandatory field in the sales order

    Dear All,
    Normally Profit center data maintained in the material master, same data will get coipied to the sales order while creating sales order in VA01 transaction.
    My requirement is if profit center data is not maintained/available in the sales order system should give the error message
    For this I need Profit center field as mandatory field in the sales order(VA01).
    Can you please give possibilities ASAP.
    Give the SHD0 maintenance step by step.
    Regards,
    Murali.

    Hi Murali
    I beleive that you are talking about the Profit centre field not maintined in sales order hence not picked in delivery and billing and there is an FI posting error  (GL account error) because of that
    Profit centre is maintained in MMR and the same flows thro the sales cycle and i am quite sure if maintained in MMR it will be picked automatically and no need to make it mandatory in sales order( as the purpose is already solved)
    But there is no standard option in SAP like (even if Account assignment category of the material is not maintained in MMR it can be given in VF02 and the document can be released for accounting) to give the Profit centre in the billing and release the same
    Profit centre field field is picked from masters and flows in the entire flow and that field is greyed out (like no option of inserting it inbetween)
    As told by others incompletion log in sales doc type will take care for future orders and for the already created orders the standard option is cancel billing, reverse delivery and open the sales order and give   Profit centre field and process it (if only a few orders are there)
    But if the already created orders are many then from the FI Area  you need to go for development ( we also faced this issue as profit center not maintained in MMRs and hence accounting got hit and there were tons of billing docs and our FI consultant made some development to open it and solve it) FI consultant should be able to do this for already created orders
    Instead of making Profit centre field as mandatory field in the sales order better make it a mandatory entry in MMR
    Regards
    Raja

  • How to exclude sales office for combination sales order type/division?

    Hi experts,
    I would appreciate if you could advise: How to exclude sales office for combination sales order type/division in ECC 6.0 ?

    Hi
    Standard SAP functionality would not be able to cater to this. Ideally create a Z table with sales order type and sales office combination. Put in entries for combinations that are allowed. In Sales order program MV45AFZZ use the exit USEREXIT_MOVE_FIELD_TO_VBAK. In this exit write down the logic passing the sales office determined and the order type and check if the entry is there or not. If the entry is there then it should go on to the next step. If it does not then pass an error message. You need to use the help of your ABAP er for this.
    Thanks
    Indranil

  • Attach sapscript for email message in sales order

    Hello to all.
    I need some help..
    I'm trying to include a sapscript form in a message on sales order in VA01. I can already send email to outside SAP, but can't include de sapscript form into the mail.
    I make a copy of the standard message MAIL, and include de sapscript form that i want to attach.
    Anybody have an idea how to solve this issue?
    best regards,
    Susana Marques

    Hi
    I think u need to create a message type MAIL just as u done, but u should check if this kind of message is managed by your driven program.
    Check the call of FM OPEN_FORM, here the parameter DEVICE has to have the value MAIL, perhaps here it's always transfered PRINT.
    The second control is on master data of the partner of the message: he has to have the mail address.
    The last control is on the master data of the user: he has to have the mail address.
    Max

  • Sales Order Output - determined by Sales Order Type, Created By

    I want have my order output determined by sales order type
    (vbak-auart) and created by (vbak-ernam).
    I have created a condition table 501, access seqeunce Z001.
    In v/48, in accesses for Z001, I created
    AcNo: 10
    Tab: 501
    Requirement: [empty]
    Exclusive: unchecked
    in fields, I can't find ERNAM in structure KOMKBV1(header), but I find one in KOMPBV1 (item).So I have assigned it to ERNAM.
    besides, I have created the corresponding records in VV11
    I expect to have:
    Output Z001 will be created for sales order type OR if created by user XXX
    However, no output is generated. When I go out detemination analysis, I found that in the output determination procedure, it did go into output type Z001, but, since no value is found for "created by", i got message "Access not made (initialized field").
    I suspect that no value stored in KOMPBV1-ERNAM. Do you know how I can get it done?
    Points will be awarded for useful information. Thanks in advance.

    Hi
    You have to include this field as a Zfield in the structures KOMKBV1, KOMPBV1 and KOMB.
    You have to include the field as Zfield in these structures.
    Once this is done, you should also be able to update this field in the structures.(As on now, you have only created a field, but you have not mentioned how the field has to be updated.
    In order to update the logic, you have to do a small code in one of the user exits for outputs.
    In the user exit, you have to write a code like this
    MOVE VBAK-ERNAM = KOMKBV1-ZERNAM(this is the zfield you have created)
    Now create the condition table and do the rest.
    Your output should work fine. The user exit I was saying is the subroutine USEREXIT_KOMKBV3_FILL in the include RV61B902 in the user exit RVCOMFZZ. If you can give this info to the technical guy, he should be able to find out the same for saels order output also.
    The user exit RVCOMFZZ also has the subroutine USEREXIT_KOMKBV1_FILL    which you can verywell use for your requirement. This will solve your problem
    Hope this helps.
    If you have any problems in this, you can again put the problems in this thread. I will try to solve.
    Reward if this helps you

  • Hide the characteristics grouping buttons depending on the sales order type

    Hi Gurus,
    I am trying to find a way to hide a characteristics grouping button (CU50) whenever a certain sales order type is issued.
    A condition was created that states that a certain characteristic will be invisible for the user depending on the sales order type chosen for that case. The characteristic is located inside a char. grouping button.
    I would like to know id there is a way to hide the button while the characteristic is hidden as well, just to avoid showing a button which is empty.
    If It is of any help, here is the condition created to turn the char invisible:
    $SELF.INVISIBLE = 'N01017_E'.
    *if not $self.N01017_E specified
    Thanks in advance.
    Kind regards.

    Hi!
    Sounds like you need a line-triggered output (with a message, which displays all lines of the order).
    Do you have problems to create a new output type?
    Regards,
    Christian

  • Stoping Sales Order types from specific plant

    Dear Friends,
    My client want to stop creation of specific sales order types from a specific plant. Means if that specific plant entered in sales order then system should not process that sales order further.
    Note : Material transference must not be affected while implementing above requirement.
    Kindly suggest the solution in this matter.
    Thanks & Regards,
    Savi

    The best way would be to prevent this through your organizational design (Enterprise Structure)
    You can limit which plants can be used for each combination of sales org/distribution channel  & you can define which order types can be used for a given sales area.
    You can use exclusion procedure and records to stop the combination of orders type and plant. This is not a use fiendly solution as the user doesn't receive a very useful error message.
    You can use the user exit as mentioned before.

  • Variant in sales order type not flowing/transported in other clients

    Dear SD experts,
    We have maintained Variant in IMG>SD>Sales>Sales Documents>Sales Document Types>Define Sales Document Types for certained sales order types in customising client. Variant is working in dev client, but moving the Transport request moved to Qualtiy. In Quality while doing testing, variant is not working.
    Variant in sales order type is for mandatory field for WBS Element, in sales without giving WBS element, order is not to be saved/created 
    Pl help in giving solution.
    Thanks in advance
    Srihari

    As suggested checked the variant with Tcode SHD0 and found that the Variant request did not move to quality, based on ur suggestion it has been moved and now variant is working fine in quality client.
    Thanx & this thread is closed
    Srihari

  • 'Transaction group,in sales order type

    Hi Experts,
    Who can explain for me what does  'Transaction group' mean in sales order type ?
    Regards,
    ryou

    Hi
    This field is used for document control in SAP. For billing documents,
    There are six different transaction codes to process the six different varieties of sales documents in SAP
    Transaction            Code Transaction Group Document Type
    VA01, VA02, VA03              0             Sales orders
    VA11, VA12, VA13              1            Inquiries
    VA21, VA22, VA23              2            Quotations
    VA31, VA32, VA33              3            Scheduling agreements
    VA41, VA42, VA43              4            Contracts
    VA51, VA52, VA53               5            Item proposals
    Regards from Pakistan

  • About check po no in sales order type.

    Hi SD experts:
                                 When creating sales order,i want to implement checking whether purchase order number exists,and giving the 
                        waring message.
                               But  In the Customizing of sales order type,it can only check with a error message or do not check.
                               In the std SD Customizing,how can it implement,pls give me some advice.
                                     Thank you very much.

    Kindly check following SAP Notes:
    Note 325894 - No message if purchase order number already exists
    Symptom: If the 'Check purchase order number' flag is activated in an order type, when you change the sold-to party, the system does not issue a message that the purchase order number is already assigned for this customer.
    Note 63056 - Validation of PO number for sales order
    Symptom: If the preparations for consolidation are activated in profit center accounting, the partner profit center for a sales order can, if necessary, be determined from the respective purchase order.
    To do this, the purchase order number entered in the sales order for the corresponding customer is validated.
    If this number has less than 10 digits, you need to enter the number with leading zeros.
    Note 317029 - Bad performance in the sales order due to PO number check
    Symptom: Long waiting times occur within the order entry because the system carries out a check to determine whether a document with the particular order type already exists for the relevant sold-to party.
    All the above are under category of Program error.
    Hope it assists you.
    Thanks & Regards
    JP

  • Prevent Intercompany Sales by Sales Order Type

    We have a scenario where the company wishes to prevent Intercompany Sales by order type. 
    In Standard SAP, scenarios exist such as this.....
    Sales Org A111 is aligned to Company Code C100
    Order type ZZ is placed against Sales Org A111 with the item shipping from a plant aligned to company code D100
    Result would be a trade invoice to the customer from Sales Organization A111 and an intercompany invoice (std SAP type IV) between the selling and delivery organizations. 
    In our case, they still want to allow this scenario for the sales organizations and plants involved, but NOT for certain Sales Order Types.  Is there a way to prevent this and have the user alerts at Sales Order document creation that this is not allowed? 
    I tried removing the Intercompany Billing document type assigned to the sales order type.  This does NOT alert the user in any way and only prevents an intercompany billing document from being created at billing time.  We need to prevent the sales order up front during Sales Order processing. 
    I have searched through OSS and Google (for various forums) with no success.  Most give excellent instructions with the steps to set up Intercompany Billing, but not to prevent it.

    Karol
    If you have already tried 'Define Order Types For Intercompany Billing' and it did not work, then the best bet for you is to work with user exits during Sales document processing:
    Program MV45AFZB- USEREXIT_CHECK_VBAP, or
    Program MV45AFZZ- USEREXIT_SAVE_DOCUMENT or USEREXIT_SAVE_DOCUMENT_PREPARE
    You may use the logic to  establish that it is an inter-company scenario ( check if the item plant is not assigned to the company code for the sales org from the sales area), then issue a information or error pop up message.
    Hope this helps.

  • Restrict materials by sales order type

    Dear Gurus,
    I would like to know if there are any way of restrict materials by sales order type.
    I need to create a sales order and i want to set an error message if i insert a material which is not allowed for the sales order type.
    is it possible?
    Best regards!

    Hi,
    Here in the Listing and Exclusion you have to enter the Listing or Exclusion procedure for your Sales document type in SPRO
    Then in VB01 maintain all the Material you want to list for that particular customer.
    Now try to process the Sales order with the Material other than  listed for the Customer, in the sense enter the material which was not maintained for the customer, then it will throw an error stating
      the Material not listed and therefore not allowed.
    This is how listing and Exclusion functionality will work
    Please check and revert back
    regards,
    santosh

  • Sales Order Types

    Gurus what is the process used to determine which sales order types a specific organization can enter? How can it be determined which sales order types can be entered by a user/org or any other criteria?

    Hi,
    Sales order types are driven by the Business process.
    The standard SAP order types such as OR is most generic order type.
    RE is for returns and there are different order types if it is consignment/third party orders and so on.
    Based on the Business process at the company,we could make a copy of the Standard order types and create Z order types and configure them based on Business requirements.For example we could use ZOR and ZRE.
    In addition to the standard sales order, there are also special order types, such as the rush order and the cash sales.
    In cash sales the goods are paid for in cash.
    In a rush order transaction, the customer picks up the goods or you deliver the goods on the same day as the order is placed. However, the invoice is created later.
    Other criteria that needs to be considered are:
    1.If the Invoice would be based on Deliveries or orders.
    2.The Schedule line categories and item categories.
    3.Sales areas for which the order types should be made available.
    4.Customer master data and the sales area
    5.Pricing procedures that would be linked to order types.
    In transactoin code VOV8 you can find different types of sales orders like INQUIRY,QUOTATION,STANDARD ORDER,CASH SALE, RETURN ORDER,etc.Here you can select the order type you want and go through the details by click on Details button and you will notice the additional criteria behind the order types.
    Hope this helps.
    <b>Reward if helpful.</b>
    Thanks,

Maybe you are looking for

  • I have WIN 8 Pro to put onto an Intel MacBook Pro, how should I proceed?

    I have a fuly updated MacBook Pro With an Intel CPU Late 2011 model, running the updated Mountain Lion OS, with 8 gb memory installed. I also have a x'mas gifted WIn 8 Pro to install, hopefully via bootcamp. I cant find much positive assistance via r

  • Swipe Gestures Not Working

    Scrolling back and forward no longer works with any web browser (I've tried it on Opera, Chromium, and Safari) - with either a Magic Mouse or Magic Trackpad. Anyone figure out how to get this back?

  • I am having difficulties with distributing a PDF Form.

    I am having difficulties with distributing a PDF Form. When I click the distribute button I choose the "Manually collect responses in my email inbox option" then press next, I select the "Save a local copy and manually send it later and then I specif

  • ATI Radeon 9600 XT & SyncMaster 305T - problems

    Hi everyone - I just purchased a 30" Samsung SyncMaster 305T and have been trying to get it to run properly. I have a Dual 1.8 GHz G5 with the ATI Radeon 9600 XT card. The largest resolution it's allowing me to set on the monitor preferences window i

  • What is an upgrade?

    What is an upgrade