Goods Reciept HU with Process Messages

Hi,
I need to GR handling unit (HU) managed finished goods to our process order using Process Messages which come from our MES system via MII.  The standard HU Process Messages seem to be more related to staging HU for GI to the order.  Has anyone done the GR with Process Messages?
Thanks,
Ros

FYI. I didn't find a resolution to this so ended up creating a direct BAPI call from MII.  A ZBAPI was created to wrap BAPI's for GR, Packing the Delivery and Batch Creation.

Similar Messages

  • Issues with processing messages on one receive port causes problems on all the receive ports that are on the same handler

    Greetings,
    An integrator installed biztalk in our environment to process the hl7 message flow between their source application(s) and several receiving applications. We've had problems with this set-up for a while now because some receiving applications sometimes have
    problems processing the messages. Be it either because there's problems with the server that processes the messages of a certain port or because there's problems with the software/daemon/service that needs to process these messages.
    The main problem with this, is that the receiving end of this isn't under our control nor under control of the integrator, but when one receive port isn't processing their messages for a while it causes a problem with all the receive ports that are on the
    same handler. So other receive ports start noticing a slow-down of their incoming messages until after a while nothing gets through anymore.
    What is the best practice to prevent these kind of problems? Should we just create a handler for every receive port? Because that seems a bit overkill.
    Thanks in advance.

    What do you mean exactly with this question?
    "Can you provide some more detail like BizTalk the receiver? "
    The adapters are mainly file and MLLP, the MLLP adapters are already seperated from the file adapters (a handler for MLLP and a handler for file).
    The problem with all the receive ports is that when one receive port isn't processing its messages (usually caused by the software processing the messages) the other receive ports on the same handler receive their messages/files a lot slower. If for any
    reason the problem isn't fixed soon, the other receive ports on the same handler actually stop receiving any messages at all.
    Isolating the receive port that causes the problems like la Cour suggested can work, but next time it might be another port that experiences this issue. So we are looking for a way to make sure the whole message flow isn't hindered by one port (whichever
    port) that can't process its messages. Or rather by one receiving software that can't process its messages.

  • Goods Reciept Cancellation of Process Order.

    Dear Gurus,
    I had an Auto Gr and Backflushing for my last operation in routing (Milestone confirmation ).When we do auto gr, the stock goes in Qualty stock after Usage decession ,stock can be posted to Unrestricted stock. The goods had been delivered to order.Now due to some reasons my user want to cancel the confirmation. When he do CORS cancellation of confirmation only raw material got reversed ,But the Finish goods didnt got reversed..Please tell me how to reverse the FG.If i do reversal from unrestricted to quality inspection lot will be generated . What are the steps by step procedure please give me details.
    Regards,
    Shahid

    Hi,
    Didn't get what's your requirement but what we can analyse is that you have confirm the final phase with milestone indicator.
    Now you want to confirm the intemediate phases for some extra operation quantity.
    I suggest you a work around. Change the control key for the intermediate phases to milestone & for the final phase to non milestone through customization. T code OP00.
    Then confirm the required phases as per your requirement.
    Please restore the settings again to the original one for the control keys as it might hamper other orders.
    Check & revert.
    SmanS

  • PP-PI - Process message processing and batch management in PI_CONS message

    Hi All,
    Hope you can help me to find the better solution... I will try to explain my scenario
    Scenario: to control the production run PP-PI module is in use. Process order are created in SAP system and then transferred to the process control system where the execution of the process order is controlled On-line. Once per month the confirmations are transferred from this control system to SAP. In the Process control system batch are not managed. For good issue posting standard process message PI_CONS is used.
    Now we have the situation that some raw materials used for process order processing are managed with batch. During the process order creation the batch related with this raw materials can be determined, only during the month when the raw material is entered in the plant is where the batch is determined. At the end of the month the batch of this materials is available in the SAP system (not in the process control system). Due to behavior of PI_CONS regarding batch if this characteristic is not informed in the process message or in the reservation an issue is trigger.My doubts are:
    1.- If I need inform the batch  during this confirmation ,an even split the quantities in the process message according the batch availability, I'm force to use a custom process message or there is other workaround? (remember is not feasible send the batch to the process control system)
    2.- probably i miss something because I'm can't debug the execution of the process message. How can I debug the execution of a manually created process message?
    Sorry for the long explanation I try to explain my scenario as better as possible.
    Thanks in advance for your valuable inputs.

    Thanks for your replay.
    No really I don't like to make  the batch mandatory, during the good issue is not feasible inform the batch due to it is not managed in the Process Control System. Due to the behavior of PI_CONS if for batch managed materials the batch is not informed in the message or in the reservation an error is trigger. In the reservation snot feasible inform the batch because in that moment is unknown.
    My question is if it is feasible some how have like FIFO batch determination when the process message is processed without creating a custom message.
    Thanks in advance

  • Not Possible to Process Goods Reciept for an Asset Purchase Order.Pl. Help!

    Dear All,
                                                                              I m not able to do Goods Reciept for a Purchase Order . It is an Asset P.O.As  i  wants to Process Goods Reciept am getting a System Message in task Bar as --> "No Goods Reciept Possible for Purchase Order
    XXXXXXXXXX. Message No. M7036.
    Can ne one please help me what to check in this P.O , The Message generated is not an Error it is a Message in task bar with Green Tick, Hope you got it.
    Please Help ,
    Rgds n thanx in advance.
    sap11

    Hi,
    Following could be the possible reasons for this message:
    o   The purchase order contains no items in the specified plant. - If you have specified plant in MIGO Screen, remove it and keep it blank, let system determine it from PO.
    o   The item specified does not exist. - If you are entering PO line item in MIGO screen then keep it blank and let it get determined form PO
    o   Currently, the scheduling agreement has no open schedule lines, or the schedule lines have not yet been transferred. - This is applicable in case of GR against Scheduling Agreement
    o   The item category of the purchase order items in the plant does not allow goods receipts. - Check the Item Category in PO, it should be blank.
    o   The purchase order items in the plant have been deleted or are blocked.
    o   For confirmation control for the order item(s) to be carried out, a confirmation (shipping notification) must have been received. This has not yet been entered. - Check under "Confirmations" Tab in PO whether any confirmation control key has been specified or selected wrongly. If yes then either create Inbound delivery in VL31N and then do MIGO or remove the Confirmation Control Key from PO ans Save and then do MIGO.

  • Kick off a business process with JMS message

    I'm a newbie with a job that's way over my head and I'm thouroughly confused on
    the logic involved with kicking off a business process (workflow) through the
    reciept of a JMS message. The docs say it can be done. I have a business process
    in one project folder of an enterprise app, its start node is a channel subscription.
    Can I somehow send a JMS message directly to the business process? (Send a message
    NOT from within the weblogic environment, but from outside) I have created a
    Message Driven bean in a seperate project folder of the same application as the
    business process. From an outside client, I think I might need to invoke the
    MDB with a JMS message, then call the business process from there. Is this totally
    off-base? What do event generators have to do with any of this?
    Please help.

    Yes, you use the event generator.
    Open up the Weblogic Integration console, click on Event Generators.
    Add a JMS Event generator that listens to the queue you are interested
    in, and then select the channel that your process has subscribed to.
    Lisa wrote:
    I'm a newbie with a job that's way over my head and I'm thouroughly confused on
    the logic involved with kicking off a business process (workflow) through the
    reciept of a JMS message. The docs say it can be done. I have a business process
    in one project folder of an enterprise app, its start node is a channel subscription.
    Can I somehow send a JMS message directly to the business process? (Send a message
    NOT from within the weblogic environment, but from outside) I have created a
    Message Driven bean in a seperate project folder of the same application as the
    business process. From an outside client, I think I might need to invoke the
    MDB with a JMS message, then call the business process from there. Is this totally
    off-base? What do event generators have to do with any of this?
    Please help.

  • Unplanned Goods reciept against the Prd/Process order

    Hi All,
    When I am trying to add one line with the movement type 101 in the Goods Movement screen than the system is giving the error message <u>"<b>You are not allowed to enter unplanned goods receipts during confirmation"</b></u>.
    How can I allow the unplanned goods reciept for the order in the CO11N transaction?
    Regards,
    Anup Dubey

    Hi Anup,
    You can do that in MB31with respect to Production Order
    Thanks
    Bala

  • My IPad screen is frozen with a message stating that the IPad has not been backed up to the ICloud for 7 weeks, this is not correct.I cannot get the messageto clear and cannot access any of the other icons; is there an emergency reboot process?

    My IPad screen is frozen with a message stating that the IPad has not been backed up to the ICloud for 7 weeks, this is not correct. I cannot get the messageto clear and cannot access any of the other icons; is there an emergency reboot process?

    Have you tried resetting your iPad?
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10-15 seconds).
    No data will be lost.

  • Help I cannot get on to itunes. It comes up with the message that msvcr80.dll is missing. But i need very straight forward instruction s how to fix this as I am not good with computers.

    Help I can no longer access my I tunes from my computer. It comes up with the message MSVCR80.dll is missing. Can anyone give me very simple instructions as to how i can fix this. I am not very computer literate.

    Uninstall your existing copy of iTunes. Delete any copies of the iTunesSetup.exe (or iTunes64Setup.exe) from your downloads areas for your web browsers and download a fresh copy of the iTunes installer from the Apple website:
    http://www.apple.com/itunes/download/
    (The current build of the 11.1.4.62 installer was changed a few days ago, which fixed the bulk of the reports of MSVCR80.dll trouble ... but the build number on the installer was not changed. So we're trying to make sure you do the reinstall using a "new good" 11.1.4.62 installer instead of an "old bad".)
    Does the install with the new copy of the installer go through properly? If so, does that clear up the error message?

  • Unable to process message with internal message

    I am trying to find more information about this error I see in the App log. There are thousands of entries with different message IDs.
    I have searched Google/Technet and cannot find anything that references this error message. Does anyone have any pointers on where to go to find the account causing this?
    Source: MSExchange Messaging Policies
    Event ID: 8208
    Task Category: RedirectionAgent
    Unable to process message with internal message ID: XXXXXX. Mailbox System.Object[]'s ForwardingSmtpAddress %3 isn't valid. Active Directory may have been damaged.

    I have just started and taken over for the previous admin so am still learning the setup as well.
    We have 3 Exchange 2010 servers (2 in the same location and one remote), all 3 have the same errors in event logs with varying message ids. Only 2 transport rules (One for large attachments and one to add a disclaimer) and both appear to be working correctly.
    I was hoping to find a way to track down more information about the message based on the ID to see if I can find any similarities but have not found a way. I have found how to find the message ID based on sender/recipient/etc. but not the other way.

  • Message Type - STTPOD with Process Code as - OPOD

    Dear All,
    I am using Standard Message Type - STTPOD with Process Code as - OPOD and Basic Type as - DELVRY03
    I am creating a New "Z" Segment Copy of "E1EDL20"
    I want to Add in one FIELD
    EKPO - ELIKZ which is Delivery Complete INDICATOR
    How can i fetch data when the IDOC is generated and to take the value from this FIELD.
    Is there any Userexit or BADI
    This we are doing so as we can pass message to SNC for GR Done and Completed
    Regards
    Amey Kulkarni

    Hi Amey,
    As you are using Standard Message Type - STTPOD with Process Code as - OPOD and Basic Type as - DELVRY03
    There is no need create Z-field or any implementation of Userexit or BADI for GR updation in SNC.
    In SNC for updating PO GR status you need to maintain below validation settings:
    TCode:SPRO>Supply Network Collaboration>Basic Settings>Validation>Own Settings-->Maintain Settings in Validation Profiles
    Validation profile=POC1
    Validation check=PO_OPENQUAN_FROM_ASNGRQUAN
    Check status=Inactive
    Validation profile=POC1
    Validation check=PO_OPENQUAN_FROM_ASNQUAN Inactive
    Check status=Inactive
    Validation profile=POC1
    Validation check=PO_OPENQUAN_FROM_POGRQUAN
    Check status=Active
    save the setting.
    Regards,
    Niikhil

  • How do I process messages with status = "Holding"

    Hi,
    How do I process messages with status = "Holding" from the RWB-Message Monitoring - Adapter Engine?
    I did a quick scan for records with errors in the same queue (ConversationID), but could not find any.
    I tried to cancel the one with the smallest sequential number, but I got the error - "Unable to cancel 1 of 1 messages; update the status"
    Please help.
    Thanks
    Sudheer

    Hi,
      "Holding comes into play when ur scenario is having multiple inbound interfaces and you checked "Maintained order at runtime"in interface determination in ID. Suppose  message will hit first inbound interface once it is successful then it will hit second inbound interface. If first inbound interface fails then most of the message will be in "Holding" status depends upon XI AF queues ID.
    I did a quick scan for records with errors in the same queue (ConversationID), but could not find any.
    You will not find bcoz of AE archiving settings.
    Try to check the with business guys, whether they need the order of processing. If not the case try to Uncheck the box "Maintain Order at runtime".
    Regards,
    Rao.Mallikarjuna

  • Process message characteristic with more then ( ) 30 digits in PI-sheet

    Dear all,
    I am looking for a solution to populate a process message characteristic with more then 30 digits in the PI
    sheet and not during control recipe generation.
    I have defined a customer characteristic (with O27C) in the `Additional data for Process Instructions
    and Messages` with a length of 40 Characters. Next to that in my process message i added a function
    to retrieve the material master text (40 digits) and to put it into the customer characteristic as an output.
    However in this set-up I get an sytax error that blocks the generation of the control recipe. The syntax
    erro is due to the fact that the long text characteristic should have a value. Obviously it does not,
    because I want to retrieve it from the material description. Note that the material number I use to retrieve
    the text, is selected in the PI sheet itself an is unknown (unplanned Issue) at generation.
    Please advise.
    Cheers, Leo
    Edited by: L. de Pee on Oct 6, 2009 3:08 PM

    Hi.
    Its BPM Standard cubeCube , 0BPM_C01 and we are populating 0fiscyear based on Instance-Id.
    I have reloaded the cube and maintained Index, checked DB Stat, Roll up , compression all are done, but still facing the same issues.
    Please provide me your inputs if you faced the similar issue.
    Thanks in Advance.
    Br
    Alok

  • B2B using JMS and Processing Messages with Message Driven Beans

    We want to be able to use B2B to send messages to a JMS queue and then process messages from B2B using a Message Driven Bean. Is this supported.
    We are using B2B 10.2.0.2 with Patchset 4.

    Hello,
    In 10.1.2.0.2 B2B , as part of the internal Delivery channel B2B can only send and receive messages from JMS queues.
    Rgds,Ramesh

  • HT1267 While upgrading my iPhone 3 to 4.2 something went wrong and would not start at all. When tried to restore after going through th process it comes up with the message "The iPhone could not be restored. An unknown error occurred [1015]." What can I d

    While upgrading my iPhone 3GS to iOS 4.2 something went wrong and came up with the message "The iPhone could not be restored. An unknown error occurred  [1015]." Now it will not start at all. It just stays on screen with USB and the iTune picture. What can I do to get it going again. I only tried to upgrade because I was prompted to up-grade and now I am helpless. I did a backup before starting the upgrade. The error message did not tell what to do next.  Any help is very much appreciated.

    Usually that means the iPhone was hacked to unlock it from the original
    carrier .
    Updating the operating system locks it back to that original carrier
    You could try this
    http://support.apple.com/kb/TS3281
    However if the iPhone was hacked it is probably a paper weight  now
    and as this is an Apple hosted forum  you can get no further help here

Maybe you are looking for

  • Macbook Pro is detecting a second display that is not attached

    I have a first generation Core Duo Macbook Pro and have had a problem with it since it was new detecting 2 displays when only one is connected. At first it would detect 2 displays and change the notebook screen resolution to 800x600. A quick click on

  • Possible Bug in Mail.app

    I am running a server and clients -- all at 10.4.4. The mail app on the clients Version 2.0.5 (746/746.2). I have been tracking down errors in my imapd log file. The errors are: Feb 5 00:18:05 EaseServer imap[23046]: IOERROR: reading message: unexpec

  • JFrame resizing question

    When i resize a JFrame the components it hold remain unchanged until I stop resizing the frame. Then the components conform to the frame size. Is there a way to have the components resize dynamically?

  • Can't load large image (png)

    I have a sandbox web page with large image (png file 26000x13000, 14MB packed/330MB unpacked). I can open it in IE but firefox display page without image. I have 1,2GB of free RAM, how can I adjust settings to make allow firefox display the image? Cu

  • Deleting hotmail mail on phone and mac

    Hi, I wonder if anyone could help ... I want deleted mail on my iphone not to appear in mail on my macbook. (and vice versa) E.g. I delete an email on my iphone and then sync the phone with my mail (via itunes) ... open my mail account and it not sho