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!

Similar Messages

  • How to enable Enterprise services

    Hi guys
    started leanring about SOA. We are currently on ECC 6.0 with the latest support packs. Is there anything that needs to be installed for the ESOA / web services to work or do they come as default with ECC 6.0 and higher. Do i need to ask the basis guy to install any thing specifically so that the services are avialable?
    appreciate any help on this question

    Hi Gogol
    have a look on these links
    How to map business process and enterprise service?
    Realationship enterprise service <-> application/entity service
    <b>Enabling Enterprise Services</b>
    http://help.sap.com/saphelp_nw04s/helpdata/en/80/be7042f1e6d242e10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/150f2714-0b01-0010-d68b-c976073b90cb
    Thanks !!!
    Regards
    Abhishek

  • Consume Enterprise Services in Java Application

    Hey guys,
    I'm very new in this field, maybe you can help me how to start....
    I want to call Enterprise Services (asynchronous, provided by SAP) from an external java application. Therefore I want to configure a integration scenario between two business systems: java application (consumer) and sap application system (service provider). Maybe you can help me to answer the following questions.
    1) What kind of adapter I have to use in communication channels?
    2) Have I to define outbound/inbound interfaces for Communication Component "sender" (business system: java application)?
    2) How does the communication between the java application and IS work? What kind of API I have to use - some kind of advanced adapter engine ... JCO, JCA ???
    Is there any demo scenario from sap? Please help me to start
    Kind regards,
    Christian

    Hello,
    problem is you are using wsimport on web-service which uses RPC/encoding. Wsimport use JAX-WS so it is not able read it.
    You should wscompile.bat instead it.
    Here is example :
    wscompile.bat -gen:client -d build/classes -s src -keep config.xml
    (-gen:client -says to generate classes for client
    -d - directory where to store classes
    -s - directory where to store sources
    -keep - to keep source file
    xml file
    Where config.xml looks like
    <?xml version="1.0" encoding="UTF-8"?>
    <configuration
    xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
    <wsdl location=
    "http://something/yourws?wsdl"
    packageName="org.your.package.client"/>
    </configuration>
    I hope it will help.
    best regards

  • Enterprise service in SAP Netweaver mobile application

    I want to use an enterprise service in a mobile web dynpro application using SAp Netweaver Mobile 7.1.Is it possible

    Hi Pablo,
    We are actually working with CE. Here we checked the following configurations:
    1. Network connectivity from your IDE (Window>preferences>general-->network connections).
    2. Http proxy settings of the server (http://<host>:<port>/nwa/middleware-settings)
    I think the problem is with your server's http proxy settings.
    Hope it helps.
    Regards,
    Srinivasan Subbiah

  • Web Service vs. Enterprise Service

    Hi all,
    what is the difference between this two things. I have built a web service on my own. But what is an enterprise service?
    And what is the difference between the UDDI for web services and the ESR??
    regards

    God, these answers are killing SOA concepts
    Registry is a UDDI based framework to hold a service specification if the services are build using web service technology.
    A UDDI entity just represent the metadata of a service, it do not matter whether it is a specific type of services.
    Even SAP support Systinet Enterprise registry, so you guys are telling me that Systinet only support enterprise service???.
    Service is cataloged based on the service Taxonomy
    Service taxonomy are in two type
    1. Horizontal
    2. Vertical
    In horizontal taxonomy we categorize services as
    1. Infrastructure services
    2. Application Services
    Infrastructure services are further divided into
    1.     Utility services
    2.     Communication Services
    Application Services are further divided into
    1.     Entity Services
    2.     Activity Services
    3.     Capability Services
    4.     Process Services
    A process service is composed of any of the other services in service taxonomy
    In Vertical Taxonomy of services
    We divide a business or organization’s major business process as followed
    1.     Major processes
    a.     Such as Product manufacturing
    b.     Supply Chain
    2.     Supporting Processes
    a.     HR
    b.     Banking
    3.     Integration Process
    a.     Business Services (in technical term  BPM, BPEL)
    A business requirement such as
    1. Order to Cash
    Order Fulfillment etc are composed of business actions from major and supporting business process of an organization. It is connected using integration process in vertical taxonomy.
    Integration Process do have nodes which can have same semantics as process service in horizontal taxonomy, this connect both taxonomy
    If a service is based on vertical taxonomy and composed of horizontal services then it is called an enterprise service, cuz it address an enterprise wide concern
    If a service is just for a supporting purpose and it is just based on any horizontal services it is not an enterprise service.
    Finally what is service?
    It is an entity which is designed based on SOA principles and have re-usability as the fundamental nature
    What is web service?
    It is just a technology used to implement services
    Hope this answer clear
    Finally, please do not try to learn SOA from just a tool perspective or a technology perspective
    Thanks

  • XML Deserialization error while consuming Enterprise service in wd java..

    Hello,
    I am trying to build 2 webdynpro java webdynpro applications which consumes enterprise service for purchase order and another application for Busines partner.
    While i was able to successfully consume the PO service in webdynpro java and get the desired output for PO..i get XML Deserialization error while running appliation for Business Partner..
    These are the details/steps i followed for the Business Partner application:
    1. After creating the model using the enterprise service, i created a service controller from the model to the component controller..
    2. Out of many inputs/output attributes during mapping from model to component controller. i further mapped the context from CC to ViewC.
    3. In the wdDoInit() method, i added the follwing code:
        BPCreate model1 = new BPCreate();
        Request_BusinessPartnerERPCreateRequestConfirmation_In RequestC = new  Request_BusinessPartnerERPCreateRequestConfirmation_In(model1);
        BPERPCrteReqMsg_S CreateMessage = new BPERPCrteReqMsg_S(model1);
        BPERPCrteReq_SBP Cpartner = new BPERPCrteReq_SBP(model1);
    String Category = new String();
        String lf = new String();
        Cpartner.setInternalID(new String());
        Cpartner.setNumberRangeIntervalBusinessPartnerGroupCode(new String());
        Cpartner.setLifeCycleStatusCode(lf);
        Cpartner.setCategoryCode(Category);   
        CreateMessage.setBusinessPartner(Cpartner);
        RequestC.setBusinessPartnerERPCreateRequestMessage_Sync(CreateMessage);
        wdContext.nodeBusinessPartnerERPCreateRequestMessage_Sync().bind(CreateMessage);
    4. When i comment this code and run the application, the aplication comes up but the input fields are non-editable..
    5. If i place this code in wdDoInit() method, i get the Deserialization error..
    Any idea about why this error occurs and which areas in the application can lead to these errors?
    I checked that the service runs fine in soamanager.
    Thanks, JVR

    Hi Kishore,
    This error is majorly because while executing this Webdynpro application you are not entering all the mandatory fileds of WS.
    Please try to execute this WS from WS-Navigator, check which fileds are mandatory and then
    appropriately instantiate it in wdDoInit and pass all the fields required.
    Regards,
    Vaibhav Modi.

  • How to know the class method behind an enterprise service

    Hi,
    SAP has provided enterprise services for Room booking in Real Estate module. They are even shipping the complete application for a nominal price. But the standard version is not suitable for our client requirement so they want to develop this application inhouse.
    Now my question is:  I know the enterprise services used in this application. How to know the implementing methods behind these enterprise services ?
    If possible suggest which approach will be a better option for the inhouse development.
    1. Webdynpro ABAP and use directly methods behind the enterprise services.
    2. Webdynpro ABAP and create client proxy class for the enterprise services.
    3. Webdynpro JAVA and use the enterprise services.
    4. Using visual composer modelling the application.
    Please suggest the best alternative.
    Best Regards,
    Aleem Mohiuddin.

    Hi
    They are even shipping the complete application for a nominal price. But the standard version is not suitable for our client requirement so they want to develop this application inhouse.
    I assume you are talking about xApps.
    How to know the implementing methods behind these enterprise services ?
    In sproxy transaction you can search service and then you can see class and method implemented behind that particular service.
    1. Webdynpro ABAP and use directly methods behind the enterprise services.
    In my opinion not recommended to bypass ES and use method behind it.
    2. Webdynpro ABAP and create client proxy class for the enterprise services.
    Not sure why you want to create proxy of ES.
    3. Webdynpro JAVA and use the enterprise services.
    4. Using visual composer modelling the application.
    You can use either Webdynpro (ABAP or Java) or VC to model your application which consume ES in backend. Both options are good, you can chose Java or ABAP flavor of dynpro based on skill available in team. VC is very effective in rapid modelling and can be used in protyping or in development of complete application.
    Regards,
    Gourav

  • Unable to test enterprise services in SAP SRM 7.0 EhP1

    Hi experts,
    For my recent project, we have enabled "PI Independent Enterprise Services" business function in our SRM 7.01 EhP1 system. While to trying to test some of the enterprise services, we are facing some error. I am pasting the request message and the response that I got from the enterprise service InternalRequestSRMByElementsQueryResponse_in. While defining the end point, I have used basic authentication settings. Note that I am testing this ES with my own user id and password which is a valid on for the SRM system. Can someone help please?
    Request message:
    POST /sap/bc/srt/xip/sapsrm/internalrequestsrmbyel/100/sapsrm_internalrequestsrmbyel/sapsrm_internalrequestsrmbyel_binding HTTP/1.1
    Host: <host>:<port>
    Content-Type: text/xml; charset=UTF-8
    Connection: close
    Authorization: <value is hidden>
    SAP-PASSPORT: 2A54482A0300E60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064353632326163306235363431316530383330333030303030323337663833320000000002D5622AC0B56411E0830300000237F832D562EADFB56411E0AD3800000237F83200000001000000002A54482A
    Content-Length: 753
    SOAPAction: ""
    <?xml version="1.0" encoding="UTF-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Header><sapsess:Session xmlns:sapsess="http://www.sap.com/webas/630/soap/features/session/"><enableSession>true</enableSession></sapsess:Session></SOAP-ENV:Header><SOAP-ENV:Body><ns1:InternalRequestSRMByElementsQuery_sync xmlns:ns1='http://sap.com/xi/SAPGlobal20/Global'><InternalRequestSelectionByElements><CreationDatePeriod><StartDate>2011-04-01</StartDate><EndDate>2011-07-22</EndDate></CreationDatePeriod></InternalRequestSelectionByElements></ns1:InternalRequestSRMByElementsQuery_sync></SOAP-ENV:Body></SOAP-ENV:Envelope>
    Response that I got:
    HTTP/1.1 200 OK
    content-type: text/xml; charset=utf-8
    content-length: 915
    accept: text/xml
    sap-srt_id: 20110723/194910/v1.00_final_6.40/4E24C49F23184117E1008000097C2FFA
    sap-srt_server_info: SRM_100,167 ,http://sap.com/xi/SRM/SE/Global,InternalRequestSRMByElementsQueryResponse_in,InternalRequestSRMByElementsQuery_sync,126
    server: SAP NetWeaver Application Server / ABAP 702
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Header/><soap-env:Body><n0:InternalRequestSRMByElementsResponse_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global"><Log><BusinessDocumentProcessingResultCode>5</BusinessDocumentProcessingResultCode><MaximumLogItemSeverityCode>4</MaximumLogItemSeverityCode><Item><SeverityCode>4</SeverityCode><Note>Abort occurred; Internal request not read</Note></Item><Item><SeverityCode>4</SeverityCode><Note>Abort The attributes of the user are inconsistent or not defined. See transaction PPOMA_BBP. on Internal request level</Note></Item><Item><SeverityCode>4</SeverityCode><Note>Abort An exception with the type CX_GDT_CONVERSION occur red, but was neither handled locally, nor declared in a RAISING clause on Internal request level</Note></Item></Log></n0:InternalRequestSRMByElementsResponse_sync></soap-env:Body></soap-env:Envelope>

    Hi Gaurav,
    Thanks for responding. Yes, all the backend config are in place since I am able to successfully run an equivalent RFC (BBP_PD_SC_GETLIST) and another RFC named BBP_PD_SC_GETDETAIL from SE37. The problem seems to be something very specific to the ES. May I request you to run this ES at your end (if possible) and let me know the result possibly with the input and output message similar to the one I pasted in the origincal question.
    Thanks in advance,
    Nilay

  • Transfer Of Data from Sap to Oracle with the help of Enterprise Services.

    Hello,
    We want to transfer data from Sap to Oracle using standard Enterprise Services.Some fields were not available in the existing standard Enterprise Services,so we have enhanced the existing Services by writing code inside BADI available with Enterprise Services.Rest of the fields we have mapped with the existing fields available in standard Enterprise Services.But,the Oracle people want to fetch all data from Sap without entering any input as a mandatory field in the Enterprise Services.The existing standard Enterprise Services require to enter any field as mandatory and are not accepting the range in input for multiple records.e.g.All enterprise Services related to Sales Orders are displaying only one sales Order.We have searched all Enterprise Services for Sales Order(related to reading of data),but not able to find service which would display mutiple records without entering any input.ECC_SALESORDER009QR is the only service which is displaying multiple records without entering any input,but the required fields are not available in this service.So,kindly suggest what we need to do further.
    1.Should we go for customization of services completely,so that it would fulfil our requirement.
    2.Are there  standard Enterprise Services exists which would we give us data in range(all records).
    If they exists,please specify the names of Services for reading Purchase Order,Production Order,BOM etc.
    Thanks & Regards,
    Divya.

    Hi Vaibhav,
    Let me tell you the objective in detail.
    Objective.
    To develop a package solution which will work as a bridge between Oracle APS and SAP system so that customers using SAP will be able to use advantages of Oracle APS for their planning needs.
    This will consist of following major components:
    OA Templates is an Oracle utility to load data from any legacy system to Oracle APS using standard flat files.
    Oracle has developed an Application Integration Architecture which is a standard architecture used for integration of Oracle products with other systems.
    Enterprise services is an SAP utility to communicate with SAP.
    AIA canonicals are standard canonicals developed by Oracle where we have to map data fields from destination system (Oracle APS) and source system (SAP)
    Fusion middleware is being used to develop application interfaces following AIA standards.
    Tasks at stake:
    Mapping of Oracle APS fields and SAP Enterprise Service fields to AIA canonicals
    Technical work of developing middleware using Oracle Fusion
    From Sap side,we have to map fields which we have received from Oracle with the help of Enterprise Services,rest  consumption of these services is done by Oracle guys.So,suggest is there enterprise services available which would give us multiple records .
    Thanks & Regards,
    Divya.

  • PI 7.1 enterprise services: How to find & invoke SAP HCM enterprise Service

    Hi all,
    in PI 7.1, i read, there is support of enterprice services.
    is my current understandings right about PI 7.1 and enterprise services:
    1.the standard BAPIs, standard RFC that were provided in R/3 are replaced by standard enterprise services in SAP ECC.
    2.a nonSAP application can invoke an enterprise service in the same way as a nonSAP application used to call an RFC in the R/3.
    I want to view how an enterprise service of any SAP module can be called by a nonSAP applicaiton.
    are there any doc or blog which shows this.
    is possible with/wihout PI.
    We have follwoing things installed.
    1. PI 7.1 SP4.
    2. SAP ECC 6.0, i am dealing with SAP HCM module.
    are there any enterprise services of HCM available (e.g standard enterprise services given by SAP for HCM module).
    basically i want to test whether a nonSAP application like a java application, can it get some info using standard HCM enterprise services provided by SAP.
    I explored esWorkplace (http://www.sdn.sap.com/irj/sdn/esworkplace), but it does not display HCM related process components under the column "DISCOVER ENTERPRISE SERVICES".
    thanks,
    Madhu.

    Hi Madhu,
       YOu can check this page for simple sample applications for enterprise services consumption:
    http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=EBF08FD8067241F787448B3EB87DA04E
    Check this page for ERP-HCM
    http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=C6AE1E905D8E11DA36BB000F20DAC9EF
    and complete business map here:
    http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?id=13C98C60080711DA1503000BCDDC2565&fragID=&packageid=DE0426DD9B0249F19515001A64D3F462&iv=
    Regards,
    Ravi

  • How to map business process and enterprise service?

    Recently, I read some documents about ESA. I'm confusing about the relationship between business process and enterprise service. In other word, how to map the business process to enterprise service after the business process is analyzed? Is there any methodology/rule to define business process and wrap them into service in ESA?

    Hi Sherry,
    I like to add some of my thoughts about that discussion. From my point of view ESA is much more than just another BPM or Enterprise BPM. ESA is adresses six key areas and I think all of them are really needed:
    - <b>People Productivity</b> as the word itself describes...it's about portals and productivity.
    - <b>Embedded Analytics</b> has to integrate transactional and analytical content.
    - <b>Service Composition</b> is used for model-driven service composition and services orchestration.
    - <b>Service Enablement</b> is about a Enterprise Services Repository filled with business meaningful Enterprise Services and service patterns for enabled objects. Excactly this is where SAP has years of experiences.
    - <b>Business Process Platform</b> is about service enablement of all application platform objects and engines. This is the place where "BPM" for core business processes resits.
    - <b>Life-Cycle Management</b> has to cover the deployment, configuration, operation and change management for ESA based processes.
    Therefore the term "BPM" is located in serveral layers of an ESA approach. On the level of <u>Business Process Platform</u> BPM is providing the choreography for core business preocesses.
    At <u>Service Enablement</u> BPM needs to compose out of granular services (I would say "atomic" services)
    buiness meaningful services (here we have "molecular" services).
    The third level where BPM could be used is <u>Service Composition</u> because exactly this is the place
    where serveral Enterprise Services could be combined to a process representation.
    To come back to the discussion:
    1. The question should be how to indentify business meaningful services which could represent single process steps. ATP check, Credit card check, ... could be examples. In theory this service could be out-tasked, defined more flexible etc. This means that processes needs to be evaluated for Enterprise Service candidates. Afterwards you can check against SAP's Enterprise Services Repository for already existing Enterprise Services. The evalution for enterprise services candidates will be supported by the metodology mentioned by Kaj and David.
    2. I think domains in this context should be motivated by business and/or functional areas. Depending on the granularity. For example Order Fulfilment Services, Master Data Services, Search Services... These kind of serices can be combined again to services such as "Search of Master Data" (Search Service + Read Master Data Service) etc. or can be used to generate UI to be used in a ESA application.
    Your thoughts?
    Very best regards
    Wulff

  • Mapping ALE functionality to Enterprise Services

    Hi SAP Gurus,
    I am in an assignment to leverage Enterprise Services in the project and as part of it i need to understand how we can use Enterprise Services for the following requirements which are well supported by ALE/Idoc functionality.
    1) Master Data Distribution - We have ALE Change Pointers mechanism to track the changes done to the master data (Customer/Material/Vendor) and we can process the changes and create the idocs for the same by EOD. Changes are tracked based on the field level and interface level(Message Type). How can we leverage this change pointer mechanism in Enterprise Services.
    2) Best practice to trigger the Outbound enterprise services from ECC system.
    3) There are various tools to monitor IDOCs in ECC, what all are the tolls/transactions for monitoring the Enterprise Service.
    4) What is your view on IDOC V/s Enterprise Service
    Regards,
    Pras

    Hi Prasanna,
    These are two quite different technologies and framework here that your questions are about. One is SMD (Shared Master Data) tool which involves change pointers & IDocs and the other is an Enterprise Service for example an ABAP Proxy or a Web Service.
    1. Why would a customer want to do that especially for standard master data applications like Customer Master, Vendor Master, Material Master etc? I mean I don't understand the benefit of it when all these standard applications already support SMD. If a customer really wants these same functionalities via an Enterprise Service then they basically have to develop more custom applications to support this - for e.g. a Z program which will essentially replace BD21 to process the change pointers (CP) per application i.e. call the associated ABAP Proxy which will then create/do not create IDocs, process the CP by applying business logic, generate XML for PI to distribute further, email/do not email business owner, change the status of the CP depending on the outcome of the processing, exception handling etc. etc. But this whole thing, in my view, is cumbersome and sort of unnecessary as most of these things could be achieved via the SMD tool (except creating the IDoc itself of course!)
    The other way, to totally get rid of the CPs and process every change via ES - one would have to enhance all applications in question to call the ES (ABAP Proxy) at the time of master data change! There is no equivalent of BD64 in ES so I don't understand the purpose to be honest.
    2. In my view, to trigger it as an Outbound Proxy or Client Proxy via Method call.
    3. SXMB_MONI
    4. Like I said in the beginning, its like comparing two different technologies - I guess in the end it comes down to the business requirement at hand. Both can be very efficient (or very inefficient if deployed incorrectly).
    Cheers,
    Sougata.

  • Call Enterprise service in BPM Process

    Hi,
    I define a BPM process for PO creation
    In the first Lane : Purchase requestor
    In the second Lane: Approve Process
    In the third Lane: Create PO(Enterprise Service)
    Here in the first lane iam giving the below attributes
    Requestor Name
    Requestor Country
    Product ID
    Product Descrption
    This will be send to second lane i.e Approver Process
    Once he approved it should create a PO in Hu2 if he reject it should goto first stage
    I consumed Enterprise Service from HU2 and i published in service registry
    Now i created automated activity and imported PO create service in BPM flow seccussfully.
    Now my problem is to write code in webdynpro.
    How to write code for below process?
    In the second lane i.e Approver Process i should write a code that if it approve goto third process i.e call webservice which which creates a PO .If it rejects goto first process??How to write this code?Plz can u help Iam new to coding moreover to webdynpro...
    Regards
    Shwetha.
    Edited by: Shwetha-Capita on May 1, 2009 1:28 PM

    Hi Shwetha,
    The following part of the documentation explains how to prepare your Web Dynpro DC so that it can be used in SAP NetWeaver BPM:
    https://help.sap.com/saphelp_nwce711/helpdata/en/48/cae1791e774da5e10000000a421937/frameset.htm
    The important thing to know is that SAP NetWeaver BPM is waiting for a complete event to be triggered in your application. Once this is received the process flow continues.
    So in your case you would simply create two Web Dynpro user interfaces. The first one for entering the data and the second one for reviewing / approving / rejecting the data.
    In the first case you would have some sort of "submit" button, which triggers the before mentioned 'complete' event. SAP NetWeaver BPM will then take the data that is visible in the Web Dynpro context of the interface controller and continue the processing.
    The second case basically works the same with one little difference: Here you would have two buttons -  one for the approval and one for rejection. Both will trigger the 'complete' event, but should set a field in the Web Dynpro context (e.g. "isApproved") differently. While the "approve" button should set it to "true" the "reject" button would set it to "false".
    So once this step is also completed you could make use of gateways and conditions (https://help.sap.com/saphelp_nwce711/helpdata/en/47/635cb242bf6831e10000000a421937/frameset.htm) in your proces model to determine if the data should be passed to the service for PO creaton or if it should handle a different situation in case of a rejection.
    If you're new to SAP NetWeaver BPM it might help having a look at the documentation first and also browse through some sample models as they are provided here:
    https://www.sdn.sap.com/irj/sdn/nw-bpm?rid=/webcontent/uuid/006a16ad-a3ad-2b10-4e9a-af2ee5820848 [original link is broken]
    Hope that helps,
    Martin

  • Unable to run Enterprise Service BUilder

    Hi all, i have a problem similar to what i have found here:
    Re: Unable to run Enterprise Services Builder
    Unable to load resource: http://PI-CIPRGIA1:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    as explained in the link above, i find the com.sap.xpi.ibrep.client.jar but i don't understand where i have to put it!!!
    besides, they speak about looking for SAP_XIPCK in the deployment perspective, but i didn't have anything called SAP_XIPCK
    can anyone help me???
    this is my complete log:
    <?xml version="1.0" encoding="UTF-8"?><jnlp spec="1.0+" codebase="http://PI-CIPRGIA1:50000/rep/">
        <information>
            <title>Enterprise Services Repository</title>
            <vendor>SAP AG</vendor>
            <homepage href="http://www.sap.com"/>
            <description type="one-line">Enterprise Services Repository</description>
            <description type="short">Enterprise Services Repository</description>
            <description type="tooltip">Enterprise Services Repository</description>
            <icon height="64" width="64" href="start/graphics/sap6464.gif" type="splash"/>
            <icon height="32" width="32" href="start/graphics/SAP3232.gif"/>
        </information>
        <security>
            <all-permissions/>
        </security>
        <resources>
            <j2se version="1.5+" initial-heap-size="32m" max-heap-size="512m"/><!-- ==================================================================
            ATTENTION: When modifying references in this file, remember to update
                       the corresponding files from the test-apps too!
                      (see repository_test.jnlp in &quot;_ibrep_test/webapp/start&quot; )
            =================================================================== ><!Do not define parts or packages! This will be done automatically ><! XI jars -->
            <jar href="repository/com.sap.xpi.ibrep.client.jar" download="lazy" part="part-69"/>
            <jar href="repository/com.sap.xpi.ibrep.core.jar" download="lazy" part="part-69"/>
            <jar href="repository/com.sap.xpi.ibrep.rb.jar" download="lazy" part="part-69"/>
            <jar href="repository/com.sap.xpi.ib.client.jar" download="lazy" part="part-60"/>
            <jar href="repository/com.sap.xpi.ib.core.jar" download="lazy" part="part-60"/>
            <jar href="repository/com.sap.xpi.ib.rb.jar" download="lazy" part="part-60"/>
            <jar href="repository/com.sap.xpi.ib.mt.gui.lib.jar" download="lazy" part="part-81"/>
            <jar href="repository/com.sap.xpi.ib.mt.rb.jar" download="lazy" part="part-81"/>
            <jar href="repository/com.sap.xpi.ib.mt.util.lib.jar" download="lazy" part="part-81"/>
            <jar href="repository/com.sap.xpi.ib.mapping.lib.jar" download="lazy" part="part-77"/>
            <jar href="repository/com.sap.xpi.ib.upload.core.jar" download="lazy" part="part-83"/>
            <jar href="repository/com.sap.xpi.ib.upload.sap.jar" download="lazy" part="part-85"/>
            <jar href="repository/com.sap.xi.mapping.tool.lib_api.jar" download="lazy" part="part-81"/>
            <jar href="repository/com.sap.xi.flib.lib_api.jar" download="lazy" part="part-60"/>
            <jar href="repository/com.sap.aii.utilxi.core.jar" download="lazy" part="part-88"/>
            <jar href="repository/com.sap.aii.utilxi.gui.jar" download="lazy" part="part-99"/>
            <jar href="repository/com.sap.xpi.util.rb.jar" download="lazy" part="part-88"/>
            <jar href="repository/com.sap.aii.proxy.gen.jar" download="lazy" part="part-82"/>
            <jar href="repository/frog.jar" download="lazy" part="part-192"/><!-- Engine and other components -->
            <jar href="repository/jta.jar" download="lazy" part="part-263"/>
            <jar href="repository/ejb20.jar" download="lazy" part="part-261"/>
            <jar href="repository/sap.comtcsapxmltoolkit~sapxmltoolkit.jar" download="lazy" part="part-146"/>
            <jar href="repository/sap.comtcexception~impl.jar" download="lazy" part="part-186"/>
            <jar href="repository/sap.comtcloggingjavaimpl.jar" download="lazy" part="part-195"/>
            <jar href="repository/sap.comtcblguidgeneratorimpl.jar" download="lazy" part="part-187"/>
            <jar href="repository/jperflib.jar" download="lazy" part="part-119"/>
            <jar href="repository/sap.comtcblniimpl.jar" download="lazy" part="part-191"/><!-- required for CSN-connection -->
            <jar href="repository/sap.comtcjeclientlibimpl.jar" download="lazy" part="part-127"/>
            <jar href="repository/sap.comtcbljarmjarm.jar" download="lazy" part="part-197"/><!-- Tensegrity Libs -->
            <jar href="repository/tenComposite.jar" download="lazy" part="part-229"/>
            <jar href="repository/tenGraph.jar" download="lazy" part="part-238"/>
            <jar href="repository/tenGraphics.jar" download="lazy" part="part-251"/>
            <jar href="repository/tenGenerics.jar" download="lazy" part="part-69"/>
            <jar href="repository/tenGui.jar" download="lazy" part="part-8"/>
            <jar href="repository/tenGuiResource.jar" download="lazy" part="part-253"/><!-- Maestro><!jar href=&quot;repository/maestro_ib.jar&quot; download=&quot;lazy&quot; /-->
            <jar href="repository/com.sap.xpi.ibrep.maestro.core.jar" download="lazy" part="part-69"/>
            <jar href="repository/com.sap.xpi.ibrep.maestro.model.jar" download="lazy" part="part-69"/>
            <jar href="repository/tenSkeleton.jar" download="lazy" part="part-204"/>
            <jar href="repository/tenLookAndFeel.jar" download="lazy" part="part-8"/>
            <jar href="repository/jaxb-api.jar" download="lazy" part="part-264"/>
            <jar href="repository/jaxb-impl.jar" download="lazy" part="part-0"/>
            <jar href="repository/jaxb-xjc.jar" download="lazy" part="part-0"/>
            <jar href="repository/jsr173_1.0_api.jar" download="lazy" part="part-265"/>
            <jar href="repository/activation.jar" download="lazy" part="part-199"/><!-- end Maestro><! Aris Client -->
            <jar href="repository/arismethod.jar" download="lazy" part="part-24"/>
            <jar href="repository/JimiProClasses.jar" download="lazy" part="part-206"/>
            <jar href="repository/jide.jar" download="lazy" part="part-40"/>
            <jar href="repository/client.jar" download="lazy" part="part-14"/><!-- Aris Core -->
            <jar href="repository/jaxb-api.jar" download="lazy" part="part-264"/>
            <jar href="repository/jaxb-impl.jar" download="lazy" part="part-0"/>
            <jar href="repository/jaxb1-impl.jar" download="lazy" part="part-0"/>
            <jar href="repository/jsr173_1.0_api.jar" download="lazy" part="part-265"/>
            <jar href="repository/jh.jar" download="lazy" part="part-204"/>
            <jar href="repository/js.jar" download="lazy" part="part-289"/>
            <jar href="repository/y.jar" download="lazy" part="part-302"/>
            <jar href="repository/cl_locale.jar" download="lazy" part="part-14"/>
            <jar href="repository/cl_locale_de.jar" download="lazy" part="part-14"/>
            <jar href="repository/cl_locale_en.jar" download="lazy" part="part-14"/>
            <jar href="repository/y-utils-2.jar" download="lazy" part="part-39"/>
            <jar href="repository/y-reportexecution-2.jar" download="lazy" part="part-36"/>
            <jar href="repository/y-guiframework.jar" download="lazy" part="part-25"/>
            <jar href="repository/y-graphics-3.jar" download="lazy" part="part-25"/>
            <jar href="repository/y-lipo-1.jar" download="lazy" part="part-34"/>
            <jar href="repository/y-reportdesigner-client-2.jar" download="lazy" part="part-37"/>
            <jar href="repository/y-reportdesigner-common-2.jar" download="lazy" part="part-38"/>
            <jar href="repository/jdom.jar" download="lazy" part="part-10"/>
            <jar href="repository/y-graphlayout-2.jar" download="lazy" part="part-26"/><!-- only for repository, when build is adapted
            &lt;jar href=&quot;repository/sapjco.jar&quot; download=&quot;lazy&quot; component=&quot;aris&quot;/&gt;
            &lt;nativelib href=&quot;repository/sap-rfc-windows.jar&quot; download=&quot;lazy&quot; component=&quot;aris&quot;/&gt;
            ><! end Aris ><! ssl libs -->
            <jar href="repository/iaik_jsse.jar" download="lazy" part="part-13"/>
            <jar href="repository/iaik_smime.jar" download="lazy" part="part-13"/>
            <jar href="repository/iaik_ssl.jar" download="lazy" part="part-13"/>
            <jar href="repository/w3c_http.jar" download="lazy" part="part-13"/>
            <property name="jnlp.log.initialConfiguration" value="FILE, SIMPLE"/>
            <property name="jnlp.com.sap.boot" value="rep,native"/>
        <property name="jnlp.com.sap.aii.ibrep.core.cms.enableTransportWizard" value="false"/><property name="jnlp.com.sap.aii.ibrep.core.transport.doubleFormatExport.showFlag" value="false"/><property name="jnlp.com.sap.aii.docu.url" value="null"/><property name="jnlp.com.sap.aii.connect.landscape.httpport" value="50000"/><property name="jnlp.com.sap.aii.ib.client.content.languages" value="EN,DE"/><property name="jnlp.com.sap.aii.ibdir.core.transport.doubleFormatExport.showFlag" value="false"/><property name="jnlp.com.sap.aii.ibrep.core.aris.AllowBroadReportAccess" value="false"/><property
    [missing part due to post limits......]
        <application-desc main-class="com.sap.aii.ibrep.gui.appl.ApplicationImpl">
            <argument>webstart</argument>
        </application-desc><!--
        &lt;application-desc main-class=&quot;com.sap.aii.ib.gui.applcomp.BootLoader&quot;&gt;
            &lt;argument&gt;webstart&lt;/argument&gt;
        &lt;/application-desc&gt;
        -->
    </jnlp>

    Hi all,
    trying to fix the problems above with Enterprise Sercvice Builder i have made a mistake:
    i have undeployed SAP_XIESR  and now i can't find it anymore!
    the link where i find the ESR and Service Registry is no more accessible!
    is the undeploy reversible?
    these are the details:
    from NWDS , deployment perspective, from tab undeploy view i selected SAP_XIESR added in the list of things to undeploy and run undeploy
    this SAP_XIESR  is now vanished, when i make that action i thought that it was reversible, but now i can't find SAP_XIESR  in no place around!!!
    how can i reverse that action?

  • Unable to run Enterprise Services Builder

    SAP NetWeaver Process Integration  7.1
    When I  try to launch  Process Integration Tools -> Enterprise Services Builder (or Integration Builder Directory), links: http://v2:51400/rep/start/repository.jnlp and http://v2:51400/dir/start/directory.jnlp  respectively, I receive following error:
    An error occurred while launching/running the application.
    Title: Enterprise Services Repository
    Vendor: SAP AG
    Category: Download Error
    Unable to load resource: http://v2:51400/run/repository/com.sap.xpi.ibrep.client.jar
    java.io.IOException: HTTP response 404
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.getDownloadSize(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Buy the way, under Java Web Start Configuration i have changed proxy properties to u201CDirect Connectionu201D.
    JNLP file looks as follows:
    <jnlp spec="1.0+" codebase="http://v2:51400/run/">
      <information>
        <title>Enterprise Services Repository</title>
        <vendor>SAP AG</vendor>
        <homepage href="http://www.sap.com"/>
        <description>Enterprise Services Repository</description>
        <icon href="http://v2:51400/run/start/graphics/sap6464.gif" width="64" kind="default"/>
        <icon href="http://v2:51400/run/start/graphics/SAP3232.gif" width="32" kind="default"/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se initial-heap-size="33554432" max-heap-size="536870912" version="1.5+"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ibrep.client.jar" part="part-9" download="eager" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ibrep.core.jar" part="part-9" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ibrep.rb.jar" part="part-9" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.client.jar" part="part-0" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.core.jar" part="part-0" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.rb.jar" part="part-0" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.mt.gui.lib.jar" part="part-21" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.mt.rb.jar" part="part-21" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.mt.util.lib.jar" part="part-21" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.mapping.lib.jar" part="part-17" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.upload.core.jar" part="part-23" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ib.upload.sap.jar" part="part-25" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xi.mapping.tool.lib_api.jar" part="part-21" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xi.flib.lib_api.jar" part="part-0" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.aii.utilxi.core.jar" part="part-28" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.aii.utilxi.gui.jar" part="part-39" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.util.rb.jar" part="part-28" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.aii.proxy.gen.jar" part="part-22" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/frog.jar" part="part-128" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/jta.jar" part="part-168" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/ejb20.jar" part="part-166" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcsapxmltoolkit~sapxmltoolkit.jar" part="part-83" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcexception~impl.jar" part="part-123" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcloggingjavaimpl.jar" part="part-130" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcblguidgeneratorimpl.jar" part="part-124" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/jperflib.jar" part="part-59" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcblniimpl.jar" part="part-127" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcjeclientlibimpl.jar" part="part-63" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/sap.comtcbljarmjarm.jar" part="part-132" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenComposite.jar" part="part-135" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenGraph.jar" part="part-144" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenGraphics.jar" part="part-157" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenGenerics.jar" part="part-136" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenGui.jar" part="part-134" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenGuiResource.jar" part="part-159" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/com.sap.xpi.ibrep.maestro.jar" part="part-9" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/tenSkeleton.jar" part="part-160" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/iaik_jsse.jar" part="part-164" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/iaik_smime.jar" part="part-164" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/iaik_ssl.jar" part="part-164" download="lazy" main="false"/>
        <jar href="http://v2:51400/run/repository/w3c_http.jar" part="part-164" download="lazy" main="false"/>
      </resources>
      <application-desc main-class="com.sap.aii.ibrep.gui.appl.ApplicationImpl">
        <argument>webstart</argument>
      </application-desc>
    </jnlp>
    Itu2019s not a problem with host or port inaccessibility (I already got access to start page, sld, Runtime WorkBench, etc.).
    Letu2019s look closer to, for example, library url : http://v2:51400/run/repository/com.sap.xpi.ibrep.client.jar (taken from jnlp file content). When I paste it to the browser I get error u201CThe requested resource does not exist.u201D (as I expected). So I have changed root in the url from u201Crunu201D to u201Crepu201D (correspondingly to XI 3.0 and PI 7.0) u2013  http://v2:51400/rep/repository/com.sap.xpi.ibrep.client.jar  and I succeed  in downloading single library file!!!!.
    But!!!! I canu2019t change jnlp file content either on client (because itu2019s overwritten every time I launch the application) and server (because  it is generated form template and system properties every time I launch the application) side, so itu2019s not solution but shows that there is something wrong with library resources or/and with jnlp script generation on PI 7.1 platform (why urls in jnlp script points to resources which does not exists in expected location?).
    The question is : How to run properly Enterprise Services Builder and Integration Builder Directory on PI 7.1 platform and what is the reason of errors I have described above.

    Hi Szymon,
    thanks for the suggestion.
    I had a a bit spot of bother, too.
    I found out that my Java didn't inherit browser proxy settings, even if corresponding flag was checked (I don't know why...).
    I manually set proxy properties in Java and now ESB run
    hope this help someone else
    regards
    Cristian

Maybe you are looking for