Unable to view Abstract Message Interface(Sync) in Container Step of BPM

Dear Friends,
This is IDOC---SOAP Sync Communication Interface
I have created the External Def by exporting & importing the Standard Idoc
and Imported the WSDL File which has the Request & response Structure
I have created the Outbound Sync message Interface for Idoc side
and Abstract Sync message Interface for the same to use in BPM
and also created Inbound Sync Message Interface for Webservice side
and Abstract Sync Message Interface for the same to use in BPM
Problem is::::
While creating the Container varible inside the Integration Process, i have to select the Abstract Message Interface which i created for Idoc.
But it is not at all visible in the list.
What might be the problem
REgards
Seshagiri

Hi,
I have created
For Idoc side
1) Create O/b Sync by having request of Idoc and response structure of Idoc 
2) Create ABS Sync by having the request of Idoc and response structure of Idoc 
3) Create ABS Async by having the Request of Idoc Only
For Webservice side
1) Create I/b Sync by having the request of webservice and response of that
2) Create ABS Sync by having the request of webservice and response of that
3) Create ABS Async by having the Response of Webservice only
I created the Steps inside the Integration Process as showed in the screens.
1)Integration Process graph
http://img145.imageshack.us/img145/4848/ipviewwv1.jpg
2)Receive Step
http://img293.imageshack.us/img293/1756/receivepropng8.jpg
3)Send step1
http://img179.imageshack.us/img179/2200/send1bd0.jpg
4)Send Step2
http://img182.imageshack.us/img182/8468/send2wl1.jpg
When i check the F7, it is throwing the error like
http://img247.imageshack.us/img247/4356/errortx3.jpg
Regards
Seshagiri

Similar Messages

  • Usage of Abstract Message Interface for non-BPM

    Hi,
    I have a message that I am using as both as an inbound and an outbound for 2 different mapping. I am not using BPM. Is it better to create 2 message interfacesone for outbound and one for inboundor should I just create 1 abstract message interface that can be used in both mappings? What are the advantages and disadvantages of using 2 message interfaces (1 inbound and 1 outbound) against 1 abstract message interface? Would using abstract cause a lot of problems or performance problems in the future?
    Thanks in advance.
    Regards,
    Elbert

    hi,
    abstract messages are only used for BPMs
    so I suggest creating 2 instead if you don's use a BPM
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/3355d5617d0a4cb0fe8e042c752caa/content.htm
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Requirement of a abstract message interface

    Hello,
    I wonder when to use abstract message interfaces?
    The documentations says:
    An abstract message interface has no implementation in an application system. You cannot generate a proxy for this interface type. You use abstract interfaces in business processes, for example, to receive or send messages from application systems. You can use the same abstract interface to receive or to send.
    What does IMPLEMENTATION mean in this context? Can anybody discribe a concrete need for abstract message interfaces?
    Thank You

    Hi Mario,
    you only use those interfaces inside a BPM:
    send step, receive step, transformations etc
    (no other use)
    - you cannot create proxies from it
    - you must have an normal (not abstract) interface
    to send data to XI or to receive data
    (so once you create everything inside your integration process - with the use of abstract interfaces)
    inside ID you still have to use standard interfaces
    (outbound or inbound)
    Regards,
    michal
    Message was edited by: Michal Krawczyk

  • Unable to find the Message Interface Receiver Determination

    Hi Everyone,
    I am unable to find the Message Interface Receiver Determination in the SAP BASIS 7.0 --> http://sap.com/xi/XI/System. in IR.
    I am using P.I 7.0 SP 15
    Could anyone let me know what could be the problem.
    Regards,
    Varun

    Hi Sridhar,
    I cant find the Message Interface Receiver Determination in IR under the standard SWCV SAP BASIS 7.0 and under the namespace http://sap.com/xi/XI/System. in IR.This Message Interface will be useful while configuring in enhanced Receiver Determination.
    http://help.sap.com/saphelp_nw2004s/helpdata/EN/84/e8763c997fda50e10000000a11405a/frameset.htm
    Regards,
    Varun

  • Expression must return the interface type in Transformation Step in BPM

    hi,
    We are getting below while activating the IP,
    Expression must return the interface type SI_Send_AA
    Expression must return the interface type SI_Get_AA
    No semantic errors found
    We have a Transformation Step in BPM,
    In OM, Source is SI_Send_AA and Target is SI_Get_AA
    Also Container variable points to  the same Abstract SI's.
    Few Thread's for Same are error are:
    Error in  BPM
    expression must return the interface type
    Transformation step in ccBPM scenario
    Error while compiling Business Process
    Even after checking these i am getting this Exception.
    Please Help!
    Thanks,
    Mayank

    Also Container variable points to the same Abstract SI's
    Are you sure that you are using Abstract Message Interfaces only and that these are referring to relevant container variables.
    Normally it happens that there is some mis-match between the message types/ interfaces that we use in the mapping and that we use in the BPM.
    If still not solved, then delete the Transformation step --> save --> activate......then again Edit the BPM to include the Transformation Step.
    Regards,
    Abhishek.

  • SOAP XI scenario, ambiguity in Abstract Message Interface

    Hi Forum,
    I have a SOAP client(synchronous)--->XI scenario,
    let me describe the scenario,
    Step1. SOAP client sends a SOAP request to the BPM in XI, using a synchronous receive step (Abstract synchronous MI),
    Step 2. in BPM, it does some transformation
    Step 3. the response of the step 2, is then sent as the response for the SOAP client request, using a Synchronous send (sync async bridge maintained),
    Step 4. i use the abstract Synchronous MI (for the SOAP client to send request), to create a WSDL, and use it in ALTOVA to create SOAP request automatically,
    now the problem is,  In integration builder, Design,.........
    when i make the abstract Synchronous MI (for the SOAP client to send request), i use 2 message types RequestMessage (output message) and ResponseMessage (input message), ******sounds bit oppsosite ..but it is like that only......but the source of ambiguity
    but when i create the WSDL using the web service creation tool, in integration builder, Configuration, ....... the WSDL is bit unexpected, it shows input as ResponeMessage and output as RequestMessage....hmm.....as such i cant use that WSDL in any tool like altova to create the SOAP request automatically....
    ****the source of all ambiguity is....in the screen for creating the Message interface (as Synchronous abstract/outboud), we give OUTPUT MESSAGE as the input message type and vice versa...
    do u agree.......
    am i wrong?
    in that case how can i make a correct WSDL

    Let us discuss point by point.
    You are doing a scenario SOAP to XI with no end point on the other side. Means you are using XI as the end point for simulating. This is my assumption.
    Step1. SOAP client sends a SOAP request to the BPM in XI, using a synchronous receive step (Abstract synchronous MI),
    Ok.
    Step 2. in BPM, it does some transformation
    Ok
    Step 3. the response of the step 2, is then sent as the response for the SOAP client request, using a Synchronous send (sync async bridge maintained),
    You should not use a synchronous send step here. You should be using an Async send here. The sync asyn bridge must start in the first receive step and end here.
    Step 4. i use the abstract Synchronous MI (for the SOAP client to send request), to create a WSDL, and use it in ALTOVA to create SOAP request automatically,
    You shuld create the WSDL for the Outbound Synchronous message interface which should have been created to supply the message to Abstract Synchronous interface. Then only you will be able to test the message.
    So.. you need totally
    1. OB Syn MI
    2. Abstrac Syn MI (Receive in BPM)
    3. Abstract Async MI (to send response to SOAP caller)
    VJ

  • Unable to view sent message from one of my email accounts

    I have two email addresses from my email server. On one of the accounts, I am unable to view the text of the messages in the sent mailbox and I get the following message:
    The message from (my email address is shown here) concerning “Insurance” has not been downloaded from the server. You need to take this account online in order to download it.
    The server says there is nothing in my sent box on the server to download. I have selected the choice in the preferences area that says to delete messages from the server "right away" when they are downloaded.

    Patrick,
    If running Tiger, see:
    http://discussions.apple.com/thread.jspa?threadID=413196
    If running 10.3.9, as your Profile says, then you likely have an "Overstuffed" Sent mailbox. See the Topic at the following link, and the topic linked from within it:
    http://discussions.apple.com/thread.jspa?threadID=121837
    and
    http://docs.info.apple.com/article.html?artnum=25812
    Ernie

  • Unable to view MMS messages

    My daughter sent me a text with a picture attatched.  I never had problems receiving mms with my Palm Pre, but the MMS on my Charge says I need to download.  WHen I press it, it says downloading but nothing happens.  Do I need to change something somewhere? I read the manual, watched the videos, and hit a few Droid boards to no avail.  Help!

    Hi Mzlinnie, 
    Are you still unable to view your MMS message?   Booch provided a great suggestion. Additionally, I would suggest ensuring you have sufficient 4G or 3G signal in effort to download the message. Please advise if you require additional assistance.
    Thanks for you involvement in our community forums, 

  • Unable to View Composite service interface in Integrated SOA Gateway

    Hi,
    Am unable to view the Composite Service Interface, Can you suggest me wethere to add any roles or profiles to be set specifically for this.
    Thanks,
    Maggi.

    What version are you on and what user groups is your log in assigned to?

  • HT5361 i am unable to view my messages on my mail page.  any suggestions

    I am unable to view my e-mails on my mail page.  Are there any suggestions to remedy this please

    nothing, at all happens, I hear the noise but something seems to be blocking it coming through  My version of Mac is OSX  version 10.9.5

  • WebLogic 10 : Unable to view JMS message

    When I navigate to from weblogic admin console to
    Services->Messaging->JMS Modules->My queue->Monitoring tab I see count as 1 one High Messages but
    When I check the queue and click on Show messages button the resulting messages grid is empty.
    Why can't I view the message??

    The high messages count shows statistics for what has happened not the current messages in the queue.
    When you have a message current count you can probably view it (when you are fast enough).
    Note that messages once they are consumed are no longer in the queue.

  • Reuse Message Interface from others software component in BPM

    Hi.
    I have created new ccBPM scenario, in the first step always receiver step. so in this receiver i want to use message interface (IM) that already difined in others software component.
    Why i can't see this MI from my Integration Process (IP) ? how to configure so i can see all the MI from others software component ?
    Thank you
    Fernand

    Hi,
    Have u added abstract interfaces in Object area(IP).If u specify in object area u can add those interfaces to step.
    If u want to add other SWCV's interfaces u vave to configure usage dependency.
    look into below links for usage dependency:
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/e95ac0a0302d56e10000000a422035/frameset.htm
    /people/michal.krawczyk2/blog/2005/08/26/xi-are-you-independentfrom-your-dependencies

  • Sync...step in BPM

    Hi All,
    we are sending 20 messages through sync step messages in BPM.. we receive 20 responses... then it should send succesmail back to the sender... now our problem is its sending 20 mails back to sender... we dont want this.. we need to send only one success maill after receiving 20 response messages...
    can any one help us to how can desing this and fix the issue.
    Thanks in advance.
    Srinivas

    Hi Abhi,
    In block we are using foreach mode to send messages one by one.. is that correct.. pls let me know this,
    @ supriya yes we are using BPM and need to send the final message behalf of the 20 succesful resonse receive messages..
    here....
    from sender serived we recive only one message , then in mapping we are splitting into n messages based on the payload volume some times it may 20 , some times 30.... so we need send n messages to target and need to recive n responce message from target... so based on this we need to send succesfull final message back to sender......
    this is the present situation... we dont know how many messages it will generate every time .. so how we now decide how much count we can give in multiline container step......(send step).
    thanks for your prompt resonses..
    srinivas

  • Unable to view the messages in sxmb_moni - Quality System

    Hi,
    We have got a strange problem in the diaplay view for  TCode - sxmb_moni for our Quality system. 
    We have different scenarios - Idoc to Web Service (synchronous using BPM), Proxy to Web Service both inbound and outbound etc all to the same Webservice.
    Whenever a scenario executes in the Development system, we are able to view the WSDL data that is sent to the Web Service along with the response given by the Web Service in all the cases successfull or unsuccessful.
    But if the scenario is executed in the Quality system there are a few different cases for the display view in sxmb_moni :
    Case 1 ) Incase of IDoc to Webservice "Successfull " (ECC -> PI-> Webservice)Scenario we are able to see only the data that is sent to the Webservice. We are not able to view the WSDL sent to the Webservice and the Response received.
    Case 2)  Incase of IDoc to Webservice " Unsuccessfull / Error " (ECC -> PI-> Webservice) Scenario We are able to view all the data that is sent to the Webservice right from the Idoc to BPM, the WSDL, the response received.
    Case 3) In case of Proxy scenarios both inbound and outbound "Successfull ", we are neither able to view the data that is sent to the Webservice or the response received from the Web Service.
    Case 4 ) In case of Proxy scenarios both inbound and outbound "Unsuccessfull ", we are able to view only the error and not the data that is exchanged between both the systems.
    The point to be noted is that in case of Successfull executions the data is well received at the Web Service end.
    What could be  possibly missing between the two systems Development and Quality due to which we are not able to view messages in the T-Code SXMB_MONI
    Thanks a lot for all the inputs!

    Hi Lalit,
    In sxmb_ad transaction, go to configuration integration engine (edit) and set Trace Level = 3.
    See that:
    The specified item was not found.
    Regards,
    Carme.

  • Unable  to view the message in PA30 maintain text in workflow

    Hi All,
    We have developed a workflow which gets triggered when ever a record gets created in PA30 infotype 0267.
    At the time of record creation the user can maintain his comments in Goto=> Maintain text.
    After the record gets created the workflow gets trigerred,
    the record gets locked and a workitem appears in the users
    inbox.
    The user doubles clicks on the workitem and a decision screen appears. Using the objects and Attachments the user can vie the record and also the icon  for maintain text.
    my problem is that  after the record gets locked I am not able to view the text maintained in the maintain text editor,
    whereas after that record gets unlocked  I am able to view the text.
    Are there any settings via which we can view the text irrespective whether it is created at the time record is locked or not.
    Thanks and Regards
    Shraddha

    Hi,
    By looking at the word 'Maintain text', it looks to me that it doensn't make sense to have this option up when that particluar record is locked. Or there should be an option saying 'Display Text'.
    Anyway, what is the purpose of the comments written by the creator of the record? is it only to facilitate the next approver to take his decision or Do you need this comment always attached with record for some proof?
    If comment is only to facilitate the next approver to take his decison and not really required to be attached along with record, then may be you can do the following
    1. Once the record gets created, the first workitem send it to creator only. In the description mention to add comment and click to continue to go for approval. So, when work item comes to creator he can add the comment using 'Create' option with workitem and this comment will be there as an attachment through out the workflow. So approver will also be able to see the comment.
    2. If at all it is required to store these comments along with record, once the whole approval process gets over, in the last step write a method to extract the attachments from workflow container and assign aginst the record. We have FM's to extract attachments ( SAP_WAPI_GET_ATTACHMENTS) and also FMs to store against an object (ARCHIV_CREATE_TABLE,ARCHIV_CREATE_FILE).
    Hope this helps you !!
    Regards
    Krishna Mohan

Maybe you are looking for

  • How do I share my Pictures and Music Files between Users?

    Hi all, Basically my question is exactly that. I am a new to mac user, and have got a new mac air. Whilst in the store setting up our new mac the people in the shop told us that we could only have 1 icloud account per user, and therefore my wife and

  • How start, stop and access BAM?

    Hi, I have installed BAM and now I do not know how to start and stop the application. Also I am not able to access to the home page. I installed BAM by double clicking the setup.exe file. After following all the installation steps, a new folder has b

  • User exit to modify FI Tcode FD02 Application toolbar

    HI GURU, currently i am working on a migration project. we are migrate to ERP 6.0 from R3 after migration, one of the button that customize by previous consultant is disappaeared. i want to know is there any way to modify FI Tcode FD02(change custome

  • Where do you add artwork?

    In the previous iTunes with a cover graphic in the lower left corner, when you import a new album that square very helpfully says "Drag Artwork Here". Once there was a picture there we could copy and paste to other tracks very easily. I remember when

  • Title file location on docs is missing! How can I find it?

    In all previous Mac OSs I can always find the correct location of a document on my computer by clicking on the title bar of the document which showed the path. Except now in Pages. Why has this been removed. I thought it was an Apple obligatory facil