SAP ABAP Proxy - recursive data structure problem

Hi,
For our customer we try to bind SAP with GW Calendar using GW Web Services. We tried to generate ABAP Proxy from groupwise.wsdl file but there are problems: GW uses recursive data structures what ABAP Proxy can not use. Is there any simple solution to this problem?
Best regards
Pawel

At least I don't have a clue about ABAP Proxy.
You are pretty much on your own unless someone
else has tried it.
Preston
>>> On Tuesday, August 03, 2010 at 8:26 AM,
pawelnowicki<[email protected]> wrote:
> Hi,
>
> For our customer we try to bind SAP with GW Calendar using GW Web
> Services. We tried to generate ABAP Proxy from groupwise.wsdl file but
> there are problems: GW uses recursive data structures what ABAP Proxy
> can not use. Is there any simple solution to this problem?
>
> Best regards
> Pawel

Similar Messages

  • ABAP proxy class - data structure

    I generated a ABAP Proxy Class and the data structure I want to use is put automatically under item structure which has 0...unbounded type.
    1. How can I get rid of this item structure as it will create another unnecessary level for my mapping
    2. If my source structure has only 3 level, and the target structure has more than 3 (including item), how to map it?
    e.g.
    Source structure: Level 1(occurrence 1) > Level 2(1)> Level 3(0..1)
    Target structure: Level 1(1])--> Level 2(0...1) --> item (0..unbounded) ---> Level 4(0..1)
    I need to map level 3 from my source to level 4 in target, but it didn't seem to work.
    Thanks.

    --->1. How can I get rid of this item structure as it will create another unnecessary level for my mapping
    You can delete the proxy at Application Server.....make necessary changes at XI Message Interface and again generate the proxy...
    -->Source structure: Level 1(occurrence 1) > Level 2(1)> Level 3(0..1)
    Target structure: Level 1(1])--> Level 2(0...1) --> item (0..unbounded) ---> Level 4(0..1)
    For this you need to make use of context change features of XI Mapping.
    Regards,

  • ABAP Proxy : Modification in Structure

    Hi Experts,
    I have one query in ABAP Proxy. I had one customized table type as declared
    DATA: ITAB TYPE ZABCD.
    It is having line type as ZABCD_LINE.
    This is just line type. Now I wanted to add 2 fields in same line type.
    While using SE11 whenever I am trying to change the line type of it it, i am getting status message "Change using transaction SPROXY".
    I am totally new in ABAP proxy. Can anybody will suggest me using SPROXY step by step how I can add the req. field in that line type?
    Thanks,
    Neha

    Hello Neha,
    SPROXY is the ABAP proxy generation transaction where you can create proxy class for any function module.
    This structure is linked to proxy parameter so if you want to change anything you need to go to SPROXY and then change parameter over there as per your requirement and that will change the internal used structure.
    In message interface you can select particular and double click that will take you to transaction where you can edit that object.
    Hope this helps,
    Thanks,
    Augustin.

  • ABAP Proxy - AAE Synchronous message problem.

    Hi,
    We are using ABAP Proxy -> PI 7.11-> JDBC stored procedure. We are using AAE.
    The problem we are facing is identical to the one mentioned in the thread below:
    [Re: <SAP:Code area="PARSING">GENERAL</SAP:Code> - Error;]
    That is the first call is ok.. and the second call results into exception. When we switch to normal config without AAE, it is working fine.
    Any help on this matter would be much appreciated.
    PS: Also please note that similar scenario is running for a different customer without trouble...
    Thanks and Regards,
    Himadri
    Edited by: Himadri Chakraborty on Dec 20, 2010 8:45 PM

    The link you gave does not open.
    Also please note that similar scenario is running for a different customer without trouble...
    Compare the SP level of both the systems.....if configuration is perfect, then ensure that SP level of ABAP and JAVA is at same level.
    @Baskar: Proxy supports AAE communication from PI7.11....no need to wait for 7.3....more information is available
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70066f78-7794-2c10-2e8c-cb967cef407b?quicklink=index&overridelayout=true
    Regards,
    Abhishek.

  • ABAP proxy transmit data to XI asynchronous,how to capture the status

    We are facing a problem when using ABAP proxy to transmit record asynchronous to XI system. Situation is we canu2019t capture the status in   XI system , as if XI failed to receive the record, in R3 we need to update the record as not successful received.
    Kindly let me know if you have this similar experience in your project.
    Thanks in advance.

    -Create object and suboject in SLG0 transaction
    - In program
    *Call function to create log
          CALL FUNCTION 'BAL_LOG_CREATE'
    *Call function to add messages
            CALL FUNCTION 'BAL_LOG_MSG_ADD'
    *Call function to save all the messages to database
            CALL FUNCTION 'BAL_DB_SAVE'
    -View the log in SLG1 transaction

  • Data Structures Problems

    hey friends...
    can anyone help me with finding solved problems for Data Structures... I read the materilas but still wanna practicing .... plz if tell me if anyone knows about that ..
    Thanks...

    You should know that Data Structures refers to any structure that allows for the storage and retrieval of data. Thus if you have questions you need to be more specific.
    ASK A QUESTION!
    DeltaCoder
    "Change your mind, your body will follow.

  • ABAP Proxy : Modification in Structure 2

    Hi,
    I try to modify a structure but i can not do that, because is "Proxy Structure (generated)", I excute the transaction SPROXY in order to modify this structure but i don't know how to find it
    Pls help , how to find the structure in this transaction, and  how modify.
    Omar.

    Hi,
      You have to re-create the web service.  There are lots of ways to generate ABAP web service.  Ask the person who is responsible for (or the person who created) the web service for instructions. 
      For example, if the web service is created by SAP Duet Enterprise, I will not use any tools other than SAP Duet Enterprise to change it.  If the web service is created from a RFC, I will change the RFC and re-generate the web service. 

  • Crystal Reports for VS2010 using a custom SAP ABAP function module data source

    I recently worked with Crystal Reports 2011 and was able to connect and retrieve data from our R/3 system via an ABAP function module. While researching other features, I found this version that can be installed into Visual Studio 2010. The parameters are not very user friendly in Crystal Reports so I was hoping to create a custom dialog to collect my report parameters.
    Does anyone know if I were to install Crystal Reports for Visual Studio 2010, would I be able to design a front-end selection screen in a Visual Basic form and then pass the input to through the Crystal Reports connection to my ABAP function module to retrieve the data filtered on the back-end by the selection screen parameters and return the results to be reported in the Crystal Reports output?
    I am using Visual Studio 2010 Professional Visual Basic with the .NET Framework 4.0 on 32-bit Windows 7. I was able to connect to our R/3 system in Crystal Reports 2011, so if I were to install Crystal Reports for VS2010, would there be a similar way of connecting to SAP?
    Any assistance or direction would be greatly appreciated.
    Thanks,
    Bryan

    Hello Bryan
    I don't know for sure, but I doubt this will work in CRVS2010. Only hope is that the utility available for download in this KBA will point you in the right direction.
    - Ludek
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Share Your Knowledge in SCN Topic Spaces

  • SAP ABAP Proxy

    Dear All,
    How can we configura a proxy for ABAP connections to internet?
    There is a proxy section in SICF transaction. But connection does not succeed.
    Also we tried entering proxy information directly in ABAP code but connections still fails.
    How can we succeed proxy configuration?
    Best Regards

    setting proxy details from SICF
    SICF->client->proxy settings
    Global settings tab -> check the check box against "Proxy setting is active"
    HTTP log tab - >
    enter host name (proxy.domain.com)
    port (example 80)
    proxy user id and proxy password and hit ok.
    <i>Also we tried entering proxy information directly in ABAP code but connections still fails.</i>
    we need to see your code to see the problem
    Raja

  • Sap ME 5. initial data load problem

    Hi
    I instaled Sap ME 5.2 SP3 and now the initial data load script give me a long error. Any ideas?
    Enter password for admin user:
    Confirm password for admin user:
    Error while processing XML message <?xml version="1.0" encoding="UTF-8"?>
    <DX_RESPONSE>
    <CONCLUSION success='no'/>
    <IMPORT_RESPONSE>
    <TOTALS failed='2' total='4' invalid='0' succeeded='2'/>
    <LOG>
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            ALARM_TYPE_CONFIG_BO processed
            Database commit occurred
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            1 records skipped; update is not allowed
            ALARM_CLEAR_CONFIG_BO processed
            Database commit occurred
            ALARM_PROP_BO failed (SITE:*, PROP_ID:1)
            Exception occurred: (Failed in component: sap.com/me~ear) Exception rais
    ed from invocation of public void com.sap.me.frame.BasicBOBean.DXImportCreate(co
    m.sap.me.frame.Data,com.sap.me.frame.Data,boolean) throws com.sap.me.frame.Basic
    BOBeanException method on bean instance com.sap.me.alarm.AlarmPropBOBean@143f363
    e for bean sap.com/me~earxml|me.alarm.ejb-5.2.3.1-Base.jarxml|AlarmPropBO in a
    pplication sap.com/me~ear.; nested exception is: javax.ejb.EJBException: (Failed
    in component: sap.com/me~ear) Exception raised from invocation of public void c
    om.sap.me.dbsequence.DBSequenceBOBean.adjustSequence(java.lang.String,java.lang.
    String,long) throws com.sap.me.frame.BasicBOBeanException method on bean instanc
    e com.sap.me.dbsequence.DBSequenceBOBean@712676c3 for bean sap.com/me~ear*xml|me
    .dbsequence.ejb-5.2.3.1-Base.jar*xml|DBSequenceBO in application sap.com/me~ear.
    ; nested exception is: javax.ejb.EJBException: nested exception is: com.microsof
    t.sqlserver.jdbc.SQLServerException: Incorrect syntax near the keyword 'TABLE'.;
    nested exception is: javax.ejb.EJBException: (Failed in component: sap.com/me~e
    ar) Exception raised from invocation of public void com.sap.me.frame.BasicBOBean
    .DXImportCreate(com.sap.me.frame.Data,com.sap.me.frame.Data,boolean) throws com.
    sap.me.frame.BasicBOBeanException method on bean instance com.sap.me.alarm.Alarm
    PropBOBean@143f363e for bean sap.com/me~earxml|me.alarm.ejb-5.2.3.1-Base.jarxm
    l|AlarmPropBO in application sap.com/me~ear.; nested exception is: javax.ejb.EJB
    Exception: (Failed in component: sap.com/me~ear) Exception raised from invocatio
    n of public void com.sap.me.dbsequence.DBSequenceBOBean.adjustSequence(java.lang
    .String,java.lang.String,long) throws com.sap.me.frame.BasicBOBeanException meth
    od on bean instance com.sap.me.dbsequence.DBSequenceBOBean@712676c3 for bean sap
    .com/me~earxml|me.dbsequence.ejb-5.2.3.1-Base.jarxml|DBSequenceBO in applicati
    on sap.com/me~ear.; nested exception is: javax.ejb.EJBException: nested exceptio
    n is: com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near the
    keyword 'TABLE'.
            Database rollback occurred
            ALARM_FILTER_BO failed (SITE:*, FILTER_ID:11)
            Exception occurred: (Failed in component: sap.com/me~ear) Exception rais
    ed from invocation of public void com.sap.me.frame.BasicBOBean.DXImportCreate(co
    m.sap.me.frame.Data,com.sap.me.frame.Data,boolean) throws com.sap.me.frame.Basic
    BOBeanException method on bean instance com.sap.me.alarm.AlarmFilterBOBean@4e101
    e8b for bean sap.com/me~earxml|me.alarm.ejb-5.2.3.1-Base.jarxml|AlarmFilterBO
    in application sap.com/me~ear.; nested exception is: javax.ejb.EJBException: (Fa
    iled in component: sap.com/me~ear) Exception raised from invocation of public vo
    id com.sap.me.dbsequence.DBSequenceBOBean.adjustSequence(java.lang.String,java.l
    ang.String,long) throws com.sap.me.frame.BasicBOBeanException method on bean ins
    tance com.sap.me.dbsequence.DBSequenceBOBean@75bb17af for bean sap.com/me~ear*xm
    l|me.dbsequence.ejb-5.2.3.1-Base.jar*xml|DBSequenceBO in application sap.com/me~
    ear.; nested exception is: javax.ejb.EJBException: nested exception is: com.micr
    osoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near the keyword 'TABL
    E'.; nested exception is: javax.ejb.EJBException: (Failed in component: sap.com/
    me~ear) Exception raised from invocation of public void com.sap.me.frame.BasicBO
    Bean.DXImportCreate(com.sap.me.frame.Data,com.sap.me.frame.Data,boolean) throws
    com.sap.me.frame.BasicBOBeanException method on bean instance com.sap.me.alarm.A
    larmFilterBOBean@4e101e8b for bean sap.com/me~ear*xml|me.alarm.ejb-5.2.3.1-Base.
    jar*xml|AlarmFilterBO in application sap.com/me~ear.; nested exception is: javax
    .ejb.EJBException: (Failed in component: sap.com/me~ear) Exception raised from i
    nvocation of public void com.sap.me.dbsequence.DBSequenceBOBean.adjustSequence(j
    ava.lang.String,java.lang.String,long) throws com.sap.me.frame.BasicBOBeanExcept
    ion method on bean instance com.sap.me.dbsequence.DBSequenceBOBean@75bb17af for
    bean sap.com/me~earxml|me.dbsequence.ejb-5.2.3.1-Base.jarxml|DBSequenceBO in a
    pplication sap.com/me~ear.; nested exception is: javax.ejb.EJBException: nested
    exception is: com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax
    near the keyword 'TABLE'.
            Database rollback occurred
            Database commit occurred
    </LOG>
    </IMPORT_RESPONSE>
    </DX_RESPONSE> (Message 12943)
    Press any key to continue . . .
    Jennsen

    Hello,
    I think SAP ME is trying to work with DB using Oracle syntax while you have a MS SQL. This can be because of improper -Ddb.vendor setting. Please, refer to Installation Guide for SAP ME 5.2, section 4.1, step 12 (or near that). There should be something like this:
    12. Expand the template node and choose the instance node located in the navigation tree. Choose the
    VM Parameters and Additional tabs containing JVM settings and add the following settings:
    -Dsce.home=set to the AppServer directory specified during installation
    -Ddb.vendor=ORACLE | SQLSERVER
    -Dvm.bkg.processor=true
    Check this settings in your installation, maybe it matters.
    Anton

  • Data Structure Problems

    can anyone tell me how can i solve this problem .. please help me out
    1)Design a FSA which accepts all strings over {a,b} which end in b, and in which every b (except for the last one) is immediately followed by two or more a's.
    2)Convert the following into a deterministic finite state automaton, using the subset construction algorithm.
    a,b
    \/ a b a
    --> 0 --> 1 --> 2 ---> 3
    State 3 is accepting.
    3)Describe (in English) the language which the regular expression (a|ba)* denotes.
    4)Using the techniques discussed in class, convert the regular expression in the previous problem to an FSA with epsilon transitions.
    5)Now convert the FSA from the previous problem to an equivalent FSA without epsilon transitions.

    can anyone tell me how can i solve this problem ..
    please help me outYeah -- you could WRITE A JAVA PROGRAM to do it.

  • ABAP proxy with Multiple PI system and Single SAP ECC

    Hello Folks,
    In my current project i have 2 SAP Pi system, PI7.0 and PI7.11. Currently 80% of the interfaces are on PI7.0 and we are planning to move interfaces to new PI7.11 next year. Old environment has lot of ABAP proxies ECC is configured to send data to it.
    All the new developments will be done in new SAP  and i need to use SAP PI7.11 for that. I have an interface where i need to use ABAP proxy.
    How can i configure ECC so that it sends new ABAP proxy interface data to new PI7.11  and old proxies to old PI7.0.
    As far as i know we can make ECC point to one integration server at one time. Any thoughts or suggestion ?
    Regards
    Inder

    Hi,
    Multiple connection to ESR in sproxy can be done by switching host value in RFC destination SAP_ESR_PROXY and for maintaining multiple PI runtime you should use subparameter for parameter SXMB_ADM->Runtime->IS_URL (you can define combination of Sender/Receiver for subparameter in transaction SXMSIF).
    This way for every sender/receiver combination you can use different integration server.
    Regards,
    Gourav

  • SAP ABAP Client proxy Errror occured when determining the Business system.

    Dear Friends
       I am trying to push data from ECC to PI and then MS-SQL Server. My SAP scenario is ABAP Proxy to JDBC
      I have created on Enhancement Implementation for AS01 ( Asset Master creation). Here I am calling my ABAP proxy and uploading ANLA and ANLZ strucutre  to my abap proxy.  but I get the run time error. that suggest Error occurred while determining the Business system - SLD_API_Exception.
    My all IR and ID objects are activated, I have tested the scenario successfully without error in ID, 
    When I check SM21 it suggest that error is due to XI is unable to access the SLD. Could_not_determine_sld_access_data.
    SLDCHECK works fine in PI system.
    SLDCHECK is failed in my ECCDEV 400 client System.
    Is it mandatory to configure SLD access in ecc development system as well ?  is this  the reason why I am not able to push the data to my PI system? Please tell me How can I solve this error? you any answer will be appreciated greatly.
    Please look the below link it contains the enhancement code of AS01 transaction code where I am calling abap proxy to send the data.  Runtime analysis report, SM21 log, and SLDCHECK failed screen shot in 400 client. SLD working fine in PI system. my SLD is configured in SOLMAN system.
    You can see the error and Code from this link ->  [Code , Runtime Dump Analysis report, SM21 Log and SLDCHECK|http://www.scribd.com/doc/61192432/Sap-Abap-Proxy-Error]
    Please help me How can I solve this ?
    Regards
    Naeem

    Hi Naeem,
    >>>is it mandatory to configure SLD access in ecc development system as well ? is this the reason why I am not able to push the data to my PI system? Please tell me How can I solve this error? you any answer will be appreciated greatly
    YES...you need to configure SLD check in your ECC System also
    Also check the links below for proxy connectivity step by step
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d69314-1be0-2b10-11ab-8045021f0c3a?quicklink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0ac1a33-debf-2c10-45bf-fb19f6e15649?quicklink=index&overridelayout=true
    Regards,
    Naveen

  • ABAP proxy code using internal table

    Hi XI guru's,
    Good Afternoon,
    My Scenario is ABAP Proxy to file using ztable.
    i am getting data from Sap R/3 data base as Ztable. using this Ztable i have to write ABAP Proxy code. I generated ABAP Proxy and mentioned all below.Please send me ABAP Proxy code using this details. This is very urgent. Please help me.
    ABAP proxy class:   zco_mioa_tata
    structure              :   zmt_tata
    structure                :   zdt_tata
    structure                :   zdt_tata_employee
    Table                :   zdt_tata_employee_tab
    Ztable                :   zcnu_proxy_table
    outbound structure:
    mt_tata
        employee
    thanks and regards
    sai

    Sai,
    I guess this will help you.
    1. Proxies can be a server proxy or client proxy. In our scenarios we require proxies to send or upload the data from/into SAP system.
    2. One more thing proxies can be used if your WAS &#8805; 6.2.
    3. Use Tcode SPROXY into R/3 system for proxy use.
    4. To send the data from R/3 system we use OUTBOUND PROXY. In Outbound proxy you will simply write an abap code to fetch the data from R/3 tables and then send it to XI. Below is the sample code to send the data from R/3 to XI.
    REPORT zblog_abap_proxy.
    DATA prxy TYPE REF TO zblogco_proxy_interface_ob.
    CREATE OBJECT prxy.
    DATA it TYPE zblogemp_profile_msg.
    TRY.
    it-emp_profile_msg-emp_name = 'Sarvesh'.
    it-emp_profile_msg-empno = '01212'.
    it-emp_profile_msg-DEPARTMENT_NAME = 'NetWeaver'.
    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.
    Receiver adapter configurations should be done in the integration directory and the necessary sender/receiver binding should be appropriately configured. We need not do any sender adapter configurations as we are using proxies.
    5. To receive data into R/3 system we use INBOUND PROXY. In this case data is picked up by XI and send it to R/3 system via XI adapter into proxy class. Inside the inbound proxy we careate an internal table to take the data from XI and then simply by using the ABAP code we update the data inot R/3 table. BAPI can also be used inside the proxy to update the data into r/3.
    I hope this will clear few doubts in proxy.
    Just go through these links:
    http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm
    ABAP Server Proxies By Siva Maranani
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    /people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    File to R/3 via ABAP Proxy with good example
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy
    http://help.sap.com/saphelp_nw2004s/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/frameset.htm
    Generating java proxies..
    /people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy
    /people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy
    Synchronous Proxies:
    Outbound Synchronous Proxy
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2boutbound%2bprogram%2b-%2bpurchase%2border%2bsend
    Inbound Synchronous Proxy
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2binbound%2bprogram%2b-%2bsales%2border%2bcreation
    Regards,
    Sarvesh

  • Issue with ABAP Proxy

    Hi,
        My scenario is SAP(ABAP Proxy) - XI - Web service. I can not see any messages in XI when I run the Proxy program, when I check for the outbound messages from SXMB_MONI in SAP system the message status is "Scheduled" and Q.Status shows "Message waiting in Queue" .   What could be the message status if the outbound proxy is successful?
           Can someone let me know what could be the problem and where I can check for entire scenario for these problesm?
    Thanks
    Suresh

    Hi,
    If this is not a Production System means,
    goto SMQ2 and delete all the Strucked Messages in all the Queues.
    And now goto SMQR say De-Register Queueus and
    goto SXMB_ADM--Manage Queues--Just say Register Queues
    Now Trigger your Report Program to send the data to XI.
    Check in R/3 side as well as in Xi side also in the T-code SXMB_MONI for Successfully processed messages.
    REgards
    Seshagiri

Maybe you are looking for

  • Can't turn wifi on after new update.  FIX IT APPLE!!!

    I love Apple products but starting to get really aggrevated.  Can't even select wifi to turn it on, tried everything suggested.  Guess I will just have to wait for Apple to release a fix.  Thinking the Samsung Galaxy 3 is looking very nice.

  • Validation report question

    What can I do about these messages?  There are aboutr 60 of them. Should I do anything?  Especially the 7 errors.  Is there some way to let DW make the corrections? The page is http://righttax.org if you want to look at it. Message  In HTML 4.0, FONT

  • Lumia 925 Photo sharing via SMS message....

    Can anyone please tell me how I send and receive photos/pictures via sms message? I've looked through all the settings but can't see anywhere where I turn it on... Thanks... Jon T.

  • Newly Installed HP desk jet 2510 all in one printer will not print web pages

    Hello; I have just now installed my new 2510 desk jet printer and installed all software. It prints saved docs fins, but when I try and print web docs from the "print view " screen, it does not print. I have tried this a few times now. Any suggestion

  • Getting HDMI audio working (ASUS P5E-VM HDMI mATX)

    Hey everyone. So I'm trying to create a HTPC using this ASUS P5E-VM HDMI mATX motherboard with a 3.0 GHz E8400 Core 2 Duo and 4GB RAM. I've installed Arch 64-bit on it and have full 1080p video showing nicely on my HD TV with Gnome set up quite nicel