Message expired during sync call from BPM to ECC

Hi guys,
I'm doing a sync call to ECC during my BPM processing and it takes approx 2 minutes to the function module there to process the data. And since it takes so long I'm getting following exception for the message in SXMB MONI
com.sap.aii.af.ra.ms.api.MessageExpiredException: Message xxxxxxxxxxxxxxxxxxxxx (INBOUND) expired
Any ideas why does this happen and how to solve it?
Thanks
Olian

Hi,
Check this links
Timeout when calling a RFC
http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414900)ID1430683750DB10832347498039929799End?blog=/pub/wlg/3802
Regards
Ramesh

Similar Messages

  • Error while calling ejb service call from BPM service

    Hi,
    We are using the Oracle 11.1.1.5.0
    We are calling ejb service call from BPM service to update the data to Oracle database.
    We are getting the below error when we executing the ejb service call from BPM Service.
    <Error> <EJB> <BEA-010026> <Exception occurred du
    ring commit of transaction Name=[EJB oracle.bpm.bpmn.engine.ejb.impl.BPMNDeliver
    yBean.handleCallback(java.lang.String,java.lang.String,java.lang.String,int,bool
    ean)],Xid=BEA1-45B91984D57960994897(30845116),Status=Rolled back. [Reason=javax.
    transaction.xa.XAException: JDBC driver does not support XA, hence cannot be a p
    articipant in two-phase commit. To force this participation, set the GlobalTrans
    actionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhas
    eCommit for the Data Source = EBSConnection],numRepliesOwedMe=0,numRepliesOwedOt
    hers=0,seconds since begin=1,seconds left=60,XAServerResourceInfo[SOADataSource_
    base_domain]=(ServerResourceInfo[SOADataSource_base_domain]=(state=rolledback,as
    signed=soa_server1),xar=SOADataSource,re-Registered = false),XAServerResourceInf
    o[ArCnTaskForms@EBSConnection@EBSConnection_base_domain]=(ServerResourceInfo[ArC
    nTaskForms@EBSConnection@EBSConnection_base_domain]=(state=rolledback,assigned=s
    oa_server1),xar=weblogic.jdbc.wrapper.JTSEmulateXAResourceImpl@fa5476,re-Registe
    red = false),SCInfo[base_domain+soa_server1]=(state=rolledback),properties=({web
    logic.jdbc.remote.EBSConnection=t3://192.168.10.114:8001, weblogic.transaction.n
    ame=[EJB oracle.bpm.bpmn.engine.ejb.impl.BPMNDeliveryBean.handleCallback(java.la
    ng.String,java.lang.String,java.lang.String,int,boolean)]}),local properties=({w
    eblogic.jdbc.jta.SOADataSource=[ No XAConnection is attached to this TxInfo ]}),
    OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=soa
    server1+192.168.10.114:8001+basedomain+t3+, XAResources={eis/tibjms/Queue, eis
    /activemq/Queue, WLStore_base_domain_BPMJMSFileStore, WLStore_base_domain__WLS_s
    oa_server1, eis/fioranomq/Topic, eis/jbossmq/Queue, eis/Apps/Apps, eis/websphere
    mq/Queue, eis/AQ/aqSample, WLStore_base_domain_SOAJMSFileStore, eis/aqjms/Queue,
    WSATGatewayRM_soa_server1_base_domain, eis/sunmq/Queue, eis/pramati/Queue, SSCo
    nnectionDS_base_domain, eis/tibjms/Topic, eis/tibjmsDirect/Queue, eis/wls/Queue,
    eis/tibjmsDirect/Topic, EDNDataSource_base_domain, eis/wls/Topic, eis/aqjms/Top
    ic, RL3TST_base_domain, ArCnTaskForms@EBSConnection@EBSConnection_base_domain, S
    OADataSource_base_domain, WLStore_base_domain_UMSJMSFileStore_auto_2},NonXAResou
    rces={})],CoordinatorURL=soa_server1+192.168.10.114:8001+base_domain+t3+): weblo
    gic.transaction.RollbackException: Could not prepare resource 'ArCnTaskForms@EBS
    Connection@EBSConnection_base_domain
    JDBC driver does not support XA, hence cannot be a participant in two-phase comm
    it. To force this participation, set the GlobalTransactionsProtocol attribute to
    LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source
    = EBSConnection
    at weblogic.transaction.internal.TransactionImpl.throwRollbackException(
    TransactionImpl.java:1881)
    at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(Se
    rverTransactionImpl.java:345)
    at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTran
    sactionImpl.java:239)
    at weblogic.ejb.container.internal.BaseLocalObject.postInvoke1(BaseLocal
    Object.java:622)
    at weblogic.ejb.container.internal.BaseLocalObject.__WL_postInvokeTxRetr
    y(BaseLocalObject.java:455)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(Sess
    ionLocalMethodInvoker.java:52)
    at oracle.bpm.bpmn.engine.ejb.impl.BPMNDeliveryBean_of8dk6_ICubeDelivery
    LocalBeanImpl.handleCallback(Unknown Source)
    at com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMes
    sageHandler.handle(CallbackDeliveryMessageHandler.java:47)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(Dispatc
    hHelper.java:140)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatc
    hTask.java:88)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTas
    k.java:64)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
    utor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:908)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: javax.transaction.xa.XAException: JDBC driver does not support XA, he
    nce cannot be a participant in two-phase commit. To force this participation, se
    t the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended)
    or EmulateTwoPhaseCommit for the Data Source = EBSConnection
    at weblogic.jdbc.wrapper.JTSXAResourceImpl.prepare(JTSXAResourceImpl.jav
    a:83)
    at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerRe
    sourceInfo.java:1327)
    at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerRe
    sourceInfo.java:513)
    at weblogic.transaction.internal.ServerSCInfo$1.run(ServerSCInfo.java:36
    8)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    .>
    <12 Oct, 2012 12:34:40 PM IST> <Error> <oracle.soa.bpel.engine.dispatch> <BEA-00
    0000> <failed to handle message
    javax.transaction.xa.XAException: JDBC driver does not support XA, hence cannot
    be a participant in two-phase commit. To force this participation, set the Globa
    lTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateT
    woPhaseCommit for the Data Source = EBSConnection
    at weblogic.jdbc.wrapper.JTSXAResourceImpl.prepare(JTSXAResourceImpl.jav
    a:83)
    at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerRe
    sourceInfo.java:1327)
    at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerRe
    sourceInfo.java:513)
    at weblogic.transaction.internal.ServerSCInfo$1.run(ServerSCInfo.java:36
    8)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    <12 Oct, 2012 12:34:40 PM IST> <Error> <oracle.soa.bpel.engine.dispatch> <BEA-00
    0000> <Failed to handle dispatch message ... exception ORABPEL-05002
    Message handle error.
    error while attempting to process the message "com.collaxa.cube.engine.dispatch.
    message.instance.CallbackDeliveryMessage"; the reported exception is: Error comm
    itting transaction:; nested exception is: javax.transaction.xa.XAException: JDBC
    driver does not support XA, hence cannot be a participant in two-phase commit.
    To force this participation, set the GlobalTransactionsProtocol attribute to Log
    gingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = EB
    SConnection
    This error contained an exception thrown by the message handler.
    Check the exception trace in the log (with logging level set to debug mode).
    ORABPEL-05002
    Message handle error.
    error while attempting to process the message "com.collaxa.cube.engine.dispatch.
    message.instance.CallbackDeliveryMessage"; the reported exception is: Error comm
    itting transaction:; nested exception is: javax.transaction.xa.XAException: JDBC
    driver does not support XA, hence cannot be a participant in two-phase commit.
    To force this participation, set the GlobalTransactionsProtocol attribute to Log
    gingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = EB
    SConnection
    This error contained an exception thrown by the message handler.
    Check the exception trace in the log (with logging level set to debug mode).
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(Dispatc
    hHelper.java:207)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatc
    hTask.java:88)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTas
    k.java:64)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
    utor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:908)
    at java.lang.Thread.run(Thread.java:662)
    >
    Could any body help on this issue.It is little bit urgent for us to resolve.
    Thanks in advance.

    Thanks Sudipto Desmukh,
    The link is helpful me to resolve this issue.
    Thanks,
    Narasimha E

  • Parallel synchronous calls from BPM

    Hi,
    how many parallel synchronous calls can XI perform at once?
    Reason why I ask, for me it looks like parallel calls are handled sequentially in XI.
    My scenario: I have a ccBPM that should ask three different synchronous WebServices to collect data. In the BPM I used the Branch element where one synch call is in every branch.
    Unfortunately at runtime the monitoring says that the WebServices are asked consecutive and not parallel.
    Even if I start a performance test an run 10 BPMs at the same time, all WebServices are asked consecutive.
    So is there a unknown hidden parameter to force parallel sync calls or is XI not able to perform such calls?
    Regards,
    Robert
    (tested on 7.0 and 7.1)

    Hi,
    Maximum Number of receivers you couls send at a time are 999. So i think u can make 999 webservice parallel calls at a time.
    Using BPM:
    First have a receive step and then the receiver determination  and the out put of this step would be a multi line element(containing all the receivers identified during the runtime).And then create a block step in par for each mode and in the properties give the multielement name created from the receiver determination step and then a send step in the block in synchronous mode.
    In ID confgure all the receivers.
    Thanks,
    Vijaya.
    Edited by: Vijaya Lakshmi Palla on Jun 2, 2008 6:29 AM

  • Parallel calls from BPM

    Hi all,
    I have a scenario in BPM where I have used a fork for sending messages in parallel. There are 3 synchronous RFC calls to same R/3 backend system. However, in message monitoring I can see that the messages are still in serial (start time of next message is after the first call has received response). It is somehow possible to achieve that the calls will be also by RFC adapter done in parallel?
    I have already tried to use 3 comunication channels, but it does not help.
    Thanks.
    Vladimir

    Hi all,
    I have tried all mention settings, but still the messages from adapter are being sent in serial.
    I have tried to increase the maximum connection in RFC adapter, I have tried to used more Comunication Channels and set in Receiver Agreements to use them. Both changes also with the following change in process design:
    In the process design I have this 3 bapi calls in a loop. For this loop there is also that mode ParForEach. After changing to this mode I can see in message monitoring that the BAPI calls are not being sent as before: b1,b2,b3,b1,b2,b3,.... but in this order: b1,b1,...,b2,b2,...,b3,b3,... However the messages are being still sent in serial.
    In Workflow Log I can see that some executed actions on beginning(Block item created, Background work item created) were done in parallel. However the sync. calls itselfs (message sent synchronously) are following in serial.
    Are there maybe some settings of Adapter engine or RFC adapter, which allows/deny processing of multiple threads?
    I have not found any documentation to such settings till now (except one small comment to MaxThreadCount property of J2EE Adapter Framework in XI Tunning Guide).
    Thanks & regards,
    Vladimir

  • RFC call From BPM

    Hi,
    I have a  scenario where I need to access a Function Module from BPM for certain business validations. My FM is in XI and I need to invoke that FM from BPM. How can we do that ? I am trying an RFC call but it gives me an error "No identifier defined for the system".
    Pl advise, where am I wrong OR if there is a better way to do that.
    Thanks,
    Sid

    This doesn't look like an issue for BPM.  Please check whether the connection is working fine by testing a call to the RFC in a simple scenario(file to RFC or whatever).
    In BPM all you need to do is a synchronous send step with abstract message type defined for both request and response structures of the FM . And in ID a receiver determination+channel and all for this step.
    Best of luck...

  • Stop Messaging tones during phone calls

    How can I stop the messaging tones from going off in my ear during a phone call when a messsage is received by my phone? Can apple just make the phone make a beep &amp; vibrate or something during a phone call? It is very annoying &amp; to me, the biggest problem I have with the iPhone.

    There's no phone setting to silence alerts during phone calls.  You can suggest this to Apple: http://www.apple.com/feedback/iphone.html

  • Problem Making More Than One ALSB Call From BPM

    Hello,
    I have a very simple BPM process, with a begin node, two automatic nodes, and an end node.
    The first automatic node makes a call to a web service running on ALSB (ALSBServiceA)
    The second automatic node makes a call to a second web service running on ALSB (ALSBServiceB)
    What I find happening is that the second call is not being executed (ALSBServiceB)
    The web service invocation from the first node executes okay, but it seems that the invocation from the second service is just ignored.
    What is strange is that if I reverse the order of the nodes (e.g. executed ALSBServiceB before ALSBServiceA) then, the ALSBServiceB executes while ALSBServiceA does not.
    It appears that in any process there can only be -one- successful invocation to ALSB, with all others being ignored. This is a pretty significant showstopper for us.
    Is this a known issue/bug/feature?

    Gary,
    There is not much I can do from here without more specific details, but
    the problem you describe is quite odd.
    Try the following, it might help you diagnose it:
    - Check the audit trail for one of the instances, to make sure that both
    automatic activities were executed.
    - Check the engine logs, see if there was an exception in the process
    that's causing it to retry or abort the instances.
    - Try running both calls from one activity.
    If you can't find the cause, contact support. They will be able to help
    you.
    JC
    On Thu, 22 May 2008 10:05:06 -0300, Gary Ng wrote:
    Hello,
    I have a very simple BPM process, with a begin node, two automatic
    nodes, and an end node.
    The first automatic node makes a call to a web service running on ALSB
    (ALSBServiceA)
    The second automatic node makes a call to a second web service running
    on ALSB (ALSBServiceB)
    What I find happening is that the second call is not being executed
    (ALSBServiceB)
    The web service invocation from the first node executes okay, but it
    seems that the invocation from the second service is just ignored.
    What is strange is that if I reverse the order of the nodes (e.g.
    executed ALSBServiceB before ALSBServiceA) then, the ALSBServiceB
    executes while ALSBServiceA does not.
    It appears that in any process there can only be -one- successful
    invocation to ALSB, with all others being ignored. This is a pretty
    significant showstopper for us.
    Is this a known issue/bug/feature?--
    Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

  • Sync RFC call from BPM - message expired

    Hi guys,
    I have a scenario with BPM where I'm doing a sync RFC call to ECC and then I want to process the result. However, the processing of BAPI take approx 5 minutes and my messages get expired after 3 minutes.
    How to resolve this issue?
    Thanks a lot,
    Olian

    Hello,
    Problem might be at BAPI end.  Please check BAPI by executing with your set of inputs. If BAPI goes for exception for yoru set of input values.. you may not get response from R3. So you might have error..
    secondly.. Please post the error in the communication channel and errro in the SXMB_Moni as well.
    Thanks,
    subbu

  • Dump during BAPI_ENTRYSHEET_CREATE calling from Portal

    Hi,
    I am getting dump during creation of Service Entry Sheet using the 'BAPI_ENTRYSHEET_CREATE' when triggering it from Portal end. But if I directly call the FM from ECC6.0 with the same passing values it gives me the success meassage. The dump only occurs when I am triggering it from Portal via another custom RFC funtion module.
       I have checked in ST22 and the message text is like ....." Exception condition "GUI_NO_MODE_AVAILABLE" raised."
    Also have checked the SAP Note1271652 and have suggested to apply kernel patch 184. But kernel patch 185 already been applied as our basis team have confirmed. Can you please help me out of this situaion.
    Thanks & Regards,
    Apurba

    Hi,
    I came across this issue and have blogged a solution that gets round it for our purposes. This may help:
    http://community.altiusconsulting.com/blogs/adamadshead/archive/2009/09/24/bex-analyzer-s-file-upload-bug-when-integrated-with-sap-portal.aspx
    Regards,
    Adam

  • Xml to client call from bpm

    Hi ,
    how does the client application receive the xml to client data from the
    bpm.Does the bpm use an internal jms queue or is there a direct call to the
    application .and what all does the client need to implement for the same .
    does the client need to have an event listener
    regds
    Ravi

    Hi ,
    how does the client application receive the xml to client data from the
    bpm.Does the bpm use an internal jms queue or is there a direct call to the
    application .and what all does the client need to implement for the same .
    does the client need to have an event listener
    regds
    Ravi

  • Purchased apps deleted during sync; restoring from app store doesn't work

    Hi. New iPad, syncing with OS10.5, iTunes 10.1.2
    Purchased some apps (NYTimes, Pages, Sketchbook Pro) on iPad during trip. Came home and sync'ed. Apps deleted (along with data?), although free apps still present. Re-purchasing from iTunes allows me to pay full price. Account activity shows the apps were purchased. Download queue is clear. I'm logged in to my only Apple account.
    I haven't yet tried to restore the iPad from iTunes, as I'm afraid of losing data.
    I lost some paintings I did and a eulogy for my step mom. Any help restoring this stuff would be greatly appreciated.

    Hi,
    From the iTunes menu bar click iTunes / Preferences then select the Advanced tab. Click: *Reset Warnings* and *Reset cache*, click OK.
    purchasing from iTunes allows me to pay full price.
    Follow the instructions at this link for Redownloading purchased apps
    Instructions here for backing up your iPad using iTunes.
    http://support.apple.com/kb/ht1414
    Help here for backing up your app purchases to an external source.
    http://support.apple.com/kb/HT4482
    Any apps you have installed on the iPad, whether paid of free, are listed on the left side of your iTunes window under Library / Apps.
    Carolyn

  • BRM Webservice call from BPM as an automated activity in CE 7.2

    Dear All,
    A simple BRM ruleset is created and published as a webservice. The WSDL is available at NWA ->SOA Management-> Application and Scenario Communication-> Single Service Administration.
    The webservice test in WSNAVIGATOR provides the expected results.
    In the BPM process flow, an automated activity has been created for the webservice call. This activity contains the 'Service Interface' and 'Service Reference' of the imported WSDL.
    Issue:
    When the process is started, the BRM webservice call results in error. The error is not visible in the log but the process flow shows a green symbol on the automatic activity, thereby indicating that the webservice call does not end and the process remains in 'In progress' state.
    Can you please provide your inputs?
    Thanks,
    Pritish

    Dear All,
    The issue is resolved with the help of following document.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/9009be68-1e9a-2c10-fd91-8f5fcb00474c.
    Regards,
    Pritish

  • Question about async scenario and WS call from BPM

    Hello All
    Scenario is: Asynchronous  SOAP to JDBC, via BPM.
    In BPM I'd like to call webservice to lookup some data. What possibilities woul'd you suggest in such case?
    Currently I'm trying to configure synchronous Sender step in BPM, but no lusk so far...
    TIA
    Best Regards
    Maciej

    <CONTAINER>
    <PROPERTIES>
    <OWN_ID>
    <INSTID>18A905447B381DEF98CCE1D8F0274B6F</INSTID>
    <TYPEID>CL_SWF_CNT_PERSISTENCE_XML</TYPEID>
    <CATID>CL</CATID>
    </OWN_ID>
    <PROPSTRING>2</PROPSTRING>
    <XMLVERSION>0002</XMLVERSION>
    <INTERNAL>X</INTERNAL>
    </PROPERTIES>
    <ELEMENTS>
    <A NAME="EXCEPTIONS:Exceptions:" TYPE="::SWFTRCMSGTAB:h:0:0" PROPS="2C00004" LTEXTS="EE000">
    <item>
    <T100_MSG>
    <MSGID>SWF_XI_INBOUND</MSGID>
    <MSGNO>029</MSGNO>
    <MSGTY>E</MSGTY>
    <MSGV1>WS90000001</MSGV1>
    <MSGV2>0E71D960626711DFA4E318A905447B38</MSGV2>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_XI_INBOUND=============CM007</SRC_PROGRAM>
    <SRC_METHOD>START_NEW_PROCESS</SRC_METHOD>
    <SRC_LINE>42</SRC_LINE>
    <TEXTID>16AA9A3937A9BB56E10000000A11447B</TEXTID>
    <EXCEPTION_NAME>CX_SWF_INBOUND_PERMANENT</EXCEPTION_NAME>
    </item>
    <item>
    <T100_MSG>
    <MSGID>SWF_XI_INBOUND</MSGID>
    <MSGNO>029</MSGNO>
    <MSGTY>E</MSGTY>
    <MSGV1>0E71D960626711DFA4E318A905447B38</MSGV1>
    <MSGV2/>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_XI_INBOUND_SP_START====CM001</SRC_PROGRAM>
    <SRC_METHOD>START_PROCESS</SRC_METHOD>
    <SRC_LINE>73</SRC_LINE>
    <TEXTID>16AA9A3937A9BB56E10000000A11447B</TEXTID>
    <EXCEPTION_NAME>CX_SWF_INBOUND_PERMANENT</EXCEPTION_NAME>
    </item>
    <item>
    <T100_MSG>
    <MSGID>SWF_XI_INBOUND</MSGID>
    <MSGNO>028</MSGNO>
    <MSGTY>E</MSGTY>
    <MSGV1>000000000215</MSGV1>
    <MSGV2/>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_XI_INBOUND_SP_START====CM00E</SRC_PROGRAM>
    <SRC_METHOD>EXECUTE_FLOWITEM</SRC_METHOD>
    <SRC_LINE>40</SRC_LINE>
    <TEXTID>16AA9A3937A9BB56E10000000A11447B</TEXTID>
    <EXCEPTION_NAME>CX_SWF_INBOUND_PERMANENT</EXCEPTION_NAME>
    </item>
    <item>
    <T100_MSG>
    <MSGID/>
    <MSGNO>000</MSGNO>
    <MSGTY/>
    <MSGV1/>
    <MSGV2/>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_RUN_WFM================CM01X</SRC_PROGRAM>
    <SRC_METHOD>RUN</SRC_METHOD>
    <SRC_LINE>128</SRC_LINE>
    <TEXTID>3F6EF830F5055C38E10000000A155117</TEXTID>
    <EXCEPTION_NAME>CX_SWF_WFM_WIM_RETURN_ERROR</EXCEPTION_NAME>
    </item>
    <item>
    <T100_MSG>
    <MSGID>SWP</MSGID>
    <MSGNO>148</MSGNO>
    <MSGTY>E</MSGTY>
    <MSGV1>0000000028</MSGV1>
    <MSGV2/>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_WFM_SERVICE_CALL=======CM003</SRC_PROGRAM>
    <SRC_METHOD>EXECUTE</SRC_METHOD>
    <SRC_LINE>280</SRC_LINE>
    <TEXTID>3F6EF830F5055C38E10000000A155117</TEXTID>
    <EXCEPTION_NAME>CX_SWF_WFM</EXCEPTION_NAME>
    </item>
    <item>
    <T100_MSG>
    <MSGID>SWP</MSGID>
    <MSGNO>159</MSGNO>
    <MSGTY>E</MSGTY>
    <MSGV1>0000000028</MSGV1>
    <MSGV2/>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_WFM_SERVICE_CALL=======CM007</SRC_PROGRAM>
    <SRC_METHOD>HANDLE_SERVICE_EXCEPTION</SRC_METHOD>
    <SRC_LINE>17</SRC_LINE>
    <TEXTID>3F6EF830F5055C38E10000000A155117</TEXTID>
    <EXCEPTION_NAME>CX_SWF_WFM</EXCEPTION_NAME>
    </item>
    <item>
    <T100_MSG>
    <MSGID>SWF_XI_ADAPTER</MSGID>
    <MSGNO>054</MSGNO>
    <MSGTY>E</MSGTY>
    <MSGV1/>
    <MSGV2/>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_XI_SRV_SEND_SYNCHRON===CM004</SRC_PROGRAM>
    <SRC_METHOD>SEND_SYNCHRON</SRC_METHOD>
    <SRC_LINE>36</SRC_LINE>
    <TEXTID>16AA9A3937A9BB56E10000000A11447B</TEXTID>
    <EXCEPTION_NAME>CX_SWF_TSI_SP</EXCEPTION_NAME>
    </item>
    </A>
    <B NAME="_SWF_TRACE_ID::" TYPE="::SWFTRACEID:X:16:0" PROPS="2C00001" LTEXTS="EE000">GKkFRHs4He+X6mHMGewe+Q==</B>
    </ELEMENTS>
    </CONTAINER>

  • No std Inf.& warning messages while CAT2 being called from custom Zprogram

    Hi,
    We have built a custom z program that will be called CAT2 transaction using batch data processing(BDC).
    CAT2 being called  by CALL TRANSACTION ' USING bdcdata  MODE 'N'.
    The idea was that facilitate users  to choose multiple employees at a time and  go to directly CATS time entry screen.  No dialog call.   When we call CAT2 by running zprogram,  std.cat program warnings & information messages getting suppressed.
    Seeking your ideas is there any way we can run zprgm with out suppressing warning & information messages in std. program.
    Regards
    Prav

    Hi,
    We have built a custom z program that will be called CAT2 transaction using batch data processing(BDC).
    CAT2 being called  by CALL TRANSACTION ' USING bdcdata  MODE 'N'.
    The idea was that facilitate users  to choose multiple employees at a time and  go to directly CATS time entry screen.  No dialog call.   When we call CAT2 by running zprogram,  std.cat program warnings & information messages getting suppressed.
    Seeking your ideas is there any way we can run zprgm with out suppressing warning & information messages in std. program.
    Regards
    Prav

  • How to suppress message popup during RFC call

    Hi  expert,
    I have a scenario where in my RFC i am calling a SAP Bapi. But while this BAPI calling few popups appear which should be clicked as YES and then it has to run further.
    This "Pressing Yes" in popup is a manual way , i want it to be done automatically so that during my RFC call there is no interruption.
    Is there any FM which can suppress this popup by saying YES and there is no stopping for my RFC.
    Regards,
    Abhishek

    Hi ,
    I am facing the similar problem. Let me know how did you solve this problem ?
    Thanks,
    Krupali

Maybe you are looking for

  • How do I create an iPhoto Library on an external disk

    I have a project that has grown out of all proportion, and for space reasons I wish to move the iPhoto library from the system disk to an external disk and access the pictures from there. Is this possible? I have tried duplication the original librar

  • Printing with Acrobat 8.1 needs a lot of memory after pdf is distilled which leads to blank printed

    The above mentioned problem occurs in the following scenario: - print PDF file (434 pages, 600 dpi scanned images (monochrome) to a postscript file (problem is not dependent on the used driver) - convert to PDF with Acrobat Distiller (default setting

  • Why is my 4s once reset to factory setting

    why would my 4s once reset not be able to pull up the internet without being connected to wifi.  need help thanks.

  • Java Store Procedures

    Hi Guys, Does anyone know if it is possible to implement a java store procedure that will be subsequently called in a "select" operation within a "where" statement in Oracle 9R2? Thanks, Andrea

  • Code combination based hierarchy

    Hi, I am wanting to overlay a code combination based alternative reporting hierarchy in Finance against budgets, balances and journals. The nature of the overlay is that the first contact is from code combination id (all of the used segments in the c