RF menu Queue assignment

Hi,
we are using 2 server ,server-1 and 2, while creating delivery in server-1, and also TO,the TO has been assigned to the queue,
if we are created delivery in server-1 and itis getting distributed to server-2 and creating TO in server-2 then the Queue is not assigned to it.and also the picking area is not assigned.
if we are going to assign the picking area ,then the queue is automatically assigned to the queue,all spro settings are seems to be ok.
any pointers

Picking area are assigned to set of Bins from which picking will be performed.
Bins are not transportable it has to be created manually in the server 2.
Go to LS11 and select the bins to which the picking area has to be assigned and click on storage bins change icon and give the picking area and save it.
In SPRO >> RF queue management >> Assign Areas and activities to queues check the picking areas are assigned to the src bin and the respective queue.
Then create the TO for the delivery and check the TO header to find the queue assigned.

Similar Messages

  • Multiple Queue Assignment for Integration Process - PI 7.11

    Hi,
    I am trying to configure multiple Queues for an Integration Process.
    The Integration Process is straight forward, except for a Asynchronous Request Response pattern with correlation. (A asynch send step - immediately followed by a asynchronous receive step with Correlation)
    I have done the following
    1) In IR set the Queue as Multiple - Content Specific
    2) In SWF_INB_CONF transaction reconfigured Multiple Queues - Content Specific without buffering
    But when I trigger the message, the message is not at all triggering/entering the Integration Process. The error message is BPE Internal Failure.
    But if I reconfigure the IP as One Configurable Queue & "Without Buffering", it is working. But we want multiple queues assigned to this Process.
    Thanks in advance.
    Regards,
    Sudharshan N A

    Bjoern, there are blogs/wikis available which should be searched before a question is asked on forum. The information you need is quite basic one and I will therefore lock this thread.
    Regards,
    Prateek

  • Queue Assignment property in BPM

    Hello all,
    I have two XI systems with the same SP level (PI 7, SP 11), and in one
    system I can see the "Queue Assignment" property in the "Edit
    Integration Process" screen in the repository, but in the other system,
    the property is not there.
    I compared the configuration of both systems, and didn't see any
    difference.
    How can I activate this property on the second system?
    Thanks in advance,
    Gregory Paris

    check this
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c00d9465-ea97-2910-deac-f8aa681eef35
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/65ce41ae343e2be10000000a1553f6/content.htm

  • Don't have "Queue Assignment" property in BPM

    Hello all,
    I have two XI systems with the same SP level (PI 7, SP 11), and in one
    system I can see the "Queue Assignment" property in the "Edit
    Integration Process" screen in the repository, but in the other system,
    the property is not there.
    I compared the configuration of both systems, and didn't see any
    difference.
    How can I activate this property on the second system?
    Thanks in advance,
    Gregory Paris

    check this
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c00d9465-ea97-2910-deac-f8aa681eef35
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/65ce41ae343e2be10000000a1553f6/content.htm

  • Queue assignment to WO with multiple WT's

    Hello,
    I'm trying to figure out the queue assignment for a warehouse order with multiple warehouse tasks.
    My scenario:
    I have a returns delivery for 1 PC of product X. After unloading, this product is transfered to the Quality Inspection area. Based on the inspection result, the product is transfered to scrap or putaway location. I have designed this process using POSC.
    Now, I'd like to use RF scanning for both moves; from GR-AREA to QIS-area, and from QIS-area to Putaway-area. In order to do this, the correct queue needs to be assigned to the warehouse order.
    I've made the necessary queue settings, nut the queue is not automatically assigned to my WO. I think there's something wrong in the WOCR, because the WO Activity area is not automatically assigned to the WO.
    Any suggestions?
    Thanks & regards,
    Oliver

    The issue is solved, I had to make an additional setting in the Queue Determination Criteria.
    It's a bit strange; I already had entered the criterion that all goods from Activity Area 9011 (my GR-area) would be assigned to the INBOUND-queue, though this didn't work for my returns process.
    Now, I've made an additional setting where I;ve assigned the INBOUND-queue to the warehouse process type. Now, the queue gets assigned automatically.
    Regards,
    Oliver

  • Using a pop up menu to assign selections to a number

    Hello,
    I'm trying to setup a bonus calculator based on a pop up menu box selection.  The pop up menu box contains 3 different job levels.  I wanted to assign each job level to a number.  Then I have a different formula using that result in its selection of data.  What would be the best route to go about this? I thought an if statement but not having much luck. =IF(C9='Restaurant','1',=Else(C9='Market','2',=Else(C9='Region','3')))
    Cell C9 is my pop up menu with selections of Restaurant, Market, Region
    Thanks for the help everyone. For some reason my mind is blocked at the moment.
    Billy Grace

    If you have only three possible values then a nested IF statement can do the job:
    =IF(C9="Restaurant",1,IF(C9="Market",2,3))
    Not there is no explicit "else" in the syntax. The "else is implied.
    =IF(<expression>,<value displayed if the expression is true>, <value displayed if expression is not true, i.e. the "else">)
    If you have more than three possible values, then a lookup table will be more practical.
    SG

  • RF Queue Assignment BADI

    Hi,
    I know there is a BADI that can be used to come up with our own TO assignment procedures to RF Queues. We have a strange requirement from the business but still we are investigating the possibilities of doing it.
    Business would like to see one Queue with the name of ship to party for the Queue name. If a delivery has a ship to with City A then the TOs that gets created against the delivery should be assigned to a separate queue. Can this thing be done using the RF Queue BADI?

    Since you have the entry with wild card "***' first, that's why everything is going to first queue. Instead of wild card, put in all the storage types..........or try to set it up as second condition in the table.
    Hope that helps
    Thanks
    Vinod.

  • Queue assignment based on Input

    Hi All,
    Is it possible to assign a particular queue based on the Input payload?
    Regards,
    Naresh

    Hi,
    Check these
    /people/sap.user72/blog/2005/12/12/how-to-prioritize-messages-in-xi
    /people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies
    Regards

  • JMS queue assignment with WLST offline WLS 8.1

    Hi
    I would like to know how to assign a JMSQueue to JMSserver under WLST offline and WLS 8.1
    I've tried with assign(...) function or the setParent without success.
    As far as I understand, the JMSQueue is always created under a JMS server, once created there how can I assign it to another server??
    10x

    Hi
    I would like to know how to assign a JMSQueue to JMSserver under WLST offline and WLS 8.1
    I've tried with assign(...) function or the setParent without success.
    As far as I understand, the JMSQueue is always created under a JMS server, once created there how can I assign it to another server??
    10x

  • Updating Menu yet Button won't assign to First Play

    I created a file with a custom .mov menu, new button, and added
    the assets in the timeline.
    I find that I have to tweak the .mov menu, so after tweakage in AE,
    I delete the old menu and bring in the new menu. Doh!
    Now when I drop a button onto the menu and assign to "First Play",
    DVDSPro simulator doesn't see it and keeps prompting that the button hasn't been assigned to "First Play".
    Is there a work-a-round so I can avoid creating a whole new file,
    dropping all the files into the timeline and naming chapters again?????
    THNX,
    Sherwood

    I have a question regarding joining tracks when recroding, I listen to a lot of classical so naturally when it come to recarding a symphony, for example, from a CD I can join tracks to create one file. However, I noticed that if I purchase classical music from itunes, there doesn't seem to be a way to join tracks (or is there?). Another question I have is this: is there a way to join tracks once you have music already in your library?
    Any response would be welcomed.
    Thanks.

  • TO Not assigned to RF Que

    Hi all,
    I have made the customizing as follows
    1. Define Que
    Warehouse 101
    Que DEFAULT
    Access limitation No Limitation
    2. Assign Areas and Activities to Queues. following are the config details
    Whse     101
    Screen     Preparation screen for placement into stock
    Shipmnt Typ  Putaway
    Src Strg Typ     
    Src Pick Area       
    Dst Strg Typ       001
    Dst Pick Area     001
    Door     
    Que     DEFAULT
    Similarly for Stock Removal
    3. Assign Processor to Queues.: following are the config details
    Whse 101
    User My user id
    Status: x
    Que DEFAULT
    screen 16 x 20
    Main Menu MAIN
    Still the Transfer order which is getting created for the warehousee it is not being assigned to the Que.
    Can anyone plz help what else is required so that when i create a TO for Outbound Delivery or Inbound Delivery it should get assigned to my Que?
    Appreciate your early reply..
    Cheers..!! in Advance....

    It must be working!!!
    For 101 GR movement:
    Whse     101
    Screen     1
    Shipmnt Typ E
    Src Strg Typ     
    Src Pick Area     
    Dst Strg Typ      001
    Dst Pick Area     ***
    Door     
    Queue     DEFAULT
    For 601 Shp Movement
    Whse     101
    Screen     2
    Shipmnt Typ A
    Src Strg Typ     001
    Src Pick Area     ***
    Dst Strg Typ     
    Dst Pick Area     
    Door     
    Queue     DEFAULT
    Please do the previous modifications just to be sure you don't have any picking area issue.
    After creating the TO check whether you have or not the queue assigned on the TO header... confirm the movement type, source/destination picking area and storage type!

  • How Do I Create an Editable Spry Menu as part of a Template?

    I am having considerable trouble trying to work out an issue and hope you can help. I have been working on a webpage that I would like to be a template for a fundraiser we are doing. I used a horizontal spry menu and a vertical spry menu. I have two youtube videos that I would like embedded on the page, but I would like the flexibility to change them for different pages. I am trying to make my horizontal and vertical spry menus editable since I am going to be making pages for all items in the menus. I can't seem to set this up correctly. Can you tell me what I am doing wrong? I have been able to set up editable regions according to my template file, however, when I open the template, I am unable to edit the spry menus or edit the youtube videos. Setting up editable regions also seems to change the look of my page.
    Here is what I would like all the pages to look like: http://www.ymimusic.com/shoppers_guide.html
    But this is how it looks presently when I try to make a page from the template I created following the instructions from the course: http://www.ymimusic.com/test.html
    Since I cannot get the template to work the way I would like, I have not created any links yet. I can send you the template and html page if this will help. Thank you for your help in advance./p>

    Murray,
    I am just opening your responses now. I will try to clarify again. "There's the rub.  This is not a wise choice.  A completely different  menu in each page will not only confuse your visitors, it will drive you  insane.  I strongly suggest you not do this." You were referring to "What throws us off the track is your wish to be able to have a different  menubar in each page. In that case the menubar will need to be in an  editable region."
    What I am simply trying to do is this: If I create a menu that has the following links: About Us, Products, and Contact Us on one page, I want my customers to see the SAME menu on the About Us page, the Products page and the Contact Us page. I am NOT creating different menus on each page. I am trying to automate the format by creating a template that will show these links on each page without me redoing it every page.
    When I attempted this, and created a page from the template, I could not get into the menu to assign links to different pages. Using the above example, If I created my About Us page as the template for the site, then created the Products page from the template, I need the ability to assign the links on the Products page to the About Us and Contact Us pages. The page created from the template does not allow me to do this. I cannot get in to assign the links in the Properties section of Dreamweaver. I even attempted to do the following action in the .dwt file I created:
    Modify > Templates > Make Attribute Editable
    I did this to make the links editable after creating the template. This obviously didn't work.
    To summarize: I do NOT want to make different menus on each page. I simply want to create the two menus you see (one horizontal and one vertical) that will be part of the template. I am trying figure out when I assign the links and How. I will go back and read your notes as well as read the help section (F1) as you requested, however that is why I contacted you; I did not understand what I was doing wrong. I have been working with a course series in Lynda.com that has explained much of what to do up to my problem spot, I simply need to understand the concept.
    Thank you for your assistance.

  • How do I assign a song as ringtone?

    I don't have an iphone yet, but am finding out things about it before I buy.  Such as, how do set a song as a ringtone.
    I have a TV Theme on my other phone at the moment.  I go into Music, Click menu, and Assign as Ringtone.
    Or go into profiles, and do the same for whichever profile I wish to do this for.
    I assume it's as simple on the iphone, to go into the profile for which you want to use the tone, and select the MP3 from your music folder, and job done?
    Or do go into your music folder, find the song, select as a ringtone and job done?
    Or is it not like that??
    Simon

    IPhone doesn't allow you to use an MP3 as a ringtone. You can use one of the ringtones that comes preinstalled or buy one from iTunes for 99c.
    There is a way around apples limitations. Using ITunes you can create a ringtone by selecting a 30 second portion of a song you want then saving it in the right format. You can google it or here's a link to one such walkthrough:
    http://www.simonblog.com/2010/09/06/how-to-create-ringtone-for-iphone-on-itunes- 10/

  • TimeOut Exceeded in Inbound BPE queue

    Hi All,
      We have been facing an issue in our PI production box which stops the whole BPE inbound queue for one particular BPM.
            We have a simple BPM pattern to spilitt messages
    Receive Message>Transformation which includes Java mapping>Send step Inside Block with multiline elemnet  ( To send n number of messages to target application using HTTP adapter).
    We received 5 MB file for this interface and it got failed in BPE inbound queue with error message "Time Limt Exceeded". The IP is using One queue and Buffering possible options. Ideally what happens is message is getting blocked in the BPE inbound queue which stops other messages.
    There is always active receive step is available to receive messages from Q.
    The corresponding Integration process was not able to pick the message which 5-7MB file size. The BPM is running fine without any issue when file size is smaller.
    I have gone through the following documents already.
    How To Configure Inbound Processing in ccBPM Part I: DeliveryMode
    How to Configure Inbound Processing in ccBPM Part II Queue Assignment
    How ToConfigure ccBPM Runtime Part III: Transactional Behavior of an Integration Process.
    Could anyone suggest me if i hcan change any default settings which mentioned in above documents? Rightnow i am using "One Queue" and "Buffering possible" options.
    Where exactly time limt settings are maintained for BPE inbound queue?
    Edited by: Rajesh on Oct 27, 2009 11:47 PM

    First thing that I would do is to remove the queue specification in the BPM. This way, it will not block any other messages of the BPM. Then check for any Runtime paramters in SXMB_ADM for increasing the wait time.
    VJ

  • Assigning Exceptions in BPM Integration Process

    hello,
    Does any body have an idea regarding how to assign an exception in the control step.
    I want to raise an exception in the BPM
    Thanks in advance

    Hi
    If You still have the question unanswered then:
    1) In a surrounding block you must define names for exceptions.
    2) In the control step you can then pick one of defined exceptions...
    3) For the surrounding block you must add "Exception Branch" from block context menu and assign it to the same exception.
    Then You can handle the exception there.
    Best,

Maybe you are looking for