Order priority

Hello Everyone,
recently i was asked about order priority and i had no clue on it, can someone please through some light on it, or point me where i can find more info on it.
the scenario was that if there 2 orders created in morning, one with 70 pcs and one with 80 pcs and if there was no stock availaible , but then same day afternoon 100 pcs come in, which order will go out first and why?,  and what will happen to 2nd order,  can you  guys explain that.
thanks in advance
dilip

Hi dilip
First of all there is no word like order priority we have delivery priority.
This delivery priority will be assigned in Customer master record ->sales area data->shipping tab
This delivery priority will be flowing to the sales order header tab.
Now say there are 2 sales orders where 1st sales order is for 50pcs and 2nd sales order is for 100pcs and the total stock is only 125.
The second order wont get fully confirmed as it is falling short of 25pcs.System will give the next delivery date for those 25pcs
But if you want to allocate the  25pcs of stock  to the 2nd sales order then go to V_RA (back order processing) and manually change the quantity for that 1st sales order and increase the qty fr the 2nd sales order by 25pcs .In this way you can confirm
But if you want to confirm the sales orders based on the delivery priority basis when the sales orders are not confirmed then you can do rescheduling (V_V2) . In V_V2 select the delivery priority as per your requirement and then proceed. system will confirm the stock only for those sales orders which has that particular delivery priority
Regards
Srinath

Similar Messages

  • Order Priority in ASCP regd.

    Hello Gurus,
    We have the Order Priority concept where we can give the priority when we create a Sales Order. The priority can be given in the Shipping tab --> Planning Priority.
    We also have the Demand Priority in the MDS where in we have to invoke the DFF for giving the priority.
    My question is that if we consider the Demand as MDS into the ASCP and we give the priority in the Sales Order line, will the priority be picked up into the MDS.
    Or do we have to discard the MDS as the demand and then check teh option "Include Sales Order" in the Data collection.
    Kindly help.
    Thanks & Regards

    Typically you don't include sales order & MDS else it'll double up the demand since MDS may already include same SO demand. Thus please validate how you're feeding these demands to ASCP?
    Thanks
    Navneet Goel

  • Order Priority not transferred to PR for NON stock items

    Dear GUYS
    Order priority is not getting transferred to PR for Non sotck item
    ideally we should get this in the source of supply in the PR as requirement priority & requirement urgency
    Regards
    chandrashekhar Ingole

    chandrashekhar Ingole,
    It may be possible to transfer the PM Priority data to the PR via [user-exit|http://pjatkin.users.btopenworld.com/documents/PMCSUserExits.pdf] :
    - COZF0001: Change purchase req. for externally processed operation
    - COZF0002: Change purchase req. for externally procured component
    PeteA

  • AQ Sort Order (priority,enq_time)

    HI
    I am trying to subscribe to a topic with Sort Order (priority,enq_time) using oracle.jms API.Payload type is an ADT generated from jpublisher.Though the same worked with Oracle.AQ API.After publishing i am updating the priority.But the subscribing application is always taking enq_time when actually it should be taking priority as first criteria.
    I am printing table property that to shows the correct sort order:
    owner : aqadm
    name : queue_message_table
    AQQueueTableProperty]
    payload_type : AQADM.QUEUE_MESSAGE_CAFU
    storage_clause : null
    sort_order : PRIORITY, ENQUEUE_TIME
    multi_consumer : true
    message grouping : NONE
    comment : null
    compatible : 8.1.3
    auto_commit : true
    primary inst : 0
    Secondary inst : 0
    Non Repudiation : 0
    Secure : false
    Sample code:
    ===========
    // Get topic object
                   Topic topic = ((AQjmsSession) aq.session).getTopic(
    DB_AQ_ADMIN_NAME, // Queue owner
    "message_queue"); // Queue name
                   // Create topic receiver
                   TopicReceiver subscriber = ((AQjmsSession) aq.session).createTopicReceiver
    topic, // Used topic
                        "SUBSCRIPTION" + _subscriptionId,          // Name and identification of the subscription
    null,// No message selector
                        QUEUE_MESSAGE_CAFU.getFactory()//CustomDatumFactory for the java class that maps to the Oracle ADT
                   // Receive message
                   System.out.println("Waiting 60 seconds to receive message for subscription SUBSCRIPTION" + _subscriptionId + " ...");
                   AQjmsAdtMessage adtMessage = (AQjmsAdtMessage) subscriber.receive(60000);
                   if(adtMessage != null)
    QUEUE_MESSAGE_CAFU messageData = (QUEUE_MESSAGE_CAFU) adtMessage.getAdtPayload();
                             System.out.println("receive() successfully");
                             // Print message
                             System.out.println("ProductId : " + messageData.getProductId());
                             System.out.println("StoreId : " + messageData.getStoreId());
                             System.out.println("ProductName: " + messageData.getProductName());
                             System.out.println("country : " + messageData.getCountry());
    ******QUEUE_MESSAGE_CAFU is JPublisher generated class from an oracle object type
    Regards
    Raju

    Hello,
    It's been quit a while since we mailed and I promised to get back on you.
    I've been testing and I'm lost. It looks likes the messages are at random dequeued.
    A user have enqueued different messages.
    The enqueue code is :
    -- Add new request to queue.
    message_properties.delay := pkg_delay_time;
    message_properties.priority := p_priority;
    message_properties.expiration := pkg_expire_time;
    message := proj_batch_queue_ot( p_projectid
    , p_versionno                , p_action
    , p_job_type
    dbms_aq.enqueue( queue_name => pkg_schema||'.'||g_queue_name
    , enqueue_options => enqueue_options
    , message_properties => message_properties
    , payload => message
    , msgid => message_handle
    It is an autonomous_transaction and is commited immediatly.
    The dequeue code is:
    declare
    dequeue_options dbms_aq.dequeue_options_t;
    message_handle raw(16);
    begin
    dequeue_options.navigation := dbms_aq.first_message;
    dequeue_options.dequeue_mode := dbms_aq.browse;
    dequeue_options.wait := dbms_aq.no_wait;
    dbms_aq.dequeue (queue_name => pkg_schema||'.'||g_queue_name,
    dequeue_options => dequeue_options,
    message_properties => message_properties,
    payload => message,
    msgid => message_handle
    The sort_order is priority, enq_time and still the messages are dequeued at random.
    I hope you can help me.
    I would be most grateful.
    Regards

  • Can we maintain sales order priority in PP/DS?

    Hi All
    We are working for Cable manufacturing firm and wish to plan as per sales order priority in PP/DS. Presently we are using customized length based planning heuristics (which is customised form of SAP_PP_002) for creating planned orders.
    We understand that the heuristics will plan as per requirement date of sales orders. But can we introduce sales priority. If we need to go for enhancement, please let us know the functional module which we need to use in the customized length based heuristics.
    Our finished product is configurable material with make-to-order (strategy group u2013 26) and semi-finished product strategy is planning with final assembly (strategy group u2013 40). Accordingly, check modes are 047 and 050 respectively.
    Regards,
    S.Manjunath

    Hi Frank,
    Please find that we have the priorties already listed in SO visible in APO. Now we need to plan the planned orders generated from the SO as per the priorities listed in the SO
    Eg: we have
    SO1 Priority-1.----> Pld Ord 123
    SO2 Priority-1.----> Pld Ord 456
    SO3 Priority-2.----> Pld Ord 789
    SO4 Priority-3.----> Pld Ord 011
    Here we need to consider only SO1, SO2 and SO3 for planning since we want to set planning for priorites for 1 & 2 alone.
    Presently our planning is happening as per the requirement dates mentioned in the SO alone.
    Regards,
    S.Manjunath

  • Insight how ascp Order Priority (field Order Priority) is derived ?

    Anyone has detailed information on how ascp assigns "Order Priority" in the Order Priority field in the workbench ?
    I understand one factor is Priority Rule, but I need more detailed logic behind it.
    Is this field really meant to tackle the priority of working through all the recommendations ?
    Thanks much.

    Hi
    ASCP uses priority rule to generate an order priority for end demands like SO, forecast etc. Once this is generated, it uses pegging information to derive order priority for the supplies based on demands it is used to satisfy.
    For example, a supply pegged to a sales order may get higher priority than another supply pegged to a forecast in similar time bucket. You may make use of more advanced priority rule settings including custom extensions to set order priorty for demands which will finally derive order priorty for the supplies.
    Setups like FIFO vs. priorty pegging may also impact this derivation. Please let me know if you may require further details in this respect.
    Thanks
    Navneet Goel

  • Set Transfer order Priority in T-Code LT0R.

    I need to set Tfr order priority, to customer specific value. I am using 4,7 version..
    Please help me out to find the appropriate user exit, for the same.
    Thanks .
    Vickey.

  • Work order Priority Authorization Object

    Hi Friends,
    I wanted to restrict Work Order Priority to only allow certain users (they have certain role) to set Priority,
    can we do through standard security,if we can please provide me authorization object.
    Thanks & Regards,
    Srinika

    Hi Srinika,
    Goto SUIM, use option Authorization Objects by complex selction Criteria and Use  "Field" to enter your required which need authorization control.
    If standard object is available it will show in result else you need to find alternate custom option.
    Rgds
    Sunil

  • How to change transfer order priority?

    Hi all,
    Is there a function I can use to change transfer order priority?
    Regards,
    Avi

    (L_RFMON_TAPRI_CHANGE)

  • How to programmaticaly configure order priority upon when executing MC90???

    Good day, Experts
    When executing MC90 to release DP forecasts to SNP we want to programmatically assign the order priority that is then found on the corresponding RRP3 transaction screen.
    I've checked out release related UE's & BADI's but the data being passed within them does not relate to the PRIORITY field from my requirement.
    Any help that you could give me would be greatly appreciated.
    Thanks in advance!!!
    Chad

    Figured this out on my own.  UE's and BADI's were useless for what we needed.  Debugged the MC90 program stack and found what we needed in an implicit enhancement to fill_schedule_tab.

  • Update ppds order priority via FM?

    Dear gurus,
    does anybody know how to modify the priority of a ppds livecache order via ABAP (FM...)?
    thanks a lot,
    Pablo

    Dear gurus,
    does anybody know how to modify the priority of a ppds livecache order via ABAP (FM...)?
    thanks a lot,
    Pablo

  • Customer/Order Priority

    Hello,
    We are in the system design phase, have a scenario where a group of customer when they place the order that order should take the highest priority by default.
    this high priority should be all the way till the warehouse picking slip which would have to have the text saying that pick this order the first and ship it before any other order.
    we gone have ATP and MRP & credit check set up  in the system, the sales orders for these customer would go through the regular ATP check & credit check.
    I understand one of the thing that can be done is to define the delivery priority on the shipping tab of Customer master as the high, but would that be enough to differentiate the high and medium priority in the same standard  order type ?
    Also there is another scenario "Immediate" where it could be a customer from any group, but when they request to place the Immediate order, that order goes to the highest priority, even if it means to change the schedule line to no ATP check, no credit check, create delivery and print the picking slip & ship it ASAP.
    in both of the above scenarios the orders would be created manually in the system by the customer service.
    Currently the consideration is to have 2 different order types in addition to the standard order for both of the above scenario, & in the order type of immediate scenario there will be no ATP check, & no Credit check, chances are we might have special reservations of material for this kind of Immediate order Scenario.
    any input and suggestions are welcome.
    Regards
    Edited by: SD.... on Oct 31, 2011 3:41 PM
    Edited by: SD.... on Oct 31, 2011 3:42 PM
    Edited by: SD.... on Oct 31, 2011 4:05 PM

    Hi,
    You can use Delivery Priority field (customer master record or customer-material info record)
    When you process deliveries collectively, you can use delivery priority as one of the selection criteria. I think we can use this field to MRP (PP) too.
    Leonardo Rocha.

  • Sort Order Priority

    Is it possible to change the priority of columns when sorting?
    When I sort by 'Album Artist' it seems to use: Album Artist, Artist, Album, Track #
    This messes up my 'various artists' albums. It especially looks horrible in artwork and coverflow view. I'd like to make it ignore the 'Artist' field. (Album Artist, Album, Track #)
    Is this possible?
    MacBook   Mac OS X (10.4.8)  

    I did already did that.
    Example: Ministry of Sound's Karma Collection 2003.
    Album Artist is set to 'Ministry of Sound' and compilation is set to yes.
    But disc 1 is right before Johnny Cash (because track 1 is by Jakatta) and disc 2 shows up right before Pink Floyd (because track 1 is by Panjabi MC).
    MacBook   Mac OS X (10.4.8)  

  • BOP Sort Criteria Order priority ORDPRIO

    Hi All,
       Can anyone tell me where can I find this field on the sales order. How is this populated in the sales order. Does it come from the customer master or from where ?
    Regards,

    Biswajit,
    ORDPRIO does not originate from SD.  It therefore does not exist in any Sales Order.
    ORDPRIO may be used when performing BOP on Stock Transport orders.  This field can exist in dependent requirements (reservations) created by Stock Transport orders.  In order to use this field, you must have previously activated MM Requirements Prioritization in ERP.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/42/ec5c47b05f1aa2e10000000a422035/frameset.htm
    Regards,
    DB49

  • Changing order priority in Library

    Hi guys I have a little niggle that perhaps you maybe able to help me with. I spend 90% of the time with my library sorted by Artist, this is great as it also then groups into albums, however I'm pretty anal about my music and at this point I'd like iTunes to order individual albums in chronological order. Is this possible at this time?
    At the moment for example iTunes will order my Descendents albums thusly:
    All
    Cool To Be You
    Enjoy!
    Everything *****
    I Don't Want to Grow Up
    Milo Goes to College
    Though I would prefer it like this
    Milo Goes to College (1982)
    I Don't Want to Grow Up (1985)
    Enjoy! (1986)
    All (1987)
    Everything ***** (1996)
    Cool To Be You (2004)
    I added the year here to illustrate, I've placed release dates in the Year field not appended them to the title
    If this query requires any more clarification please ask, any help would be appreciated
    Message was edited by: cockbeard

    Thankyou very much for that, I had looked around but couldn't find a satisfactory answer.
    Just a couple more quick things on the same suject, I'm about to use either the Composer or Album Artist field to indicate the Label a record was released on. Are there any deeper customisation options as far as prioritising order goes, as I'd like to be able to switch between various sorting systems ie Label - Artist - Album by Date and sometimes Label - Album by Date
    So I wonder whether there is anywhere where we can write short rules to allow me to sort music in a highly customised manner, if not I wonder whether this might be a valuable addition to the program, thanks again

Maybe you are looking for

  • IB52: FM for adding partner to the Install Base

    Hi, My requirement is to add Service Contact (partner) on the Installed Base - IB52 How to add a Partner on to the Installed Base - which Function Module to use? Thanks Rajeev

  • Filing incoming emails in Mailboxes brings my Mac to a halt

    I have a problem with Mail since I installed Mountain Lion. If I try to drag my incoming mail into a mailbox to keep it organised, within a few minutes the MacBook Pro slows down to a virtual stop and I have to reboot. Any ideas why? Anyone? Thanks

  • Inbound IDOC Error handling

    Hi, I am using message type PORDCR1 to create a purchase order. This is calling a BAPI_PO_CREATE1 to create the PO inside. Now I have coded some validation in user exit that is available in Pre processing. So when there is any any error i populate th

  • How dimension of the acutal display area( cm,inches) of the monitor can be found using flex?I need t

    how dimension of the acutal display area( cm,inches) of the monitor can be found using flex?I need the acutal area in term of cm or inches (width X height)

  • G-Tech Drive with Adobe Preimere CS5

    Hello every one, I would like to ask this question hope to find good answer for it, im sure there are alot other people would like to find out as will. dose G-tech Drive makes Pr or Ae fast in randring and speed of the editing? if yes which one of th