**Proxy creation in sproxy tcode

Hi all,
I am trying to create client(sender)proxy.
1)Created the message interfaces in the scenario,In the sproxy Tcode created the Proxy by right clicking the message interface and after creating the proxy,activated the same.
When I bouble clicked on the class ,I did not see the Excecute Asyncronous method.
The following methods got generated.
IF_PROXY_BASIS_INTERNAL~CREATE_FRAMEWORK
IF_PROXY_BASIS~GET_PROTOCOL
IF_PROXY_BASIS~GET_TRANSPORT_BINDING
IF_PROXY_CLIENT~EXECUTE
CONSTRUCTOR
MI_SAP_TABLE_DATA_OUT(my outbound interface name),in general I use to see Execute_Asyncronous method here in place of this interface.
how to call execute the Execute_Asyncronous method from my zprogram.
Where could be the problem.
Please let me know.
Thanks,
Srinivasa

Hi,
The proxy generation has changed from SP13 (PI 7.0). Now in the new generated class you will see the method as you see MI_SAP_TABLE_DATA_OUT as in your case. If you execute the method MI_SAP_TABLE_DATA_OUT (same as the name of the MI interface name) this will call the interface (sync/ asynch) depending on how you have defined in your message interface. Now if you want to test to make a async defined interface as synch try the code as below
extend the zco* class to a new class from se24.
open the method MI_SAP_TABLE_DATA_OUT
you'll see
ls_parmbind-name = 'OUTPUT'
comment all the four lines in this section.
Try calling the MI_SAP_TABLE_DATA_OUT again, this would execute the interface synchronouly.
You could debug this and find out the reason why this is getting changed.
Regards
Unni

Similar Messages

  • ABAP Client proxy creation XI  side or R3 SIde ?

    Hi friends ,
                          I am new to proxies
                    i ahev referred the follwing blog
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
                      In my sceanrio i want to create Client proxy from  XI OutBound Interface .
             <b>       
               1. Do i need to create Proxy from XI sap gui (or ) R3 Dev system sap gui ?
                 2. Then i  planning to write abap report  to call rfc and return data to proxy  .Do i need to wtrite  abap report in R3 side or  XI side  proxy it self ?
                      I am not clear in this
                3. I have xi dev system and R3 Dev system . IR desing done rfc ready how top procedd further ?
                    4. Do i need to do any settings  ?
                    </b>
    Regards.,
    Shyam

    Hi Shyam,
      <b>1. Do i need to create Proxy from XI sap gui (or ) R3 Dev system sap gui ?</b>    
                 Always proxies are developed at the application side.You have create proxy on ur R/3 system not on XI. Once you are done with the IR objects then the message interfaces will be reflect in sproxy tcode in R/3 and start defining the outbound proxy from there..
    <b>2. Then i planning to write abap report to call rfc and return data to proxy .Do i need to wtrite abap report in R3 side or XI side proxy it self ?</b>
             You have write abap report in R/3 side.
    <b>3. I have xi dev system and R3 Dev system . IR desing done rfc ready how top procedd further ?</b>
       Write the abap report where u have to incooperate the rfc call and pass the return values to the proxy structure.....So when u execute the report the data will triggered to the XI system........this is the flow..
    <b>4. Do i need to do any settings ?</b>
            Go through this blog for the settings required for proxy scenarios:
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    Regards,
    Prasanthi.

  • SPROXY --- TCODE ????

    HI
    friends need help ..new in idoc and ale application had conceptual knowledge and studying too  to give demo on idoc application so ... come across the SPROXY TCODE .. DONT KNOW ANYTHING ABT IT .. CAN ANYONE SHARE INFORMATION ABT SPROXY TCODE.. WILL BE THANKFULL ..
    REGARDS
    FARUKH

    Take a look at my weblog ... This will give you a idea
    /people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems
    To me it doesn't make sense to trigger a IDOC via a PROXY. Probably I need to understand the bigger picture of the scenario here.
    Regards,
    Ravi
    Note : Please mark all the helpful answers
    Message was edited by: Ravikumar Allampallam

  • Web service proxy creation issue

    am facing an issue with the creation of web service proxy for an esb project that i have created based on oracle esb tutorial. In the web service proxy creation wizard, it is accepting the concrete URL for the wsdl in the first step however in the second step it is not showing any endpoint URL. Also the wizard does not allow to go beyond step 2 of the web service proxy creation. following is my wsdl to which the concrete wsdl url points to. What am i missing here. Please help
    following is my wsdl
    <?xml version= '1.0' encoding= 'UTF-8' ?>
    <definitions
    name="custinsoap_RS"
    targetNamespace="http://oracle.com/esb/namespaces/custdata"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://oracle.com/esb/namespaces/custdata"
    xmlns:inp1="http://xmlns.oracle.com/Esb/CustomerData"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" >
    <import namespace="http://xmlns.oracle.com/Esb/CustomerData" schemaLocation="public_html/LegacyCustomer.xsd" />
    </schema>
    </types>
    <message name="CustomerData_request">
    <part name="CustomerData" element="inp1:CustomerData"/>
    </message>
    <portType name="Readcustsoapdata_ppt">
    <operation name="Readcustsoapdata">
    <input message="tns:CustomerData_request"/>
    </operation>
    </portType>
    <binding name="readsoapbinding" type="tns:Readcustsoapdata_ppt">
    <soap:binding style="document"
    transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="Readcustsoapdata">
    <soap:operation soapAction="http://oracle.com/esb/namespaces/custdata/Readcustsoapdata"/>
    <input>
    <soap:body use="literal" parts="CustomerData"/>
    </input>
    <output>
    <soap:body use="literal" parts=""/>
    </output>
    </operation>
    </binding>
    <service name="readcustdatasoapservice">
    <port name="soapport" binding="tns:readsoapbinding">
    <soap:address location="http://myhost.mycompany.com/esb/wsil/custdata/custinsoap_RS"/>
    </port>
    </service>
    </definitions>

    Hi,
    Are you accessing teh WSDl from a deployed service ? If yes, when providing the Web Service URL, did you extend the URL with ?WSDL ?
    Frank

  • ABAP Proxy creation doubt   -  Pls Help

    Hi Friends ,
                          I have referred the following blog for abap proxy creation
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
                      as per the previous replies , <b>we have to generate proxiy from R3 syetm</b> . <b>But</b> in this weblog they are <b>generating from XI server</b> ?
                          The  have doubt  in the following passges
    1.
    <i>We use two clients of XI here. <b>Client 100 acts as XI server</b> .<b>Client 105 acts as a client ABAP proxy</b> which sends employee information as a message to XI which routes the info to a file. Logical flow is depicted as shown below. Note that conversion of sending system format to XI specific format is not done at the outbound side of the XI server.</i>
    <b>
               a.  i have webAS 6.40 . i have  R3 6 . So i can generate proxy from R3 it self right ? then how to procedd further .
                b. So Proxy and report to call proxy also from R3 SIDE ?
                c. If No sender agreement  required then in IR only receiver determination and receiver agreement is enough ? 
                d. Then in receiver Detrmination , do i need to give Business system as sender service ?
                  </b>
            <b>    can u please explain this a little bit more ?</b>
    Regards.,
    Shyam

    Hi Shyam,
    <b>we have to generate proxiy from R3 syetm . But in this weblog they are generating from XI server ?</b>
       In this blog, Ravi has taken two different clients in the same system. As the abap code is client independent so it can be generated anywhere irrespective of clients. But while executing the report we cannot do it from the same client as of the IS.So we need to trigger the report from the client 105 which is considered as the client proxy.
      check Triggering ABAP PROXY in the blog.
    <b>c. If No sender agreement required then in IR only receiver determination and receiver agreement is enough ?</b>
       Yes.
    <b>d. Then in receiver Detrmination , do i need to give Business system as sender service ?</b> 
    You can create business system for the R/3 and use it in RD.But the business system dont have any sender communication channel and no need of sender agreement as the data will directly hit the IE of XI.
    Regards,
    Prasanthi.

  • SPROXY - tcode in BW.

    Hi Xperts,
      Does anybody come across TCODE : SPROXY in BW.
    Can any tell me what is the significance of SXPROXY in BW.

    SPROXY is a transaction to push data from XI to BW.
    See the below weblog:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/18dfe590-0201-0010-6b8b-d21dfa9929c9
    and also the thread:
    SPROXY --- TCODE ????
    Regards,
    Prema

  • FCS and image sequences (TGA...) : how works the proxy creation?

    Hello,
    I would like to know how work FCS with image sequences (TGA, TIFF sequences...) for proxy creation.
    For example, the image sequences are created by 3D workstation at the speed of one frame per second.
    Does FCS create a proxy each time the folder is checked? The old proxy is delated?
    Thank you for your answer

    Jim is right. You can't replace a clip with an image sequence.
    If you are rendering your comps from one system, follow Jim's sage advice.
    But, in the cases when I do a multi-system network 3d render, there is
    no way for all systems to write to the same Uncompressed AVI file...
    so rendering to an image sequence is the only option.
    You say:
    ...for speed reasons -  converting them to lower res quicktime files
    and using those to edit in Premiere Pro.
    You might consider converting your sequences to both a low-res proxy for editing,
    and also convert to full-res lossless codec AVI files at the same time for swapping out later.

  • Error in Client Proxy creation

    Hi ,
    In SPROXY txn , When iam asked for prefix, I have given 'z' and have used Local object . Then i have saved and activated the proxy created. But when i open the proxy class created , I couldn't see the EXECUTE_ASYNCHRONOUS method  but there is something like "IF_PROXY_CLIENT~EXECUTE" and one more method wid the same name as that of my  Service Interface name.
    My doubts are :
    1.Whether my proxy got created successfully ?
    2.What do u mean by Orphaned objects ?
    3.Can i use a local object for creating proxy or should i declare it within a package that too in level4 only ??
    I am not getting a clear picture from the blogs and forums ..So pls share ur inputs on this
    Thanks,
    Laawanya

    Hi Laawanya,
    From PI 7.0 (I don`t remember which SP) EXECUTE_SYNCHRONOUS and EXECUTE_ASYNCHRONOUS are note available.
    Instead, the methos are called with the same name than the Message Interface.
    So, I think your proxy is created properly.
    You can create your proxy in a local object.
    Regards,
    Carlos

  • Server Proxy Creation

    Hi,
    I am working on a Synchronous scenario with Proxy at receiver side.
    I have my Inbound message in SPROXY Transaction.
    Can somebody help me out on the steps to create Proxy and the
    message structure inside the proxy on ABAP side.
    Also i need to call a BAPI inside PROXY and map my structure to the BAPI.
    How can I do this?
    Regards,
    RK

    Hi,
    refer the below link:
    Server Proxy -
    ABAP Server Proxies
    File to Inbound Proxy:
    File to R/3 via ABAP Proxy
    Debugging Inbound Proxy:
    XI: Debug your inbound ABAP Proxy implementation
    SPROXY not working:
    How do you activate ABAP Proxies?
    chirag

  • Reg:Abap proxy creation

    Hi All,
             I am  trying to create proxy in R/3 system using SPROXY TC but it pops out a message as "No connection to Integration Builder" what does it mean and how to proceed with that.
    Thanks in advance
    B.Lavanya

    Hi
    Are you configured the necessary settings in R/3 and XI side.
    Please check the following links.
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies. [original link is broken]
    Clarifications on How to Activate ABAP Proxies?
    First verify if your proxy is properly communicating with XI Integration server. Goto SPROXy transaction and see if the replica of IR is available.
    Then just refresh and reactivate the proxy that you are calling.
    Please refer below links
    Debug your ABAP proxy
    /people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation
    SPROXY not working:
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83deb90-0201-0010-189c-8d3ff87572f8
    ABAP Proxy configuration:
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm

  • ICM_HTTP_CONNECTION_FAILED - proxy creation for caling webservice in abap

    Dear SDNs,
    I tried consuming .NET WSDL file. i used local file for creation of client proxy. And after creation of logical file, an URL - http://localhost/DedupeAPI/WSDedupe.asmx automatically generated from wsdl file. ( wsdl : http://localhost/DedupeAPI/WSDedupe.asmx?wsdl)
    ( there is a local setup done, a .NET application has been installed after that i can able to view the above page )
    when the test the proxy, getting following error.
    ICM_HTTP_CONNECTION_FAILED ( HTTP error 400 )
    I don't know what am I missing here?
    1) Are there any firewall related settings in the system? How do I find out?
    2) Is there a proxy setting? I don't see any proxy settings in the IE->options->LAN settings. How to find out?
    3) When I use the above URL directly in IE 6.0, I get the result. Are there any other settings or system parameters, or SICF settings?
    Please help in resolving this issue. I've checked all the forums and seen a lot of entries but nothing is working for me.
    i have used standard prog - SAPHTML_DEMO1, even here i am able to see the contents after entering URL - http://localhost/DedupeAPI/WSDedupe.asmx
    Any pointers or help would be greatly appreciated.
    Thanks
    Ram

    hi Daya,
    Actually its just becuase of wrong URL. Check whether you are going to access.
    Keep in mind : if ur providing the URL, that is the URL should be accessible in the server ( application server where the SAP is residing in )
    Otherwise, provide me the details... what exactly your requirement is?
    Ram

  • Problem in SPROXY tcode

    Hi Forum,
    When i execute tcode SPROXY in a R/3 system, maintained as Business system in XI, it prompts for user name and password,
    can u pls tell me why this happens....
    I have maintained all required RFC destination in the R/3....

    Hi,
    I have come across the same problem.. Where username and password was maintained properly.. But, the RFC was not present in R/3 itself....somehow it was got deleted.. So, plz ask the basis to check that also..
    Regards.

  • Proxy Creation Fails - Suggestion for answer

    Hi,
    I spent a few days on this, so I wanted to pass along my knowledge. Here is the problem and solution below:
    I’m dragging clips from the desktop in to Final Cut Server and every once in a while it fails. By fail I mean the proxy clip is not created, just a jpg. The error in the Search all jobs under Metadata tab is: /Library/.qmsubexp/Snow not found (snow is the first name of the clip). The error under logs is ERROR: EREQERROR Compressor job resulted in error – Failed 3x HOST [KLTV8Serv.local] Source file /Volumes/Promise/Media ect... /.qmsubexp/Snow
    Source file /var/spool/qmaster/9379FD4C-C4654B26/shared/Snow not found
    If I change the cluster in Server Preferences to My Computer it seems to work fine, but I loose the benefit of speed. If I select the quick cluster it has problems.
    So.... here is what the problem was:
    The file names of the videos had semi-colons (;) in them. I removed those and didn't have a problem. Yes, I know file names should not have them anyway, but we had some other people creating the titles. So if you are having similar problems, you might try making sure you use simple names Car.mov Dog.mov etc... to see if that helps.
    It is one of those, duh moments that can cost you a few days worth of headaches....

    I also was told that there is a lot of good info about Qmaster clusters in the Distributed processing Setup Guide which you can access from the Help menu in Compressor.
    Solution:
    No semi-colons in names (;)

  • Creation of custmized tcode for se16, sm30, se38 ?

    Hello,
    Myself Naveen Dalal. Working as a sap security consultant and a new user for this furum. I have one question to u all sap security gurus:
    Requirement is to create customized tcodes YSE16, YSM30 and YSE38 for se16, sm0 and se38. Lets start with YSE16.
    1. Client want YSE16  tcode to restrict users based on some tables within a authorization group or even * value for auth group field.
    SE16 restricted on:
    S_TABU_DIS -
    Auth Group  and Activity
    As per Requirement YSE16 tcode sld be restricted on :
    Y_TABU_DI2 (customized object)  -
    Auth Group, Activity and Table name
    We dont want to give SE16 to user. So basically requirement is to restrict users on table name with YSE16 irrespective on authorization group. User sld  only be able to access the table mentioned in Table name field.
    We have some program and we asked our ABAPers to modify accordingly but not succeed.  Everytime it is going to check S_TABU_DIS to access any table and se16 as well.
    Do u guys have some other solution. We want it for YSM30 and YSE38 as well. Thanks.
    Regards,
    Naveen Dalal

    Thanks Sri and Martin. Here is the Code of the customized program. Abaper did bit changes. They used YSE16 tcode name and Y_TABU_DI2 is the authority chk object like S_TABU_DIS in SE16. Can you please advice the necessary modification so that I can suggest to my ABAPER. I even doubtfull how many FMs they have created till now for this ..Problem is All tables are alligned with Auth Group and they are with S_TABU_DIS. So in our program we want to perforn it without checking S_TABU_DIS. But to check Y_TABU_DI2
    REPORT  zsec_se16_databrws NO STANDARD PAGE HEADING
                               LINE-SIZE 132
                               LINE-COUNT 65.
    Report   : ZSEC_SE16_DATABRWS                       T-Code :ZSE16    *
    Author   :                                                       *
    Title    : Custom data Browser with Auth Check For Table name        *
               This program will Allow the same functionality as SE16    *
               but provide additional authorization check functionality  *
               to limit access based on table name.                      *
    Change History:                                                      *
    Author       | Date        | Request#  | Description                 *
                 |             |           | Initial Version             *
    TABLES:  tddat.
    Selection Screen                                                    *
    PARAMETERS:  p_tablen LIKE databrowse-tablename.
    At slection screen                                                  *
    AT SELECTION-SCREEN.
    Check custome authorization object for table name
      SELECT SINGLE * FROM tddat WHERE tabname = p_tablen.
      IF sy-subrc <> 0  OR  tddat-cclass = space.
        tddat-cclass = '&NC&'.             " 'non classified table'
      ENDIF.
      AUTHORITY-CHECK OBJECT 'Z_TABU_DIS'
               ID 'DICBERCLS' FIELD tddat-cclass
               ID 'ACTVT' DUMMY
               ID 'TABLE' FIELD p_tablen.
      IF sy-subrc IS INITIAL.
      ELSE.
        MESSAGE e419(mo).
      You are not authorized to display this table
      ENDIF.
    Start of selection                                                  *
    START-OF-SELECTION.
      SELECT SINGLE * FROM tddat WHERE tabname = p_tablen.
      IF sy-subrc <> 0  OR  tddat-cclass = space.
        tddat-cclass = '&NC&'.             " 'non classified table'
      ENDIF.
      AUTHORITY-CHECK OBJECT 'Z_TABU_DIS'
               ID 'DICBERCLS' FIELD tddat-cclass
               ID 'ACTVT' DUMMY
               ID 'TABLE' FIELD p_tablen.
      IF sy-subrc IS INITIAL.
      ELSE.
        MESSAGE e419(mo).
      You are not authorized to display this table
      ENDIF.
      CALL FUNCTION 'RS_TABLE_LIST_CREATE'
        EXPORTING
          table_name = p_tablen.
    Thanks Guys.
    Regards,
    Naveen

  • Reg creation of  new Tcode for d existing Tcode

    Hi ,
    i need to create new Tcode for d existing Tcode. For Ex. for abap editor Tcode is SE38.for dis i want to create a new Tcode like Z_se38.how can i do it.Plz explain me clearly.very urgent
    Thanks in Advance

    hi,
    how to create a a T-code of that
    Go to se93.
    Then create the new T.code.
    Under that select parameter Transaction.
    Then give the sm38 in the t.code in default values tab.
    check the checkbox skip initial screen.
    in classification tab.
    click checkbox inherit gui attributes..
    Rgds
    Anversha

Maybe you are looking for

  • Tux 9.1: TMS_ORA giving "Assume Started" error while booting.

    Hi, We are migrating our application running on Tuxedo 8.1(32-bit)(Corba C++ servers with Oracle 10g database) to Tuxedo 9.1(32-bit). OS: Suse Linux 9 Installation of Tux 9.1 was done successfully. But while booting the servers, it is giving CMDTUX_C

  • Default line item in Sales Order

    Hi guys, I need to have a material item code as default in phase of sales order creation. Requirement is that when user is compilin sales order header data system automatically generates a line item. I was thinking to manage it with product proposal

  • Kernel panics, crashes and other issues

    hi all - i've been reading through tons of posts over the last week about my issue and trying to resolve it but can't seem to get my machine up and running consistently. it started crashing consistently on jan 10 - suspiciously the day the itunes upd

  • Can Same IDOC be sent to same Receiver with two different Message Mappings

    Hello Experts, Wierd doubt but want to confirm from you people. Scenario: One R/3 Sender SAP XI : One external Receiver : IDOC is sent from R/3 to external receiver via SAP XI. One interface has already been developed for the above scenario. Now clie

  • Installing Apache-Weblogic Plug-in on RedHat 7.0

    I am trying to install the apache-weblogic plug-in on redhat 7.0 I modifed my httpd.conf with the following lines: LoadModule weblogic_module /usr/lib/apache/mod_wl.so AddModule mod_weblogic.c <Location /weblogic> SetHandler weblogic-handler PathTrim