RFC to BPM and backward. error SYNCHONOUS_MESSAGE

Hi everybody!
Help me pls!
I am learning BPM and want to make easy synchronous example.
RFC sends the request to BPM and recieves the response.
My RFC is named Z_TEST_CALL_WEBSERVICE.
I have created:
in Design
mi_rfc_request - abstract asynch interface (message = Z_TEST_CALL_WEBSERVICE)
mi_rfc_response - abstract asynch interface (message = Z_TEST_CALL_WEBSERVICE.Response)
mi_string_abstract - abstract synch interface (output message = Z_TEST_CALL_WEBSERVICE, input message = Z_TEST_CALL_WEBSERVICE.Response)
Test002_MyScenario_001 - integration process, that have:
Receive0 - Receive step (name = Receive0, message = rfc_request, mode = Opens S/A Bridge, asynch interface = mi_string_abstract)
Send0 - Send step (name = send0, mode = Closes S/A Bridge, message = rfc_response, Opened by = Receive0)
rfc_request - comtainer element (category = abstract interface, type = mi_rfc_request)
rfc_response - comtainer element (category = abstract interface, type = mi_rfc_response)
in Configuration
have imported my Inegration Process and have named him "mybpm"
receiver determination (Z_TEST_CALL_WEBSERVICE -> mybpm)
interface determination (Z_TEST_CALL_WEBSERVICE -> mybpm, inbound interface = mt_string_abstract)
sender agreement (defined Communication Channel)
When i call my RFC from R/3      
CALL FUNCTION 'Z_TEST_CALL_WEBSERVICE'
  destination dest
  EXPORTING
    var           = '1'
IMPORTING
   RET           = tab
   answer        = answer
EXCEPTIONS
         system_failure        = 2 MESSAGE msg_text1
         communication_failure = 1 MESSAGE msg_text
         other = 4.
i get error.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- Call Adapter -->
<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
<SAP:Category>XIAdapter</SAP:Category>
<SAP:Code area="BPE_ADAPTER">SYNCHONOUS_MESSAGE</SAP:Code>
<SAP:P1/>
<SAP:P2/>
<SAP:P3/>
<SAP:P4/>
<SAP:AdditionalText/>
<SAP:ApplicationFaultMessage namespace=""/>
<SAP:Stack>Der Prozess unterstützt das gegebene synchrone Interface nicht oder unterstützt keine synchronen Nachrichten Возникла особая ситуация CX_WAPI_DEF_PROPERTY_NOT_FOUND (программа: SAPMHTTP, include , строка: 0)</SAP:Stack>
<SAP:Retry>N</SAP:Retry>
</SAP:Error>
I tried translate from German ...
"Process doesn't support this synchronous interface or doesn't support any synchronous message."
what do i wrong?

The issue has been resolved. The integration process needed to be activated in sxi_cache. Once it was activated, the interface ran successfully.
But ...
When i start the process, i get TimeOut. Object rfs_response in Send0 don't had instance.
I added transform (rfc_request -> rfc_response) and get 'success'.

Similar Messages

  • ** Is it possible to skip messages with error in BPM and continue next msg

    Hi Friends,
    I am doing File to File BPM scenario. My Source XML is like as below.
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Employee xmlns:ns0="http://www.test.com/XITEST/FileToFile/BPM">
       <Details>
          <EmpCode>10010</EmpCode>
          <EmpName>Jeg</EmpName>
          <***>M</***>
          <BasicPay>5000</BasicPay>
       </Details>
       <Details>
          <EmpCode>10011</EmpCode>
          <EmpName>Praksh</EmpName>
          <***>M</***>
          <BasicPay>4500</BasicPay>
       </Details>
       <Details>
          <EmpCode>10012</EmpCode>
          <EmpName>Nithya</EmpName>
          <***>F</***>
          <BasicPay>4300</BasicPay>
       </Details>
       <Details>
          <EmpCode>10013</EmpCode>
          <EmpName>Sunil</EmpName>
          <***>F</***>
          <BasicPay>4800</BasicPay>
       </Details>
       <Details>
          <EmpCode>10014</EmpCode>
          <EmpName>Abdul</EmpName>
          <***>M</***>
          <BasicPay>4750</BasicPay>
       </Details>
       <Details>
          <EmpCode>10015</EmpCode>
          <EmpName>Sathya</EmpName>
          <***>F</***>
          <BasicPay>4250</BasicPay>
       </Details>
       <Details>
          <EmpCode>10016</EmpCode>
          <EmpName>Rams</EmpName>
          <***>M</***>
          <BasicPay>8000</BasicPay>
       </Details>
    </ns0:Employee>
    If you look at the above message, the 3rd & 6th employee are female. In the BPM design,  we use
    a) 'Transformation' step, to split the messages (1:n).
    b) Block Step (Mode : For Each) to process one by one message
    c) in the Container Step, thru XPath expression we created one variable and assign '***' to that variable
    d) In the Switch step we check whether variable is 'F' (Female). If it is there we insert control step to throw exception. (But, exception Branch is not added to catch the exception. The reason is that to restart the BPM)
    e) If the *** is 'M' we insert Send Step to send the employee to the output file.
    Note that if we insert exception handler branch, the BPM will tell this is completed. So, we are not able to restart those records (*** = 'F') after correct ***. Once the BPM is completed, that work item will not come in tcode 'Continue Process Following Error' option in tcode SXMB_MONI_BPE
    Requirement is whenever the BPM encounters *** = 'F', it  should throw an error and the same time BPM should not stop and continue with the next records.
    Friends, we tried all the ways thru 'Queue Assignment' property of the BPM and made settings thru tcode SWF_INB_CONF. But, we are not able to achive this requirmenent.
    'Restart possibilitye of the BPM for the error record and the same time should process the remaining correct records'. 
    Any idea friends, to solve this issue.
    Kindly Reply,
    Jeg P.

    Use one more Receiver Abstract interface for this and do the message and interface mapping .
    Collecting :
    If ur record is female (u r checking this in swich step) ,  pass tht record to intreface mapping (use one branch here to collect the message).
    Else you send that message to the target(else branch)
    After that use one block for collecting messages and throw the exception for each record......

  • File to RFC using BPM

    hey guys
    i m doin a synchronous File to RFC scenario using BPM and getting a 'NO receiver found error' in MONI,i checked my File as well as RFC adapter in RWB,the sender File adapter is green,RFC adpater is also green and the receiver file adapter is green but says 'no message processing until now'
    i m takin help from the followin blog
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    the error in MONI is
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Grouping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>No receiver could be determined</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I checked SM58 as well but it does not have any error XML messages.
    and idea where shuld i check?
    i check my mappin by using payload from MONI,mapping is working fine
    thanx
    ahmad
    Message was edited by:
            Ahmad ansari

    Hi Ahmad,
    In which step is the error occurring?
    Have you checked your BMP status using SXMB_MONI_BPE?
    PS: Usefull link: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e7bc3a5a-0501-0010-1095-eb47159e169c">How To Monitor Integration Process (ccBPM)</a>
    Regards,
    Sergio

  • Syncronous process in BPM and faults

    Hi
    Could anybody give me a hint how to generate fault messages as response to synchronous interface inside BPM?
    I have a SOAP service - BPM, that is the receiver of the request, handles it by collecting information from different systems via synchronous interfaces (RFC and SOAP). Finally it maps a "main" response from different responses that is sent back to the SOAP client.
    So I am opening a S/A bridge in the beginning and I close the bridge in the end of the flow.
    But if an error occurs (data from different sources is not consistent for example) I need to send a SOAP fault back to the SOAP client.
    Any suggestions how to generate a fault message in BPM and sending it out in a "Close S/A Bridge" send step?
    Thanks for any ideas...

    You're right, I restarted the server again and again...
    I have just opened the sr in metalink, it has been confirmed as a bug. Unfortunately there's no way to workaround. What I can do now is waiting for the solution.

  • BPM switch gives error.

    Hello everyone.
    I have a BPM scenario where I use a switch. Based on content in the received message I would like to either perform a transformation or cancel the process.
    But whenever I activate my scenario and look in SXI_CACHE, the BPM scenario shows error 99. Looking further into the error, it displays this message: 'VALIDFORARCHVING' is not a component of data object 'PAYLOAD'
    Currently I'm checking the value through a context object, but I've also tried checking it with XPATH and through a BPM variable. Still I've got the same problem.
    What am I missing in my setup?
    Best regards,
    Jacob

    This is a KNown issue with SP14...
    Are you on SP14.. ?
    Pls apply this OSS note..
    Thnaks,
    Renjith
    sorry here is the note number...890760
    Message was edited by: Renjith Andrews

  • Rfc---xi---web service scenario error

    Hi All,
    I am doing rfc-xi--webservice synchronous scenario.
    I followed this blog steps
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    I have deployed my own webservice and when i use it with xml spy it works fine.
    But when i try to execute it from RFC module I got this error.
    CALL_FUNCTION_REMOTE_ERROR
    In XI monitoring both messages are with red status and i got theses error is xi message monitoring
    <Trace level="1" type="B" name="CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV" />
    - <!--  ************************************
      -->
      <Trace level="2" type="T">......attachment XI_Context not found</Trace>
      <Trace level="3" type="T">Append context with name =ppActivated and value =false</Trace>
      <Trace level="3" type="T">Das Mapping wurde bereits in der Interface-Ermittlung bestimmt.</Trace>
      <Trace level="3" type="T">Objekt-Id des Interface-Mappings DA022058F9BB3E548D9760DEFC9240DA</Trace>
      <Trace level="3" type="T">Versions-Id des Interface-Mappings 2A29312036EB11DDBE1AE1ED8D2C2629</Trace>
      <Trace level="1" type="T">Interface-Mapping http://www.dummy.com/xi/01 IM_calculate</Trace>
      <Trace level="3" type="T">Mapping-Schritte 1 JAVA com/sap/xi/tf/_MM_ws_dum_req_</Trace>
      <Trace level="3" type="T">Dynamische Konfiguration ( http://sap.com/xi/XI/System/RFC ppActivated false )</Trace>
      <Trace level="2" type="T">Modus 0</Trace>
      <Trace level="3" type="T">Creating Java mapping com/sap/xi/tf/_MM_ws_dum_req_.</Trace>
      <Trace level="2" type="T">Call method execute of the application Java mapping com.sap.xi.tf._MM_ws_dum_req_</Trace>
      <Trace level="1" type="T">RuntimeException during appliction Java mapping com/sap/xi/tf/_MM_ws_dhl_req_</Trace>
      <Trace level="1" type="T">com.sap.aii.utilxi.misc.api.BaseRuntimeException: RuntimeException in Message-Mapping transformation: Cannot produce target element /ns1:MT_DHL/productid. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd at com.sap.aii.
    I checked message mappings and those were correct
    Any help or guidence please,
    Regards
    hussaan

    HI,
    I tried to do that. When I test in IR it works but when I use XMl file to test as you indicated I am getting errors
    I do not Know why.
    Error is
    Start of test
    Compilation of MM_WS_DUM_REQ successful
    Document start
    Start tag [ns1:MT_TESTDDUM]
    Add raw attribute [ xmlns:ns1="urn:DUM_FreightVi"]
    Cannot produce target element /ns1:MT_TESTDUM/CALCULATE. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd Cannot produce target element /ns1:MT_TESTDUM/CALCULATE. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd
    16:38:37 End of test
    I changed xml namespace in Message Type as it is indicated in How-to guides and other forums
    Waiting for response
    Regards
    Hussaan

  • BPM collect messages error

    Hi
    we are experiencing problems in BPM Collect pattern, error is not clear.
    Our payload before input to BPM
    <record>
    <row>
    <key>1</key>
    <val1>1</val1>
    </row>
    <row>
    <key>1</key>
    <val1>1</val1>
    </row>
    </record>
    this is given to BPM, and BPM is following exact collect pattern in SAP Documentation like
    1. Block with restricted by correlation (/record:key1), deadline with 1 minute, used by correlation
    2. within Block, unlimited loop, with started recieve step, activated correlation, and append records with container operation
    3. multi-mapping transform step, with multiple records to single record and followed by send step.
    we are getting error in the blok step, no description of error.
    BPM is activated without any errors
    Please advise, appreciate all ur help.

    Any body got the solution for this . I am having same problem .
    My Payload as follows
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:BpmPatternCollectMessageToBeCollected xmlns:ns0="http://sap.com/xi/XI/System/Patterns">
      <ID>1</ID>
      <OverallNumber>1</OverallNumber>
      </ns0:BpmPatternCollectMessageToBeCollected>
    for BPMPattrenCollectTime BPM and I amhaving error on outbound side in BPE
    when I dig into technical details The BPM details as follows
    Error during result processing of work item for Reciving Message Step
    Regards
    Murali

  • Cancel or Reprocess BPM message with error on outbound state

    I have a BPM scenario, IDOC comes from R3 and triggers a BPM. The BPM has a fork step which sends the message across 4 branches. Each branch has its own steps. Now, the problem is the IDOC has come and has trigerred the BPM but has errored on outbound side. The first step in each branch is a mapping step and the BPM has failed at this due to Jco communication failure. This has been fixed now. Now I need to reprocess this message, but can not restart as it shows succes message in inbound side.
    I have to re process this message, but how?
    Regards,
    Jaishankar

    Jai,
    I dont know whether it is the correct appraoch.
    Have a look at the transaction SWWERRE_DEBUG
    Regards,
    Sudharshan N A

  • Can't login BPM workspace - Internal error in Verification Service

    I've gone through "Building Your First Process with Oracle BPM 11g" in JDeveloper and was able to deploy "Hello World" successfully. My problem is that when I tried to sign in bpm workspace, I get "Invalid username and password" error. This is what I found in the soa log,
    <Apr 25, 2012 9:02:49 AM EDT> <Error> <oracle.soa.services.workflow.verification> <BEA-000000> <<.> hasPermission: error: access denied (oracle.security.jps.service.policystore.PolicyStoreAccessPermission Context:APPLICATION Context Name:soa-infra Actions:getApplicationPolicy)>
    <Apr 25, 2012 9:02:49 AM EDT> <Error> <oracle.soa.services.workflow.query> <BEA-000000> <<.> Internal error in Verification Service.
    Internal error in Verification Service for user jcooper. hasPermission.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
    ORABPEL-30504
    Internal error in Verification Service.
    Internal error in Verification Service for user jcooper. hasPermission.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
    I can't sign in workspace with anyone - weblogic, jcooper, etc. For weblogic user, I don't have any problem of login other applications. I find jcooper and bpm access in system-jazn-data.xml under $DOMAIN_HOME/config/fmwconfig directory.
    I'm running out of options to try. PLEASE HELP!!!!
    soa - 11.1.1.4
    weblogic - 10.3.4
    installed demo community users and it is installed in linux server.
    Currently we are using "DefaultAuthenticator - WebLogic Authentication Provider" that has a sufficient in the control flag.

    Well, I'm not total sure on whether we are using LDAP or not since I'm a new to weblogic. Perhaps you can tell me. We installed webLogic 10.3.4. My understanding is that this has embedded LDAP. All I did was to install demo users and groups. So currently we have defaultAuthenticator under myrealm. so are we using LDAP in this case?
    What's the exact path of Admin server?
    weblogic, soa_server1, bam_server1, osb_server1 are running on one linux box.

  • BPM and Flat File

    Hi to all.
    I'm a new entry in Netweaver BPM technology.
    I need to send via BPM a file from a sender system to a target one.
    The file has to be delivered as-is without mapping.
    In ESR I prepared all service interfaces, outbound, inbound and abstract and in configuration integration builder I customized the receiver determination and interface determination using the correct service interfaces.
    In interface determination vs the target I specified just the inbound service interface, according with the SEND step in BPM and not an operation mapping that doesn't exist.
    The problem is that the Process Engine stops the queue assigned to the process with the error "Permanent error in BPE inbound processing".
    I don't know if these info are enough to understand the problem or not.
    I will be grateful to anyone help me to address the problem and the solution.
    Thanks in advance and Ciao.
    Nicola

    Hi Nicola,
    Looks like you have issue with the interface or syntax issues , but anyways please post the question in PI forums for more expert answers.
    This forum is only for Netweaver BPM which is different from PI.
    Regards, Anil

  • Ant Scripts: Issue while running , getting BPM-71504: Unexpected error pars

    Hi
    I am running ant scripts through command prompt on the server itself.
    And on evry run I am getting the same error I followed this url Steps to deploy an bpel project using ANT scripts.. to start up but couldnt find resolution to my issue
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <Faults>
    <Fault>
    <severity>error</severity>
    <loc/>
    <line/>
    <col/>
    <file/>
    <name/>
    <fix/>
    <msg>BPM-71504: Unexpected error parsing 'oramds:/soa/shared/workflow/TaskEvidenceService.xsd'. Cause: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/soa/shared/workflow/TaskEvidenceService.xsd does not exist.. Action: Verify that file is valid and accessible</msg>
    </Fault>
    <Fault>
    <severity>error</severity>
    <loc/>
    <line/>
    <col/>
    <file/>
    <name/>
    <fix/>
    <msg>BPM-71504: Unexpected error parsing 'oramds:/soa/shared/workflow/WorkflowCommon.xsd'. Cause: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/soa/shared/workflow/WorkflowCommon.xsd does not exist.. Action: Verify that file is valid and accessible</msg>
    </Fault>
    <Fault>
    <severity>error</severity>
    <loc/>
    <line/>
    <col/>
    <file/>
    <name/>
    <fix/>
    <msg>BPM-71504: Unexpected error parsing 'oramds:/soa/shared/workflow/WorkflowTask.xsd'. Cause: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/soa/shared/workflow/WorkflowTask.xsd does not exist.. Action: Verify that file is valid and accessible</msg>
    </Fault>
    </Faults>
    Looking forward for a response...
    Thanks in advance

    hi I have configured the adf-config.xml but still getting the same error.
    Please let me know what i am doing wrong
    <?xml version="1.0" encoding="windows-1252" ?>
    <adf-config xmlns="http://xmlns.oracle.com/adf/config"
    xmlns:config="http://xmlns.oracle.com/bc4j/configuration"
    xmlns:adf="http://xmlns.oracle.com/adf/config/properties"
    xmlns:sec="http://xmlns.oracle.com/adf/security/config">
    <adf-adfm-config xmlns="http://xmlns.oracle.com/adfm/config">
    <defaults useBindVarsForViewCriteriaLiterals="true"/>
    <startup>
    <amconfig-overrides>
    <config:Database jbo.locking.mode="optimistic"/>
    </amconfig-overrides>
    </startup>
    </adf-adfm-config>
    <adf:adf-properties-child xmlns="http://xmlns.oracle.com/adf/config/properties">
    <adf-property name="adfAppUID" value="AntApplication-7567"/>
    </adf:adf-properties-child>
    <sec:adf-security-child xmlns="http://xmlns.oracle.com/adf/security/config">
    <CredentialStoreContext credentialStoreClass="oracle.adf.share.security.providers.jps.CSFCredentialStore"
    credentialStoreLocation="../../src/META-INF/jps-config.xml"/>
    </sec:adf-security-child>
    <adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
    <mds-config xmlns="http://xmlns.oracle.com/mds/config">
    <persistence-config>
    <metadata-namespaces>
    <namespace path="/soa/shared" metadata-store-usage="mstore-usage_3"/>
    </metadata-namespaces>
    <metadata-store-usages>
    <metadata-store-usage id="mstore-usage_3">
    <metadata-store class-name="oracle.mds.persistence.stores.file.FileMetadataStore">
    <property name="metadata-path"
    value="C:/Oracle/Middleware1/jdev/jdeveloper/integration"/>
    <property name="partition-name" value="seed"/>
    </metadata-store>
    </metadata-store-usage>
    </metadata-store-usages>
    </persistence-config>
    </mds-config>
    </adf-mds-config>
    </adf-config>
    Regards.....
    Edited by: bpm11gnewbie on Oct 7, 2012 10:16 PM

  • Soap- XI- RFC- DB BPM scenario help

    Hi,
    I want to implement a scenario like this. a third party system use the soap adapter to call the ECC RFC via XI.and i want to write the RFC response into another DB using the jdbc adapter.after that i want to send back the DB update_insert result to soap client (third party system).so the scenario looks like this
    soap request->XI->RFC
                      |
    soap response <---DB
    i want to use BPM,but have not too much experience.appreciate your help.
    Regards
    xiaofeng

    Hi,
    This will be a Synch Asycnh Scenario and you will need a BPM with a SYNCH ASYNCH bridge.
    Steps :
    1. Receiver Request Message from SOAP -- Open SA Bridge
    2. Send Syunchronous -- To call RFC and get Response
    3. Send Synchronous -- TO send data to JDBC and get response
    4. Send -- TO send data back to SOAP -- Close SA Bridge.
    You will have to do the corresponding message mapping , etc.
    Take a look at the SAP BASIS Component -- Patterns -- Synch Asycnch pattern and this link for more info,
    http://help.sap.com/saphelp_nw04/helpdata/en/43/65d4dab39b0398e10000000a1553f6/content.htm
    Regards,
    Bhavesh

  • RFC- XI -SOAP and response back to RFC

    Hi,
    I am doing RFC-XI-SOAP and get response back from SOAP to RFC.
    if I am not check the "Do Not Use SOAP Envelop" then it gives error in SXMB_MONI says  - NO SOAP envelop.
    "No SOAP Envelope but 1 {}RESPONSES; HTTP 200 OK"
    if I check thet  check bos ""Do Not Use SOAP Envelop" then it gives no error in SXMB_MONI , but message is not giving response back from webservice in SXMB_MONI it shows only
    <?xml version="1.0" encoding="UTF-8" ?>
      <ns1:MYRFC.Response xmlns:ns1="urn:sap-com:document:sap:rfc:functions" />
    gurus ...Pl. reply asap

    hi, all
    you are right the XML sp/tcpgateway response structure is different than what I used earlier,
    now I build the same structure,but then also some problem occures it is giving only one element from structure in response.
    it is giving
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:MYRFC.Response xmlns:ns1="urn:sap-com:document:sap:rfc:functions">
      <STATUS>Success</STATUS>
      </ns1:MYRFC.Response>
    while actual inbound from WS is ...
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message   -->
    - <ns0:testrequestResponse xmlns:ns0="conversion" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" Status="Success" DbgCmd_="testrequest" DbgTag_="REQUEST">
    - <ns0:SAP_OUTPUT>
      <ns0:E1 Value="3000194" />
      <ns0:E2 Value="300"/>
      <ns0:E3  Value="3"/>
      </ns0:E4 Value="94">
      </ns0:testrequestResponse>

  • FTP TO RFC using BPM

    hello
    I am creating a scenario of
      File to RFC, Using BPM where in again input from File and updating using RFC in multiple steps...( Not creating a scenario of FTP to RFC to FTP )
    do i have any web-blog or step wise guide for above scenario
    Regards,
    Keith

    Hello Keith,
    The file to RFC scenario can be implemented in the following steps,
    1. In the design, create the requsite DataType, MessageType and MessageInterfaces. One message interface will be outbound asynch and the other will be inbound async.
    2. Do the message mapping and also the interface mapping as required.
    In the configuration, the following has to be done,
    1. Create 2 communication channels. One for file as sender and the other for RFC  as the receiver.
    2. Create 1 sender agreement and 1 receiver agreement. In the sender agreement give your FILE communication channel and in the receiver agreement give your RFC communication channel.
    3. Then, do the receiver determination, interface determination.
    4. In each of this, the sender service is the business system  you have created and the receiver service is the system in which your RFC resides.
    Regards,
    Bhavesh

  • BI Reporting for BPM and TWB

    Hello Gurus,
    I am trying (in fact slogging) to get BI reports for BPM and TWB.
    1. BI content activation DONE.
    2. Scheduling Daily Extractor for TWB BI Reports DONE. (Log in SLG1 for object TWB_ST) shows '0 records transfered to data loader') this is in question!!!
    3. Process Chains 0SM_BPM_DELTA_P02 and 0SM_BPM_INIT_P01 scheduled and running successfully. BI_PROCESS_LOADING job log doesn't have any error!!! (I could see a message
    tRFC: Data Package = 0, TID = , Duration = 00:00:00, ARFCSTATE =
    tRFC: Start = 24.09.2010 11:50:13, End = 24.09.2010 11:50:13
    ) does this mean no data loaded!!!
    4. Schedule report RDSWP_BI_BPM_EXTRACT in background DONE.
    Please help.
    Any help on this is appreciated.
    -=-Ragu

    Hi Ragu,
    The difference in extraction related to IT performance reporting,(EHP1 Changes in [IT performance reproting|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d09f6791-f4b2-2b10-54af-f76a9a873117?quicklink=index&overridelayout=true])
    I misunderstood your scenario, request you to refer the following blogs for BI process chain monitoring,
    [/people/dirk.mueller2/blog/2010/07/23/best-practice-bw-process-chain-monitoring-with-sap-solution-manager--part-1|/people/dirk.mueller2/blog/2010/07/23/best-practice-bw-process-chain-monitoring-with-sap-solution-manager--part-1]
    part2 with examples
    [/people/dirk.mueller2/blog/2010/07/23/best-practice-bw-process-chain-monitoring-with-sap-solution-manager--part-2-setup-example|/people/dirk.mueller2/blog/2010/07/23/best-practice-bw-process-chain-monitoring-with-sap-solution-manager--part-2-setup-example]
    the sap note for prerequeste
    [Note 1411885 - BW Process Chain Monitoring - Central Setup Note|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1411885]
    check and update
    jansi

Maybe you are looking for

  • Acrobat not opening files in "adobe pdf format"????

    I just got the message (The document "7/11Diverticulitis.pdf" could not be opened. Acrobat cannot open files in the "Adobe PDF document" format.) after trying to create a pdf file on my new computer. Recently upgraded to MacPro On Snow Leopard oper.

  • Oracle stored ns and where clauses

    Hello everybody, I need to call an Oracle stored function and at the same time do a select on the result of the query, it works well except when I use a where clause. I am connecting to Oracle 8.1.7 through OLEDB using the Oracle provider for OLEDB d

  • Problem with the data

    Hi,   I have uploaded transaction and master data and activated the masterdata but in Infocube it is showing the data upto 06.2006 but in the queries it is showing upto 04.2006 only. timechar in query is last 12 months including current month. ( This

  • ECC6 and PI integration design question

    Hello experts, We have a customer that is going for ECC6 and going to use PI to integrate with external systems. We are designing the way to design the logic for distributing materials so two options are on the desk and I wanted to ask which one you

  • Download of iPhoto 9.2.3 won't install, says I need app store

    I have a slow internet connection, but I have 4 computers, all running either Lion or Mountain Lion.  I ike to download an update once from the Apple Download page, then put the single download on all 4 computers instead of trying to do this individu