How to configure to run SNP that creates only PReq and Stock Transfer only?

Hi all,
I am very new to SCM.
Please help me on the scenario like this:
-There are 3 Distribution Centers (DC): 2400, 2500, 3800 and a Vendor: 1003.
-Each DC can take products from otherDC. But only DC 2400 can directly send purchase requisition to Vendor  1003 when no stock at all DCs.
-There is a Forecast released from Demand Planning to SNP, that is 1000 products at Distribution Center 2400.
-I will run SNP Heuristic (or Capabable to Match or Optimization) to cover this demand.
-Usually, SNP can create: Purchase Requisition, Stock transfer Requistion, and Planned Order.
                     But I only want the SNP to create Purchase Requisition and Stock Stransfer only.
The question are:
1.In which situations (tock situation,u2026) the system can create Requisition and Stock Stransfer only ?
2.I need create a new Supply Chain  Model (Model) and a new Planning Version from scratch. How can I configure the system (Transportation lanes, Product Master Data, Procurement type in product masteru2026) and make it run to satisfy this scenario?
3.Do I need setting differently for each SNP method ( Heuristic, Capable to Match, Optimization)?
Thanks very much for your support.
XuanDuyen

Dear Mr. Aparna,
Thanks for your quick reply.
Now I haved created a model like the scenario with product T-F204 and can run. ( I do not use vendor 1003. I created the Plant 1000 instead). But as you said, when I run with SNP Heuristic method (Network level), the system alert:
  u201C Error exist in Locationsu2019 processing sequence for product T-F204u201D
However, I search internet and found a book about CTM. It also discuss about this and the solution as below:
u201CRecursive Replenishment
When using complex supply chains, with many locations and various directional
supply routes, it can be easy to confuse a level-by-level planning tool. In certain
situations, recursive planning can occur. Recursiveness, is when the planning
algorithm is thrown into a loop (circular replenishment). Location 1000 can ship
to location 2400, and location 2400 can ship to location 1000. Situations such as
this can cause the CTM engine to terminate since it cannot find a starting point.
 The solution: Reduce to number of muximum consecutive transport order chains.
Within the CTMProfile, Settingsu2192Master Data Settings tab, planners can control
the sources of supply for External Procurement. With the parameter Maximum
Number of Consecutive Stock Transfers, you determine how many consecutive
stock transfers CTM planning can create. This value does not restrict the total
number of stock transfers for a demand. If you enter a value here, you can prevent
the system from transporting the receipts for a demand over several locations due
to the procurement priority. Also, you must have modeled the master data in such
a way that a direct stock transfer is possible if the system ignores the procurement
priority. If a direct stock transfer is not possible, CTM cannot fulfill the demand.u201D
Currently, our system runs only with Heuristic. It could not run CTM and Optimization so I could not check.
My questions are:
1.     Is the solution of the book can apply for my bi-direction transportation lanes requirement?
2.     If it is true, with my scenario, what is the best u201CMaximum Number of Consecutive Stock Transfersu201D I can set?
3.     How can I model u201Cthe master data in such a way that a direct stock transfer is possible if the system ignores the procurement priorityu201D?
Please follow the link to download the book (and view page 107 of book (page 117 of Acrobat Reader) as bellow if you want:
http://www.mediafire.com/?9clag9op3lm0iv9
Thanks very much for your help!
Xuanduyen

Similar Messages

  • I want to know what I need and then how to take a pdf form I created in word and add the blue boxes so that anyone can type into my form

    I want to know what I need and then how to take a pdf form I created in word and add the blue boxes so that anyone can type into my form

    Hey john@adobe,
    Could you please specify how exactly have you created your form.
    You might need to have Acrobat installed on your computer to convert a word document to PDF.
    Do you have Acrobat installed? If yes, what version? If no, then please try using the trial version of Acrobat DC (latest version) and access its features:
    Download Adobe Acrobat free trial | Acrobat Pro DC
    Also, let me know what kind of blue boxes are you talking about.
    If you want others to edit your PDF form, then you need to make it a fillable form by choosing 'Form Editing' option from Tools pane.
    Let me know more on this so that I can help you out.
    Regards,
    Anubha

  • I want to install xp on my MacBook Pro with i5 processor, but that creates the partition and restart the computer just stays in the following message: The Setup is inspecting your hardware configuration of your computer, someone can help me with this ?

    I want to install xp on my MacBook Pro with i5 processor, but that creates the partition and restart the computer just stays in the following message: The Setup is inspecting your hardware configuration of your computer, someone can help me with this ?

    The answer has not changed since your last post here https://discussions.apple.com/thread/3230576?tstart=0
    There are no XP or Vista drivers for the new Apple computer hardware. Apple stopped XP and Vista support. http://support.apple.com/kb/HT4410.

  • Bug with workflow that creates a folder and sub folder with the same name.

    Hi,
    I've found a possible bug in SharePoint 2010 workflows. I only have access to SharePoint 2010 and SharePoint Designer 2010 over my companies intranet, afaik I don't have access to to logs or anything server side so sorry for the any missing information.
    I had some problems with a workflow in one list that needed to create some folders and subfolders in a second list. The production version did a lot more so I setup a test area with 1 list and a workflow that only does the folder creation part and have managed
    to consistently replicate this problem.
    The test list has two columns, [title] and [sub folder title]
    The workflow starts by getting the values for [title] and [sub folder title] into variables.
    It then creates a folder in the same list with the same name as [title], and then creates a sub folder under this with the name from [sub folder title]
    So the resulting structure would be:
    Test List:-
        List item with fields [title] and [sub folder title]
        [folder: title]:-
            [folder: sub folder title]
    If both folder names are different (e.g Folder1 and Folder2) then it works perfectly fine, if both folder names are the same (regardless of character case, e.g. samefolderName and sameFolderName) then the workflow fails.
    As part of the test i made the first action of the workflow to log the message "Workflow Started" to the history list. When the workflow fail there's nothing logged in the history list other than the error: "The workflow could not update the
    item, possibly because one or more columns for the item require a different type of information."
    Creating a sub folder with the same name as it's parent works fine manually but for some reason a workflow can't seem to do it in one action.
    As there's no history list entries before the error it looks like the workflow is just failing to start but if i do something like add an if statement to check if [title] and [sub folder title] are the same, and only create the subfolder when they are not
    then it runs fine doing what it's set to.
    The function of the workflow in our office was for convenience so were just working without it. Just wanted to post to see if anyone else has come across this/could try to replicate or explain this  and see if it's a SharePoint bug or something specific
    to our setup.
    thanks,
    Martin

    not sure about the specifics of your workflow, but if you're querying the list for the folders... keep in mind that a list lookup will only ever bring back ONE item... even if there are several items that meet the filter criteria... example: if i search
    a list for an item assigned to "john doe", there may be 15 tasks that meet the criteria, and it'll only grab one... this is why SP Designer WARNS you when your list lookup may exhibit this behavior.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • I use MB pro with Lion OSX 10.7.5 and Now I have bought MB Air with Mountain Lion,Can I transfer my MB Pro stuff running Lion to MB air running Mountain Lion or do I need to buy Mountain Lion for my Pro to create a backup and then transfer ,thnx

    I use MB pro running Lion OSX 10.7.5 and Now I have bought MB Air with Mountain Lion,Can I transfer my MB Pro stuff running Lion to MB air running Mountain Lion or do I need to buy Mountain Lion for my Pro and create a backup and then transfer ,Although I want Mountain Lion for my MB Pro but can I use the one from MB Air,thnx?

    Hello,
    If you just do a normal time machine backup on your macbook pro and then plug that harddrive into your new air; you should be able to just use migration assistant to transfer all your files. You wouldnt need to upgrade to mountain lion on your macbook pro.
    Hope it helps,
    Ryan

  • Every time i try and open safari i get an error message.. how do i reinstall safari so that i can open and use it?

    every time i try and open safari i get an error message.. how do i reinstall safari so that i can open and use it?

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • HT1212 how do u restore an iPod that has been disabled and has never been connected to the computer

    How do i restore an ipod that has been disabled and has never been conected to itunes

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • I need to reset my security questions, but can I  message  support  by text and not call or if you can tell me how to reset my questions here that will be great and I don't have a rescue email.

    I need to reset my security questions, but can I  message  support  by text and not call or if you can tell me how to reset my questions here that will be great and I don't have a rescue email.

    If you've forgotten the answers, you can't do that yourself. Click here, tell the iTunes Store staff that you can't call, and see what they say.
    (109704)

  • I have tried all sugestions for how to charge my ipad 2 that no longer charges, and nothing seems to work, can anyone offer any new advise?

    I have tried all sugestions for how to charge my ipad 2 that no longer charges, and nothing seems to work, can anyone offer any new advise?

    While both the iPhone and the iPad use an Apple dock cable for charging, the iPad wants a 1100 mA charger, and the iPhone charger's a 500 mA charger. USB ports on newer Apple computers can switch into 1100 mA mode, but your average computer is going to put out no more than 500 mA and, possibly, quite less (for example, an un-powered USB hub will only put out 100 mA or so, and an iPad won't charge off that). The iPad will say "not charging" if it is trickle-charging (receiving less than 1000 mA of power).
    If the problem persists when using the 1100 mA iPad charger, you need to take it to an Apple store and have it serviced or replaced. Bring the iPad charger that you received with the iPad as it may be that the charger is defective and not putting out 1100 mA.
    If the problem is that it charges slow because it's being connected to iPhone chargers or PCs or older Macs, then it's not a problem with the iPad. It's charging, it just takes a long time because you are using an under-powered charger.

  • How do i finish a download that was already started and not finished because the library closed befo

    how do i finish a download that was already started and not finished because the library closed before it done

    What are you trying to download and how were you downloading it?

  • How to recover photos from device that screen doesnt work, and didn't use cloud or a memory card. (chip)

    How to recover photos from device that screen doesnt work, and didn't use cloud or a memory card. (chip)

        I'm sorry to hear you no longer have access to your pictures ItzKB11. I know they're important, we'll do everything we can to help. However, since you did not back them up to any source and the screen does not work, we only have a couple options. Try using the USB cable to tranfer to PC:
    From the Device to a Computer
      • Launch Windows Explorer.
    Using the computer keyboard, press Windows E (  E) keys.
    Alternatively, right-click Start then click Explore.
      • Using Windows Explorer, navigate to:
      • SCH-I545 > Phone
      • Utilize the computer to copy video/picture files from the following folders into the desired folder(s) on the computer's hard drive:
      • DCIM
      • Download
      • Movies
      • Pictures
      • Disconnect the USB cable from the computer.
    If you're unable to retrieve them that way, use this http://vz.to/1zyIQwo.
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

  • How Can You Track a Person That Has Your IPhone And You Want It Back

    How Can You Track a Person That Stole Your IPhone And You Want It Back

    Log into icloud.com with your Apple ID and use Find my iPhone to track it. If it can't be located that way, there is no way to track it.

  • In how many ways we can load hierarchies to SAP BW and which transfer mthd

    Hi guru's,
    In how many ways we can load hierarchies to SAP BW and which transfer method is best.
    can anyone explain me with suitable example.
    Thanks,
    Madhu Raj.

    There are standard datasources available for hierarchies also. If the standard datasource does not satisfy your requirement you can always load a hierarchy using flat file. Refer to the below link for the same
    http://help.sap.com/saphelp_nw04/helpdata/en/fa/e92637c2cbf357e10000009b38f936/frameset.htm

  • How do I turn off my internet connection via 3G and be connected only to Wifi and vise vera? Iphone 4s

    How do I turn off my internet connection via 3G and be connected only to Wifi and vise vera? Iphone 4s

    Kappy wrote:
    The menubar for the Finder and your Desktop along with the date, time, and Spotlight icons. Looks like this:
    If it isn't present then open Network preferences, select the Airport port, check the box labeled: "Show Wi-Fi status in menubar." You can also turn Airport off in this same place.
    This is the iPhone forums

  • How can I cancle the job that created by SGEN

    Dear all,
             How can cancle the job that created by SGEN. after i run the T-code SGEN. I have shutdown the server. But after i restart the Server, the job is dead. but can not be cancled by SM37. When i terminate the job in the SGEN it can not work too. any other way to cancle the job?
             thanks!

    Hi Michael,
    PLease click on "CHECK STATUS" for this job in SM37 and check on "process ASAP".
    Then if there is no BTC work process for this job running in SM50, then this job status will change from "running" to "cancelled".
    Please try this and let me know the output.
    Regards,
    Hari Kishan

Maybe you are looking for