How to determine the delivery plant in a CRM Sales Order

Hi experts:
In CRM how to work the delivery plant determination? and I can change the Plan in a Sales Order before its download to ECC?
I download the DNL_PLANT object but i don't understand what is the functionality of these are created like business partner in CRM.
Thanks in advanced by your orientation about these questions that have me a little bit confuse.
Sussie

Hi Reddy
Thanks for your reply, but the note says that only applies for India or Brazil legal purposes.
In my case I still have confuse, in a normal Sales scenario CRM to R/3 how to works the determination of the delivery plant.
I know that in R/3 is determined by:
1. Customer-Material info record (Sales Area data)
2. Customer Master data (Sales area data)
3. Material Master data (Sales-area data)
I can think that in CRM is determinate bye Material Master Data, but I still don't know if I can change
it??  and where in the crm sales order before it is download to R/3??
Thanks
Sussie

Similar Messages

  • How to transfer the stock form Project stock to Sale order stock

    Hi
    How to transfer the stock form Project stock to Sale order stock
    I tried to do this with movement type 413Q
    System is giving me error
    Valuated project stock not allowed with customer stock.
    Message no. KI346
    How to do this
    Thanks
    NK

    You can use Mov Type 412-Q
    412     Q     Transfer posting project to own - reversal
    Thanks
    Rajesh

  • How to trace the pr's with ref to sales order incase ici is 2 in mrp view

    Hi, maintained 2 in ici field of mrp4 view of the roh material master. system generated pr's without any ref to sales orders. pls advise how to trace which pr's are for which sales order? pls advise.

    HI,
    It is not possible to do in SAP if you give Individial/collective requirement as 2, It is possible if you give 1 but your point is that there will be more PRs in the system. Iit is not possible through customizing.
    I would like to suggest you some options, which of course requires manual intervention.
    1. Suppose system genrates purchase requistion of quantity 100,(if you maintain ici 2)  then you need to split the pr quantity in to more line items and then specify the Account assignment as Sales order and specify the sales order number.
    OR
    1. You have to maintain the vaious sales order details in a Item text in PR.
    Note: Make sure MRP is behaving correctly.
    Regards,
    Sreenivasa
    Edited by: Sreenivasa Rao on May 5, 2010 9:47 AM

  • How To Get The Total Delivered Quantity of a Sales Order

    Hello All,
    I have a requirement of getting the total delivery quantity of the sales order .I have checked it in LIps table but I am getting partially delivered quantity for a schedule line item.Can any one tell me how to get the total delivered quantity.
    Regards,
    Pavani.

    Hi
    Check the Table:
    VBEP  - Sales Document: Schedule Line Data.
    Inside the table check the Quantity Fields.
    Regards,
    Sreeram

  • How to change the sequence that VL10 use for sales order during DN creation

    We are using VL10 for DN creation , VL10 is executed in  background as a batch job ..... we have created a variant and have given range of shipping points for which we want to create  the Deliveries.
    What we want to understand is that how SAP standard code for VL10,  sorts the sales orders for which the delivery are to be created using VL10?
    we would like VL10 to process the sales order which belong to same shipping point in some order....so that delivery needs to be created for the first sales order rather than last sales order for a given shipping point....
    Is there any sort order that SAP follows to pick which order it will consider for delivery creation ....first over the other sales order where the shipping happens to be same ?  if yes then is there any way we can change it  ?
    Any guidance is appreciated
    Thanks
    Rajey

    We are facing the same problem and are running at 4.7.
    There are orders with the same goods issue date and if so, it should be sorted by order no.
    Nevertheless, it does not sort it by order no but we could not find yet what the sort criteria is if it runs in the background and how to change these rules.

  • How to know the excess stock with in a sales order and line item

    Hi,
          i am running an MRP against a sales order and sales order line item. the materials are getting planned based on the requirement. but due to some reasons the production orders are confirmed with out consumption of the actual required quantity of the  components. so the stock  is kept  ideal in the sales order  though it is not required further.
       do to some othere reasons also the excess stock of componenets exist. the PR or POs may also exist for the materials though they are not required further.
    i am in need of a report for the excess stock or excess PR or Purchase order for a sales order.
      please give me logic to find the excess things in that sales order and sales order line item. the Expensional message 26 is there in stock requirement list . but it does not give the excess quantity existing.
    regards
    madan

    hi rajesh,
      thanks for your reply. please tell me the logic to see when only partial quantity of sale sorder are delivered  and also when no delivery is made also.
    but manufactured and placed in stock.
    please tell me the tables to follow and logic of going ahead with them.
    regards
    madan

  • How to change the status of material while creating sales order via BDC

    Hai.
    In BDC while creating sales order( va01 posting ) it is stucking up in middle saying material is new. I.e Sales order (va01) is not  getting created because  of material status is new . I want to create sales order  (va01) even  material status is new.
    pls give me out the solution. Points will be rewarded.
    thanks & regards,
    sami.

    Hi,
    If you drag the line item a little towards the right side, you will find a filed material entered. The one you see in the material filed on sales order over view screen is the one determined. You can as well double click and see the fields material entered and material determined.
    Is there anything else you are expecting to see as part of analysis ?
    Regards
    Sadhu Kishore

  • How to find the total no of Deliveries per sales order?

    Hi,
    I am writing a custom development specification.
    Is there a SAP table/field by which I can know the total number of deliveries created for a single sales order ?
    For example, if a Sales order is created for quantity 10 and we have two delivers ( each of 5) ..is there a field I can get that information from?
    --Sidd

    Thanks for the reply.
    I am not sure if VBFA will work...I would like the program to look into all deliveries for a sales order and make a distinction between the first one & the rest.
    For example, if the sales order has 5 deliveries associated with it.
    I would like to run a specific logic for the first delivery & a different logic for the rest of the deliveries.
    Is there a way to tell the system ...to distinguish between the different deliveries ?
    -Sidd
    Edited by: sbhattacharya99 on Apr 15, 2010 11:50 PM

  • How to fill the configuration data while creating a sales order

    Hi,
       I am creating Sales order through BAPI_SALESORDER_CREATEFROMDAT2, the order is getting created but I am not getting the characteristic values. I filled the structures required for the configuration part.
      If possible please post the code for the config part.
    Thanks,
    Sarath.

    Hi,
    Here for your reference:
    CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
          EXPORTING
            salesdocumentin     = w_line-vbeln
            order_header_in     = order_header_in
          IMPORTING
            salesdocument       = salesdocument
          TABLES
            return              = return
            order_items_in      = order_items_in
            order_partners      = order_partners
            order_schedules_in  = schedules_in
            order_conditions_in = conditions_in
            order_text          = order_text.
    Rgds,
    Jenny

  • SAP how to determine the account in Goods receipt for purchase order?

    We know when we make a Goods receipt for purchase order,we will use the account in GBB and BSX define in OBYC. But where can we find the rule? I mean why system can find the account in GBB and BSX , not the other TEcode?

    HI
    This is again based on the movement type which SAP has created a link internally.
    So if you see when a document is posted it basically derives the GL accounts based on the Movement type,Valuation class,valaution area and so on.
    Good luck
    Hari

  • How to determine the Installation after Work Order installs a new meter

    Hi IS-U Experts,
    I have a question about the integration of Work Orders and Installation of Devices as it relates to IS-U data.
    Our understanding of a Meter (Installation) process is as follows:
    1.  A Work (Service) Order is generated by CS (or a Sales) process.  At minimum, the Device Location (ES65) and the Device Category (Material) needs to be provided for.
    2. A techniciation executes the Work Order to install the meter.  After which, this work is confirmed (IW42) and a Goods Issue is done on installed Device.  In our case, the technician decides actual Device Number based on his/her vehicle stock.
    3. Now, we want execute the IS-U Device Installation (EG31).  However, we don't know where to draw the IS-U Installation from.  There is no IS-U specific reference on the Work Order for the Installation. (It would be nice if the Order Type had an IS-U releavant screen category (table TQBT) for such a reference).
    We could create the Installation on the fly, but we need the IS-U Premise (ES60). Our expection, anyway, is to build IS-U data
    prior to the Work Order execution as part of the CS process. We defer IS-U Installation only because the device number is determined at the time of installation.
    How should the IS-U context data passed around in the Work Order?
    Thanks, Ed

    Hi Reddy
    Thanks for your reply, but the note says that only applies for India or Brazil legal purposes.
    In my case I still have confuse, in a normal Sales scenario CRM to R/3 how to works the determination of the delivery plant.
    I know that in R/3 is determined by:
    1. Customer-Material info record (Sales Area data)
    2. Customer Master data (Sales area data)
    3. Material Master data (Sales-area data)
    I can think that in CRM is determinate bye Material Master Data, but I still don't know if I can change
    it??  and where in the crm sales order before it is download to R/3??
    Thanks
    Sussie

  • How to get the Delivery address for PO

    I have a problem.
    I am working on a SAP Script , which is for PO(Zmedruck_po) , which is a copy of
    MEDRUCK.
    I am asked to print the delivery adress in a window .
    The scenario is like this .
    In ME23N , under item details , there is a tab called DELIVERY ADDRESS
    this has option to enter the adress details or a delivery number in the  address text box .
    If the address number is present i have to print that address , else i have to print the address which is entered in the delivery address tab.
    If the delivey address number is there i have no problem in printing it ,But if address number is not there ,I need to know how to get the delivery address,
    is it the plant address, company code address ... ?
    I debuged ,but could not find out.
    Can anyone help please .

    Hi,
    try using the below method:
    Goto TWLAD table with storage location (EKPO-LGORT) as key to get address number (ADDRNUMBER).  then goto ADRC table to get the address of the delivery
    Regards
    Shiva

  • How system updating the delivery dates in sale order schedule line

    Hello
    i created a sales order with 2 line items. For the first line item the confirmed delivery date in the schedule line is 06.02.2012 and for the second line item the confirmed delivery date in the schedule line is 14.02.2012 . Both the line items are third party items and the PR created against the line items in the sales order .
    We created the PO with reference to the PR of the SO and we find there are different delivery dates coming in the PO document for the 2 line items . For the first line item the delivery date is coming as 14.11.2011 and for the second line item in the PO , the delivery date coming as 11.11.2011 . Firstly we are not understanding from where the delivery dates are picking in the PO.
    Secondly , once we saved the Purchase order and once we come back to the sales order , the schedule line dates are getting changed automatically in the sales order . For the first line item in the sales order the delivery date is changing to 22.11.2011 and for the second line item in the sales order the delivery date is changing to 22.11.2011.
    Now my question , is from where the delivery dates are updating in the Purchase order and once we save the purchase order how the delivery dates in the schedule line are getting changed .

    Now my question , is from where the delivery dates are updating in the Purchase order and once we save the purchase order how the delivery dates in the schedule line are getting changed .
    For third party processing, the delivery dates are updated in the purchase order based on the settings in the field Planned delivery time in the MRP2 view of the material master(defined in purchase info record in t.code ME11/ME12) and purchasing processing time defined in t.code OMEW. This means, since the date of PO created, it will take the days mentioned in the planned delivery time field and purchasing processing times to determine the delivery date, which will be copied into the sales order as delivery date. In your case, the purchase order delivery date is not copied into the sales order, hence you may need to check OSS note. How the PO is handled? Any confirmation control functionality is used?
    Regards,

  • Movement type to consume customer consignment stock in the delivery plant ?

    Need MM Functional expertise help to resolve the issue
    They are two plants associated
    1. Deliverying Plant (Customer Consignment Stock) ---> FPP
    2. Recieving Plant (Vendor Consignment Stock) ---> FNT
    Recieving Plant (FNT) will send a consignment Purchase Order (P0) to the delivery plant (FPP), which
    inturn delivery plant FPP will do post goods Issue (PGI) with movement type 635 {635 --> moves
    the stock from sloc 1000 to customer consignment stock}
    Once movement type 635 is completed, it will go customer consignment stock in the delivery plant FPP
    So Far OK..
    Recieving plant (FNT) will recieve the stock against movement type 101K into Consignment location, followed
    by movement type 411k (to move the stock from consignment location to OWN location).  Once its under OWN location,
    the inventory can be utilized for service orders (261)
    Issue:
    Not able to find a movement type to consume customer consignment stock in the delivery plant FPP
    Note: 1. 411k is used to consume vendor consignment stock
    2. Both plants are in different company codes
    Following OSS notes has been checked, but none is addressing the issue
    1. 520024
    2. 610896
    3. 362032
    4. 13006

    Customer consignment stock is consumed physically by a customer, the customer reports to you how much he has consumed, the delivering plant creates then a consignment order for consignment issue in the delivering plant, followed by converting it to a delivery and posting goods issue.

  • How to determine the ROWNUM in a Master Detail Form

    Hello,
    I am working in a Master Detail Form with Orders and Order Items Information; and I created a process that allows the users to select a Product ID on a tabular form, and the next column is populated automatically with the Product Description.
    To achieve that, I followed some instructions by Denes Kubicek (http://apex.oracle.com/pls/otn/f?p=31517:241), but my case is slightly different:
    <ul>I am using a wizard-created tabular form, instead of a manual tabular form; and </ul>
    <ul>Instead of using another page as a Popup to pass the parameter of the ROWNUM, I am using a plug-in called “Tabular Form Super LOV” which is a modified version of the SkillBuilders’ Super LOV that works on Tabular Forms. </ul>
    The Product ID is returned in the correct row by the plug-in; but in the case of the Product Description, it is always returned into the first row; and my problem is that I don't know how to determine the row where the user clicked to call the plug-in.
    I set up an example in apex.oracle.com in case someone would like to look at it:
    Workspace: ediazjorge
    Username: test
    Password: test
    App Name: Sample App
    App Number: 1550
    BTW, I am using Apex 4.1.1.00.23 and Oracle DB 10.3.2.
    Thanks in advance,
    Erick

    Hello VC,
    Thank you for your time and help.
    Unfortunately, it is still not working properly:
    1. When the Popup LOV opens, the first row of the tabular form is 0, the second row is 1, and so on. How can I assign the values starting with 1 and in the format *0001* ? (I am still a novice on Apex and new to JavaScript :-), sorry about that).
    --2. Also, when I close the Popup LOV, the value of P1_ROWNUM is ‘undefined’ again so I'm not sure if the Product Name column will be populated.--
    3. And finally, you are using the jQuery Selector uPopupLOVIcon, which is an attribute of the Cloudy Theme. In my real application (Apex 4.1.1.00.26), my element looks like: *<img src="/i/lov_16x16.gif" width="16" height="16" alt="Popup Lov" alt="List" style="vertical-align:middle;" align="middle" />*. What do you recommend me to use as a jQuery Selector?
    Again, I really appreciate your help and time. I think you solved the most difficult part.
    Thank you so much,
    Erick
    Update: I just found out that the problem with my comment 2 is because I didn’t delete the previous dynamic action that set the value to P1_ROWNUM.
    Edited by: ediazjorge on Sep 18, 2012 11:20 AM

Maybe you are looking for

  • Your computer restarted because of a problem

    Hi there, my 15 inch mid 2010 macbook pro has a nasty habit of restarting at random times (typing a word document or playing a game) and starts with the dreaded "your computer restarted because of a problem". I can't really make sense of the error re

  • OIM 11g R2 : deployment failed / soaconfigplan.xml not exist

    Hello all, I got my Weblogic, OIM, SOA installed. Then I tried to configure my security domain on Weblogic. I created a domain with OAM, then extended to SOA and then when I try to extend it to OIM I got the following error : Preparing... Extracting

  • OTA Update

    I left my iPhone connected to my Wireless Network and plugged in for charging... When I woke up, I was surprised to see that my phone downloaded the 5.0.1 update (which was there before but I ignored it). Now it's only "Install"... Is there any way t

  • Firefox opens at my Home Page but then freezes and will not close unless I shut it down through Task Manager. Running Windows 7. Any ideas ?

    All websites work OK through Google Chrome so I am sure this is a Firefox issue. It was fine until yesterday and I have run AVG, Malware and CCleaner with no significant results. It's also a bit odd as Google Chrome doesn't seem to want to let me imp

  • Ipod dock connector

    probably a dumb question, but will a y cable (firewire and usb 2.0) that says it's for the dock connector connect directly to the ipod as well?