Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Login

Login to view more content!!!





Lost Password?
No account yet? Register

Registered Access

Home arrow News
News
SCN : Discussion List - Process Integration (PI) & SOA Middleware
Latest Forum Threads in Process Integration (PI) & SOA Middleware

  • SRM 7.0 PO XML to PI to HTTP

    Dear Experts,

     

    My scenario is to get a PO out of SRM (which is coming over via XML) connect to PI and immediately pass that messages (without mapping) to an external HTTP destination.

     

    Can you please help in outlining what is needed?

     

    On our PI system we already have the SRM XI content.  So in the ESR I see that we have the names spaces and the MT and Service Interface for Purchase Order Request.

     

    I have already created a Business System for SRM and also created a Technical and Business system for our external HTTP party in the SLD.

     

    There are 2 major problems:

     

    1 - When sending PO out from SRM to PI - the message does not get transmitted.  In SMQ2 when we look at the XML message - we see that it is reference an RFC destination that does not exist.  Even when we create it in SM59  for connection to PI it still gets the same error.  I assume this is configuraed somewhere in SRM but do you know where?

     

    HTTP destination IntServer missing (system, transcation SM59)

     

    2 - What steps are required to be configured in the Integration Builder and ESR in PI to send the XML messages as is (without transformation) from PI to the HTTP source (i.e. do I need to setup recevier agreement, sender agreements, Party, etc)

     

    As you can see I am new and trying to work this out.  This would be much appreciated!



  • Retry SOAP Call From an UDF

    Hello,

     

    I am working on a scenario that involves performing SOAP call [using pre-existing SOAP Channel] from an UDF in message map, which works as expected. I am looking forward to implement a RETRY mechanism within the UDF to handle SOAP call connection timeout failure or WS unavailability situation. This seem to be needed because, the native retry option in channel do not seem to do the job as expected, when the channel is consumed by an UDF. I could think of doing this by verifying whether or not the payload from accessor is null, in case of whichc, re-invoke the channel lookupservice once again to retry the operation.

     

    My doubts are:

     

    1) Is this a proper approach to perform this at all?

    2) Has anybody faced this situation before?

    3) What are other options apart from using the "Wait" & "Notify" functions of Java?

     

    Any pointers are much aprpeciated. Thanks!

     

    -

    Srii



  • Additional Application server

    Hi All,

     

    we have deployed additional application server in our PI QAS Server.

    Now we have 2 application servers.

     

    can we make new application server available for only some interfaces.

     

    Regards,

    pradeep A.



  • MessageID in BPM

    Hi All,

     

    before posting this thread i have seen many blogs and threads but i did not get my answer

     

    let me explain you in detail.

     

    we are doing JMS to Proxy scenario with BPM,

     

    now we have two steps

    1) Message coming from WMQ to BPM

    2) Message going form BPM to SAP system

     

    Message coming form WMQ converted in the first step and sent to SAP system

    i.e have a message mapping in the first step and no mapping exits in the BPM (no transformation step)  as well as in the second step.

    i am using BPM to capture the acknowledgement message form the proxy and raise an alert for negative acknowledgement message (as this is a standard sap proxy class).

     

    now i want to capture the messsageid of the second message.

     

    one of the possible solution that explained in the below blog is to populate the message ID in a mapping outside of the BPM and Store the message id in a field and then retrieve it inside the bpm via an abstract interface

     

    http://scn.sap.com/community/pi-and-soa-middleware/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm

     

    i followed the same, but i have capture the message ID of the first step but not the second step bec i am using the mapping in the first step but not in the BPM.

     

    could any one can provide me the solution how to use the retrieve message id for the second step(Message going form BPM to SAP system)

     

     

    Regards,

    pradeep A.

    bpm.JPG



  • IDOC_AAE ACK destination not available

    Hi Experts,

     

    im working on IDOC_AAE to web-service scenario.

     

    i referred, the below blog: http://scn.sap.com/docs/DOC-31398.

     

    im stuck with below issue.

     

    Untitled.png

    When i ping the channel

     

    Untitled2.png

    no data is coming to PI.

     

    If i give the ACK destination in the communication channel, it is giving the error as " destination not found"

     

    In NWA,i did the following settings

     

    1) Inbound RA :

    MaxReaderThreadCount"  to 10

    Enter "true" for Local.

     

    2) XI_IDOC_DEFAULT_PIPIT,PIPIT refers to the PI system ID.

     

    3) SM 59 : type T connection and given the ECC gateway host and service.

     

    4) we 21 : port creation

     

    5) We20 partner profiles

     

    6) BD 54 logical system

     

    7) BD 64 Distribution model

     

    i have not done anything in PI.

     

    Through some ideas to resolve this issue.

     

    Regards

    Bhargava krishna



  • Multiple Interfaces in single WSDL - SOAP to PROXY SYNC

    Hi Experts,

     

     

    I have a scenario SOAP to PROXY (Synchronous) , Already we have created 5 individual interfaces (Given 5 WSDL to 3rdparty) , right now 3rd party application needs all interface/method WSDL to be included in single WSDL.

     

     

    So that 3rd party will access the single wsdl and will call any method and they should get response from ECC.

     

     

    a) Can this be done with existing interfaces with minimal changes?

    b) If this will be a new interface , how to achieve this scenario.

     

     

    Please help me on this,

     

     

    Thanks,

    Baskar



  • Read message Payload using FM's

    Hi gurus,

     

    In our XI system, we have a lot of error messages (Red light on MONI), we can´t resend.

     

    Now, in order to know the affected documents, we need to read a concrete tag from this messages.

     

    Our idea is to make a simple report for reading the payload of this messages and get the tag value.

     

    There is any FM that allow this??

     

    Thanks in advance!



  • multiple RFC call in one PI meassage

    Hi Experts,

     

    Mine sender is  SAP Rfc and Receiver is file.

     

    where 5 RFC/Bapi call triggers at a time and need to collect all the data in one message in PI then 1 file need to create on target.

    for this what is the approach. how many program IDs need to create and RFC destinations? is there any way to built this with out using BPM?

     

    Thanks,



  • Java Stack - PI 7.3.1

        Hi, Experts.

        I have around 30 interfaces ABAP Proxy - SOAP (Dual Stack) and it works.

        I would like to change to point out to Java Stack (perfomance reasons) . What considerations Do I need?

        Only on this proyect I have this kind of interfaces (Proxy  - SOAP and vice versa)

     

         I just check this blog http://scn.sap.com/docs/DOC-27374

     

       Regards

       Fabricio



  • CopyValue multi mapping

    Hi experts,

     

    When we upgraded our PI to 7.3 EHP1 SPS06, our logic which is to map CopyValue into multiple fields doesn't work anymore. It's the same logic used in production which is still running 7.3 SPS07. Since the logic is the same and the only difference is the PI version, we're suspecting that the problem is caused by the upgrade. Is there any restriction now in EHP1 SPS06 that doesn't allow this kind of mapping logic for CopyValue?

     

    Appreciate your inputs regarding this.

     

    Thanks!



  • PI 7.31 Single Stack IDOC_AAE Bean IDOC_INBOUND_ASYNCHRONOUS not found on host xxxx..., ProgId =xxx... Message no. SR053 AND IDocException occurred in SM58

    Hi SAP Gurus...

     

    We are getting an error while posting an Idoc to PI 7.31 Java stack....

     

    The Idoc status showing as successful and status code 03 but its not reaching PI at all getting stuck in SM58 and showing following error as

     

    Bean IDOC_INBOUND_ASYNCHRONOUS not found on host XXXX, ProgId = XXX.....Message no. SR053. For you details please find the screenshot:

    Idoc2.jpg

     

    By selecting the entry executed LUW(F6) and now the error Message is showing like as:

     

    IDocException occurred Message no. SR053. For you details please find the screenshot:

    Idoc1.JPG

     

     

    And moreover we tried different approaches from SDN

     

    Michal Krawczyk :

    http://scn.sap.com/community/pi-and-soa-middleware/blog/2010/10/21/pixi-pi-73-new-java-based-idoc-adapters-configuration-sender-receiver--teaser

     

    William Li :

    http://scn.sap.com/people/william.li/blog/2011/05/04/configuring-pi-730-java-idoc-adapter

     

    And gone through many discussions on PI 7.31 Single stack Java IDoc_AAE Configurations & Troubleshooting guides... like follows:

     

    http://wiki.sdn.sap.com/wiki/display/TechTSG/(PI)+IDoc+Adapter+(AAE)

     

    http://155.56.92.22/wiki/pages/viewpage.action?pageId=260047288

     

    http://wiki.sdn.sap.com/wiki/display/XI/Configuration+of+inboundRA+in+the+Java+IDoc_AAE+Adapter

     

    http://scn.sap.com/message/13943284#13943284

     

    http://scn.sap.com/message/13943711#13943711

     

    http://scn.sap.com/thread/2145105

     

    And still we could not found any solution...

     

    Can anybody help us on this....Thanks in advance...

     

    Best Regards,

    Nageswara Rao.V




Google Ads