ABAP proxy client call PI with new client 120 in old business system

Hi all
We have a requirement to call PI from ABAP client proxy in synchronous mode via a CRM client 120.
CRM client 100 is already configured in the Business system talked above but now we need the same business system to be configured for client 120 as well.
My question is If we go to the SLD and
|-> Click on Business System
|-> Add new client 120
Will it work or we need to do some extra configuration for communication channel.
Also please let me know how to configure Integration Directory for sender agreement, Receiver Agreement and the communication channel.
Thanks in Advance.

Hi Naina ,
We have a requirement to call PI from ABAP client proxy in synchronous mode via a CRM client 120.
CRM client 100 is already configured in the Business system talked above but now we need the same business system to be configured for client 120 as well.
My question is If we go to the SLD and
|-> Click on Business System
|-> Add new client 120
> hope the technical entry of CRM is already in SLD . So you just need to make a business system entry . point the business sytem to the technical system entry with the right client here 120 .
Will it work or we need to do some extra configuration for communication channel.
> since sender is client proxy you don't need to do anything in case of receiver proxy you will be needing reciver communication channel of XI adapter type .
for proxy based communication your application system(other than PI/XI) should be able to make a proxy call to XI or receive a call from XI .for this purpose you need to make some settings at R/3( or CRM level)
For this check blog  : /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
Abap proxies ( Client and Server proxies)
Other steps i.e Interface determination/receiver determination are as usual .
Regards ,

Similar Messages

  • Upgrade the app with new client ID

    Hi,
    I have registered ClientID from my site and used same client id while creating package for SharePoint provided host app. For some reasons my client got deleted from azure.
    My app contains some azure service related calls.
    Command I have executed to get the app principal id:
    Connect-MsolService
    get-MsolServicePrincipal
    -AppPrincipalId
    '<my client id>' 
    Error:
    get-MsolServicePrincipal : Service principal was not found.
    At line:2 char:1
    + get-MsolServicePrincipal -AppPrincipalId '<my client id>'
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OperationStopped: (:) [Get-MsolServicePrincipal], MicrosoftOnlineException
        + FullyQualifiedErrorId : Microsoft.Online.Administration.Automation.ServicePrincipalNotFoundException,Microsoft.Online.Administration.Automation.GetServicePrincipa
       l
    Still I can able to view my id details from below site:
    https://mysite/_layouts/15/APPPRincipals.aspx
    Later I have registered with new client id and used the same in while upgrading
    the app.
    Still the service related pages are pointing to old IDs.
    Can't we change the app client ID while upgrading the app?
    Thanks,
    Surya

    - Go to Settings>Store and make sure are signed into your account. Then try to update your app. Make sure you update only your app, not update all.
    - To update the other app you will have to sign into that account.
    - If there are apps that need updating that were purchased form more than one account you have to update them one at a time until the remaining apps were purchased by one account.

  • I renamed my Apple ID with new name but the old password is no more working. What should I do ? After renaming I am getting pop up message regarding icloud on my screen but I am unable to set off the message box now

    I renamed my Apple ID with new name but the old password is no more working. What should I do ? After renaming I am getting pop up message regarding icloud on my screen but I am unable to set off the message box now

    What to do after you change your Apple ID email address or password - Apple Support
    ÇÇÇ

  • ABAP Proxy: Error calling Proxy

    Hi guys,
    Here I am with another amazing mistake.....
    After searching the forum, reading some suggestions, notes, I'm a little bit lost on how to figure out what is wrong...
    I've created a receiver ABAP Proxy. XI should call this proxy and receive the consequent response.....
    I've tested the ABAP Proxy, everything is working fine...I've encountered some errors but was able to bypass them... But this one is getting hard...I've found one or two similar threads, or with the same error description but I had no luck in overcoming the error....
    So, what is the problem....:
    When XI is calling the ABAP Proxy I get:
    <SAP:Category>XIServer</SAP:Category>
    <SAP:Code area="INTERNAL">EXCHANGE_PROFILE_ACCESS</SAP:Code>
    <SAP:Stack>Error while reading exchange profile for system DEV and client 100</SAP:Stack>
    I've searched the exchange profile but everything seems ok...
    The user has all (and more) the authorizations needed....
    Can you guys give me some hints? Or suggest any attempt....?

    Kumar,
    as I said before, in SPROXY i can test the interface with no errors....
    In the Application System the sldcheck returns no errors and the RFC Destinations return no errors on the connection tests...
    I really can't understand what this problem might be...
    Problem solved
    What was it? Well, I'm really not sure...Like most of the threads related to this topic it's quite an awkward problem....I've tested some RFC connections which were created, changed some parameters, restarted the system and voila....
    Thanks
    Message was edited by:
            Gonçalo Mouro Vaz

  • ABAP Proxy Generation on Interfaces with GDTs

    Hi all,
    I created an aggregated data type with references to data types listed under the SAP GLOBAL SWCV within the namespace for the GDTs.
    When I now try to generate an ABAP proxy in my backend system, I always get an error that these types cannot be generated because they have an other namespace.
    Well, this message sounds logical for me, because this GDTs have to reside within an other (super) package(?), but how do I have to proceed with that?
    From my point of view the GDTs delivered by SAP should already be generated within the ABAP Stack of the backend systems or they have to be automatically generated within a special package. When I try to generate it the system additionally wants to generate the GDT type references also with the custom prefix.
    Does anyone have a good explaination on that?
    Thanx
    Olli

    Hi Ollie.
    Have you got a link to somewhere where they mention this component?
    The problem I have with this is that there is business related content in the SAPGLOBAL SWCV. If you browse it you will see some Employee data types which relates to CRM systems. If you install this component on let say a SRM box what will it do with these "unrelated" business types.
    Will these types be generatable?
    Questions, questions...and finding answers is nearly impossible.
    Anyway, what we did is to develop a Custom Common component which contains only datatypes. All other SWC's has this component as a dependancy. When we developed a new interface we would look for the datatypes in the SAPGLOBAL SWC (or the catalog) and copy it to the Common component.
    We would then use the data types in the Common component to build the freeform data types in the other SWC's.
    This way you still have only one place to maintain the global data types (in the common component).
    Nice to share ideas.
    Rod

  • ABAP proxy based on XSD with specific requirement for NAMESPACE

    Hi
    I'm using PI 7.11
    My scenario is an ABAP proxy from SAP backend to filereceiver. NO mapping.
    The SI is based on an XSD from our customer, which have a targetnamespace, so a namespace requirement of six chars namely "SBSFL1:nnn".
    When sending the message from our SAP backend - SAP ALWAYS ignore this targetnamespace SBSFL1 and replaces it with nr1:nnn. Why? When taken the same XSD into xmlspy and generating sample XML et works great all nodes/fields have a prefix of SBSFL1 ....
    Why is PI 7.11 ignoring this targetnamespace requirement. I was hoping this was possible to archive WITHOUT any XSLT mapping or other "tricks" in the MAPPING runtime (i want to avoid any mapping because of performance)
    Hope for som help, since this is a major issue
    Cheers and thx in advance

    > Why is PI 7.11 ignoring this targetnamespace requirement.
    Because there is no standard having a specific namespace prefix.
    It does not make any difference which namespace prefix is used.
    Unfortunatly some developers don't about the XML standards and expect a specific namespace prefix, like PIDX.
    Blame them
    Regards
    Stefan

  • ABAP Proxy to XI scenario with no Receiver

    Hi,
    I am working on a scenario where R/3 sends a request to XI through ABAP Proxy and expects response synchronously.   I am calling a UDF Java function within a mapping to get response, so there is no receiver, per se.
    Can someone guide me how to map this scenario? 
    REQUEST_DT: Field1, Field2
    RESPONSE_DT : Resp_Field1
    Grpahical Mapping: Pass Field1, Field2 to a UDF function which populates Resp_Field1.  This Resp_Field1 is sent back to R/3 synchronously for the Request.
    I hope someone can help me.
    Thanks
    Venkat Viswanathan

    Hi ,
    check these links also...
    /people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b2096f9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501
    sekhar

  • Old macbook replaced with new one, still have old hard drive.

    I have the old hard drive from my non functioning 3 year old white macbook. Today I have a new white macbook complements of extended warranty. I tried swapping the old drive with the new, but it entered into a boot up loop. It chimes, sits there on the grey screen, then reboots. I'm assuming this is due to upgraded hardware in the new macbook being incompatible with OSX Tiger on the old drive.
    So is it possible to put the old drive into an external drive case and run the migration assistant to transfer all the settings, apps, etc across? Is there another way I can make the old drive work with the the new macbook? Thought I might ask before I start shelling out for an external drive case or paying the apple repair store to transfer my data.
    Thanks,
    Warren.

    Yes you could install it into an external drive case. (They are not that expensive).
    Yes, you could reformat the drive GUID partition and install your OS on it.

  • Sync iPad with new mac in without old mac

    Have moved to another city than my home, left iMac at home (old without intel so no cloud) -- bought new iMac and want to sync my ipad now to the new mac NOT the old.  It wants to erase my ipad --- don't want to lose my aps.  How do I stop the sync with old mac and switch to new -- won't be back in old house til mid-Feb so want to sync now with new.  As iMacs are different version and in different cities I couldn't just write my files from one to another so transferred via external drive my music and photos.  Now want to ensure I can sync my iPad.  Advice on how I do this without losing all my aps?  Thx. 

    Read this discussion and see my posts (Demo) and King Penguin's posts. If you follow the instructions that we discussed you should be fine. There are ways to get all of iPad content into iTunes on the new Mac discussed in this thread.
    https://discussions.apple.com/thread/3305461
    Whatever does not apply - just ignore. The only change in terminology for a Mac running iTunes is iTunes>Preferences>Devices - not Edit>Preferences>Devices like on a PC.

  • WebDynpro ABAP : Error when calling ME23N with URL

    Hi all,
    I have some problem with my WDA. I have an ALV in web dynpro and it displays Document number for Purchase Order.
    When a user clicks on it, we call SAP WEBGUI using ITS and I create dynamically URL to display the document.
    But I can't set the PO number when I call the ME23N while i passed the PO number in parameter of my URL.
    My URL has this content : http://xxxxxxx/sap/bc/gui/sap/its/webgui/?sap-client=&~transaction=ME23N&MEPO_TOPLINE-EBELN=xxxxx
    But the Po display isn't the same. I don't found any solutions for this problem
    Anybody has an idea ?
    Thanks in advance for your feedback.
    Regards
    Ludovic Bento

    Hello,
    I found the correct way to open ME23N in WebDynpro:
    *Create URL
        CONCATENATE 'http://' host ':' port
                    '/sap/bc/gui/sap/its/webgui/?sap-client=&~transaction='
                    'ME23N' '&~OKCODE=MECHOB&%20MEPO_SELECT-EBELN=' lv_ebeln
                    '&%20MEPO_SELECT-BSTYP_F=X&%20~OKCODE=MEOK'
                    INTO url.

  • ODM client not bundled with 11g client install?

    All,
    Our 10g Oracle Client install includes the Oracle Directory Manager.
    We just installed the Administration version of the 11g client and I don't see ODM there.
    Can someone verify that ODM is not bundled with the 11g client?
    If it is bundled, how do I run it? The 11g Installer did not give me a menu item for it.
    Thanks,
    John

    Ok... despite the overwhelming response on this forum I contacted Apple support to found the solution.
    All mac's need internet access to send and receive the Apple Push Notifications. Even if the server is on the same network....
    For those behind a firewall / proxy and not quite keen on letting clients have full access; all apple servers are on the 17.0.0.0/8 range.
    For thosel looking to restrict even more (http://support.apple.com/kb/HT5302)
    2195, 2196
    TCP
    Used by Profile Manager to send push notifications
    5223
    TCP
    Used to maintain a persistent connection to APNs and receive push notifications
    80/443
    TCP
    Provides access to the web interface for Profile Manager admin
    1640
    TCP
    Enrollment access to the Certificate Authority
    Kind regards,
    Domien

  • 'UnknownHostException: proxy' after calling Webstart with Java 6

    Hello,
    after calling a Java Webstart application with 1.6.0_13, installed (exactly: build 1.6.0_13-b03), I've got an 'UnknownHostException: proxy' (detailed stacktrace see below) at the beginning of the log output. This error log doesn't appear with 1.5.0_16. Nevertheless the webstart application is running on both Java versions (5 and 6); only that error log on Java 6 is strange.
    What may be the reason for this 'UnknownHostException: proxy' log?
    How to avoid this exception even for Java 6?
    Thomas Wiedmann
    Detailed stacktrace:
    java.net.UnknownHostException: proxy
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at com.sun.deploy.net.proxy.AbstractAutoProxyHandler.getJSFileFromURL(Unknown Source)
         at com.sun.deploy.net.proxy.AbstractAutoProxyHandler.init(Unknown Source)
         at com.sun.deploy.net.proxy.DynamicProxyManager.reset(Unknown Source)
         at com.sun.deploy.net.proxy.DeployProxySelector.reset(Unknown Source)
         at com.sun.javaws.Main.initializeExecutionEnvironment(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    JNLP JREDesc in Component ignored: null

    Have you actually configured a proxy? Could it be something wrong with this config?
    Anyway check your connection settings in the java control panel (you'd may wanna give a look here too).
    Bye.

  • ABAP PROXY - how to load a new field into SAP SNC system

    I am also curious about the proxy process. Please let me know if you know of a post that has mentioned this before.
    We have to customize our Delivery Schedule Notification proxy. I already regenerated the standard one into a Z proxy name. I already put in my custom code to load Z fields into a Z table.
    Here is my new problem. The users wants more additional fields.
    Here is the standard proxy generated layout for this structure:
    /SCA/BIF_S_DELIVERY_SCHEDULE
    CONTROLLER
    ID
    TYPE_CODE
    CREATION_DATE_TIME
    BUYER_PARTY
    VENDOR_PARTY
    BILL_TO_PARTY
    NOTE
    ITEM
    Here is the new proxy generated layout for this structure:
    ZDELIVERY_SCHEDULE_NOTIFICATIO
    CONTROLLER
    ID
    TYPE_CODE
    CREATION_DATE_TIME
    BUYER_PARTY
    VENDOR_PARTY
    SUPPLYING_VENDOR
    BILL_TO_PARTY
    NOTE
    ITEM
    Notice that SUPPLYING_VENDOR is the new field. VENDOR_PARTY is already loaded into the system. How can I get SUPPLYING_VENDOR loaded into the database?
    Thank you in advance for your assistance.
    Edited by: DAVID CRAIG on Jul 29, 2009 2:16 PM

    Hello.
    Thank you for the information.  I need to clarify my situation.
    I understand there is a PROVIDER CLASS.  Within that PROVIDER CLASS there is a METHOD.   Inside that METHOD there is a place for me to put my code in.  I have already done that work for a previous requirement.  I moved Z fields to a Z table.
    My new requirement has a field SUPPYING_VENDOR that was inserted into one of the SAP structures.  It was placed next to VENDOR_PARTY.
    Here are my steps of execution:
    1.  Go to transaction /N/SCA/ICH_S (SNC Supplier View)
    2.  Click on RELEASE
    3.  Click on RELEASE OVERVIEW
    4.  Click on GO
    5.  Click on DETAILS
    6.  Click on the SHIP-FROM LOCATION tab
    The SHIP-FROM LOCATION field is currently being populated by the VENDOR_PARTY field from the proxy.  This is done automatically by SAP.
    1.  How do I find the table and field name for that field?  This is in the Supply Network Collaboration screen, not normal SAP transaction.
    2.  How do I get that SUPPLYING_VENDOR data to populate SHIP-FROM LOCATION instead of VENDOR_PARTY?

  • ABAP Proxy synchronous call to webservices

    Hi,
          I have the following synchronous scenario.
      SAP R/3 outbound proxy <-> SAP XI <--> Webservices.
    When I try to execute the proxy Execute synchronous,I am getting the following exception caught.
    CX_AI_SYSTEM_FAULT.
    What could be the possible reason for the exception to be thrown?
    Thanks,
    Leo

    Hi,
    This exception is thrown when there is an error in XI in a sync call.
    What does your message display show in SXMB_MONI in XI ?
    Kind regards
    Colin.

  • Calls dropping with new OS

    I have a 4s, and updated to the new OS a couple of days ago. Ever since then it has been constantly dropping calls. Any suggestions before I head for the Apple store? And what will they tell me?

    Hello Ron,
    Thank you for using Apple Support Communities!
    I would recommend the troubleshooting from this Troubleshooting Assistant:
    Calls and connection issues
    http://www.apple.com/support/iphone/assistant/calls/
    Cheers,
    Sterling

Maybe you are looking for

  • Why can't I download lightroom from the creative cloud menu???

    Why can't I download lightroom from the creative cloud menu??? I just signed up for creative cloud tonight and on the files and apps page, it's listed. When I click to download, the adobe application manager doesn't list it. How to I download it?

  • Time remaining for a mailbox move

    Hi All, I am using Primal form to monitor my mailbox moves and have the following script $outputbox.text = get-moverequest| get-moverequeststatistics |Sort-Object PercentComplete -Descending | ft displayname, @{label=" % "; expression="percentcomplet

  • Problem importing raw files from camera

    Hello I am new to digital photography and am having trouble importing raw files from my panasonic lumix g1 into elements 7.  I can import them into the software that came with the camera, but I would rather use photoshop.  Can anybody advise me on th

  • Logging ASA commands to syslog

    Hi Guys Is it possible and if so, can you tell me how to log command entered by a user to go to a syslog server. Similarily to the archive command on ISO. Thanks in advance Noel

  • Permission Denied Error messgae when using BIAPPLICATIONFRAME

    I am trying to use BIAPPLICATIONFRAME UI to display a Web Application in our Development system but I am getting an error message of Permission Denied in Internet explorer. I have SAP_ALL access in the development system. Has anyone come accross this