Order Fulfillment of LSP Service - multiple routing options - PR generation

Hi,
We are a logistics company and in the process of implementing SAP in our organsiation. We are referring to SAP Best Practices for LSP which suggest that we create a service type material master record called 'LSP Service' with variant enabled for capturing characteristics at the time of customer sales order.
Suppose I get a customer sales order for 'LSP Service' with variant info trucktype=6wheeler and consignor party - xyz, Mumbai and consignee party - pqr, guwahati.
Now, The Transport planning officer has to explore various route options for transporting goods from Mumbai to Guwahati which are
1. Mumbai to Guwahati direct
2. Mumbai to Delhi , Delhi to Guwahati
3. Mumbai to KAnpur, Kanpur to Guwahati
4. Mumbai to Indore, Indore to Guwahati
5. Mumbai to Nagpur , Nagpur to Guwahati
6, Mumbai to Nagpur, Nagpur to Kolkata, Kolkata to Guwahait
We execute the customers orders by hiring the vehicles from various vendors and our prices with the vendors are not fixed and decided on a day to day basis.
Based upon historical data, the system should propose the indicative costing for a given order for all the possible routes and transport planning officer should select the best option mostly on the basis of least cost. Now based upon the selected route, system should generate purchase requisitions.
For example, if Mumbai/Delhi/Guwahati route is selected, we would need to hire one vehicle from a vendor for Mumbai to Delhi, and another vehicle from another vendor for Delhi to Guwahati. There would be 2 purchase orders for hiring of vehicles required and for these 2 POs I'd want that 2 PRs should be generated one for mumbai to delhi, and another for delhi to guwahati.
Hope I've clarified my requirement. Shall appreciate your suggestions on best way to handle the scenario.

Hi,
06 076 is only for applicable only in case of material.
For Service and material both, use 06 400 as error "Materials/services for requisition & & already ordered with & &"
NOtes 786736
This may help u !
Regards,
Pardeep malik

Similar Messages

  • Integration with SAP order fulfillment?

    Hi, forgive me in advance for my ignorance and high-level questions in this post.  Though I am a good programmer, I have never used SAP before and am trying to learn as much as I can as quickly as I can.
    I am the founder and director of technology of a small nonprofit, www.sirum.org, that uses an online platform to streamline medicine donation from manufacturers and hospitals to community clinics that serve the uninsured.  We recently had a big break through with a number of large manufacturers that they would transition their current proprietary donation software over to us in order for us to develop a cross-manufacturing donation solution so clinics didn't have to deal with each company individually. 
    The catch is that I believe most if not all of these companies wanted backend integration of our service with their current SAP order fulfillment systems.  The webservice SIRUM is creating will have a clinic login to our site, order the medicine they need, tell each manufacturer how much of their drugs were ordered by whom, and then have a delivery request along with the clinics address sent to their distribution center. 
    I haven't discussed the integration component with them in anymore detail yet, but since I have never integrated a webservice with SAP - let alone even used SAP - before I wanted to get a sense of what a multiple manufacturer webservice integration would entail.  Namely,
    1) would we just create a WSDL with operations that tell the manufacturer how much was ordered? 
    2) Since we want the manufacturer to have little or no customization work on their end is there a way to also provide them an SAP program that then take information provided by our webservice and turns it into their ordering syntax. 
    3) Would this latter piece depend on what modules of SAP each manufacturer has installed, or does all order fulfillment use the same SAP module/solution?
    4) Would a solution involve a lot of customization from manufacturer to manufacturer? Is there a way to minimize the amount of customization without sacrificing integration?
    5) Do you guys/ladies have any good ideas of any features that could be added to the base functionality (sending an order of medicine from a clinic to a manufacturer and its distribution center for fulfillment)
    Thanks in advance for your time,
    Adam

    If I'm understand your question correctly, you want to send the order you receive on your web to the manufacturer. Then manufacturer will create a sales order and delivery order on their side and deliver the good to the clinic.
    In this case,
    1,2) It would be better for you to send the order to them instead of creating the wsdl for them to call. There is a standard format EDI for sales order that SAP use to interface with legacy system. You cna generate the data in this format and send to each manufacturer so they can configure the system on their side.
    3) The module is called SAP order fullfillment or SAP order-to-cash or SAP SD (Sales & distribution). It means the same thing just some people call it differnetly. SAP SD is the common one.
    4) Surely there will be some effort for each manufacture to integrate their system with you. However, If you use the standard EDI, the effort would be minimal for the manufaturer that already implement this with other partner.
    5) you can pass along the address in sales order. If the manufacturer system implemented SAP SD, they should be able to create sales order, delivery order and invoice from their side.
    Regards,
    Chaiphon

  • Third-Party Order Fulfillment Process Scenario

    Hello,
    I would like to know if any of you have come across a use case where the Third-Party Order Fulfillment is  Not  based on the Supplier/Manufacturer shipping out the material directly But the Buyer (and in some cases even end User/customer) arranges this themselves. This is very common in International Trade where the Buyer/Business arranges the shipment themselves by using the services of a Freight Forwarder who Ships the material to the end user/customer after the Supplier/Manufacturer has made the Material available. In such cases the actual Shipment could take days or weeks from when Material is made ready by the Suppliers.
    Currently the Third-Party Order Fulfillment Process assumes only one scenario and that is the Supplier will ship the material and inform their Buyer of Delivery. But in International Trade this is not the case and the Incoterms in the Purchase Order can be different to the Incoterms in the Sales order example in the PO the incoterms could be Ex-Works and in the SO CIF.
    This leads to requirement of ASN and separate Inbound and Outbound Delivery and their separate Release in this Process as well.
    These are not currently supported in the Third-Party Order Fulfillment process thus the Third-Party Order Fulfillment process in ByD has a very limited use in its current form.
    If there are other users who have come across this as well then it would be nice to have your comments and possible workaround.
    Best regards
    Nick

    There is no standard SAP solution for this requirement.
    You can trigger output from inbound delivery document to generate EDI output and send delivery information to customer.
    You will require to define custom output type , partner profile and link with custom fucntion module.
    FM should have logic to pick information from 3rd party sales order and inbound ASN and generate IDOC
    Hope this solution will work for your requirement

  • Multiple routing tables and/or policy routing

    Hey all,
    I'm trying to configure a Mac Mini (10.8) for multiple routing tables and policy routing.  This server runs Ostinato, a freeware traffic generator.  My purpose is to generate traffic on multiple VLANs towards different gateways and different destinations.  To that end, I have VLAN tagged the (only) Ethernet port and configured 5 VLANs on it.  The first one has the default route (I manage this Mac over this VLAN).  The other four have IP addresses in the test range I'm using. 
    The goal is to have traffic sourced from IP-address-X go out vlanX towards gateway-X.  It's counterpart on the far end runs Linux and I have configured it in this way:
    ip route add default via <gateway-X> dev ethX table X
    ip rule add from <network-X> table X priority X
    Researching on OpenBSD forums (since it's the base of MacOS X), provided this:
    route -T X add 0.0.0.0/0 -iface <gateway-X>
    echo pass in from <network-X> to 0.0.0.0/0 rtable X | pfctl -mf -
    However, the Mountain Lion "route" command does not support the -T option, so that killed that idea.  Another forum suggested that this would have worked on 10.4:
    ipfw add X fwd <gateway-X> ip from <IP-address-X> to any
    I tried this on 10.8 though the man page says it's deprecated, and (surprise, surprise) it did not work. 
    Any ideas to get this working appreciated!
    Thanks,
    Aaron

    Still doesn't have it in 10.9.4.
    irene:~ cschwartz$ sudo bash
    bash-3.2# route -T add
    route: illegal option -- T
    usage: route [-dnqtv] command [[modifiers] args]
    I'm guessing you want policy-based routing due to VLANs...? If you can get a USB-to-Ethernet adapter, then maybe you can work around this by using multiple physical links instead of VLAN tagging. But if you need source-based routing etc. then no.

  • Student and Teacher Edition order fulfillment form

    hi, i´ve already bought student cs5 version but i can´t find Student and Teacher Edition order fulfillment form to receive my serial number. maybe i´m blind

    This is the worst "customer service" experience I have ever had with a software company.
    Following the instructions that came with the product landed me here:
    http://www.adobe.com/cfusion/support/index.cfm?event=opencscase&loc=en_gb&issue=z015&csedu type=ste
    A service alert - even though the time is well outside that specified in the alert.
    Following the instructions in the previous post did take me to a form asking for my coupon code. But it wanted a 14 or 16 digit code - while the code on my coupon is 12 digits (13 including a hyphen). Is this some sort of cruel joke?
    Of course the telephone number for service only works 9 to 5 Monday to Friday. Are they kidding? That's less than 1/4 of the time!
    I can't believe in this day and age that registering a product can be so painful and frustrating. Maybe a class action law suit would get Adobe's attention as they clearly don't have the least idea about expected levels of service.
    Grrr.

  • OSB Routing Options for JMS Proxy

    Hello!
    My config:
    WS Proxy Service -> <jms queue> ->Proxy Service -> WS Service
    jms queue used for guaranteed delivery of msg. I wanna dynamically change retry interval and retry count.
    Does Configuration Routing Options in Proxy Service (Retry Interval and Retry Count) override default settings of queue?
    I tried to change JMS headers (JMS_BEA_DeliveryTime, JMS_BEA_RedeliveryLimit) via snippet Transport Headers, but all of these headers are not delivered.
    Any ideas?
    Thanks,
    lam
    Edited by: laaam on 17.05.2012 12:50

    laaam wrote:
    but all of these headers are not delivered.
    Edited by: laaam on 17.05.2012 12:50They should be delivered, I have a proxy that send JMS header using an insert operation of my expression "as first child of" */ctx:transport/ctx:request/tp:headers* "in variable" outbound.
    Cheers,
    Vlad

  • Can't see 'Upload Multiple Document' option in sharepoint 2013

    After upgrading Sharepoint 2010 to 2013, i can't see 'Upload Multiple Document' option under files tab. I have downloaded and place the file 'STSUPLD.DLL' into Office14 and Office15 folder but IE is not asking me to run any microsoft ActiveX control as mentioned here
    http://thuansoldier.net/?p=2289
    I am using  Office 2010 with IE9 (32 bit) .
    Am i missing anything ?

    Hi, 
    According to your post, my understanding is that you could not see the “Upload Multiple Document” option in SharePoint 2013.
    In SharePoint 2013 the “Upload Multiple” Options has been depreciated. As we all known, there are two alternative ways to Upload multiple documents:option
    1 -  Using the drag-and-drop functionality, option 2 - Windows Explorer view.
    You can upgrade your IE from IE9 to IE10 then check whether it works.
    You can also use the Windows Explorer view to upload multiple documents.
    You will probably get the following error.
    To resolve this add the SharePoint site as Trusted in your Browser and Make sure that the WebClient service is running. To do this, follow these steps:
    Click Start, click Run, type services.msc, and then press Enter.
    In the list of services, locate the WebClient service, and then make sure that its status in the Status column is set to Started. If its status is not set to Started, double-click WebClient, click Start, and then click OK.
    Once done restart the browser and try opening the Windows Explorer again. In the Windows Explorer you can copy and paste Multiple documents as done in earlier SharePoint versions.
    For more information:
    http://www.learningsharepoint.com/2012/11/29/how-to-upload-multiple-documents-in-sharepoint-2013/
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Multiple payment options like Funds transfer. credit card and PDCs in B2B

    Hi Guys,
    My requirement is to have multiple payment options in B2B Shop.
    1. Blank cheques
    2. Funds transfer
    3. Credit card
    How can we provide this option in B2B order?
    As per Sap Help we can have either of the payment option. we can't provide this option to B2B user. In the transaction type ISBB, customizing header level if we give payment plan type, the system will take that option into consideration, If we don't give any value in that field, by default system will take "Invoive".
    Urgent.
    Thnaks in advance,
    Srinivas

    Hi Guys,
    My requirement is to have multiple payment options in B2B Shop.
    1. Blank cheques
    2. Funds transfer
    3. Credit card
    How can we provide this option in B2B order?
    As per Sap Help we can have either of the payment option. we can't provide this option to B2B user. In the transaction type ISBB, customizing header level if we give payment plan type, the system will take that option into consideration, If we don't give any value in that field, by default system will take "Invoive".
    Urgent.
    Thnaks in advance,
    Srinivas

  • Multiple Routes Single Delivery

    Dear SD Experts,
    Leveraging on the org element "Transportation Planning Point" I see a need for multiple routes in the sales order depending on the shipping points from where product is loaded and send to the TPP finally for consolidation (e.g. goods are loaded from more than one plant-warehouses and then sent to a single place for further exports as in common in export scenarios. A delivery and invoice is then created for the whole order
    Can someone explain how do I ensure delivery group correlation in in such a case
    Regards,
    Loknath

    Thanks you Chak,
    That was indeed reassuring because thats the current state but that complicates the sales order process with having to manage a plant other than delivery plant which is not the port.
    Is there any other simpler possibility e.g. of calling it something else other than TPP or logical plant (e.g. Transportation Connection Point) so that it lends itself to both objectives of a more robust route determination while capturing the fact that TCP is a port or a rail siding or a customs border where I can maintain times and calendars for scheduling the loading dates at shipping points (of delivery plant)
    I would appreciate SD consultants view on this. I am not from SD scheme of things but am really interested in a route determination logic that I can use for conditional scheduling in APO
    Regards,
    Loknath

  • ACE module rservers multiple routed hops away

    Hi all, deploying a ACE module in a cat6k. Just want to figure out, can I add to a serverfarm, rservers which are multiple routed hops away from the ACE or the cat6k in which it is deployed. please look at the attached diagrams. I have my servers at two subnets, and I want to add all 5 servers to the same server farm and load balance between them
    Is this possible, if any what are the caveats ?
    Thanks all

    Hi,
    You can do this, but ypu have to use client-NAT to force the return traffic to pass back through the ACE. You also then need static routes in the ACE context to point at each server.
    The following extract from a configuration shows the basic principle:
    rserver host master
    ip address 10.199.95.2
    inservice
    rserver host slave
    ip address 10.199.38.68
    inservice
    serverfarm host FARM-web2-Master
    description Serverfarm Master
    probe PROBE-web2
    rserver master
    inservice
    serverfarm host FARM-web2-Slave
    description Serverfarm Slave
    probe PROBE-web2
    rserver slave
    inservice
    class-map match-any L4VIPCLASS
    2 match virtual-address 10.199.80.12 tcp eq www
    3 match virtual-address 10.199.80.12 tcp eq https
    policy-map type management first-match REMOTE-MGMT-ALLOW-POLICY
    class REMOTE-ACCESS
    permit
    policy-map type loadbalance first-match LB-POLICY
    class class-default
    serverfarm FARM-web2-Master backup FARM-web2-Slave
    policy-map multi-match L4POLICY
    class L4VIPCLASS
    loadbalance vip inservice
    loadbalance policy LB-POLICY
    loadbalance vip icmp-reply active
    loadbalance vip advertise
    nat dynamic 1 vlan 384
    service-policy input L4POLICY
    interface vlan 383
    description ACE-web2-Clientside
    ip address 10.199.80.13 255.255.255.248
    alias 10.199.80.12 255.255.255.248
    peer ip address 10.199.80.14 255.255.255.248
    access-group input ACL-IN
    access-group output PERMIT-ALL
    no shutdown
    interface vlan 384
    description ACE-web2-Serverside
    ip address 10.199.80.18 255.255.255.240
    alias 10.199.80.17 255.255.255.240
    peer ip address 10.199.80.19 255.255.255.240
    access-group input PERMIT-ALL
    access-group output PERMIT-ALL
    nat-pool 1 10.199.80.20 10.199.80.20 netmask 255.255.255.240 pat
    no shutdown
    ip route 0.0.0.0 0.0.0.0 10.199.80.9
    ip route 10.199.95.2 255.255.255.255 10.199.80.21
    ip route 10.199.38.68 255.255.255.255 10.199.80.21
    HTH
    Cathy

  • Student and Teacher order fulfillment

    I have made numerous attempts to open a custom service case for serial number retrieval of Lightroom 5 (Student & Teacher edition).  Each time I submit the Student and Teacher Edition order fulfillment, I receive a 'Failed to open page'.  I have tried different browsers and attached smaller support files as proof of eligibility, but to no avail.  Is there an alternative way I can retrieve the serial number for the product I have paid for?  The Lightroom 5 purchase is a prepaid card from Dick Smith.

    This is the worst "customer service" experience I have ever had with a software company.
    Following the instructions that came with the product landed me here:
    http://www.adobe.com/cfusion/support/index.cfm?event=opencscase&loc=en_gb&issue=z015&csedu type=ste
    A service alert - even though the time is well outside that specified in the alert.
    Following the instructions in the previous post did take me to a form asking for my coupon code. But it wanted a 14 or 16 digit code - while the code on my coupon is 12 digits (13 including a hyphen). Is this some sort of cruel joke?
    Of course the telephone number for service only works 9 to 5 Monday to Friday. Are they kidding? That's less than 1/4 of the time!
    I can't believe in this day and age that registering a product can be so painful and frustrating. Maybe a class action law suit would get Adobe's attention as they clearly don't have the least idea about expected levels of service.
    Grrr.

  • How to know an order number from the service contracts table

    Hi all,
    I want to know how the order entry module and service contracts module are connected. I mean to ask if a service is placed as an order for purchase how do i get the information about the order_id or order_number from the service contracts table.
    please point me in a direction so as to which tables i should be lookling at.
    Thanks.

    Try OKC_K_REL_OBJS table. The column JTOT_OBJECT1_CODE contains values 'OKX_ORDERHEADER' or 'OKX_ORDERLINE' and the column RTY_CODE = 'CONTRACTSERVICEORDER'. The column OBJECT1_ID1 should store order HEADER_ID or LINE_ID based on JTOT_OBJECT1_CODE value. Hope this helps.

  • Multiple select options in 1 drop down box?

    Hi,
    I have created a form that works perfectly except for the fact that I need to provide multiple select options in the 1 drop down box; for example, I'm asking what product the customer is interested in and his answer could be multiple items such as Soap, Sanitizer, Hand Towels, Face Cloths etc...
    At the moment, the customer can only select 1 item not multiple.
    Is this possible?
    Thanks in advance for the help!

    Hi,
    It is not possible to allow the user to select multiple items in a dropdown list.
    You could use a list box, which does allow multiple selections.
    Good luck,
    Niall
    Assure Dynamics

  • Multiple select options for an input field

    Hi All,
    We have a requirement where in we need to provide multiple select options for an input field in a BSP application and get output relevant to all the given inputs(do not require range).
    Please do let me know how to solve this.
    Thanks & Regards,
    Lavanya .

    Hi,
    The requirement is : Suppose there is a input field PLANT.
    If we give input for plant it gives related output.
    Now if it is required to give 5 or 6 inputs..like plant1,plant2...plant6 and get the output related to all 6 inputs.
    (Like we implement in ABAP)
    Please do let me know how can this be implemented in BSP.
    Thanks & Regards,
    Lavanya.

  • One search help for multiple select-options in webdynpro abap

    Hi,
    I need a way to use one search help for multiple select-options fields. My scenario is :
    I have a table for keeping different organizational units' values of different systems. I have pasted some sample data from this table at the end of this mail. On the screen I want to have 1 select-options filed for werks, and 1 select-options filed for vkorg. (In fact I will have more org. unit fields...) In the beginning of my application the user will select sid.
    If the user selects ADS as SID, when he opens search-help for the first org. unit (werks), he will see the records with SID: ADS, VARBL = $WERKS, LANGU = SY-LANGU.
    If the user selects AGT as SID, when he opens search-help for the second org. unit (vkorg), he will see the records with SID: AGT, VARBL = $VKORG, LANGU = SY-LANGU.
    I have created a search-help taking SIDD, VARBL and LANGU as import parameters; used field mapping and bound this search help to my table. I have created 2 context nodes : org1 and org2 having attributes SID, VARBL, VALUE, LANGU .
    I have assigned related SID, VARBL and Langu values to these attributes at runtime as I needed. That way, if I use input field and reference to the related context attributes org1-value and org2-value2 accordingly, search help works well as I want.
    However, when I use select-options field , I can not bind the field to the context data. I can give reference only to ddic structure. Is there any way to reference to a context attribute? I searched for this in SDN, but could find nothing.
    I think I won't be able to use this way. What do you say?
    As I read from forums maybe using OVS help will be suitable for me. But I have to use one search-help for all select-options fields. Do you know how I can determine the active select-options field and pass its name (for instance "werks" ) as parameter to this OVS search help. (Also I'll pass SID and LANGU.)
    MY TABLE (ZBYYT080) CONTENTS:
    SID     VARBL     VALUE     LANGU     VTEXT
    ADS     $WERKS     1     T     Werk 0001
    ADS     $WERKS     11     T     OZYAS  GIDA URETIM YERI
    ADS     $WERKS     5501     T     BOYA GEBZE FABRİKASI
    ADS     $WERKS     5502     T     BOYA CIGLI FABRİKASI
    AGT     $WERKS     2301     T     KAMLI DAMIZLIK
    AGT     $WERKS     9601     T     PANAR DENIZ URETIM YERI
    ADS     $VKORG     22     T     AA KİMYASALLAR
    ADS     $VKORG     8001     T     İINSAAT BOYALARI
    AGT     $VKORG     6500     T     DAMk St.Org
    AGT     $VKORG     5400     T     PANAR St.Org.
    I wish I'm clear enough..
    I will be gald if someone answers me as soon as possible...
    Thanks İn advance..
    MERAL

    Hi,
    Your ques is how to refer to a DDIC search help to refer to selection screen parameter ?
    Am I right ?
    If Yes, then in the interface IF_WD_SELECT_OPTIONS
    method ADD_SELECTION_FIELD, ADD_PARAMETER_FIELD etc
    have importing param like I_VALUE_HELP_TYPE and  I_VALUE_HELP_ID, I_VALUE_HELP_MODE, I_VALUE_HELP_STRUCTURE
    etc which may help you to link your create DDIC Search help to selection screen params.
    this is just a clue from my side. I haven't tried it myself.
    You can go to the where used list of this method and find some sample implementations which use these params.
    Hope this helps.
    Regards
    Manas Dua

Maybe you are looking for

  • IPhone 3GS stopped showing up in iTunes 11.1.3 Mac OS X 10.7.5

    My iPhone 3GS non longer shows up as a device in iTunes 11.1.3 on my Mac OS X 10.7.5 machine. The only warning was that the last time it was connected I got a message that it could not backup the device. I was still able to sync. Ever since then I ha

  • Maximum number of allowed pages in Pivot Table

    Hi All, We are in OBIEE 10g and I am facing following error in a dashboard - Maximum number of allowed pages in Pivot Table exceeded (Configured Limit: 1000). Error Details Error Codes: UN2FNAHV  My instanceconfig.xml has following details - WebConfi

  • Null Pointer Exception in CO of type Webdynpro ABAP

    Hi Friends, I am getting an Error in creating a callable object of type Webdynpro ABAP, The ABAP webdynpro application is working fine individually, but while creating a callable object of the same type, I get the following error, (This happens when

  • How can I set up my contacts so that I do not see all of them on ipad from iCloud?

    How can I set up my contacts so that I do not see all of them on ipad from iCloud? I don't need/want to view contact info for casual contacts on the ipad. (I.e. contacts entered so that I can identify a caller for ID/screening purposes) Also would li

  • Footer in Word printed output

    I want to prevent RoboHelp's topic footer from appearing in the printed Word output, where it shows as part of the page text (not in the Word document's footer). I use a RH template to add the same footer to every topic in the WebHelp output but I do