RFBIBL01 Message Collection

We are upgrading from 4.7 to 6.0.  We have processes that run BDC through standard RFBIBL01.  New in 6.0, error messages are collected and held until BDC save, causing a message_type_x short dump.  In 4.7, errors are handled immediately, with pop-up messages. 
For example, a bad order number is fed to the BDC.  In 4.7, a message displays as soon as the order is input on the screen and the ok-code /00 (enter) is invoked.  Now in 6.0, the screen just continues, no hint of an error.  Upon save, the abend occurs, referencing the bad order error. 
I have tried debugging and can't figure out why message collection in active.  Is there some sort of system or functional configuration setting we are missing?

We are upgrading from 4.7 to 6.0.  We have processes that run BDC through standard RFBIBL01.  New in 6.0, error messages are collected and held until BDC save, causing a message_type_x short dump.  In 4.7, errors are handled immediately, with pop-up messages. 
For example, a bad order number is fed to the BDC.  In 4.7, a message displays as soon as the order is input on the screen and the ok-code /00 (enter) is invoked.  Now in 6.0, the screen just continues, no hint of an error.  Upon save, the abend occurs, referencing the bad order error. 
I have tried debugging and can't figure out why message collection in active.  Is there some sort of system or functional configuration setting we are missing?

Similar Messages

  • Loading and with error message :COLLECTION in SOURCE SYSTEM ENDED

    Hi,
    Facing problem with master data object while loading and with error message :COLLECTION in SOURCE SYSTEM ENDED
    This load is getting failed every day. It is a full load and records are getting transferered and added.
    when we check in details tab in RSMO all data packets in processing is green but in extraction some of the data selection scheduled are in yellow.We are changing QM status to green as records are added.
    Version i am using is BW 3.5
    Please let me know what will be the problem???
    Thanks,
    Edited by: lokesh thonsyd on Feb 18, 2009 8:55 AM

    First try to find out the reason for the load failure. Once you fix this, do a manual run of the infopackage and when successful you can continue with the rest of process chain.
    Sometimes, it doesn't help to just set a request to green status in order to run the process chain from that step on to the end.
    You need to set the failed request/step to green in the database as well as you need to raise the event that will force the process chain to run to the end from the next request/step on.
    Therefore you need to open the messages of a failed step by right clicking on it and selecting 'display messages'.
    In the opened popup click on the tab 'Chain'.
    In a parallel session goto transaction se16 for table rspcprocesslog and display the entries with the following selections:
    1. copy the variant from the popup to the variante of table rspcprocesslog
    2. copy the instance from the popup to the instance of table rspcprocesslog
    3. copy the start date from the popup to the batchdate of table rspcprocesslog
    Press F8 to display the entries of table rspcprocesslog.
    Now open another session and goto transaction se37. Enter RSPC_PROCESS_FINISH as the name of the function module and run the fm in test mode.
    Now copy the entries of table rspcprocesslog to the input parameters of the function module like described as follows:
    1. rspcprocesslog-log_id -> i_logid
    2. rspcprocesslog-type -> i_type
    3. rspcprocesslog-variante -> i_variant
    4. rspcprocesslog-instance -> i_instance
    5. enter 'G' for parameter i_state (sets the status to green).
    Now press F8 to run the fm.
    Now the actual process will be set to green and the following process in the chain will be started and the chain can run to the end.

  • I just received this message: "*** Collection __NSArrayM: 0x610004449540 was mutated while being enumerated."  and it won't allow me to open or place any documents FROM photoshop but.......

    I just received this message: "*** Collection <__NSArrayM: 0x610004449540> was mutated while being enumerated."  and it won't allow me to open or place any documents FROM photoshop but I can open files from finder into photoshop. HELP! I just recently got a new iMac and have faced this problem before, we thought it was a permissions error from where we rebooted the computer from. Because of this we just wiped the computer and recently re-installed everything. Now 2 days after re-installing all programs including photoshop I'm receiving these errors. Why is this happening and how can I fix it!?

    ok, i've just run a specific test.
    1 - Online, ensure that mail is sync'd
    2 - Disable network connection, confirm that mail has moved to offline mode
    3 - Delete 20 messages in a folder
    4 - Conifm they have been deleted (whilst still offline)
    5 - Re-enable network connection, leave machine alone for 5 minutes
    6 - Confirm that messages haven't been deleted and are still in the folder untouched
    7 - Whilst still online, try to delete one or more of the messages, they vanish for a moment, then re-appear
    8 - ***
    Can replicate this at will......surely this isn't just me?
    Seems I'm back to Outlook again

  • File adapter in comm.channel green, but no message collecting

    Hello,
    looks like this is something really at the roots.
    Ok, we are in NW2004s PI 7.0.
    One IDOC process is successfully implemented.
    Now we started with a file to file communication!
    File sender adapter is configured and shown in status green in comm.channel monitoring which would bring me to the idea that the comm.channel is configured well  (To be sure we changed the directory path in the comm.channel to a wrong one which results in an error. Ok, corrected. Now all lamps are green). Comm channel is activated and polling.
    But... nothing happens. The Adapter is not collecting the file in the source directory (existing) and there is no entry in monitoring on RWB or SXMB_MONI.
    In Adapter monitoring all adapters except the JPR (red) are with a GREY lamp!
    As we had an issue with activating the adapters (adapter monitoring before did not show any adapter (except JPR) ) two days ago we are not sure if the current issue belongs to a mistake in the configuration or in basis environment.
    From XI 3.0 side we would expect that the adapter monitoring should show adapters used in green.
    Do you have experience with such a behaviour?
    Any help is welcome!
    regards
    Dirk

    Hi Bhavesh,
    we are near to bumping our heads against the server.
    In comm.channel:
    directory is :      /      (as simple as possible)
    file name is : *.001
    The file in the directory is named it_test.001 so it should be catched.
    What can we do wrong?
    By the way: If we change the directory to  /out   which is existing we have an (file is in this directory too) error message:  'com.sap.aii.adapter.file.ftp.FTPEx: 550 /out: The system cannot find the file specified. '.
    Cache is fine!
    regards
    Dirk

  • Problem with Message Collecting in BPM

    Hello,
    I want to develop a Business Process, which collects messages with the same ID. After 5 minutes the process should send all messages in one new message.
    I copieed the XI 3.0 Demo Process "BpmPatternCollectTime".
    My problem is, that only the first message that arrives in the 5 minutes, is passed on. The other messages are not attached.
    The Mapping is exactly the same as in the example of the SAP
    Any idea to solve the problem?
    Thanks
    Robin

    Hi,
    The Target of the container variable in the loop should be a MULTILINE variable to hold more than one message.
    Could you pls check whether you have appending the message to a multiline container variable.
    Regards,
    Sasi

  • BPM message collect problem

    Hi,
    I have a problem with  collecting messages and sending them together. I'm trying to work out a simple correlation example. Its a File -> XI -> File scenario. I followed the blog
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm
    to work this out. My BPM looks like
    a block which contains an infinite loop with Receive and Container steps, an exception step and a deadline step with deadline 2 mins --> Transformation step --> Send step that sends out the bundled message.
    My problem is, after the file is being picked up by XI, nothing happens, on MONI the Outbound status is stuck in "Message being sent" status forever. On the Process engine workflow the deadline step is executed, but it is not proceeding to the Transformation and send step.
    I've read a lot of material on this forum, it seems simple but for some reason I'm not able to get this to work.
    Could somebody please guide me on this?
    Thanks
    Karthik

    Hi,
    Check this <a href="http://help.sap.com/saphelp_nw04/helpdata/en/96/0a2441509fa831e10000000a1550b0/content.htm">Montioring the BPE</a> for debigging your BPM.
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm">Collecting and Bundling -- Single Interface</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/0e/56373f7853494fe10000000a114084/content.htm">Collecting and Bundling -- Multiple Interface</a>.
    Regards,
    Bhavesh

  • BPM,Time bound based message collection

    Dear all,
    I need to collect messages of the employee information daily at 6.pm IST and send to the Receiver.
    For this I took Loop(condition is the Problem)->Receive container to append->tranformation here I assigned line item to multiline element.
    is there any function to get the present system time and get the messages till 6pm daily and send it to my receiver.
    Is there any other approach to achieve the same?
    Thanks,
    Srinivasa

    Hi Srinivas.
    In case, if you want the BPM to wait till 6pm or some specified time, you can use the WAIT step, wherein you can set the option "Wait Till Specified Time" and pass the time until the BPM is supposed to wait. This might solve your problem.
    As far as my knowledge is concerned, BPM cannot be scheduled to start at a certain time or date, else, it can be started only by means of a corresponding message.
    Check out these blogs. These will provide you with the information that you need:
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm
    /people/community.user/blog/2006/11/16/step-by-step-realize-your-bpm-scheduling-capability
    Regards,
    Hari.

  • Time dependant message collecting in a bpm

    I have a bpm setup to collect messages. I want to collect messages until a specific time daily (eg. 18h00 everyday) and then send them.
    I have used the BpmPatternCollectTime pattern but cannot specify a daily time. Does anyone have suggestions on how to accomplish this.
    Ta.
    Rodney

    Hi Rodney,
             We also had this same design implemented. But the BPM is not flexible enough to provide the get the current date and collect till a particular time.
    One another way will be to use the design BpmPatternCollectMessage and send in a stop proxy message using a ABAP proxy message triggered from the ABAP stack at 18:00hrs every day so that the collection process will end and will send the data to the target system.
    Cheers
    JK
    PS: Award points if this helps you

  • BDC to ELM Mapping of Business Partner - Error Message Collection??

    Dear Experts,
    I'm working on BDC for External List Management (ELM) : CRMD_MKTLIST transaction in CRM 5.0 System with Mappping format:
    <b>org_title_key; org_name1; org_name2;org_postl_cod1;org_countryiso.</b>
    I want to know the where the error or any messages are collected/?? <b>tables, FM, Error logs by using BDC(Call Transaction Method)?? and How ??</b>
    Can Any body help in this regard??
    Regards,
    Arjun

    Check the following notes:-
    1)  Note 882726 - SAP BP: Error message R11 244 (BP Transaction + BAPIs)
    2)  Note 1380576 - ECC BP to CRM BP address repln fails due to validity periods
    thanks
    G. Lakshmipathi

  • Comment se supprimer d'un message collectif i message ?

    Bonjour,
    j'aimerais savoir comment il est possible de sortie d'une conversation collectif de i message
    Merci

    Avez-vous lu cet article lié à la page que lllaass vous a donné? http://support.apple.com/kb/TS1609?viewlocale=fr_FR

  • MRP Messages (collective display)

    Experts,
    I have several production orders as a list and looking for a way to display MRP Messages for them with out typing in every single material in.
    T-code / Report / table ?
    Thanks in advance
    Jörg

    Check this  table T458A -  Exception Messages in Material Requirements Planning

  • RFBIBL00 Message Handler

    I put this in the ABAP forum, but may be better served here.
    We are upgrading from 4.7 to 6.0. We have processes that run BDC through standard RFBIBL01. New in 6.0, error messages are collected and held until BDC save, causing a message_type_x short dump. In 4.7, errors are handled immediately, with pop-up messages.
    For example, a bad order number is fed to the BDC. In 4.7, a message displays as soon as the order is input on the screen and the ok-code /00 (enter) is invoked. Now in 6.0, the screen just continues, no hint of an error. Upon save, the abend occurs, referencing the bad order error.
    I have tried debugging and can't figure out why message collection in active. Is there some sort of system or functional configuration setting we are missing?

    This requirement has now gone away after implementing SP21

  • BPM :: Messages not processed at outbound side

    Hi Experts,
    We have 1000+ synchronous messages with BPM  for only two days in July which havent processed fully. Now oncoming messages are getting processed fine, but the messages which were waiting for outbound processing from July are still waiting.
    inbound side there is a success flag and outbound side it is showing a clock symbol(looks like scenario is collecting / waiting)... cant see any failed/waiting messages iin queues .. when I checked the workflow logs few are showing workflow manually edited and processed after exception.
    The date messages were triggered are 10/Jun and seems one or more messages were edited on 17/jun later.
    Now we would like to know which workflow thrown the exception and what they have done during manual operation.
    And how to process the remaining holding messages.
      Thanks in advance for you ideas and suggestions.

    Hi,
         As you pointed out in your post that     
    "inbound side there is a success flag and outbound side it is showing a clock symbol(looks like scenario is collecting / waiting)... "
    Now you have not explained your scenario completely. Still from the problem statement I can say that The BPM is waiting for some messages. There are three possible scenarios where you can see the clock symbol.
    You have the option of collecting multiple messages for an interface and bundling them into one message, for example, individual sales order items into one sales order. To do so, you need to define a receiver step within a loop. The loop can finish in a variety of ways.
    Payload-Dependent  => The loop finishes when the number of messages received matches the number specified in the payload of the messages.
    Time-Dependent   => The loop finishes at a specified point in time.
    Message-Dependent => The loop finishes when a specific message is received.
    Once all the messages have been received, a transformation step bundles the messages collected in the container element and from them creates a message in the container element .This message is then sent by a subsequent send step.
    The processes use one of the abstract interfaces as an inbound interface, and the other as an outbound interface.
    Your BPM cannot be time dependant, otherwise it would have completed processing by now.
    Either your BPM is message dependant or payload dependant. You need to find this out.
    Check out the correlation (if) used in BPM, and the condition in BPM which stops the message collection.
    Plesae check SXMB_MONI and study the messages which have been succesfully processed by the BPM, so if your BPM is message dependant you have to find out what message it needs to stop collecting the message, this you can do by studying the successful message processed by the BPM. In this case your BPM will contain a FORK step. In one branch of FORK step there will be a receive step, this is the step where you can find the message required to complete waiting stage of the BPM.
    Check if this message has arrived or not.
    If your BPM is Payload dependant, find out whether number of messages received by the BPM matches the  expected count or not. In this case the BPM must have a container operation to count the messages received. If the count is less than required value, the BPM will remain in waiting  state.
    regards
    Anupam

  • Messages in BPM with Status Waiting

    Hi,
    I have created BPM for Message Collect like the standard SAP Pattern BpmPatternCollectMessage. But for terminating Message I’ve used Message type (Message interface) different from the Message type in the main Fork section. I thought that it is possible correlation between two message Interfaces with different Message types?
    Any way I had an Error in my BPM and after a test the Status for my Messages is Successful for inbound and Waiting (Message being sent) for Outbound. All my Messages are collected in a Queue, Wait step is created but BPM don’t proceed further.
    So I’ve made some changes in my BPM and tried with a new Test but it works with the old Version of the BPM and collects the Messages in the same Queue. So any idea how can I use the new BPM version? Should I Delete Manually the old Messages with Status Waiting or there is also different way?  
    Thanks
    Naycho

    >>>I thought that it is possible correlation between two message Interfaces with different Message types?
    yes it is
    >>>>All my Messages are collected in a Queue, Wait step is created but BPM don’t proceed further.
    have you registered queues on XI? TCODE - SXMB_ADM - manage queues ?
    >>>Test but it works with the old Version of the BPM and collects
    try looking at: SXI_CACHE - integration process- check if your new process has 0 status - activated
    Regards,
    michal

  • BPM Collect Transformation Step Raise Alert need help

    Hi,
    Scenario BPM Collect.
    Block 1 - Multiple xml messages received and collected into multiline container.
    Block 2 - Transform multiline container element into single message. Mapping Error throw Transformation Exception.
    Block 2:Exception Branch - Transform multiline container element to error multiline container element (based on BpmPatternReqRespTimeOut with a twist).
    Block 2:Exception Branch - Send multiline container element to Communication Channel for further error analysis.
    Block 2:Exception Branch - Throw Alert BPM_ALERT Transformation Failure message.
    Getting Compilation errors because I am not allowed to output a multiline container element...?
    Behaviour without the Exception Branch Transform and Send is that the first message collected in the ccBPM goes to Green Flag and the others goto chequered flag when the BPM_ALERT is thrown. This is not desirable behaviour.
    Would like to output multiple line container element so I easily know which group of messages failed ie file 1,2,3... so that I can go to the Error folder and repost them in the Sender Communication Channel if required.
    Once this is working I am trying to identify which file had the conversion problem so I can filter if out from the others and process the others attempting to pass information from a UDF as to which item in the multiline container element I reached before I had a problem int he original mapping...?
    I have read Michal Krawcyzk's blog on ALERT variables and Help on Throwing Alerts etc but I am progressing slowly with my solution...
    thanks,
    V

    Thankyou Chirag for those Blogs.
    The first is the one I have looked at most recently and the second has given me an idea.
    If I change my mapping of the multiline container element each line holds an xml message to the error element by calling a UDF to map the payload across then at least I would have output my Payload that errored? I will try it and see Java coding is not my forte currently.
    thanks,
    V

Maybe you are looking for

  • Got errors when trying to open word document with Office Web App Server and customized WOPI host

    I am configuring the Office Web App Server with our ASP.NET MVC WOPI host based on this example. https://code.msdn.microsoft.com/office/Building-an-Office-Web-f98650d6. While both the OWA server and WOPI server has been set up and I can use Excel and

  • Renaming a file you already have in file obejct?

    Hi I have a file I've already loaded into a var. I've made a function that I want to rename the file on the hard drive using moveTo(), so that backup_ is added to the front of the file name: myFile.nativePath; renameMyFile(myFile); public function re

  • Weblogic Apache Plugin - Load Balancing

    Hi, I have two Apache servers each with the WLS Apache Plugin installed. These sit in front of two WL servers each having two managed servers. Each plugin is setup with the list of servers as follows: <IfModule mod_weblogic.c>           WebLogicClust

  • Archiving purchase orders/requisitions

    Hi all, Pls. advice how to proceed with the archiving of purchase requisitions/purchase orders...!! what amopunt of involvement is there in this regards for a basis consultant and an MM consultant...what are the responsibilities shared by the 2 consu

  • RAC Differences for Standard and Enterprise Editions of 10g

    Are there any differences between RAC implementations for Oracle 10g SE and RAC option for Oracle 10g Enterprise Edition (except CPU numbers limitations and CRS&ASM necessity)? I heard some buzz what RAC for SE have only HA abilities.