Creating MBO by Enterprise Service eats much Workspace resources.

Hi, Experts.
I have been developing a iPhone mobile app by SUP2.0.
I choose SAP CRM Enterprise Service(ES) as EIS Backend and create a MBO.
but this MBO consists of about 140 structures and ate much computer resources (no
response) so I could not develop any more.
ServiceConfirmationCRMByIDQueryResponse_In
Could you give ma some advice to develop MBO by using such ES.
Regards,

Hi,
This is self reply.
I made the wrapper web service which reduce input and output parameter structures by net weaver PI and resolved the problem.
In my opinion though SAP ES is general-purpose and complex so originally they have many parameters and structure is nested and it can not be deleted under SUP Workplace. In many case we need the wrapper web service made by Netweaver PI or Netweaver CAF or Netweaver Gateway or others.
Thanks

Similar Messages

  • Error while creating MBO with web service data source

    Hi All,
         I am trying to create MBO by selecting web service as a data source type in SMP 2.3. I am providing sharepoint webservice url of type wsdl with HTTP basic authentication. However, I am getting following error can anyone help me in that. Looking for detail explaination as this is new for me...
    (For "define XSLT manually" I am using sample .xsl file)
    Regards,
    Harshada

    Harshada Karane
    Are you using any proxy in your browser? If yes, please set the proxy in workspace and then trHow to bypass proxy settings in SMP workspace for connecting any public Web Service within corporate Network
    Rgrds
    JK

  • Replace patient create bapi with enterprise service

    Hi all,
    I've compared the input data of the patient create bapi with the input message of the patient create enterprise service. There are some differences and so I don't know if it's possible to replace the bapi with the enterprise service. As example, the bapi offers input fields for contact persons (first and last name, relationship, address number) which are stored in the table NPAT.
    In contrast, the enterprise service offers the input type dependent relationship with fields DependendId and RoleCode.
    Which table does the service use to store the contact information?
    Does the create patient service fill the same tables as the bapi?
    Is it possible to replace the bapi create patient with the enterprise service?
    Best regards,
    Christian Sonek

    Hi Christian,
    Enterprise services expose more or less the business partner interface whereas BAPIs expose the patient management interfaces complying to the former data model. As my colleagued described before, next of kin is handled as a separate business partner and due to that fact, services and BAPIs behave in a different way.
    That means, in case a customer does not want to upgrade to the new patient management concept with using the central business parter he cannot create next of kin data with the PatientCreate service. In case he wants to upgrade to the new Patient concept and he agrees to store patients and next of kin as business partners, he can replace the API with the service.
    Apart from next of kin data, the service for patient create can be used to create patients even with the old patient
    Best Regards, Doris Karbach

  • Design Objects created in Enterprise Services Builder not appearing in Integration Builder

    I am fairly new to PI, so hoping someone can help.  I have created a number of design objects (DataType, MessageType, ServiceInterface, MessageMapping, OperationMapping).  I had also imported an RFC object successfully as well that is used in the creation of the design objects.  All have been saved and activated, and there are no apparent errors listed. 
    After saving and activating the objects, I went into Integration Builder, and created a new Configuration Scenario.  However, when trying to add in the Interface Determination, Receiver Determination, Sender Agreement, and Receiver Agreement, I do not see the the RFC object or design objects that were created in the Enterprise Services Builder.
    Can someone advise as to whether or not I have missed a step somewhere?  Or perhaps there is something else that I need to do before I can get the design objects and imported RFC object to appear in the Integration Builder?.
    Thanks in advance.
    Tuan.

    Hi Tuan,
    Are you using Business System or Business Component.  If your using Business System you need to assign Software Component Version to Business System in SLD.  If your using Business Component you have to add the Interface Name Manually to the Business Component.  Please see the Below screen shot, you have to add Sender or Receiver Interface manually to proceed further step.
    Thanks,
    Satish.

  • Enterprise services consumption by 3rd party - Security

    Dear Experts,
    I am planning to create a few enterprise services using an inside out approach (using FMs) with an intention of consuming it in a .NET WPF application (protoyping).
    These web services would then be consumed by a third party application which is outside our system landscape, in the near future. This 3rd application would thus have access to our data exposed through the interface.
    My question is, first of all, is it possible to achieve this kind of communication without any mappings??
    Secondly, how safe is it to provide such interfaces externally and will the user authentication settings be enough to assure safe integration? WIll the firewall settings affect this kind of 3rd party communication over the internet?
    Are there any problems that you all foresee?
    Any comments on this would be great as I plan to start really soon..
    Thanks a lot in advance,
    Amith

    >My question is, first of all, is it possible to achieve this kind of communication without any mappings??
    yes once service is created then any .Net application can consume it by using wsdl.
    >Secondly, how safe is it to provide such interfaces externally and will the user authentication settings be enough to assure safe integration?
    user/password with limited authorization is safe enough but for extra security you probably use certificates.
    >WIll the firewall settings affect this kind of 3rd party communication over the internet?
    No, if your landscape is open for http communication then firewall will be unable to block any soap communication as it is plain text.
    >Are there any problems that you all foresee?
    First see what are your security risk appetite then check who will be user, selective partners or anyone who want to use it. For selective users you can create license or certificate key which need to be used to authenticate by calling application. Always create different endpoint for different partners or user so that you can selectively turn on/off the communication and will be able to trace who is doing what?
    Hope this helps you.
    Regards,
    Gourav

  • Realationship enterprise service - application/entity service

    I read some books about ESA and CAF but I still don't know the relationship between enterprise services in ESA and application and entity services in the Netweaver DevStudio (CAS framework).
    Are application/entity services also enterprise services? Or is there a difference?
    Thanks for your answers.
    Joachim

    You can consume SAP Enterprise Services. You can also participate in the definition of the Enterprise Services  through the ES Community (see ES Community under Enterprise SOA in SDN) and even create your own Enterprise Services. You can use whatever web development tools you like. In Netweaver Java stack, you can use CAF to implement or develop Application Services (where business logic is coded) leveraging Entity Services taping into your local or remote data model(s). Enterprise Services can be modeled and coded in CAF Application Services but you can use plain J2EE as well. In SAP case, the interfaces for Enterprise Services are defined in XI (input/output/exception). Their implementation happen in the appropriate SAP solutions like ERP where business logic can execute against appropriate data.
    Practically CAF Entity Services cannot be called Enterprise Services unless you want to. They just perform basic CRUD (create/read/update/delete) operations on an data object. They're more like utility services. But like Anton's mention of "Private Enterprise Services", what's private remains your own business!

  • How can i easy to publish multiple enterprise services

    Hi All,
    I'm trying to use an enterprise service at multiple clients.
    Now, When create a new enterprise service, I create end point and publish service all the time.
    If we'd like to use multiple enterprise services at multiple clients,
    Do I have to create end point & publish services to each of multiple enterprise services?
    (For instance, 3 clients * 10 enterprise services = 30 creates and publishes ??)
    Could you tell me an easy way to it.
    Thanks
    Masahiro

    We can achieve multiple enterprise services publishing by configuring Service registry between client server and esr.
    Edited by: Murthy Karaka on Feb 3, 2010 1:49 PM

  • MII and Enterprise Services

    Hi All,
    Does anyone have any experience creating or using Enterprise Services using MII as the service provider?  Is this functionality possible with any current (or future) MII software releases?  If so then is there any documentation out there that may define this path/procedure?
    Thanks in advance,
    Dave

    Hi,
    It is possible to consume ESOA service using MII. But I doubt about the ES using MII. All esoa services are registered services so it will have a link to WSIL file of the server. But for MII services, the transactions are exposed as WS using WSDLGen (http://<host>:<port>/XMII/WSDLGen/<Path to the transaction>). These services will not be registered in server level.
    Thanks,
    Pradip

  • Enhance Enterprise Service Models by SAP

    Hi,
    I would like to create my own Enterprise Service that is from a functional point of view an addition to the current Business Object ServiceExecutionOrder delivered by SAP. Creating the service is not the problem, but what does SAP recommend in respect to the models. Should I enhance the existing Service Execution Order Processing Process Component or create my own PC with the same BO?
    Thanks,
    Manfred

    Hi,
    what about the service url?
    I tested the following:
    <server>:<port>/ESRegistryWS/BasicAuthConfig?wsdl&style=document&mode=standard
    <server>:<port>/ServicesRegistrySiService/ServicesRegistrySiPort?wsdl&mode=ws_policy
    Do i have to specify the server as ip address?
    I have tested the services in WSNavigator successfully.
    But in VS2005 nothing is working.
    Error without proxy:
    Cannot connect to the Service Registry. Make sure that all login parameters are valid.
    Error with proxy:
    Cannot connect to the Service Registry. Make sure the URL and/or proxy values are valid.
    Without proxy sounds better because it seems that the system checks the user and password. But my user and password are not running in that configuration.
    Via URL in the browser i have no problem to login to the service registry.
    regards
    regards

  • Are Enterprise Services required under DUET FP1, GW 2.0?

    In an earlier project we did prior to DUET FP1, GW 2.0, we did not use Enterprise Services.  For the new project, I have a valid GW Data and Consumption Model generated under GW 2.0. When I try to follow the old instructions for the non-Enterprise Services install and generate the flat service under transaction SIMGH, the new screens have required fields for Enterprise Services Repository (ESR), so obviously it wants Enterprise Services information.  The old instructions (screens) did not have ESR fields. Is there a way around this or is Enterprise Services required for DUET FP1, GW 2.0?  Are there instructions on how to create a non-Enterprise Services instance?
    BTW, I was following the "Build Duet Enterprise Applications with Gateway RFC or BOR Generator" document for creating my project.  I ran into a similar problem here where there was no Enterprise Services set up for the "Create BDC Model from GSDO Type" step.
    Thanks,
    Andy

    Hi Andy,
    Your thread title is a little misleading.
    Enterprise Services are not required; you typically generate or handcraft own Gateway Services, connected to either RFC's of Web Services (plain BAPI or Enterprise Services; both possible).
    But your question actually boils down to whether or not Enterprise Service Repository is required for designing Duet Enterprise Services. The answer to that is Yes: the ESR is also in FP1 still needed during design time, that is if you are using the Gateway Design Time tools (*). At runtime it is not required.
    (*) In case of handcrafting approach, you could theoretically do without; that implies that you will somehow have to define the Service Interface, corresponding to the required SAP syntax and semantics. In practice this is NOT advisable, it is very error prone to try handcraft the Service Interface .wsdl...
    Best regards, William.

  • Error creating service consumer enterprise service

    Hi,
    I'm facing an error when creating a service consumer enterprise service using WSDL URL. I got the error message
    'Exception occurred in communication framework:Error in HTTP Framework:404Not foundhttp://localhost:8000/?wsdl=wsdl0'
    Does anyone have any idea of how may cause this problem ?
    I've looked in existing foruns questions for a long time, and I didn't get any answer to my problem.
    I'll apreciate any help.
    Thanks,
    Paulo Sousa

    Hi,
    The problem was in WSDL. It has an address 'http://localhost_8000/
    They replace it by the address where the service is installed and i was able to create the service consumer.
    Thanks,
    Paulo Sousa

  • Create service order on basis of service request via Enterprise Service

    Hi,
    I would like to use the ServiceExecutionOrderERPCreateRequestConfirmation_In Enterprise Service to create a service order in SAP in the basis of a previous created service request. Is this possible? I already tried calling the service with various parameter combinations. The creation works fine but the relationship to the service request is not maintained. Could maybe any of the SAP guys or anyone else tell me whether this is possible at all or not?
    Thanks a lot,
    Manfred

    Hello Manfred,
    Yes this is possible.
    In the service structure, there is a node by name BusinessTransactionDocumentReference.
    Please enter the following in the node elements:
    ID = <service_request_id>
    TypeCode =  118
    MainIndicator = true.
    The node BusinessTransactionDocumentReference may look like below in XML.
    <BusinessTransactionDocumentReference>
         <BusinessTransactionDocumentReference>
              <ID>service_request_number</ID>
              <TypeCode>118</TypeCode>
         </BusinessTransactionDocumentReference>
         <MainIndicator>true</MainIndicator>
    </BusinessTransactionDocumentReference>
    If you set the MainIndicator to false, ServiceRequest will be visible in the "Objects" tab in the Order. If this is true, ServiceRequest will be in the header of the order.
    Hope this helps.
    Regards
    Shankar

  • Enterprise service for BP create

    Hi
    I want to find an enterprise service in CRM 7.0 for create BP
    pls let me know
    thanks
    mike

    Hi,
    Are you looking for a web service to create BP ? If yes then this is how you do it,
    Go to transaction SOAMANAGER
    In the web interface select Application and Senario communication tab, then select Service Administration
    In the web service administration page you can enter the search pattern as businesspartner* and search. I saw some 27 web services for BP.
    You can refer this Wiki to create a web service,
    http://wiki.sdn.sap.com/wiki/display/CRM/CreatingWebServiceinSAP+CRM
    Thanks & Regards,
    Arun

  • Enterprise services for create employee

    hi all,
    I need to know if there are any Enterprise Services to create an Employee?
    thanks!

    Hi Pablo,
    You can find Enterprise Services to manage Employees in the "Employee Administration" business process from ERP.
    [http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=0F76CD395C2E4CACA3CC9368E3E9CF52]
    I Could find the service "EmployeePersonalAddressCreateRequestConfirmation_In".
    [http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=9C2B7FD0AF4D11DA2B24000F20DAC9EF]
    But I doesn't create the employee itself... It adds an address to a Employee.
    Regards,
    Cezar

  • ENTERPRISE SERVICES - BADI TO CREATE CUST. MASTER

    Hi
    Does any one know of a BADI to create company code data for a customer master using enterprise services.
    (as there seems to be no services to do this)
    Regards
    Srinivas

    I think you want a BAPI, not a BADI.
    In your ECC  system, enter the transaction BAPI and look at all the methods available under the Customer object.

Maybe you are looking for

  • Troubles with audio on export

    Hi. I have a Motion 5 project with video with a soundtrack, and some sound effects and music. On render/share it skips the sound effect (a white noise static sound) and approx. 2 seconds of the video soundtrack. Then sound plays fine for the rest of

  • Nokia 5800 gallery

    Is there any way of telling my Nokia 5800 to exclude certain areas or folders of the either the phone memory and/or memory card? Basically I use a program called MapNav.  It builds up a cache of map tiles which are PNG files.  Now when I use the Gall

  • HT201342 Can I print address labels from my contacts

    I am trying to find a program so I can print home address labels into envelopes. Any help is appreciated!!

  • Failure to Play Imported CDs

    Can anyone please help me? I'm trying to import my CD collection onto iTunes but many of my CDs fail to playback on iTunes after importing them. When I double click on a track I get the message that the song can't be used because the original file co

  • Creating a custom menu on a canvas

    Is there anyway that I can dispaly a custom menu on canvas? Thank you.