ABAP Proxy outbound not showing in sxmb_moni

Hi All,
All my ABAP proxy scenarios are inbound, however I need to do a outbound ABAP Proxy scenario.
So, I created a Assyn interface in Integration Builder and created a proxy on outbound message interface in SPROXY. (ZCO_ITF_FILE_***).
R/3 --> SQL server
In my simple example I created a program in se38 as shown below
DATA prxy TYPE REF TO ZCO_ITF_FILE_***.
CREATE OBJECT prxy.
DATA it TYPE ZMTP_FILE_***.
TRY.
    it-MTP_FILE_***-id = '12'.
    CALL METHOD prxy->execute_asynchronous
      EXPORTING
        output = it.
commit work.
CATCH cx_ai_system_fault .
    DATA fault TYPE REF TO cx_ai_system_fault .
    CREATE OBJECT fault.
    WRITE :/ fault->errortext.
ENDTRY.
I want to send just one field called ID.
The program works fine, the "commit work" is called but It doesn´t reach the XI. It doesn´t appear in SXMB_MONI.
As I said before I have Inbound Abap Proxies interfaces, so, I got the sxmb_admin configured.
What am I missing ?
Thanks
Diego

Hi
Thare are no error in SMQ2. The message shwon is
Cl     | User      | Func. Module             |  Queue       |  Date          | Time      | Status Text 
310    ABAP01  SXMS_ASYNC_EXEC   XBTS0005     26.05.2009  11:23:59  Transaction recorded
When I press F6 the message goes to XI. the message reach the sxmb_moni in XI.
But in XI I am facing with another error (the receiver could not be determined).
Thanks
Diego

Similar Messages

  • ABAP Proxy response not showing data in SXMB_MONI

    hi all,
    We have a scenario of web service to abap proxy,synchronous.
    when the response comes back from ABAP,the xml in SXMB_MONI is not coming fully.Only the top level xml node and the Message type node are being dispalyed.the data nodes are not coming into xi.
    when the proxy is executed in R/3,the xml is generating correctly.but after coming into xi,only the top nodes are visible with no data.
    wht could be the reason?
    Regards,
    Anu.

    Hi,
    Also set the Parameters in SXMB_ADM to see the Sync Messages in MONI
    Configuration of a Central Integration Server
    REgards
    Seshagiri

  • ABAP Proxy Outbound Error

    hello everybody,
    i have the next scenario ABAP Proxy->XI->RFC, the problem is that in the sender system I'm getting the next error in SXMB_MONI of sender system:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Integration Server
      -->
    - <SAP:ErrorHeader xmlns:SAP="http://sap.com/exchange/MessageFormat">
      <SAP:Context />
      <SAP:Code p1="401" p2="Unauthorized" p3="" p4="">HTTP.HTTP_STATUS_CODE_NEQ_OK</SAP:Code>
      <SAP:Text language="EN">HTTP status code 401 : Unauthorized</SAP:Text>
      </SAP:ErrorHeader>
    the status is system error, can anyone help me with this error, cause messages are not aariving to Integration Server, thanks in advance.
    Regards,
    Julio Cesar

    Hi Julio
    Check Following Steps:
    1:Have you insterted the correct URL of your Integration Server?
    XMB.TargetURL=http://<host>:<ICM_Port>/sap/xi/engine?type=entry
    2: Is the user and password correct?
    XMB.User=XIAPPLUSER
    XMB.Password=*****
    3: Are the read permissions in the source directory correct?
    file.sourceDir=/usr/sap/...
    4: Be sure you use the ICM Port in my case 8000, e.g.
    XMB.TargetURL=http://server:8000/sap/xi/engine?type=entry
    If you use SLD information also include
    XMD.SLDConfiguration=SLDaccessor in the file.
    Check also that the XI user has the right profiles in the XI ABAP instance.
    Thanks
    Abhishek Mahajan
    ***Reward points if helpful*********

  • ABAP Proxy outbound doesn't work

    Hi All,
    I want to develop an  ABAP Proxy to SQL server scenario.
    So, I created a  interface in Integration Builder and created a proxy on outbound message interface in SPROXY.
    When i execute sender program in R3 , it works fine, but It doesn´t reach the PI system.
    Outbound message t doesn´t appear in SXMB_MONI in R3 nor Pi system.
    What  is wrong?
    Thanks, in advance
    Carme

    Our basis team has changed the hostname of our  R3 QAs system , but no changes are made in SLD of Pi system.
    I think this could be the cause of this issue.
    ¿can anyone confirm this point?
    If yes, ¿what must i do to recover this functionality?
    Thanks,
    Carme

  • ABAP Proxy does not send data to XI system.

    I have a very simple program to test an ABAP Proxy:
    REPORT  Z_TEST_PERSON_OB.
    DATA prxy TYPE REF TO Z996CO_PERSON_OB2.
    CREATE OBJECT prxy.
    DATA person TYPE Z996PERSON_MT  .
    *TRY.
    person-person_mt-first_name = 'Ken and Kenneth'.
    person-person_mt-Series = 'The Fast Show'.
    person-person_mt-motto = 'Ooh, suit you Sir!'.
    CALL METHOD prxy->execute_asynchronous
    EXPORTING
    output = person.
    commit work.
    I removed any exception handling to see if it would dump. Nothing. Seems to work fine, but no data appears in the XI Integration Engine monitor. I checked the scenario in XI and tested it; again, seems to work fine.
    Could I have missed something in setting up the system? Any pointers highly appreciated.
    BR,
    Tony.

    Try the Message Monitoring -> Messages from component 'Proxy Runtime <...>'.
    That's where I found my Messages back (Status: To Be Delivered...)
    If this is the case, probably your Proxy Runtime does send the messages to the Integration Engine.
    Check the queues:
    Transaction SXMB_ADM on the Business system (the system that sends the Proxy)
    Integration Engine > Administration > Manage Queues
    All queues should be checked
    Click ‘Register Queues’. Status bar should display a ‘Success message’.
    Click ‘Activate Queues’. Status bar should display a ‘Success message’.
    If it still does not work, maybe the is no connection between Integration Builder and Runtime Workbench.
    Check SM59 on your ECC-business system (the system that sends the Proxy). It should have the Connection INTEGRATION_DIRECTORY_HMI (type H). If not, this is the problem.
    Create a new connection INTEGRATION_DIRECTORY_HMI, type H.
    Tab Technical settings:
    Target Host is your XI-host
    Service No. 5xx00 (xx is the instance number of your XI-system)
    Path Prefix is "/dir/hmi_cache_refresh_service/ext" (without quotes)
    Tab Logon & Security
    Logon Procedure is "Basic Authentication"
    Logon using XIISUSER (or PIISUSER)
    Tab special Options
    Specify timeout: set to 900 msec.
    Compression Status should be 'inactive'
    Compressed response: No
    Accept Cookies: Yes (all)
    Save configuration and test connection. Popup about cookies appears. Check the "Accept All Further Cookies"option.
    The response should have HTTP/1.1 200 OK in the first line of the response header.
    Now your Proxy Runtime should be able to connect the Integration Engine.
    Greetings,  Frank

  • ABAP Proxy runtime is showing status as red

    We have ABAP Proxy runtime for four different ABAP systems. Except one all the other three proxies are showing the status as red. Could you please help me with this regard - Points guaranteed

    Hey,
    Go to <b>SM59 -
    > R/3 connection to ABAP Systems -
    > INTEGRATION_DIRECTORY_HMI</b>
    Now press the Connect Test button, and chek it every thing is ok. You should not get any error!!.
    If above one is ok in all three systems, then second option is
    Go to tcode <b>SICF -
    > default_host --->sap -
    >xi</b> check if all the services are active (if active, will be in pure black color), if not active then activate them, may be you will require authorizations for this work.
    Try the above solution and it will work.
    Regards,
    Sarvesh
    ****Reward points if it helped you.

  • PI to ECC via ABAP Proxy - Outbound Queue for HTTP

    Dear Experts,
    Is there any Outbound Queue for HTTP?
    I've a interface scenario where the receiver is SAP ECC and the receiver adapter XI ABAP proxy. As I see in the communication channel the transport protocol used is HTTP. So I think could there be an outbound queue to manage HTTP connection when PI send the data to SAP ECC?
    Just like when we are sending IDocs to ECC via tRFC, we could check if the IDoc has really been sent to ECC by checking in tcode SM58 (Outbound tRFC).
    In case for ABAP Proxy via HTTP, is there any similar connection to SM58 (IDoc via tRFC)?
    Thank you,
    Suwandi C.

    Hi Kandasami,
    Thank you for the reply. I will check for it.
    Hi Jens,
    Yes, I mean somewhere after the SXMB_MONI in PI and before SXMB_MONI in ECC, is there any queue in between those two?
    Thank you,
    Suwandi C.

  • ABAP Proxy - elements not filled in return XML

    Hi
    I have created an ABAP proxy based on Message Types in XI.
    In DEV system it returns all values as it should. When I transported it over to the QA system, almost all XML-elements are returned empty.
    I know the communication is OK and that the proxy is accessed because one part of the XML is filled (4 out of 100 fields). What I don't understand is why the rest of the fields are returned empty.
    If I use the "Test Interface" function, the XML is filled correctly. It's when I test it with an HTTP poster that the problem arise.
    Anyone had this problem before?
    regards Ole Mugaas

    Hi Ole,
    1. Try to regenerate (Ctrl+F3) the proxy.
    2. Debugg the proxy and see when you are transfering the data what values are being filled up.
    3. Aslo make sure that you have not made any changes in the data type structure after importing it into QA system.
    Regards,
    Sarvesh

  • File not showing in SXMB_MONI

    Hi Frnds,
    i did one synchronous Scenario File2Soap Using WSDL file Currency converter and am using PI 7.31 Dual stack.
    file picking Successfully to target but in sxmb_moni the msg was not showing please tell me anyone what is the problem.
    Regards,
    Rajendar K

    Hi Rajendar,
    Have you enabled the monitoring?: Michal Krawczyk's blog XI: I cannot see some of my messages in the SXMB_MONI
    Regards.

  • ABAP query output not showing all output fields

    I added a new field group in an existing query and marked them to display in the output list. When I test the output from SQ01 -> InfoSer Query, the output is what I expect. However, if I execute the query itself, it does not show the additional fields I just created.
    I notice that in the Basic List layout design, the new fields are on a new line and not appended to the same line as the output fields before I did the modifications. I already tried to manipulate the output length and positions, but it didn't help. I turned on the ruler to drag the fields in the desired positions, sometimes it works but not for all the fields. Can someone help me please?

    I figured it out already. The maximum width for the report output is 255 only. Switching from graphical query painter, I got the error that some fields were overlapping. Then I recalculated the starting positions of the fields and adjusted their lengths. 

  • Firefox in Windows 7 under a proxy do not show many icons and images in Google applications. Reinstall it does not solve the issue.

    Google applications (spreadsheet, ...) does not show the icons properly.
    Only when hovering over the buttons, the tip appear and you can see what does the button.
    Best regards

    Hello all
    Thank you very much!.
    I have tried the solution and it worked perfectly, both for Google search "Images" tab and for Google Docs icons. The problem was in the Google images and icons permissions.
    Other person in my company had the same problem and now it is solved. You have killed two birds with one stone (^_^).
    Thank you
    Koldo

  • Web Services of SAP CRM ABAP 7.0 not show up

    Hello Experts,
    We are testing SAP CRM 7.0.
    In T-cd:sproxy in CRM system, the Software Component Version SAP CRM ABAP 7.0 doesn't show up.
    We'd like to see the web service definitions for CRM Service Processing,
    but can't find them such as "ServiceOrderCRMCreateRequestConfirmation_In"(described in ES Workplace)
    to create Service Order in T-cd:sproxy nor T-cd:SE80 Repository Information System>Enterprise Services>Service Definitions.
    (We found the web service definitions of SAP CRM ABAP 5.1 there, but not SAP CRM ABAP 7.0)
    The support package versions are as follows:
    - SAP_ABA : SAPKA70106
    - SAP_BASIS :  SAPKB70106
    - PI_BASIS : SAPK-70106INPIBASIS
    - BBPCRM : SAPKU70006
    Could you please advise us what's required to find Web Services SAP CRM ABAP 7.0?
    Thank you in advance for your help.
    Best regards,
    F.T.

    Hi,
    You need to download SWCV "SAP CRM ABAP 7.0" in your CRM system from service market place. Also download PI content for SWCV: "SAP CRM ABAP 7.0" and import them in ESR.
    Regards,
    Gourav
    PS: Similar questions are answered several time on this forum, so please do search before posting.
    Edited by: Gourav Khare on Dec 13, 2010 11:56 AM

  • ABAP Programming Guidelines not showing in ABAP Keyword Documentation

    We are currently in the process of upgrading to Netweaver 7.0 EhP2
    I have seen mentioned that the ABAP Keyword Documentation and ABAP Examples are now all provided in an improved ABAPDOCU transaction.  In addition, the ABAPDOCU transaction is meant to also have a section on ABAP Programming Guidelines. 
    I have seen a screen example of what the ABAPDOCU screen now looks like (as shown in the mockup below).  Our ABAPDOCU screen looks very similar except that there is no node for ABAP Programming Guidelines.
    That is an area that I would like to have a closer look at.  Have we missed something.  Is this available as part of the standard 7.0 EhP2 install or does it need to be installed separately (or perhaps is this only available in a higher EhP).  I've tried finding further information on this option but have not been able to come across anything.  Does anyone know what would be involved (or if it is possible) to make this available in EhP2 
    Greg Milici
    ABAP Developer
    ...V...ABAP Keyword Documentation
    .......>...ABAP Overview
    .......>...ABAP - Reference
    .......>...ABAP - Short Reference
    .......>...ABAP - Release-Specific Changes
    .......>...ABAP Programming Guidelines
    ............ABAP Glossary
    ............ABAP Index
    ............ABAP Subject Directory
       etc.

    Hi Greg,
    When [searching|http://help.sap.com/search/sap_trex.jsp] the [documentation for NW 7.0.2|http://help.sap.com/nw702/] for ABAP keyword there are several documents that mention how you can find more details about ABAP keywords. For example, [Data Consistency|http://help.sap.com/saphelp_nw70ehp2/helpdata/en/41/7af4b6a79e11d1950f0000e82de14a/frameset.htm] mentions a menu in the ABAP Editor, and [New Features in Web Dynpro ABAP for Enhancement Package 2 (EhP2)|http://help.sap.com/saphelp_nw70ehp2/helpdata/en/54/07ec96bd5a4764be4996fff231b4de/frameset.htm] mentions the ABAPHELP transaction.
    I suppose you could try to find if the documentation you need is installed on your system. Perhaps the [how do I Install SAP Document CD and SAP Library|how do I Install SAP Document CD and SAP Library; thread might be of help.
    Best regards,
    Rossen

  • ABAP proxy Connection not working in ECC60

    Hi All,
    We have created the proxies in SPROXY and using it in the report..
    All the proxy related configuration are done in LPCONFIG, since SOAMANAGER is not available in this version.
    My issue is when I try to establish a connection with a non-sap application through this report, I get HTTP 503, Service unavailable....
    When I debugged the report, I see this exception from the proxy "no extended message(SOAP_ESERVER)"....
    The report in higher versions works, but the connection is intermittent, which means if I try to execute report first time. I get HTTP 200 OK response.
    In this system, I have made the configuration in SOAMANAGER. If I try to execute the same report second time, I get service unavailable, and this is weird. I have
    checked with the non-sap application and its up and running. The non-sap application is a Java application. I have imported the SSL certificates, created the Logical port
    for the consumer proxy created with the necessary transport settings..
    I have done all the configurations in both the systems(lower and higher). Is there anything that I am missing here?
    Could anyone suggest me why the connection is intermittent and why its not working in lower version?
    Thanks in advance

    Hi ,
    Please try with this link.
    http://ecohub.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0dec9f5-e9a0-2b10-c1a8-e355d01af932&overridelayout=true

  • ABAP webdynpro CO not showing input parameters

    Folks,
    I know this is strange. But might be that I'm missing something in the ABAP webdynpro creation/configuration.
    Here it is./.
    I have created an ABAP webdynpro application in SE80 with the context declared in COMPONENTCONTROLLER and a view with the context mapped to the COMPONENTCONTROLLER's context.
    The webdynpro application per se is working fine.
    When i created a CO in GP with type ABAP WD Application, and choose this application, all is fine until i reach the Define input screen. Here, i dont see any of those inout fields that are present in my WD COMPONENTCONTROLLER context. Should i do something to make it visible here?
    Cheers,
    Mandrake

    Good question. I'm surprised why this question never came up till now.
    I had a requirement where I had to use WD for ABAP in GP. I did a lot of research on this and found out with the following inferences.
    Pros
    1) It is easier to build and use when compared to WD for JAVA
    2) No deploying needed
    3) ABAP coding can be done in this so as to utilize the power of SAP to the fullest.
    4) No Java knowledge is required
    5) Can embedd any Adobe forms to make it interactive Adobe in GP
    Cons
    1) It can only import values from GP context and cannot export parameters like any other CO.
    2) Not very flexible as WD Java
    3) Comes up with an additional submit button on the GP Process which can supercede all the other checking and data validation functionalities that are built in the other webdynpro buttons in the Actual ABAP WD.
    4) The context visibility is one way from GP and not to GP.
    Steps:
    1) Create the WDA in SE80 and test it.
    2) Create a CO of type WD for ABAP
    3) Map the parameters with the process context parameters
    4) Test the CO and Process
    Hope this clarifies your doubts.
    Cheers,
    Mandrake!

Maybe you are looking for

  • How can i force my mac book pro to use an external display

    how can i force my mac book pro to use an external display my screen is black

  • White screen after Windows 7 on MacBook Pro

    HI, I bought MacBook Pro on Apr 2011 and I am trying to install Windows 7 by using boot camp, but after installation in first boot of Windows it stuck at white screen with some kind of beep sound and keep repeating the same at same point. Can I get h

  • Itunes backup

    I'm new to apple and mac products, still a PC user (until Christmas, I hope) A few questions about backing up contents in itunes from a PC. I have about 12 hours worth of music, 2 hours of podscasts, and 10 hours of TV shows. What is the best way to

  • DataSources transport from development to QA TESTING???

    Hi Gurus, I developed some objects in my D system using a generic extractions. I used 3 DataSources . Ii transported all my SAP BW object in the testing system. now I need to collect my 3 DataSource  in the R/3 development System to the R/3 system. P

  • IOS web content filtering cannot get trend micro filter

    hi, i just wondering how really i can get my router's content filtering connect to trps.trendmicro.com server again. previously it was success to get connect to the server, after i doing some changes on my zone-pair firewall then it cannot connect to