Importing service interface in duet SAP system

Hi,
How is the service interface which is designed and created in the ESR imported into the duet SAP system? I created a service interface in the ESR, but when I go to SPROXY in the duet SAP system the interface doesn't show up.
Thanks,
Kuttappa

Hi Kuttappa,
do you have a [working] connection configured in your landscape between the ESR and the SCL server?
You do this on the Duet Enterprise SCL server and Create a Type G RFC destination to connect to the ESR system from the SCL server; and next go to ESR / transaction SM59 to create the RFC connection from ESR to SCL.
See the SCL Developer Guide for installation/configuration
See also thread [Enterprise Service Repository (ESR) setup in Duet Enterprise|Enterprise Service Repository (ESR) setup in Duet Enterprise;
Best regards, William

Similar Messages

  • Down-/Upload files via Web Services using a NON-SAP system!?

    Hello,
    is it possible to down-/upload files via web services using a NON-SAP system!?
    Regards,
    Jens

    Hi Jens,
    I am not sure about your requirement here. What i could understand is that you want to check whether service could handle file processing?
    1) Uploading file - You can build a Webservice which has import/export parameters as the file structures and implement the proxy class in such a way that the passed data is written to application server.
    2) Downloading file - Same as uploading file, but the proxy class would have the code to extract data from the application server and pass them as output parameter.
    Functionality of Non SAP system: The system which calls these services should be able to convert the output of proxy data into file in case of downloading the file and it should be able to convert the file data into export parameters in case of uploading file.
    Hope this helps.
    Regards,
    Prasanna

  • How to import external Transport request into  sap system

    Hi Gurus,
    I  have Transport request in the cofiles and data  files into one sap system
    how to import  those files into  another  sap system (those are different sap systems)
    could u tel anyone  any settings is required  and how to import Those Transport request.
    Any help is appreciated.
    Thanks in Advance

    Hi Siva,
    After copied the datafile  and cofile in the target system go to Tcode STMS> select the target system import queue,there you go to menu extras>other request-->add, give the request no and excute it.
    It will put the request in the que then you can import it to the target system.
    Thanks,
    Satyabrat

  • How to Import ES Webservices into my SAP system ?

    When I Log into SAP's IDES -
    Under transaction WSADMIN, I see that there is a node for "SOAP Application for Webservices".
    Under this node are some services that I am interested in importing to my DEV SAP system.
    Is there any way to do this? I read a note somewhere that using ERP Add-on I could do it. I am trying to look for some pointers / information on how to accomplish this.
    Thanks for your help in advance.

    Hi ! Naresh
    Just Check this thread may be useful to you
    Importing the ES Bundle webservices into the Service Registry of PI
    also this Blog
    Import an Enhancement Package Service (EhP) into Enterprise Services Repository (ESR) and create a Web Service Client
    Regds
    Abhishek

  • Hi prloblem while importing the table in to sap system

    hi
    I exported a table from sap and set the values and i am importing same table to sap system
    when I am executing that function i am getting following error at mConnection.execute();
    error
    com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Illegal access to a string (offset too large)
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeExecute(Native Method)
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.execute(MiddlewareRFC.java:1242)
    at com.sap.mw.jco.JCO$Client.execute(JCO.java:3816)
    at com.sap.mw.jco.JCO$Client.execute(JCO.java:3261)
    at com.example.Testing.main(Testing.java:46)
    my program
    package com.example;
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.Map;
    import com.sap.mw.jco.*;
    import com.sap.mw.jco.JCO.AbapException;
    import com.sap.mw.jco.JCO.Structure;
    import com.sap.mw.jco.JCO.Table;
    import com.sap.mw.jco.support.SapInfo.MyRepository;
    public class Testing {
    @SuppressWarnings("deprecation")
    public static void main(String[] args) {
    JCO.Client mConnection;
    JCO.Repository mRepository;
    JCO.Function function;
    mConnection = JCO.createClient("800", "AGORE", "sap333", "EN","10.25.116.33", "00");
    mConnection.connect();
    mRepository = new JCO.Repository("ARAsoft", mConnection);
    IFunctionTemplate ft = mRepository.getFunctionTemplate("ZBAPI_CREATE_QUOTATION3");
    function = ft.getFunction();
    if (function == null) {
    System.out.println("ZBAPI_CREATE_QUOTATION3" + " not found in SAP.");
    JCO.ParameterList list = function.getTableParameterList();
    JCO.Table ztable = list.getTable("QUOTATION");
    for (int i = 0; i < 3; i++) {
    ztable.appendRow(); //ztable.setValue(value, field name)
    ztable.setValue("6000000012"+ i,"RFQ_NUMBER");
    ztable.setValue("00010"+ i,"ITEM");
    ztable.setValue("0020"+ i,"PRICE");
    list.setValue(ztable,"QUOTATION");
    System.out.println(ztable);
    System.out.println(list);
    function.setTableParameterList(list);
    try
    mConnection.execute(function);
    catch(Exception e)
    e.printStackTrace();
    System.exit(1);
    JCO.Table codes = null;
    try {
    codes = function.getTableParameterList().getTable("QUOTATION");
    System.out.println("Return Values starts HERE:");
    for (int i =0; i < codes.getNumRows(); i++){
    codes.setRow(i);
    System.out.println(codes.getString("MANDT")+ '\t'+
    codes.getValue("RFQ_NUMBER")+ '\t'+
    codes.getString("ITEM")+ '\t'+
    codes.getString("PRICE")); }
    catch (Exception ex) {
    ex.printStackTrace();
    System.exit(2);
    mConnection.disconnect();

    Guys,
    I am able to solve the problem. I think the problem is Language settings difference between Database and OWB repository.

  • How to import a transport from one SAP system to another SAP System?

    We have a requirement where the same security report needs to be made avialble across the whole SAP landscape - comprising of ECC6, PI7, BW, HR , SRM, CRM etc.
    To reduce the time and effort, is it possible to create the report in ECC6 attach it to a transport request and import it into SRM, CRM etc?
    If so, what is the procedure?
    Thanks,
    Bhaskar

    Hi
    Yes it is possible. Attach the report to the request and release the request. It will create cofile and datafile for the request in folder /usr/sap/trans/data and /usr/sap/trans/cofiles.
    Copy these two files and paste them into the target system in the respective folders i.e the above mentioned directory structure.
    The data file should look like Rxxxxxx.SID and cofile should look like Kxxxxxx.SID where xxxxxx is your request number.
    Once these are copied in the target system, logon to target system goto STMS, goto the import queue of the system, then extras --> Other requests --> Add, enter the request number as in original system <SID>Kxxxxxx, and enter.
    Then you should be able to import it.
    Hope this clarifies.
    Regards
    Rahul

  • Shift of Customer service department from Non SAP system

    Hi All
    I have two companies one in SAP and other Non SAP .Now the Client has planned to move/MERGE  the Customer service department  (ONLY ) of the non SAP legacy to the existing SAP company code ,though there is no physical movement of Goods from the  new merged SAP plant since all sales process involve 100% drop shipment.So for this what should be the ideal approach ?
    My gues would be to create New Sales area/Sales office/ sales group assigned to the SAP company code,data upload of material master/customer master/vendor/open order/open billing etc..
    Pls advise if this the apt one ?
    thanks
    Viswa

    Hi Will,
    Please check configuration "Reset Time Series for Incoming ProductActivityNotifications". This should help you reset old values with new values.
    IMG - Supply Network Collaboration -> Basic Settings -> Processing Inbound and Outbound Messages -> Display of External Exceptions and Logs -> Reset Time Series for Incoming ProductActivityNotifications
    Hope this helps you.
    Thanks,
    Sunil

  • Enable WSRM (Web Service Reliable Messaging) in sap system

    Hi All,
    Can any one provide document to enable wsrm in sap pi system.
    your help is much appreciated
    Thanks,
    Narendar.

    Hi,
    Please check below link it will help you.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/107256c4-d4c4-2d10-fca1-d1676081892b?QuickLink=index&…
    Best Regards,
    Atul

  • Cannot set required connection params for interface import from SAP system

    Hello all
    I'm trying to import some interfaces (RFC) from SAP system. For this I need to set the connection paramters pointing to the SAP system. Unfortunately it is not possible... all fields remain "greyed out" regardless what I'm trying.
    JVM is 1.4.2_12
    My user account has SAP_ALL so it shouldn't be an authorization problem...
    Where to control this?
    Any ideas?
    BR
    Renaud

    Hi,
    After you import the SWCV from SLD. while creating the NAmespace in IR select the radio button Import RFC/IDOC from SAP radio button.
    And the save it.Now it shld be possible
    Regards
    Seshagiri

  • Consuming ABAP Web Service in Non SAP system

    Hi
    I have created an ABAP web service form the RFC and configured it in the SOAMANAGER. I have tested it in Web Service Navigator using the URL and it is working fine.
    Now I am trying to access it from the Non SAP system using Java Code. I am able to access the WSDL using the URL from the step 1 but not able to receive any output when providing inputs.
    So I am not sure if I am missing any configuration on the Provider System (SAP) or on the Consumer system (Non SAP) to access the web service. As far I have not configured anything on the consumer system. Please let me know how to consume the web service in the Non SAP system.
    Thank you,
    Rohit

    not necessarily an answer to your question, but i find that when creating SAP web services, before we create the code for consuming them, I always test them with the SOAPUI package. with this test suite you can import the WSDL, and run individual tests, seeing the input, output, exceptions, etc. This is a good way to check the connection, the flow and the service logic, before writing any code. This will also let you know whether it is a WS issue, or an issue with your code.
    just a thought, from someone who has been there...
    http://www.soapui.org is where you can find the SOAPUI. It helped me out a lot.
    Dave

  • Interface module in GTS from Non-SAP system

    Hi, GTS experts,
    Can you give me some hint please.
    Now I'm plannning to connect Non-SAP system to GTS.
    Are there any interface modules or something in GTS?
    At least, following objects & actions are to be transferred and maintenanced.
    - business partner (customer or vendor in ERP)
    - customs product (product in ERP)
    - customs document & customs declaration document (document in ERP)
    - release of blocked customs document
    regarads,
    Katsumi

    Hello Katsumi,
    Some further info to what has been provided above, here is how the following function groups align with data from the ECC system:
    /SAPSLL/API_1006 -> Business partners
    /SAPSLL/API_6800 -> Customs documents
    /SAPSLL/API_6850 -> Products
    For each group there usually is a function module for individual or mass update, e.g.
    /SAPSLL/API_6850_SYNCH
    /SAPSLL/API_6850_SYNCH_MASS
    The function modules in these function groups are remotely-enabled (i.e., they are BAPIs).
    It is, thus, true to say that GTS can interface with non-SAP systems. Some GTS users have done this. But you have to use some sort of connector technology to build up the proxy and call the function modules (e.g. JCo) from your non-SAP system directly.
    Regards,
    Randy
    Edited by: Randy Strader on Dec 5, 2008 11:03 PM

  • CreditWorthinessQuery_out service interface is not available

    Hello All,
    We are trying to connect SAP SD with SAP FSCM.
    Whenever we are trying to create Sales order, it giving error. Actually at this point system is trying to check customers credit worthiness.
    In sap system , sxmb_moni shows message into error as receiver is not found.
    This is the namespace and service interface.
    "http://sap.com/xi/PI/FIN/Operational/Global"  and  service interface "CreditWorthinessQuery_out"
    In PI7.1 ESR  FINBASIS_604 content is imported. I don't see above namspace and service interface  in given software component.
    Please let me know which software component need to be imported in ESR?.
    thanks,
    Sharada

    Thanks UDO,
    We need to integrate SAP SD with SAP FSCM.
    As per your suggestion, I have imported  following  xi contents in ESR,
    1.
         FINBASIS 603  as  SAP FSCM version is as given
         FINBASIS     603     0004     SAPK-60304INFINBASIS     FINBASIS 603     Component Supp. Pkg.
    2.SAP APPL 603 as logistics and Accounting patch level is as
       SAP_APPL     603     0004     SAPKH60304     Logistics and Accounting     APPL Support Package
    I have created a business system and have software product SAP ECC6.0 and SAP FSCM6.0.
    I cannot use interfaces from above software components as SAP ECC6.0 adds software component SAP APPL6.0  to that business system and  SAP FSCM6.0 adds software component to that business system.
    Latest version of software product of ECC available in SLD is  SAP ECC6.0
    Latest version of software product of SAP FSCM  available in SLD is  SAP FSCM6.0
    I want to add software components SAP APPL 603 and FINBASIS 603 to my business system. In this case which software product can be added to technical system?.
    Do I have to imprt latest CIM component in SLD?
    thanks,
    Sharada

  • NWDS deploy error for service interface

    Hi Friends,
    I am deploying simple process instance via NWDS.
    The process instance contains "intermediate message event" , which is waiting for cXML - order request message.
    The service interface -wsdl in SAP PI ,which is configured for above "intermediate message event" is having below line :
    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
    I am getting below error while deploying above instance:
    Description:
    1. JAR entry META-INF/wsdl/mtsapcom2Forderreq2Freceiverespmsg/http://www.w3.org/2001/xml.xsd not found in D:\usr\sap\DI3\J00\j2ee\cluster\server1\temp\deploy\mt.sap.com~orderreq.sda1403025008814\mt.sap.com~orderreq.wsar
    How to resolve this reference in service interface?
    Also, external defination having cXML.xsd is also having some of the field types are red, like xml:lang.
    Please suggest your views on the same.
    --Divyesh

    Did you solved this issue?
    Thanks in advance.

  • No endpoint for Service Interface

    Hi everybody,
    I have published my Service Interface to the Service Registry but unfortunately without an endpoint.
    How can i configure an endpoint for a Service Interface within ESR? Should i use a Model in ESR?
    regards,
    Sid

    Hi Sid,
    Your business logic has to be implemented in the system that will be providing (provider system) the data / info etc.
    e.g. You want to create a web service that allows you to update a customer's address details in SAP ECC & this functionlaity should be triggered from a Webdynpro Java User Interface.
    - Webdynpro Java is the consuming application (also called consumer)
    - SAP ECC is the backend system OR provider system OR provider
    In this case your business logic will be in SAP ECC.
    If you choose to go with a point-to-point scenario:
    You could first setup a connection between SAP ECC (provider) & SAP PI. You could then model your inbound service interface in SAP PI. Now because you have visibility between SAP ECC & SAP PI, the service interface modeled in SAP PI become visible in SAP ECC (TCode SPROXY). You would then generate a provider proxy from this service interface & implement the business logic in there. Once the proxy is activated you can then configure an endpoint for it using TCode SOAMANAGER (see lots of guides on how here in SDN). In this case SAP PI is only used at design time just to model the service interface. At runtime Webdynpro Java would talk to SAP ECC directly via the endpoint that you would configure.
    For a mediated approach:
    Pretty much the same concept as above except this time you would also model an outbound service interface & map the inbound & outbound interface. The call would then be routed as follows - Webdynpro Java -> SAP PI -> SAP ECC but the business logic would still be implemented in SAP ECC.
    There are lots of technicalities around this but there are lots of guides on SDN relating to this.
    Regards, Trevor

  • Add Service interface

    Hello folks,
    In PI 7.1 there is a new naming for message interface which is the Service interface.
    When i create a Business service : i can add sender and receiver Service interfaces.
    But if i create a Technical system in SLD and assign Business system to it . I cannot add Sender and Reciever Service interfaces to a Business System ( there is no + or - button to add sender or receiver service interfaces in a Business system).Is this how Business systems work or there is something wrong with the PI system?
    regards

    HI,
    In case of business service you have to manually add the corresponding(inbound/outbound) service interfaces in ID(configuration). Business service has nothing to do with SLD.
    But in case of business system, which you define in SLD, while defining Business system in SLD, you have to add software components(including the one where you have your service interface and other design objects) so when you will go to configuration there your service interface will be automatically listed fron this entry, which you have made in SLD.
    Divyesh Vasani

Maybe you are looking for

  • Web Sharing Not Working on External Computers

    OK, here's my problem.  I cannot view my websites on external computers (e.g. work computer, neighbor's computer, etc.) that I'm hosting on my Mac Mini. I'm running a new Mac Mini with OS X Lion, with the latest update.  I have Web Sharing turned on.

  • Problem with Add rules

    When I try to add rules in the sensor edge server, I get the gollowing error when I open the rules.jsp page. Any help will be highly apprecited. Thanks Lakshmi java.sql.SQLException: ORA-00902: invalid datatype     at oracle.jdbc.driver.DatabaseError

  • SELECT * FROM (SELECT ...) WHERE ROWNUM = x on OCI basis?

    Hi all, is there a way to get the functionality mentioned in the subject on OCI level? I would like to have only one select for different databases (MS SQL uses "SELECT TOP x ...", MySQL uses "SELECT ... LIMIT x", Oracle uses ROWNUM...). For ODBC I'v

  • Opera 9.5 the beta 1 is coming for the 15 july can...

    hi somebody can tell me if i can update my opera 8.1 in my nokia n70 music edition with opera 9.5 beta thanks a lot for that info

  • Auto-rotate video when getting media in premiere elements 8.0

    Hi, I am using premiere elements 8.0.  When I get media, some of my video clips get automatically rotated by 90 degrees, even though they videos were shot properly horizontally.  How do I get this automatic rotation to stop?