How to default Delivery Priority on Sales Order Items from Ship To?

Is there a way to pull the Delivery Priority from the Ship To partner when creating sales order items rather than pulling from the Sold To partner?  I've checked all of my documentation -- including OSS notes; searches on SDN, IT Toolbox, and internet.  This doesn't appear to be configurable.  Can someone confirm that or tell me how to configure?  If not configurable, what is the recommended user exit? 
Thanks!

Thanks for responding - you are the first person to do so.  Unfortunately, I think you missed the point of my question.  We do not want to create and maintain customer materials - the delivery priority is in generally not material dependent.  We simply want to be able to have the Sales order item use the Ship To partner's delivery priority rather than the Sold To partner's delivery priority as the default delivery priority on the sales order items.  Ideas on how to do that?

Similar Messages

  • How system determine delivery date in sales order

    Hi, sap gurus
    I am new to sdn forum please help me regarding my question
    1) how the system will determine delivery date in sales order
    2) what are factors effects to conform sales order stock
    3) what is different between static check and damanic check in credit mgt
    Thanks and regards
    nishad

    hi,
    Reg question:1 - System determines the Requested Delivery Date based on the Scheduline assigned to the item category of the item in sales order.the schedule line in the order transfers the requirements trhu MRP (can be individual or collective) . If its ruch order , you configure the order type "Deliver Immediately".
    In Detail:
    The TOR depends on the Requirement Type (MMR), Requirement Class(MMR), Checking group(MMR) and the Sc line category (Line Item). For the TOR to happen u need Plant at line item, scheduline category markd for TOR, Requirement Class marked for TOR and Checking group in MMR (Availability check)
    What all stocks need to be checked during Availability check is controlled by using the checking rule.. for example for AV -02 Ind Requirements a checking rule will be assigned and this checking rule- and then what all stocks need to be considered to determine the delivery can be maintained here.
    Rgds
    Sai

  • How to display delivery status on sales order line

    Hi,
    We're on R12.1.3
    We have a requirement to display delivery status on sales order lines in quick sales order form. Is there a standard configuration available to achieve this? if not available, what would be the best way of achieving this?
    I mean using, Forms personalization or Event based Alert etc?
    Thanks,
    Ram

    This is already available in the additional line information..though..
    If you still want that at line level to be displayed..maybe you need to customize the form...not sure how u can handle that logic
    Mahendra

  • How to change material discription at sales order item level ?

    Dear Gurus,
            We have some requirement need to change material description at sales order item level , but in system it is in disable mode how to change that  into change mode in sales order item level?
    Thanks in advance
    Regards
    Venkat

    Not possible in SAP Standard.
    Instead why not create a Customer Material Info Record in T-Code - VD51?
    Alternatively it the requirement to change the Description is only for few Sales Order then create a Text ID & Enter the Description in Text Feild. Then in Smartform program wrie a code which will check for Material Description in the Text first & if not found then take from normal material Description in Sales Order.
    But Customer Material info Record seems to be the best solution.
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • How to add three fields in Sales order item level and supress/hide many

    Hi Gurus,
    My client requirement is :
    1. Three fields to be added at Sales order Item level and they should flow till billing.
    2. Supress/hide most of the fields in Sales order, so that end user will be happy( thru SHDO how to do)
    Please share your experiences and help me.
    BEST REGARDS
    Srikanth

    Hi Subba Rao
    in VA01 screen - Material /qty/ after entering this client wants to enter three more details say X/Y/Z
    and after that he dont want to see maximum fields displayed in VA01 Screen.
    I think it makes sense.
    Regards
    Srikanth

  • How to put some tabs in sales order item level  invisible mode

    Hello Gurus ,
    Good evening everybody ,
    We have some specific requirement from the client - Client does n't want few  end users to see the price details in sales so they want  the condition tab to be  invisible mode in sales order item lvel only for few users  i.e the condition tab  should not be displayed  for that user  is this possible  ?
    Note : I only have idea setting few fields in  sales order  but not tabs in sales order through screen variant -SHD0
    Looking for your inputs
    Thanks and regards
    Venkat

    Hi,
    There are a couple of options you can go with.
    1) You can use Transaction and Screen variants to create your own ZVariant and then put that to user profile.  Allow the user to run only with the variant you setup for the user via authorizations.
    2) Get GUIXT software by Synactive, to perform the above task for you. 
    3) If you happen to have latest version of SAP ECC i.e. 6.0 with EHP3 or above, you can go with NWBC (Netweaver Business Client).
    Thanks
    Kapil Sharma

  • How to add a partner in sales order item by enhancement?

    Hi expert,
    Sales order item's bill-to and payer will be same with header if you do not change it manually. now I want to modify some item's bill-to and payer which different from the header automatically. Is there any enhancement for this function?
    Thanks and best regards
    Lance

    Hi Lance,
    You can populate the XVBPA structure with function module "VIEW_XVBPA_FILL".
    You have to pass the following values to the FM:
    COMWA-KUNNR <- the changed partner code
    COMWA-PARVW <- parter role
    COMWA-VBELN, COMWA-POSNR <- Salesorder and item: just fill it with VBAK-VBELN,VBAP-POSNR
    You'll get the result in parameter XVBPA, which can be used for append the internal
    table XVBPA in the userexit.
    BR,
    Barna

  • CIF: how to "push" a Sales Order item from ERP to SCM via FunctionModule ?

    Hello experts,
    we are implementing a process in ERP (ECC6.0) where we change a sales order item (VBAP- VPZUO) in order to stop SNP (LiveCache) performing the "fcst consumption" for this specific sales order since it is a spezial promotion / trade fair order which does not justify to change the fcst consumption for the entire product.
    We are searching for a function module or any ABAP "handle" of telling the CIF in ERP to "push" a specific sales order item thru to SCM again. We started with an artificial batch input in VA02 / VA32 and changed a non-used text field field in the sales order position and the document save was doing it. I wonder if someone run over same topic and found a better way to get this done with a specific function module or setting a specific trigger in some other ways.
    I was not sure if this is the correct forum - in case someone knows a better match on SDN I'm happy to move it over to the right place.
    Regards
    Thomas

    Hello Thomas,
    You can't really push a Sales Order seperately, and not advisable also as you should not tamper with CIF interface. I can give you another approach.
    You have to identify during CIF that the Sales Order is a special Sales Order. Better have a separate Sales order type for such special Sales Orders. That being the case, I think you can handle your issue by changing the ATP category of the Sales Order during CIF. The standard Order category is BM. You could create a custom category in APO, and during the transfer, you could change the Sales order category to this custom category. APOCF010  EXIT_/SAPAPO/SAPLCIF_SLS_001 exit (Inbound Sales Order in APO) should be helpful for this. You would need to change the ATP category field in IT_SL_REQ table.
    You could then display this "additional" Sales Order in a separate KF in SNP (if you need it) by assigning it a custom category group in SNP planning area which would have only this custom category. For normal SNP planning, normal SNP sales order of category BM would be relevant.
    Please be aware that when you try out things like this, you might need to tweak a lot of SAP standard behaviour at many other places. Things like CCR also need to be tweaked, and also whatever further planning you have to do for this particular Sales Order might also need to be tweaked.
    Thanks - Pawan

  • Fetch Sales order & item from Prod ord to TR Header text when staging mat

    Hello
    We have a need to see Sales order and item number in TR header text when selecting TR to be processed in transaction LB10.
    TR´s are created via transaction LP10. Is there any solution to get Sales order number from Production order to be automatically pasted to TR header text field when generating TR?
    SO & item is always available in Production order General data.
    Thanks for answers!
    -A
    Edited by: A_R_FIN on Feb 5, 2010 8:34 AM

    Hi,
    I hope the below link will help you.
    Help needed with BAPI_SALESORDER_CREATEFROMDAT1 parameters
    Thanks,
    Khushboo.

  • Display item configuration of a sales order item from a program

    hello experts,
    I have a scenario in which I need to use a call transaction from my report program to sales order item configuration, is there a way to achieve this??
    Thanks for your help.
    Selvam A

    Hello Selvam,
    This should be similar to any other call transaction.
    When the user clicks on the sales order item, call the sales order item configuration transaction and skip initial screen.
    If you are doing this in the report output, add the code in 'at line selection' and by using get cursor.
    cheers,
    Sushil Joshi

  • How to default Y12354 route in sales order

    hi,
    please help me how i will set up the route Y12354 to sales order, for example when ship to party 4123 was use, the default route should be y12354.
    thank you very muhc for your help.

    Hi,
    ROUTE DETERMINATION:-Route is determined in the Sales order for each item taking these few fields into consideration
    1. Departure zone of the Shipping point in customization
    2. Shipping condition (sales doc type or SP)
    3. Transportation group (Material master)
    4. Transportation zone (SH)
    The same Route is copied to the Delivery document.
    In the Delivery document, Route can be re-determine based on Weight group
    Please check all your seetings in the IMG

  • Default delivery date in sales order

    Hi guys
    A strange problem: I have two sales organisation (sales org.channeldivision) we will call A and B and two sales order documen type (C and D).
    Both the document type have as default delivery date the today date.
    I created a order using A and C combination: the default delivery date appear to be 01.01.1990 always.
    I created with A and D it is ok (today date).
    I created with B and C it is ok
    I created with B and D it is ok.
    I precise: no customer or material has been already assigned to order.
    How it is possible? Other values, a part from default flag over the document type, can change the delivery date over the sales order?
    thanks
    Davide

    Found: it is the sales org. factory date, but only because the document type C has a lead time value. When no lead time exist, like for document type D, the system take the today date correctly.
    Thanks.
    ciao
    Davide

  • How to default rates in a sales order ?

    Hi ,
    I am creating a standard sales order (type OR).In the pricing of the item I have a pricing condition eg.YAGC.As of now I enter the rate of this condition type manually.Where should i maintain the rates so that it is defaulted whenever i try to create a sales order ? Kindly suggest.Thanks.

    Hi All,
    I found out how the rates are getting defaulted without attaching any access sequence to the pricing condition.
    1) Executed Tcode V/08
    2) Selected pricing procedure RVAA01.(Since my sales order is the standard sales order OR).
    3) Click on Control data for the procedure and it would list-out all the 'condition types' in RVAA01.
    4) Looking at all 'columns' I could find 'AltCty' (ie Condition formula for alternative calculation type ) for YAGC.
    5) Here you can attach your 'own routine' (in my case 950 , RV64A950) to get the rate and other data instead of through 
        'access sequence'.
    One more question,
    When I tried to put PR01 as an access sequence to YAGC , the pricing condition YAGC disappeared from my sales order.The status was released and yet it did not show.Could you kindly let me know why was this happening ?
    Thanks for all your help.

  • How to make Delivery block at Sales Order Header level for specific materia

    Hi,
    My client want to create a delivery block EDI order at the Order Header level for specific materials
    How can we achieve this.

    Dear Varada rajan
    Go to material master, select "Sales: sales org.1" view and assign "01" against the field "DChain-spec. status" and save.  By assigning, for a particular sales area, you can block that material.
    Now go to OVSU select 01 and assign "B" against the field "Block delivery".
    Now create a sale order and post the outcome.
    thanks
    G. Lakshmipathi

  • How to set Delivery Status on Sales Order

    Hello CRM Experts
    I am  using CRM 7.0 (Webclient) in standalone mode.
    I've created a Sales Order and would like to complete the line item.  But the delivery status field is disabled.  I've read several posts on the forums about delivery data for a sales item in CRM.  What I've understood is this:  Delivery is handled outside of the CRM system e.g. by ECC or other systems. Therefore the status has to be updated by the external system (Is this a correct statement?)
    Our security team has checked the security and didn't find anything there.  I'm logged in using SALES PRO role. 
    I'd appreciate your insights.
    Thanks!

    This is already available in the additional line information..though..
    If you still want that at line level to be displayed..maybe you need to customize the form...not sure how u can handle that logic
    Mahendra

Maybe you are looking for

  • Error in backup with verification in DB13

    Dear all, I am taking backup through DB13. There is two options in that with verification & without verification. when i am taking backup without verification , it is completed succesfuly, but when i am taking backup with verification, there is some

  • Problem when Running a java program

    I am new to Java. I have installed JDK 1.3.1 on my machine. have setup the class path also. My program complies fine but when i am running it I am getting the following error. Exception in thread "main" java.lang.NoClassDefFoundError: InsertSuppliers

  • How to use a control instead of indicator?

    I have the program written and i'd like to change the indicators to control in order to be able to control the rate myself. Ofcourse it gives me bad wire when i do that. is there anyway i can do that with adding something so it wouldn't give me bad w

  • EM not starting??????

    HI, While i am starting the oem it is saying below error: D:\oracle\product\10.2.0\db_1\BIN>emctl start dbconsole Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved. http

  • Air printer recommendations

    Anyone have any suggestions for a good air printer, I have looked over a few some have bad reviews,