Link Sales Order Type to Customer

Hi gurus,
Do you know if there is anyway of linking a customer to a Sales Order Type?
So that if selling to that customer, everytime that Sales Order type is determined?
Please consider scenario where Sales Orde type is created through DP90 from service orders.
Thanks and best regards,
Víctor Liedo

hi victor,
in standard SAP there is no direct link as such for customer to sales order type.
what is the business logic for the same.
you are linking the sales areas for the document types - not to the customer level - that is one type of control which SAP is providing.
but here you need to enter the sales order type manually before entering the customer for the sales order.  so MV45AFZZ : USER EXIT SAVEDOCUMENT_PREPARE.
you can write a piece of code for the same.
you need to hard code account group of the customers & sales document type, so that when ever before saving the sales order the system will check the sales order type used for that particular customer is correct or not and then saves the sales order or else it throws an error
hope this clears your issue
balajia

Similar Messages

  • Link Between Sales Order Type and Customer/Material Exclusion

    Hi,
    Any one know the  Link Between Sales Order Type  and Customer/Material exclusion tables (Transaction: VB03 ) ?

    Hello,
    For Tcode VB03 you can check KOTG001 for Customer/Material.
    Thanks &Regards,
    Abhijit

  • Suppresing Delivery note prints for certain sales order types/item category

    Hi
    I need to find a way of suppressing some delivery notes from being printed.
    Relating to orders for consignment fill up and consignment issue.
    The delivery notes are needed to be printed for 'Consignment fill up order' type, BUT not for Consignment issue - as this is confusing some of the warehouse staff at month end.
    All have the same delivery type, the only difference i can see is the item category types are different
    Is there a way i can use the sales order type, with customer number as an access sequence for the Output type ?
    -  Or the Item category type ?
    Is it possible to add sales order type or Item category into the FIELD CATALOG :- output for deliveries
    Your help would be much appreciated
    Cheers
    Tony

    Hi,
    I can suggest you something, but do remember that I've never done such kind of thing till date.
    >> Copy LF and create new delivery type
    >> Assign this to your consignment doc. types
    >> Kindly remove the Header output determination procedure assigned to this new delivery type
    >> Then assign output det. procedure at Item level {according to Item category}
    >> Then check if will cater to your requirment or not.
    Please keep one thing in mind that I am giving you a proposal by thinking in one logical way and I can't confirm the practicality of the proposal.
    Hrishi

  • User-Exit for Checking Customer and Sale order type in Sales Order Creation

    Hi Experts,
      While creating the Sales Order once i enter sold-to-party and enter line item, i have to check the customer against the sales order type.
    Please suggest me if any user-exit or enhancement or BADI available for it.
    Thanks & Regards,
    -VM

    Hi
    Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
    1) Goto se24 (Display class cl_exithandler)
    2) Double click on the method GET_INSTANCE.
    3) Put a break point at Line no.25 (CASE sy-subrc).
    Now
    4) Execute SAP standard transaction
    5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
    6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
    7) This way you will find all the BADIs called on click of any button in any transaction.
    mark if helpful
    Regs,
    Tushar Mundlik

  • Can't specify the customer to use a new sales order type ,why?

    I created a new sales order type, finished the configeration.. but when I use it to create a order by t_code VA01 ,input the order type and sales area ,then enter, why the sold-to-party and ship-to-party are inmodifiable? i can't specify the customer... where is the problem?
    appreciate you help.thank you !

    Hi Sue,
             I think u havent did the Partner determination for that Sales document.  If you create ur own sales doc type in VOV8 ,new entries.
    U need to maintain the Partner determination for that sales doc type.
    this is the same,the way u maintaint the customer partner determination.
    If you dont maintain this , in VA01 screen, u cant able to enter Sold to & ship to parties as it will be in display mode. I think the same error ur getting know as per ur issue.
    This will def solve ur issue as i faced n overcome long back.
    *reward points ,if helpful

  • How to Block Customer from Sales Order Type

    Hello Gurus!
    I was wondering if there was a way to block a specific customer from a sales order type? 
    We have 4 Sales Organizations, and 2 of them use this customer, with different sales order type for each sales organization.  So I only want to block this customer for 1 sales organization and a sales order type.....is this possible.  If so, please advise!
    I just want to block a customer from a sales order type. 
    Thank you for your time!
    Best regards,
    WC

    Hi,
    I have an wild idea just check it works or not--
    Create a dummy customer pricing procedure.whenever u want to bleck a customer for any particular order type assign this dummy pricing procedure in customer master(Sales Tab).
    Do not define any pricing procedure in SPRO against this customer pricing procedure
    The moment user will try to process any order type (which u want to block for a customer), the system will not determine any pricing procedure & consequently it will not allow to save the order.
    Hope it will solve the problem.
    Regards
    Sanjay

  • Lock Sales order type Customer

    Hii SAP,
    we can use authorization to authorize the user to create sales order by order type. on the portal netweaver we have given the user full authorization (SAP_ALL). when this SAP_ALL assign to the user the control on authorization is not valid anymore.
    what other method that we can use to given user access the selected sales order type ?

    Hi,
    You can take the help of a Basis person to check what objects ensure authorization for Sales orders.
    Also try inserting SAP_NEW under roles for the user and check the results.
    Regards,
    Amit

  • 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,

  • Restrict creation of sales order for specific customer

    Hello All,
    I want to restrict creation of sales order (of particular sales order type) for specific customer, please let me know how can I do it.
    Your early reply will be highly appreciated.
    Thanks & Regards,
    Mahavir

    HI
    As per My knowledge it is not possible in Standard SAP , you need to go with Enhancement
    Go to SE38 : MV45AFZB, User Exit: USEREXIT_CHECK_VBAK
    Regards,
    Prasanna

  • Regd creation of New Sales Order Type - Credit Memo Request

    Hello Gurus,
    I have created a New Sales Order Type as per the given requirements. This is a Credit Memo Request. I have done all that are needed from SD perspective.
    Can you please let me know what needs to be done from FI-CO perspective when a New Sales Order Type is created and this is a Credit Memo Request. If some one can let me know the customizations that needs to be done it will be very helpful for me.
    Thanks,
    SNK.

    Hi,
    As per my understanding, there is nothing to be required from FI-CO perspective, in case when you defined a document type in SD.
    During the sales order processing the SD-FI interface happenes for following activities
    1) Credit check (In case you use Credt management)
    2) Tax determination
    For more knowledge
    go through the link given below.
    http://www.sap-img.com/sap-sd/link-between-sap-sd-mm-and-fi.htm
    Hope it helps,
    Regards,
    MT

  • CRM ATP Checking using R/3 & Immediate Delivery for Sales Order Type in R/3

    We use CRM 4.0 and R/3 6.4.
    I've configured CRM to do ATP Checking using R/3.  The ATP Checking works fine if I change the Sales Order Type in R/3 to NOT create a delivery immediately. 
    I'm trying to find out if the combination of turning on CRM ATP using R/3 and Create Delivery Immediately for a Sales Order in R/3 are supposed to work properly together.
    If anyone knows and or has this working, I'd like to know.
    Thanks.
    Donna

    Hi ,
    I am working with R/3 and I have the same problem.
    Complete delivery is flowing down from the customer master for all order.
    And then we have items on order which have different shipping point.
    They all fail in background delivery and give the error ' customer requested complete delivery'.
    Is there anyway to override this?
    Any help will be really appreciated.
    regards
    BgS

  • How we can give the confirmation of the sales order to the customer.?

    how we can give the confirmation of the sales order to the customer.?
    after the we generate thge sales order how we will give the confirmation to the customer automatically or in any way in SAP SD

    A confirmation can be given to the Sold to party for the sales order by means of an output type, which is the  most used functionality.
    You can create an output which can be a word or PDF document, or an email , fax etc. Based on the kind of confirmation you want to give (Document, email, fax) do corresponding settings in the output for printers, email settings, fax settings etc. and enable this output to be triggered during sales order creation by assigning the output to output procedure for sales documents. This part of configuring an output is done by Functional team while the email, fax settings are done by basis team in combination with tech team.
    The output should have a smartform and corresponding report program to populate the smartform. This part should be taken care of by the technical team.
    Once all these things are done, if a sales order is created, the output will be triggered which will send a confirmation document, email , fax as per the configuration to the sold to party. If you want the confirmation to be send to more partner functions, that is also configurable in the output configuration.
    Pls reward points if it helps.

  • Create different billing document types from same sales order type

    Hello,
    Please take a common document flow, just  like this one:
    - Sales Order (type ZE01 )
    - Outbound Delivery
    - Billing Document ( ZA or ZB )
    The billing document is based on the outbound delivery. Here is the requirement that we need to implement:
    - We need to determine different billing document types ( ZA or ZB ) according to a custom determination, based on a Z table. In some cases the billing document will be type ZA, in other cases it will be type ZB. I've been told that I can achieve this  via copy control , but some extra help would be welcome.
    Any clues?
    Regards,
    Joã

    Hi João G Neves ,
    Were you able to achieve this requirement using a  user exit? if so could you let me know the name of the user exit? Basically in our current project a sales order can be billied using 6 different billing document types. The copy controls between the sales  document and billing document is been set up for all the 6different billing doc types and currently the users are manually selecting the billing document type in VF01 .The buisness insists on making this automated.They want the billing document type to be determined based on some custom condtions.
    Any inputs regarding this is highly appreciated.
    Thanks & Regards,
    Srini

  • Sales order posing without Customer

    Hi All,
    Sales oder data is sent by the third party system to production without customer ( sold-to-Party / Ship-to-Party ) data, it still creates the sales order in Production environment. The Basic type is ORDERS05 and the message type is ORDERS and the idoc is successfully posted in SAP with status 53.
    But when the same data is sent to Quality, it does not allow to create the sales order with out Customer information. The idoc is created but with the status 51 ( Document not posted ) .Please let me know what would be the reason for this.
    Please let me also know if i need to check the cofiguration settings in Quality.
    Thanks and Regards,
    Sireesha.

    Hi,
    Do you have any customer to your productive sales order or is saved without ?
    If you do have please check also IMG configuration in
    SPRO>Sales and Distribution>Electronic Data Interchange>EDI Messages>Configure EDI Partners into your receiving system
    BR
    Aris

  • Add fields to transaction VOV8  - Sales Order types maintaines

    Hi,
    I want to know if it is possible to add new fields to view V_TVAK (threw table TVAK), and then add them also to the view in transaction VOV8  for a sales order type.
    Thanks naama.

    Hi Nilmini,
    In My case, I have added custom fields to MDC change screen by using /AFS/MDC_CHANGE_CUSTOM_FIELDS but its not appearing in Grid list display. Would like to appreciate if you can Help me to achieve this.
    Regards,
    Jelli

Maybe you are looking for

  • Open Order Quantity based on the processing Material (loop)

    Hi, How do you get the open order quantity from VBAP/VBAK, based on the material? As far as I know, the order is an open order if the Item Qty (VBAP-KWMENG) and Delivery Qty (LIPS-LFIMG) do not match. How you I get the full quantity for all Open Orde

  • Transfer various files from an iPod to your computer

    Step 1. Download and install Syncios iPod Transfer on your computer. Step 2. Launch SynciOS iPod Transfer and connect your iPod to computer. Open SynciOS iPod Transfer and plug in your iPod to your PC's USB port. Step 3. Import & Export files from PC

  • How to define a  multivalued attribute in spml2.xml(spml2PersonForm)?

    I need to define a multivalued attribute in spml2.xml for modifying security answers and adding resources during add request. I tried by giving multivalued="true" during the attribute definition. <spmldsml:attributeDefinition name="questions" descrip

  • ISight, G3 iBook and Skype

    Hi, Just tried using my iSight camera on my G3 iBook (800MHz 640MB RAM) and have tried video chat using Skype with some family members who live on the other side of the country. Skype works fine for voice chats using either the iSight mic or the buil

  • Dvd player subtitles always on

    since I upgraded to 10.6, DVD player always has subtitles on. This is happening with rented  dvd's.  no matter what I turn off in the control menus, subtititles are always displayed.  anyone else with this issue?