Problem in ABAP proxy

hai all,
iam doing a abap proxy scenario in the following flow.
Flow: XI (Client 800) -
> XI (Client 001) ---> XI (Client 800)
now when iam trying to send the data from 800 client to 001 client
in 001 client sxmb_moni
it is giving one error
<SAP:Category>XIProxy</SAP:Category>
  <SAP:Code area="ABAP">INTERFACE_REGISTRATION_ERROR</SAP:Code>
  <SAP:P1>ifmmessif</SAP:P1>
  <SAP:P2>mi_flietdata_OA</SAP:P2>
  <SAP:P3>urn:proxytoproxy</SAP:P3>
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>No implementing class registered for the interface (ABAP interface, request message mi_flietdata_OA, request message, namespace urn:proxytoproxy)</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
can any one solve this problem.
regards,
Madhav Poosarla.

hai sumit,
i have generated proxy object as a local object,
previously i have created 4 levels of package
Structure Package(ZXI_PACKAGE)----
Level1
     Main Package(ZSCSLSAP)----
Level2
                    Sub Package(ZSIVA_SCSLCOMP)----
Level3
                   SubPackage   (ZSIVA_SCSLCOMP_PROXY2PROXY)--Level4
and i have added SAI_TOOLS to
ZSIVA_SCSLCOMP_PROXY2PROXY sub package,
at that time i have tried to add SAI_TOOLS to  ZXI_PACKAGE but it was not allowed.
now i will create one more package hirachy and and i will try to execute again.
now i will delete my outbound proxy and will generate it again.
yes, mi_flietdata_OA  is outbound interface.
thanks & regards,
Madhav Poosarla.

Similar Messages

  • Problems in ABAP Proxy Generation

    Hi All,
    I tried to generate an ABAP proxy for outbound message interface "Interface_ABC", which is under software component "DEF".
    In our development system, I had successfully created ordinary function modules and structures under the package "/XYZ/UVW" using the prefix "/XYZ/".
    When I began the proxy generation, the system asked me to specify the package and prefix. So I specified the package to be "/XYZ/UVW" and prefix to be "/XYZ/".
    Then a warning window pops up. It reads "Package /XYZ/UVW does not belong to DEF". I clicked "OK". The "Create Proxy" screen shows up. Then I clicked the "Save" button. This time an error window pops up. It reads "Cannot extend package /XYZ/UVW". The action is thus cancelled by the system.
    Does anybody know what is the reason for this problem and how to solve it?
    Best Regards
    Jerome

    Please check the properties of the package in which you are tyring to save the PROXY.
    In your case it looks like the property PACKAGE NOT EXTENDABLE is switched on. Once you uncheck you should be able to save the proxy in that package.
    Regards,
    Ravi
    Note : Please reward points if you find the answer useful.

  • Date Format problem in ABAP Proxy

    Hi All,
    We have a Inbound ABAP proxy which recieves data from XI.
    We use a date field in that which is defined as DATS datatype.
    When we trigger the interface from XI with date in format YYYYMMDD, we are getting an exception.
    when the date is sent in format YYYY-MM-DD, the interface is run successfuly.
    when we test the interface in SPROXY transaction the date is displayed in YYYY-MM-DD format.
    does it have anything to do with the defenition of the date format in XI?
    I want to know whether DATS format in XI is different from ABAP?
    should the date that is sent from XI be in YYYY-MM-DD format all the time.
    Kindly suggest a solution for the date problem when it is passed from XI to ABAP proxy

    Hi Uday,
    Check the pattern used in XI/PI for the date definition.
    If it's set to:
         pattern="[0-9]-[0-9]-[0-9]"
    Then it will enforce the pattern. You could try changing the pattern in XI to exclude the hyphen then you have a normal DATS format.
    Regards, Trevor

  • Problem in ABAP Proxy generation

    Hi,
    I have generated a proxy in development systems. And moved to pre-production systems. By mistake, one of the proxy generated data types is not moved to pre-production. So, all the dependant data types are not generated in pre-production. Hence proxy is ended up with an errors.
    Now, I am unable to understand how can I solve this problem.
    Could you please help me out with few steps, so that my proxy gets successfully generated with all the data types in pre-production system.
    Thanks for the help.
    cheers
    san

    > Could you please help me out with few steps, so that my proxy gets successfully generated with all the data types in pre-production system.
    I suppose that all your proxy objects are in the same package.
    So you simply transport the whole package.
    If you do not know how to transport, then ask your basic admins, they should be able to tell you.

  • Problem in ABAP Proxy(sometimes XML Messages are not being created)

    Hi,
    I am trying to send the data from ECC to CRM when post goods issue is done for a delivery from ECC side. I called my proxy method in BADI : DELIVERY_PUBLISH.
    And after calling the method, I used commit work also.
    But the problem is, some times it is working fine. and some times the XML messages are not getting created. When I go in debug, looks everything is fine.
    I am unable to understand why this inconsistency.
    Could you please help me out, do I need to take any more precautions.
    Thanks,
    Sandeep

    You mean you can't find any message in SXMB_MONI of your ECC or is it XI where you can't see message?
    If you have not checked in SXMB_MONI of ECC then may be messages are created but they are going into error and that's why you are not able to see any message in XI.

  • Problem: ABAP Proxy Client Sending to XI - Message lost

    Hi all,
    I got a problem, concerning ABAP Proxy Client.
    I have done the following:
    1. Created an outbound interface in XI 3.0, sp14
    2. Created Proxy for this in ABAP using sproxy
    3. Created ABAP pgm to call this proxy
    4. Maintained SM59 http destination to XI
       (RFC Dest:INTEGRATIONSERVER TYPE H)
    5. Sender r/3 system is WAS 640
    6. I also did sxmb_adm in Sender System to have Integration Engine URL pointing to XI System.
    7. I registered/ activated queues in SXMB_ADM.
    8. SICF service is active for defalt/xi/engine in both Sender and target systems.
    I allready have ABAP Proxy Server running...
    My Proxy Client seems to run.., running my report (based on the ABAP Proxy Client Weblog from SDN)I get a sy-subrc 0 and no error, bot I can't see no message in XI. Neither in SXMB_MONI, nor in RWB checking Message-Monitoring
    Can someone please tell me what is going wrong and where I could check for my messages?
    Thanks in advance, Daniel

    Hi Daniel -
    Looks like you've done the major tasks for this to work. A couple of things however...
    For proxies, Type H is the correct RFC Dest type.  However, don't know if it's a typo, but the 'Dest:INTEGRATIONSERVER' should have '//' like 'Dest://INTEGRATIONSERVER'.
    Also, confirm that your are using the correct port in your destination.  You should use the integration server's ICM port, not the J2EE server port.  You can confirm this in SMICM, then Goto-->Services.  You may already have this; I just didn't see it specified in your description.
    Regards,
    Jin

  • ABAP Proxy Doesnt work in PI 7.0

    Hi All,
    We have strange problem with ABAP Proxy under PI system
    We are getting proxy communication error in PI 7.0 (NOT FROM Business system).
    After reading a lot of threads & notes, I performed all the necessary checks, but still no luck.
    --> When I click on integration builder from SPROXY T-code it popups correct XI Screen
    --> Following parameters are maintained properly
    com.sap.aii.connect.repository.name: Server (for example, pwdf0436)
    com.sap.aii.connect.repository.httpport: Port (for example, 1080)
    com.sap.aii.connect.repository.contextroot: Root (for example, rep)
    com.sap.aii.applicationsystem.serviceuser.name: User
    com.sap.aii.applicationsystem.serviceuser.pwd: Password
    --> All the RFC like AI_RUNTIME_<SID>, LCRSAPRFC & SAPSLDAPI & SLD_UC etc working fine
    Following reports are NOT working
    SPROX_CHECK_IFR_ADDRESS
    SPROX_CHECK_IFR_RESPONSE
    SPROX_CHECK_IFR_CONNECTION
    Following report execute SUCCESSFULLY
    SPROX_CHECK_HTTP_COMMUNICATION
    Thanks in advance

    Hi Rakesh,
    Has the ABAP system been configured as specified in the XI configuration guide (Section on how to configure a business system)?
    This would include Integration Engine Configuration in transaction SXMB_ADM, configuration in transaction SLDAPICUST and RFC destinations in SM59.

  • ABAP Proxy not generate in QAS

    Hi All,
    I´m with problem in Abap Proxy objects, I developer and transported to QAS environment but has not generate in QAS.
    I checked this objects in environment QAS and all were transported.
    When I go to transaction SPROXY, it´s with not generate.
    Can someone help me?
    tks

    Hi,
    probably your developer forgot.... a few things while developing the proxy
    they are mentioned here:
    http://help.sap.com/saphelp_nw04/helpdata/en/2b/f49b21674e8c44940bb3beafd83d5c/content.htm
    Regards,
    Michal Krawczyk

  • Debugging ABAP Proxy code

    Hi,
    I have problem in ABAP Proxy. When i upload a XML and test the ABAP Proxy code it is working fine, but when i trigger the change from sender, its updating the wrong value in the database.
    I checked the incoming and the converted XML, everything is correct and there is no prob in the XI.
    Please tell me is there any way to debug the ABAP Proxy during the actual proccessing i,e. when the change is triggered from the sender.
    Thanks and Regards,
    Arunsri

    I've had the same problem before...everything seemed fine but the xml was not updating the desired values - you have 2 choices - 1. Enable the debugging, but if you have a high volume scenario, then it may cause some issues. Also, I am not sure if you plan to do this in production - as you know, debugging in production is a big No-No.
    Option 2 is to just take the stream and store it as a file in the OS. This is what we followed and we were able to figure out the issue with the xml. Make sure you write it in such a way that you can turn it off immediately. In our case, it worked fine for all suppliers but one and this one supplier was sending a double spaced character in between, which was causing the issue.
    Regards,
    Srini

  • ABAP Proxy doesnu2019t Work

    Hi all,
    We have problem about ABAP Proxy (Inbound). We are using a follow scenario:
    Legacy ( JDBC )    ->   XI  ->  ABAP Proxy ( ECC Backend )
    Recently The ECC Backend was updated  ( only data ) , and since than the ABAP Proxys  doesnu2019t work.  We tested other Adapter, we used Receiver RFC Adapter, and RFC Adapter worked.
    We tried a lot of thinks, we regenerated ABAP Proxys, We activated Proxys, taken Refresh Full CPA Cache, we checked SCIF, SMICM, and we couldnu2019t solved the issueu2026..
    Could you help us????
    Thanks!!!
    Fábio Ferri
    SAP Consultant XI/ABAP/Netweaver

    Hello,
    i think for this scenario..you have used XI adapter.
    Check HTTP service number.
    It should be same as in:
    In SAP R3, Transaction - > SMICM : goto->services -> ..you will find HTTP service number..Use the same in XI adapter.
    or
    Execute transaction : SPROXY
    goto-> connection test.
    Regards,
    Sreenivas.

  • ABAP proxy regenration

    Hi,
    I've got the following problem with ABAP proxy objects (acting as receiver).
    We are using XI 3.0 to connect to WAS 6.20.
    APPINT     200_620     0006     SAPK-20006INAPPINT     SAP Exchange Infrastructure 2.0     Add-On Support Pack.
    We have changed the max length size of one tag (leaf in the deep structure) in the message. The new max length is longer than before (was 10 is 12). Proxy was regenerated and activated.
    On the ABAP side this field has new size (12).
    After sending a message with value 000071108000 in this tag I've got the following error:
    <SAP:ErrorHeader xmlns:SAP="http://sap.com/exchange/MessageFormat">
      <SAP:Context />
      <SAP:Code p1="Request Message" p2="CX_XSLT_DESERIALIZATION_ERROR" p3="/1SAI/XS00000000000000000009: 0000000252" p4="Tree Position: abap.values.1.1.2.2.2.14.10 ABAP Classname: CX_SY_CONVERSION_DATA_LOSS Data String: 000071108000">APPLICATIONCALL.PARSE_APPLICATION_DATA</SAP:Code>
      <SAP:Text language="EN">Error when handling Request Message; XSLT error: CX_XSLT_have_ERROR: XSLT program and source line: /1SAI/XS00000000000000000009: 0000000252; Tree Position: abap.values.1.1.2.2.2.14.10 ABAP Classname: CX_SY_CONVERSION_DATA_LOSS Data String: 000071108000</SAP:Text>
      </SAP:ErrorHeader>    
    Pls help.
    Regards
    Artur

    Hi Artur,
    you can also check if the tables that you've changed
    are reflected in transports have you checked that?
    there's a report for invoking those changes: SAP note 853554
    Let me know if you check it
    Regards,
    michal

  • Problem Mapping to ABAP Proxy

    Hello,
    I Have a very strange error.
    So i send a Message from Java Proxy ->to-> ABAP Proxy.
    The Mapping is a XSLT Mapping.
    The Mapping everthings fine but the ABAP Proxy get and error like:
    Error during XML => ABAP conversion (; error ID: ; ( ))
    ....CREATE_TRANSACTIONS(1)IT_TRANSACTION(1)item(1)OPERATORQUAL(9) Error Text: Data loss occurred when converting 9134408  Kernel ErrorId: CONVT_DATA_LOSS))
    Ok the error is normally not so strange, but in my XML Message the tag OPERATORQUAL is empty. The 9134408 ist the last filled tag for the OPERATORQUAL.
    Why the ABAP Proxy think there is something in ?
    I checked the XML and there is nothing.
    But when the proxy think there is something like 9134408 that the error is normal, because the field has only except only 1 Char Values.
    Any Idea whats going wrong?
    Regards,
    Robin

    Hi Udo whats up ? ,
    Mappings all works fine.
    Problem was that blanks was there in the XML Tag that you can't see in the XML view.
    This blanks came already from Database.
    Know i kill all blanks in XSLT Mapping and it Works !
    see you soon and regard from zagreb,
    Robin

  • HTTP to ABAP Proxy - Problem with "Current User" parameter

    Hi experts,
    We have a HTTP to ABAP proxy sceario, where I used an HTTP Destination to connect to the proxy.
    We're trying to use the option "Current User" in that destination in order to login to ECC with the same user that in PI adapter plain.
    The user exists i both systems, PI and ECC, with the same password.
    Checking that parameter we get the following error:
    <SAP:Error><SAP:Category>XIServer</SAP:Category><SAP:Code>INTERNAL.UNAUTHORIZED</SAP:Code><SAP:P1>401 </SAP:P1><SAP:P2>Unauthorized</SAP:P2><SAP:P3>(See attachment HTMLError for details)</SAP:P3></SAP:Error>
    We think that PI is not getting the password.
    Does aybody know how to do this?
    Thanks and regards,
    LUIS B.

    Hi Chirumamilla,
    If we put user and password in SM59 (unchecking "Current User") the commuication works without problems.
    We don't want to leave a user set there, beacuse we are looking to access to PI with different users and login to ECC with the same user.
    Thanks,

  • Problem with Synchronous abap proxy time out

    Hi there.
    I have the following scenario:
                      sync                   sync
    3rd party <-->  PI    <--
    >  ERP
                       http                    abap proxy
    In the implementing class on the abap proxy i'm calling an standard BAPI, followed by a commit and returning the result.
    The 3rd party app has a mechanism that when a message fails, he'll retry each 5 mins until it gets the response.
    Last night there where some delays on ERP that cause the sync mesages to timeout, the 3rd party retried about 10 times to send the message until it finally went off. This morning i check and i have the same message 11 times on ERP!!, to my understanding if the sync comm timed out the process will abort and  the message will not be processed on ERP, does anybody knows if im missing some configuration for this to work this way??.
    Kind Regards,
    Roberto.

    Hi Roberto.
    There are a lot of time out configures in PI .
    Follow the link that explain about this:
    How to Investigate Timeouts In Synchronous XI PI Scenarios
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c059d583-a551-2c10-e095-eb5d95e03747
    I hope to help you.
    If you still keep this problem, you can ask me more about it.
    Regards..
    Bruno.

  • Problem  with Inbound Abap Proxy

    Hi Experts,
    I have an Inbound ABAP proxy scenario that insert data into a ztable. The whole process from XI to R/3 works fine, except it does not update my ztable.
    The only time the ztable gets updated is when i debug it. I used this report "SPRX_TEST_INBOUND" to debug
    Anyone who's had a similar problem.
    Thank you in Advance,
    Danny

    Hi,
    did you use the same XML from SXMB_MONI that gets posted during message flow?
    you can check inside your inbound proxy if the values are not empty etc
    and then raise an exception to see what's going on
    you can also do an endless loop and get inside it to see the real values
    that get passed into the proxy
    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>

Maybe you are looking for

  • Automatic bank reconciliation with Electronic bank statement

    Deal All, As mentioned in the subject of this mail, this is to request for your inputs to advice the configuration steps with process for Configuration of Electronic Bank Statment in R3 to eneble the user for automatic bank reconciliation with cleari

  • Making our site to search by search engines like google, yeahoo...etc

    Hi All, To make our client site search and display results by google / yahoo or any other search engine what needs to be done? we kept "meta" tag keywords and description in all our html file and mastheaders. What we need to do for making our site se

  • Delete Pages in Hyperion Report

    I have a report that had several tables in it that I had to delete. Now I have all these blank pages after the tables I retained and cannot delete them. Can anyone help? Thanks!

  • Safari 2.0.2

    I was always a Safari fan from the beginning, but after the last update, Safari won't load and play Quicktime movies. I am a university prof who uses Blackboard to post assignments and since I am a music prof, I post quicktime movie files (.mov) for

  • Looking for Labview Position in Israel

    I'm LabVIEW programmer (CLAD) with 12 years experience. My specializations are equipment communication, measurement and control systems integration ( Communications, Control, Manufacturing Test, RF  Measurements, Data Bases) Also I work with SQL Serv