ABAP PROXY upgrade from XI 3.0 to PI 7.1

Hi,
We are planning to upgrade XI 3.0 to PI 7.1
We have couple of interfaces with ABAP proxy, the SAP version is ECC Web AS 640.
What factors do we need to take into account during this upgrade specific to Proxy development?
Thanks
Sachin K

Hey,
>We are planning to upgrade XI 3.0 to PI 7.1
System  needs  64 bit OS for PI 7.1 , Will not support 32 bit OS
Customer Adapters and Adapter modules have to be adjusted and redeployed
Java Proxies have to be redeployed because JAVA JVM is installed during upgrade and JAVA JDK  not supported at all in PI 7.1
>upgrade specific to Proxy development?
For ABAP  Proxy Nothing, If the interfaces does not functions, The regeneration of proxy will do
Cheers
Agasthuri Doss

Similar Messages

  • How can I call a ABAP proxy class from BADI? PLease help

    hi Experts,
        I have a scenario where I have to call a ABAP proxy class from a BADI. How can I do this? Does anybody has sample code for the same?
    Please help.
    Thanks
    Gopal

    Hi,
       You can call a method of a class from BADI. Here are the steps.
       1) In the BADI implementation create a object for the proxy class.
       2) Call the Execute_Synchronous method.
        You can define a BADI by using SE18 and you can implement it by using SE19.
    Sample code...
    ================================================
      METHOD ZIF_EX_VBADI~CONVERTUPPER.
      DATA: OBJ TYPE REF TO ZTESTCLASS.
      DATA: IT_DATA  TYPE ZIN_MT,
                IT_RES   TYPE ZOUT_MT,
                SEXCEPTION TYPE REF TO CX_AI_SYSTEM_FAULT.
      TRY.
          CREATE OBJECT OBJ
             EXPORTING
                 LOGICAL_PORT_NAME = 'TESTPORT'.
      CATCH CX_AI_SYSTEM_FAULT INTO SEXCEPTION.
      ENDTRY.
    ENDMETHOD.
    ================================================
    Thanks,
    Vivek LR

  • How to call a ABAP proxy class from a BADI? Please help!

    hi Experts,
        I have a scenario where I have to call a ABAP proxy class from a BADI. How can I do this? Does anybody has sample code for the same?
    Please help.
    Thanks
    Gopal

    Hi Gopal,
    Check this out
    DATA: ref_obj    TYPE REF TO zmfg_production_ord.----> BADI
    * Instantiate the proxy class
        CREATE OBJECT ref_obj.
        TRY.
            CALL METHOD ref_obj->execute_asynchronous
              EXPORTING
                output = it_output.     "Output Structure
            COMMIT WORK.
          CATCH cx_ai_system_fault INTO ref_sysexception.
        ENDTRY.
        IF  ref_sysexception IS INITIAL.
          WRITE : / 'Error Message'.
        ENDIF.
    Edited by: Raj on May 28, 2008 4:52 PM

  • ABAP Proxy generation from JAVA

    Hi,
    Is it possible to generate ABAP proxy classes from JAVA?
    If possible then how do we call them during runtime from JAVA?
    Here is what I am trying to do.
    I have XSD  ( Open Travel  Standards schemas). I want to generate ABAP proxy classes for these XSDs.
    So that I can call these ABAP proxy classes from JAVA during runtime. Real implementation of these methods will be implemented in ABAP.
    Thanks,
    Amara.

    hi amara,
    check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nwpi71/helpdata/en/3e/e3fb40f17af66fe10000000a1550b0/content.htm
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b2096f9
    let me know am i reach u r point
    bvr

  • Proxy upgrade from SP1 to SP5 doesn't work anymore for virus scanning.

    Upgraded from SP1 to SP5 and the virus scanning updates no longer work. No changes have been made it is a complete carbon copy using the migrate button. No ip addresses have been altered nor has the ports been changed. I've tried SP2, 3 & 4 and they too fail with a 504 error log. I turned SP1 back on and it works first time.
    If you can solve this I'll be so impressed because its driving me crazy. I've checked all config files and everything is as it should be.

    Hi
    This thread was interesting as I have many customer sites using virus scanning without any problems together with this proxy.. Some sites are really huge as well.
    Can the author of this thread explain how the scanning that now refuse to work is done with the proxyserver... Through an API or as forwarded requests to another scanning proxy (trend micro etc.) or what ? Maybe this is done in some way I am not aware of. Then I am really interested in your problem.
    We mostly use it "user->proxy->vscanner->site" where the proxy and the scanner often run at the same host. This in huge installations together with load balancers infront and behind.
    /Per-Olov

  • Transporting ABAP proxy objects from one environment to another

    Hi
       I have  ABAP client proxy objects ( classes in ECC 5.0 and the corresponding XI message interfaces on the XI server ) - in my development environment.
    I need to move the ABAP proxy objects to the Qa environment. Two ways of doing this come to my mind.
    1) Move the proxy classes within the ECC 5.0 Dev --> QA using normal transport organizer in ABAP workbench. Parallely , move the XI SCVs - from dev to QA ( export/import ). After both are done, go to QA environment, setup basic ECC5.0 <-> XI connection and check whether my ABAP proxies work.
    2) As an alternate approach to no.1, move only the XI based SCVs from Dev -->QA , go to ECC 5.0 QA environment
    and regenerate the ABAP proxies there using SPROXY - perhaps this will not be allowed in the QA environment - since the client will not be setup for any object changes/creation.
    Any thoughts/links/weblogs on the above is appreciated.
    Thanks in advance for your time.

    Hi Kartik,
    We recently moved our outbound proxies from dev to QA and we followed the first approach and we did not face any issues with the approach.
    Also SAP suugests the same approach...
    "You create proxy objects in the development system by using the proxy generation functions. They are transported and shipped by using the tools in the development system. There are separate tools in the Integration Repository (see also: Software Logistics for XI Objects)."
    http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm
    Regards
    Anand
    Message was edited by: Anand Torgal

  • ABAP/J2EE upgrade from 7.0 to EHP1...failed at START_J2EE_EP

    Hi experts,
    I'm currently running a dual stack upgrade from 7.0 to EHP1 SR1 on a 32bit windows system.  I'm using SAPup and Jup and I'm currently stuck on the Java step START_J2EE_EP the main clue I get from the logs is "Can't open shared memory administration (rc = 3)"......there's also another similar message with a different return code - " Can't open shared memory administration (rc = -107)"....
    I can't seem to find anything that has resolved the problem.
    Any help would be much appreciated.
    Cheers,
    JB

    Hi Martin,
    Thanks for the info.
    I basically changed the phase list xml file so that I could skip over this step as well as others that depended on waiting for the events from the parallel ABAP upgrade.
    So I was able to finish the uprade successfully.  But I tried to update the java stack with the latest support pack stack and it failed part way through.  Now my server0 won't start......I'll be posting the problem shortly in a new thread.
    Thanks again!
    JB

  • ABAP proxy client sending to XI   and Receive the data back from the DB

    Hi
    I am new to XI need a clarification on the following scenario
    I have a scenarion where ABAP Proxy (Clinet) from ECC will be sending the data to Data base server via XI,  and needs to return the values back to ECC
    ECC -
    > XI/PI -
    > Remote server  (Database)
          <-- XI/PI <--
    Can anyone give idea how can I develop this scenario.
    I am sure I would be using the Proxy BADI to send the data from ECC to XI in Asyscrounous mode,
    Thanks
    PR

    Hi,
    As you said the data will be sent asynchronously from BAPI to XI which means you will have to split up the scenario into two.
    First One -
    Sender Proxy - XI - Receiver JDBC.
    Second -
    Sender JDBC - XI - Receiver Proxy.
    You can set a flag to"1" when you insert data into table. the run a query on the database which will fetch record whose flay is set to "1" and also simultaneously rest the flag to "0" to indicate that this record is already send to SAP.You can make use of stored procedures too.
    Please award points if the reply is useful.
    Regards,
    Pragati

  • ABAP proxy to FILE - filename partly build from PAYLOAD

    Hi
    I have an ABAP proxy sent from SAPBACKEND ->PI->FILE
    I need to build the filename dynamically based on a template "FILENAME"+variable1.XML
    Variable 1 is from the payload - so a field in my XML - "FIELDVAL".
    How to extract the value from the payload and build the filename dynamically?
    Can I use substitution values in the filename in the CC? or must I build up the entire filename in UDF?
    We are using PI 7.11
    Cheeers

    Hi,
      You can do this either by Dunamic configuration (Writing a UDF) OR by variable substitution..
    Check below links
    http://wiki.sdn.sap.com/wiki/display/Snippets/SAPXIDynamic+Configuration
    http://wiki.sdn.sap.com/wiki/display/XI/CombiningthreedifferentaspectsofPIinoneshot
    /people/shabarish.vijayakumar/blog/2009/03/26/dynamic-configuration-vs-variable-substitution--the-ultimate-battle-for-the-file-name
    Amol

  • Problem Creating an ABAP Proxy based on a WSDL which uses extensions.

    Hi all,
    I'm trying to create an Asset in Salesforce using ABAP.
    I can generate the ABAP Proxy OK, (from the SalesForce Enterprise WSDL I created)  but the Asset definition does not exist.
    I think my issue stems from the fact that the SalesForce WSDL uses extension elements for the definition of Asset.
    I found the following notes on the extension element
    516072 - XI Proxy Generation (not really for abap)
    1386239 - Extention of complex type containing xsd:any (this is close but we are on  SAP BASIS Release 70 701 not 702
    Threads which talks about extension element not supported.
    Proxy generation terminated: WSDL error ( EXTENSION not supported)
    WSDL Error: Element 'extension' not
    Threads  which talks about how to modify the WSDL
    Creating ABAP proxy from WSDL fails when <extension> present
    Creating ABAP proxy from WSDL fails when <extension> present (but this is using xmlspy which I don't have and the instructions aren't clear to me)
    What I'm really looking for is
    1) Any Notes which I could apply in a basis 701 environment to enable creating abap proxies from wsdl with extension elements
    2) Any tips on how to modify my WSDL to remove the extension elements yet still offer the same functionality (i.e. I need to use the create function with a sobject of Asset (which is currently defined via an extension.
    3) Anyone who has integrated with SalesForce to create SalesForce objects (Accounts, Assets, etc) either tips on how to modify the WSDL or sample ABAP code as to how you got around the missing extension elements.
    Regards,
    John

    Hi John,
    couldn´t you post a section from your wsdl file which includes the type definition with an extension?
    I think you could remove the extension an copy all elements from the type definition which is extended into the new type definition. 
    Here an example that you get the idea:
    <xsd:complexType name="PERSON">
            <xsd:sequence>
               <xsd:element name="firstName" type="xsd:string"></xsd:element>
               <xsd:element name="lastName" type="xsd:string"></xsd:element>
               <xsd:element name="ageInYears" type="xsd:int"></xsd:element>
               <xsd:element name="weightInLbs" type="xsd:float"></xsd:element>
               <xsd:element name="heightInInches" type="xsd:float"></xsd:element>
            </xsd:sequence>
         </xsd:complexType>
         <xsd:complexType name="femalePerson">
            <xsd:complexContent>
               <xsd:extension base="typens:PERSON" >
               <xsd:element name="favoriteLipstick" type="xsd:string"></xsd:element>
               </xsd:extension>
            </xsd:complexContent>
         </xsd:complexType>
    is going to be ->
    <xsd:complexType name="PERSON">
            <xsd:sequence>
               <xsd:element name="firstName" type="xsd:string"></xsd:element>
               <xsd:element name="lastName" type="xsd:string"></xsd:element>
               <xsd:element name="ageInYears" type="xsd:int"></xsd:element>
               <xsd:element name="weightInLbs" type="xsd:float"></xsd:element>
               <xsd:element name="heightInInches" type="xsd:float"></xsd:element>
            </xsd:sequence>
         </xsd:complexType>
         <xsd:complexType name="femalePerson">
               <xsd:element name="firstName" type="xsd:string"></xsd:element>
               <xsd:element name="lastName" type="xsd:string"></xsd:element>
               <xsd:element name="ageInYears" type="xsd:int"></xsd:element>
               <xsd:element name="weightInLbs" type="xsd:float"></xsd:element>
               <xsd:element name="heightInInches" type="xsd:float"></xsd:element>
               <xsd:element name="favoriteLipstick" type="xsd:string"></xsd:element>
         </xsd:complexType>
    Save your changes to a local file and use this to generate your proxy.
    Bye Richard

  • ABAP Proxy Acknowledgments

    Hi,
    I have an integration process that receives Asyn ABAP Proxy messages from R3.
    After some processing the process sends back an acknowledgment to the message (positive or negative).
    I would like that messages that received an negative ack, appear in R3 Monitor with a red flag, so i can restart them.
    However, all messages appear successfully processed independently the type acknowledgment sent.
    Is there any thing i should do in ABAP when i'm calling the proxy?
    Tks.
    Jose

    I believe i have to call this method SET_ACKNOWLEDGMENT_REQUESTED , when calling the proxy.
    However i believe there is no such method in SAP R3 (620).
    If i can't get Acknowledgments working I will try another solution, like calling a proxy with message GUID and Status. The problem is that i can't find a way to change the message status in R3, and i really need it to restart errors.
    Anyone can give me a solution?

  • Doubt on  ABAP Proxy transport

    Hi Friends,
    I have moved an abap proxy request from dev to quality, but the request has some errors in quality.
    How the procedure like whether to transport XI repository objects first or ABAP Proxy.
    In Abap Proxy is it ok if i transport only the active objects?
    Thanks.

    Hi,
    Do the XI transport first and then do the ABAP transport.
    Regards,
    Sunil.

  • New for ABAP in functional upgrade from 4.6c to ECC6.0

    i want to know the enhancements, additions and changes in the technical side/ABAP , when moved from 4.6c to ECC6.0 in case of FUNCTIONAL UPGRADE only....
    our compny has done FUNCTIONAL UPGRADE so far..whats new for technical ppl like us apart from changing bdcs, some missing functions, etc...
    thanx,
    Naveen Vishal

    Hi
    Technical upgrade is the fast upgrade without additional functionality but with minor user interface changes to ensure business continuity.  In the past, all objects modified by a customer had to be manually re-modified during an upgrade. Now, modifications are either automatically adopted or the system provides you with an assistant for adjusting your modifications to the newly upgraded configuration using transactin SPAU and SPDD.
    SPDD:  This transaction allows you to adjust modifications to ABAP Dictionary objects during an upgarde.
    Using this transaction we can adjust the Domains, Data Elements, Tables, Strcutures, Transparent tables, pooled and cluster tables including their technical settings, indexs of transparent tables. If you adjust data elements that have been changed with the Modification Assistant in an earlier release, the changes can be copied automatically.
    Steps to run SPDD: 
           1.      1)  Start transaction SE03 as user DDIC and choose Administration ® Set system change option
           2.      2)  Select Modifiable in the Global setting dialog box.
           3.      3) Choose Continue.
           4.      4) Choose Edit ® Select all.
           5.      5) Save your changes.
           6.      Then log on as a normal user, since user DDIC may not perform any repairs.
    SPAU:  This transaction allows you to adjust programs, function modules, screens, interfaces, documentation and text elements after an upgrade.
    After you adjusted or edited an object, you can use User/Status function to modify the status of the object. Before doing this, you can also add other developers or testers that are allowed to edit the object and create a short note.
    Steps to run SPAU:
    1) Start transaction SE03 as user DDIC and choose Tools ® Administration ® Set system change option.
           2.      2)  Select Modifiablein the Global setting dialog box.
           3.      3) Choose Continue.
           4.      4) Choose Edit ® Select all.
           5.      5) Save your entries.
           6.      Then log on as a normal user, since user DDIC may not perform any repairs.
    Other important topics in Technical Upgrade:
    Updaring the Development System: Perform the adjust int he development system using SPDD and SPAU transctions and assign to transport requests.  The upgrade control program R3up exports the transport that you have marked in a later upgrade phase.
    Upgrading the Production System: During this phase, the R3up upgrade control program checks whether there are any change requests registered for transport from the development system to the production system. If this is the case, R3up offers to import the transport automatically, instead of you carrying out adjustments with transactions SPDD/SPAU. If you choose this procedure, you still have the option of stopping SPDD/SPAU to check the changes accepted automatically before they are activated.
    If you decide to import a transport automatically, a subsequent analysis checks whether there is an entry in the transport you specified for each modified object found in this SAP System. Only if this is the case is the transport marked as suitable.
    If there are more modified objects in the production system than in the test system, they cannot be dealt with by the transport. This means that you have to adjust these objects.
    If you had more modified objects in the test system than in the production system and these are also contained in the transport, you import these into the production system with the transport
    regards
    karthik
    Reward points if useful

  • Push data from BW 3.5 to XI 3.0 via ABAP proxy

    Hi,
      I have the following scenario: I´m in BW 3.5 trying to send data to XI 3.0 via ABAP proxy. I´ve already found a "How-to" to do build this scenario, but something does not work. I think that problem is when a try do the logon from BW to XI because I got the message "logon data not provided" on http service in XI. I´ve already configure an RFC Destination(SM59) as R/3 connection(type 3) and another as HTTP connection to R/3(type H) and both are correct. Someone knows where I configure the user/pass to logon from BW Intergration Server to XI Integration Server?
    Regards,
    Rafael Soares

    Hello fellows!
       I discovered that my problem was configuration on SXMB_ADM transaction.
       Thank you very much for your help!
    Best regards.
    Rafael

  • Lost message from XI 3.0 to ABAP proxy

    Hi,
    we are currently trying to send a message from SAP Rel. 4.5B by RFC to XI 3.0 and then posting it by ABAP proxy technology to an SAP System 4.7 based on WebAS 6.20
    Everything seems to be fine while the message is marked "successfully processed" in the XI but we cannot find the message in the destination system. It seems that the message gets lost in the XI.
    We've already checked our parameters and everything seems to be well maintained.
    <b>Does anybody has had a similar problem? Could this be a communication problem between XI 3.0 and 2.0?</b>
    Thanks for any comment.
    Christina

    Hi Colin,
    just to be sure that we are talking about the same.
    In the Integration Engine we defined in SM59 one entry of type "R/3 connection" with the parameters
    - target host: /H/SAP01L0C.cdc.xxxx.com
    - system number: 40
    - gateway host and gateway service
    In the Integration Builder (Configuration Runtime) we defined one communication channel for the destination system with the parameters:
    - Transport Protocol: HTTP 1.0
    - Message Protocol: XI 2.0
    - Adapter Engine: Integration Server
    - Adressing Type: URL Address
    - Target Host: SAP01L0C.cdc.xxxx.com
    - Service Number: 8440
    - Path: /sap/xi/engine?type=receiver
    and the part with the authentication data including logon language and client.
    Do we have to make an additional entry in SM59 in the Integration Engine of type "HTTP Connections to R/3 System"?
    Regards,
    Christina

Maybe you are looking for

  • Error in creating Duplicate Database in same server..

    Hi, I am getting following error when creating duplicate database DB Version=10.2.0.4 $ rman target sys/sys@test nocatalog auxiliary / Recovery Manager: Release 10.2.0.4.0 - Production on Mon Sep 28 15:13:32 2009 Copyright (c) 1982, 2007, Oracle. All

  • JSF & converters

    Hello, sorry for my bad english. I don't understand something. Use a outputText for example, and bind its value to an Integer for example, already instanciated in the backing bean. Then, set a DateConverter to this outputText and display the page, yo

  • HT1766 Manually restore data from iTunes to iPhone

    My 64 gb iphone 5 had the sleep button defect, and it is being fixed free. They gave me a 16 gb replacement to use until mine is back from being repaired. I backed up my 64 gb to itunes before I let them send it in, but when I try to put everything o

  • BIG IPAD ISSUES PLEASE HELP..

    Hi. I forgot my password and i've tried to reset it.. It didnt work because they said i had to go in my ipad and turn off my ''find my ipad'' Please help I need for school.

  • (Illustrator CS6) Spacebar stops working seemingly randomly

    This is an infrequent issue I've had, but it has happened more than once in the last few weeks that I've been using CS6 on a regular basis: On occasion, my spacebar will just stop working in Illustrator CS6, so I can't use the hand tool or zoom or- y