Implement the web-service API on an external service desk

Hi,
I want to implement the web-service API on an external service desk
system.
I am working with the IMG and got to the point where I define a logical
port. At this point I need the web-service to be implemented on the
external system.
I have web-service API documentation and also read note 962383 - but I
did not find any specific instructions how to implement the web-service.
Can you assist me with documentation for the web-service implementation
on external system procedure?
or if someone can share a step-by-step - it would be great.
Thanks,
Shelly

Hello Shelly,
Please use the following link to Read a blog Service Desk Implementation Guide Part II
Service Desk Implementation Guide Part II
This blog describes the following.
1) Integrate New data in the Service Transaction
2) Implement new action: send mail to creator on message modification.
3) Configure an interface to an external service Desk
4)Implement a new action that send the message to the external system and change automatically the status.
Hope it helps.
Cheers,
Satish.

Similar Messages

  • General queries related to implementing the web service

    Hi all,
    I am new to web services, so I would like to get some of the queries solved which I am facing as of now.
    - If in a function of web service, there are three parameters defined, in which one is input parameter while remaining others are output parameters, then from the client invoking that web service has to provide only the input parameter as an argument or all the three arguments should be provided?
    Please let me know.
    Thanks

    I really can't say about the input / output parameters. My guess is that you can't really have ByRef output variables, because the web method call is marshalled into XML and you only get a reply in XML based on the return type of the web method. What I'm trying to say is: only use the method's return value to receive output. Create complex Objects that can be mapped to XML to do that.
    The way to call the web service from java is to parse the WSDL document for the web service and see what kind of input messages the web service requires and what type of output messages it produces.
    As far as I know there are two ways to parse the WSDL.
    1) If you know the location of the WSDL during development you can use it as an input to tools like wsimport in order to create a Service Endpoint Interface.
    2) If you only know the WSDL location during runtime, you have to parse the document either by DOM/SAX etc either by using libraries such as wsdl4j
    http://sourceforge.net/projects/wsdl4j
    I hope I've helped.

  • Web Dynpro API

    What is the easiest and most efficient way to identify changes to the Web Dynpro API resulting from a Service Pack release?

    Hi,
    I find no answer for this question. Still its marked answered.Can you please  porvide us the answer?
    Thanks,
    Manjula.S

  • Changing print format for the Shop papers -External service operations

    Hi Friends ,
    We want print outs for the external service operations in our PM orders .
    The standard format available with shop papers is displayed with some extra info .
    We want to remove those info and add some extra info .
    Can we change the printing format for these and how much effort it rquires .
    Regards
    AM

    Hi,
    In OIDF, define the Shop Paper specially designed for External Service Operations.
    In Order, in Print option, go to Operation Selection, select the required operation & select the print layout which is designed for External Service, so that, you can get the print out according to additional fields requirements.
    regards,
    Maheswaran.

  • Error in the procurement of external services

    Hello friends,
                        I was doing the procurement for external services from maintenance order as was suggested, but in one of the steps in iw31
    when we give the control key PM03 and then go to the operations tab, and go to external services, there it gives an error message that"GL <> account does not exist. please check your input", after entering the service no. up till this point i have not defined any GL account at any place.
    Can anyone please help me with the config. part to check at which all place where account could be maintained.
    regards,
    and thanks in advance
    yk

    Hi Naveen,
                       actually i ddnt checke dthe cost in the cost tab,
    but for the normal maintenance orders the components cost is getting derived from the components, but not the activity cost, because in our place all the maintenace activities have bin out-sourced. and they are paid on hourly basis. which is done by the MM people via external services.
    though this is also the procurement of external services, but it is for the repair of a particular equipment............
    and as far as costing is concerned, i already went into the given path but cldnt get much in that, that is i was not able to understand the terminology there, may be FI  guys can understand..........................but this is all different i guess, my issue is where that accnt is maintained which is getting popped up in the IW31 at the time of making order for procurement of external services..............
    hope it further clarifies my problem.......................
    Regards,
    yk

  • Error in calling external services from CAF

    Hello Everybody,
    I have created one entity services which has remote persistency with RFC. I have mapped operations of entyty service to the RFCs. But when I tried to test this entity service it gives me the error:
    <b>Error when creating business object instance</b>
    Then i looked into the log viewer for the dump:
    [EXCEPTION]
    com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method readMappingRule. The transaction is marked for rollback.     at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0.readMappingRule(MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0.java:570)     at com.sap.caf.mp.core.data.service.DataServiceBridge.getMappingRuleIds(DataServiceBridge.java:472)     at com.sap.caf.mp_mmr_bridge.rt.impl.RuntimeHelper.getExternalOperationConfig(RuntimeHelper.java:141)     at com.sap.caf.mp_mmr_bridge.rt.IRuntimeHelper.getExternalOperationConfig(IRuntimeHelper.java:48)     at com.sap.caf.rt.bol.da.remote.RemoteDataAccessService.create(RemoteDataAccessService.java:465)     at com.sap.xrfc.besrv.person.PersonServiceBean.create(PersonServiceBean.java:74)     at com.sap.xrfc.besrv.person.PersonServiceLocalLocalObjectImpl0.create(PersonServiceLocalLocalObjectImpl0.java:345)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:324)     at com.sap.caf.rt.services.serviceaccess.ServiceWrapper.createDependentObject(ServiceWrapper.java:430)     at com.sap.caf.rt.services.serviceaccess.ServiceWrapper.createDataContainerBean(ServiceWrapper.java:194)     at com.sap.caf.rt.services.serviceaccess.CAFServiceAccessBeanImpl.createDataObject(CAFServiceAccessBeanImpl.java:159)     at com.sap.caf.rt.services.serviceaccess.CAFServiceAccessLocalLocalObjectImpl20.createDataObject(CAFServiceAccessLocalLocalObjectImpl20.java:647)     at com.sap.caf.rt.ui.cool.generic.AspectServiceAccess.insertAspectRow(AspectServiceAccess.java:211)     at com.sap.caf.rt.ui.cool.generic.Aspect.insertRows(Aspect.java:1426)     at com.sap.caf.rt.ui.cool.generic.Aspect.sendChanges(Aspect.java:1542)     at com.sap.caf.rt.ui.cool.generic.ServiceModule.sendChanges(ServiceModule.java:299)     at com.sap.caf.ui.servicebrowser.components.visualizer.controllers.TableViewCC.saveData(TableViewCC.java:377)     at com.sap.caf.ui.servicebrowser.components.visualizer.controllers.wdp.InternalTableViewCC.saveData(InternalTableViewCC.java:196)     at com.sap.caf.ui.servicebrowser.components.visualizer.views.TableViewCV.onActionSave(TableViewCV.java:396)     at com.sap.caf.ui.servicebrowser.components.visualizer.views.wdp.InternalTableViewCV.wdInvokeEventHandler(InternalTableViewCV.java:371)     at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)     at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:417)     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:415)     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:101)     at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:650)     at com.sap.tc.webdynpro.clientserver.cal.ClientManager.processRequest(ClientManager.java:155)     at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:105)     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:63)     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:50)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)     at java.security.AccessController.doPrivileged(Native Method)     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)Caused by: java.lang.NullPointerException     at com.sap.caf.mp.mmr.adapter.MMServiceRetrievalAdapter.readMappingRule(MMServiceRetrievalAdapter.java:232)     at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerBean.readMappingRule(MMServiceRetrievalAdapterCallerBean.java:125)     at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0.readMappingRule(MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0.java:553)     ... 49 morejava.lang.NullPointerException     at com.sap.caf.mp.mmr.adapter.MMServiceRetrievalAdapter.readMappingRule(MMServiceRetrievalAdapter.java:232)     at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerBean.readMappingRule(MMServiceRetrievalAdapterCallerBean.java:125)     at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0.readMappingRule(MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0.java:553)     at com.sap.caf.mp.core.data.service.DataServiceBridge.getMappingRuleIds(DataServiceBridge.java:472)     at com.sap.caf.mp_mmr_bridge.rt.impl.RuntimeHelper.getExternalOperationConfig(RuntimeHelper.java:141)     at com.sap.caf.mp_mmr_bridge.rt.IRuntimeHelper.getExternalOperationConfig(IRuntimeHelper.java:48)     at com.sap.caf.rt.bol.da.remote.RemoteDataAccessService.create(RemoteDataAccessService.java:465)     at com.sap.xrfc.besrv.person.PersonServiceBean.create(PersonServiceBean.java:74)     at com.sap.xrfc.besrv.person.PersonServiceLocalLocalObjectImpl0.create(PersonServiceLocalLocalObjectImpl0.java:345)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:324)     at com.sap.caf.rt.services.serviceaccess.ServiceWrapper.createDependentObject(ServiceWrapper.java:430)     at com.sap.caf.rt.services.serviceaccess.ServiceWrapper.createDataContainerBean(ServiceWrapper.java:194)     at com.sap.caf.rt.services.serviceaccess.CAFServiceAccessBeanImpl.createDataObject(CAFServiceAccessBeanImpl.java:159)     at com.sap.caf.rt.services.serviceaccess.CAFServiceAccessLocalLocalObjectImpl20.createDataObject(CAFServiceAccessLocalLocalObjectImpl20.java:647)     at com.sap.caf.rt.ui.cool.generic.AspectServiceAccess.insertAspectRow(AspectServiceAccess.java:211)     at com.sap.caf.rt.ui.cool.generic.Aspect.insertRows(Aspect.java:1426)     at com.sap.caf.rt.ui.cool.generic.Aspect.sendChanges(Aspect.java:1542)     at com.sap.caf.rt.ui.cool.generic.ServiceModule.sendChanges(ServiceModule.java:299)     at com.sap.caf.ui.servicebrowser.components.visualizer.controllers.TableViewCC.saveData(TableViewCC.java:377)     at com.sap.caf.ui.servicebrowser.components.visualizer.controllers.wdp.InternalTableViewCC.saveData(InternalTableViewCC.java:196)     at com.sap.caf.ui.servicebrowser.components.visualizer.views.TableViewCV.onActionSave(TableViewCV.java:396)     at com.sap.caf.ui.servicebrowser.components.visualizer.views.wdp.InternalTableViewCV.wdInvokeEventHandler(InternalTableViewCV.java:371)     at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)     at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:417)     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:415)     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:101)     at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:650)     at com.sap.tc.webdynpro.clientserver.cal.ClientManager.processRequest(ClientManager.java:155)     at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:105)     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:63)     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:50)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)     at java.security.AccessController.doPrivileged(Native Method)     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
    I have configured RFC connections in the administrative tools. Still it is not working.
    What should be the reason behind this?
    Thanks,
    Bhavik

    Hi Guys,
    i have the same issue when calling a external service ...
    I'm calling a web service located on my server, and i get the same error ...
    I have a error while the method "loadbycustomkeys" is trying to get data from the web service.
    in the error trace i find the same error id : nullSourceOrTargetForMapping which occurs in the readMappingRule method.
    have you found a solution for your issue please ? let me know !
    Thxs
    MCT

  • Plant Maintenance to External Service Requirement (MM-SRV)

    Hi,
    Kindly tell me how to create a MM-SRV Purchase Requisition from Enterprise Asset Management (Plant Maintenance).
    eg. A plant maintenance order (IW31) is created for repair of a transformer. It requires external service procurement with following structure.
    Service Item D: Transformer repair
    Limit 10,000 eur
    Outline 10: Dismantling
    Service Line 10: Junior Technician 5 hr, 10 eur
    Service Line 20: Senior technician 3 hr, 15 eur
    Outline 20: Cleaning
    Service Line 10: Oiling 5 hr, 20 eur
    Outline 30: Reassembly
    Service Line 10: Junior Technician 15 hr, 10 eur
    Service Line 20: Senior technician 10 hr, 15 eur
    Kindly tell me how Purchase Requisition can be created with service structure from Plant Maintenance.
    Thanks & Regards,
    Ashish

    In IW31, select the Order type. Select the Planning Plant.
    give the main work center & Functionla location of performing the services
    Click on the operations tab, select the Control Key PM03 Plant maintenance-External(services). Enter the operation short text. Select the line item & click on External Icon (at bottom of page)
    Give the details such as material group, purchase group, Purchase organization , requisitioner.
    Create the service lines & Save the data. Order gets created. goto IW32 & release the order.
    PR can be viewed in Act. Data tab at the service lines.
    Thanks & Regards
    Kishore

  • External Service Managmnet

    Dear Friends
    I would like to know about External Service Management
    In configuration of External Service management
    Materials Management - External Services Management - Service Master - Define Organizational Status for Service Categories
    There are three organizational service categories
    1)     AS01 u2013 Basic data status
    2)     AS02 u2013 Controlling Status
    3)     AS03 u2013 Purchasing Data Status
    My query is what the importance of the above three is and what circumstances we have to use?
    As per configuration we can create new organizational service categories, what circumstances it would be help
    Please explain
    Thanks
    Vijayakumar TVN

    Hi,
    You can assign the service master records administered in your company to different groups, according to their usage. Such a group is described by the service category.
    To characterize the service categories in more detail, the latter are assigned an organization status. The organization status indicates the areas in which service master records are used.
    For example, units of your company may use services provided internally by other units of the company, or procure services externally (from other companies). Your company may also provide services for others.
    AS01: If you select this the service master data is at basic data level. That means basic data about the service will be depicted here.
    AS02: Service master stored at basic and CO level. To maintain the information at CO level this organizational stus is required.
    AS03: Service master stored at basic plus purchsing level. For procurement purpose(MM), THIS LEVEL is useful.
    I hope this will give you clarity. Thanking you.

  • Condition-pricing for External Service Management

    Dear Support,
        Please provide the detail document for pricing for External Service Management,and the use of procedure MS0000 (Performance Procedure) & procedure MS0001 (Perf.Procedure f.Master Cond.)

    Hi,
    please read the following SAP notes:
    499722 
    25357
    27024
    691852 
    438718
    798798  
    353482
    Regards,
    Edit

  • Web Analyzer - ability to access external data sources?

    Documentation on help.sap.com for the 2004s Web Analyzer notes it can render queries, query views, infoproviders, and <b>external data sources</b> for ad-hoc analysis in the standardized reporting template.
    Can anyone clarify exactly what constitutes external data?  To my knowledge, I didn't think it was possible to report on something outside of the BI instance (let's say an Oracle table on another server, for example).
    Thanks in advance for your help.

    Hi Scott,
    in the Web Analyzer you can use external OLAP data sources(ODBO or XMLA) . Relational data sources are not supported in NW2004s.
    You can set this up in the portal system landscape.
    Please have a look on
    http://help.sap.com/saphelp_nw2004s/helpdata/de/8e/020597f9b4486492e69283fab424fa/frameset.htm
    and
    http://help.sap.com/saphelp_nw2004s/helpdata/de/8e/020597f9b4486492e69283fab424fa/frameset.htm
    Depending on the data source different capabilities are supported, so that some options are only available when you are using the BI OLAP Processor and won't be supported when using external data sources.
    Heike

  • External service equipment

    Dear All,
    We have a one issue, Regarding Returnable service  for  plant maintenance - External service equipment.
    From the maintenance order, PR triggered, after   PO . Equipment can be  sent to vendor and after once serviced its Recieved and we made Service entry sheet. thats all.
    Here is my question is,
    How to sent the equipment to vendor
    Is there any options in Standard SAP ? for that only we can trace the Equipment.
    Regards
    Murallee

    Dear Mr Thiyagarajan,
    I think this question is reapeating several times in this forum,since we are not able to understand your points correctly,though you explained many times.Pl give suggestion for the following scenario.
    I want to send a equipment-X for servicing outside the factory.
    Step-1:Creation of Order for the equipment and in that under External Tab of operation with  Control key PM03,I will enter the nature of servicing.Let's say "Overhauling of turbine gear box",Quantity-1,Cost-100000 Rs,Cost Element-514670 and release the order.
    Step-2:Based on PR creation through MO ,PO will be created in ME21N.In that we are giving only the PO document type,Vendor Number,Change in cost if any,tax code etc.
    Step-3:-After saving the PO,I used to take print out and send it to Vendor for executing the services.In that Description of services,cost details,delivery date will be there.Equipment will be decativated in SAP and send to vendor without any entry in SAP. and by just making entry in gate.
    Step-4:-After returning the equipment by completion of services to factory,I will make ML81N for the services and activate the equipment again in SAP.
    We aware that Equipment can be linked with MM and how to include or enter  the material number(equipment to be serviced) in the PO.Because we just converting the PR for services in to PO.Pl spend your valuable time to clear this and it will be helpful for lot of us.
    Regards
    KRISHNAN

  • Combination of GR/IR control not allowed for external services

    Hi,
    I need to uncheck the field GR-Based IV (EKPO-WEBRE) in the SERVICE PO but I receive the message :
    "Combination of GR/IR control not allowed for external services"
    I want to allow the user to receive Invoices (MIRO) before the Service Entry (ML81N).
    Thanks.
    Carlos Durazo

    HI,
    This is a "hard coded" option and cannot be removed.
    If you want to be able to post invoices for services before the GR (acceptance) then you could consider using "normal" POs for these (without item category "D") abd use material masters (DIEN material type) or describe the service in text.
    External services POs are only really suited to complex services or services that need a two step GR process (Service entry and acceptance).
    Far too many organisations use the service entry sheet option when "normal POs" would be far better.
    Steve B

  • NW 04s SP 7: CAF, External Service Configuration Error

    Hi,
    i get an error by calling the <i>Service Registration</i> for External Services (CAF Runtime) in the <i>External Service Configuration</i> Admin Tool.
    At the moment i have n external services deployed. The error appeared when i've called the Service Registration for the first time.
    The installation was finished without any errors.
    The first lines of the exception:
      java.lang.NullPointerException
        at com.sap.caf.mp.mmr.adapter.ServiceDefinitionTypeConverter.convertExternalInterface(ServiceDefinitionTypeConverter.java:507)
        at com.sap.caf.mp.mmr.adapter.MMServiceRetrievalAdapter.getExternalInterfaces(MMServiceRetrievalAdapter.java:547)
    Against the link for the <i>Business Entities</i> in the <i>External Service Configuration</i> works fine.
    Regards
    Wolfgang

    Hi Wolfgang,
    I am getting the same Problem ? Have you got the Solution ?
    Thanks in Advance
    Ashutosh

  • The JMX Monitoring APIs for OSB

    hi
    I know Using the JMX Monitoring APIs can monitor Oracle Service Bus at run time to know how many messages in a particular service have processed successfully and how many have failed. but those are Statistical Information . i want to monitor the details when a particular service is invoked,such as the caller's IP address, the call is successful or not, the error message and error code.
    帖子经 David编辑过

    There are no public API that are present except for monitoring and Deployment.
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15867/app_apis.htm#CHDHAJGD
    The runtime information for OSB artifacts and their instances are not exposed though API.This use-case can be accomplished by using reporting action. http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15867/reporting_console.htm#CACJFDGF
    Getting IP address of cleints invoking proxy on OSB is little tricky, but some transports do support. eg HTTP. Can you describe in brief actual business case so that we can come-up with some solution. Is this monitoring, part of Business logic or Administrator requirement (Technical) etc.
    Thanks
    Manoj

  • Formulae in external services

    Hi Experts
    How best the formulae can be used in external services.
    Is it possible to determine the service item quantity based on specification of sizes.
    Ex: Excavation to be done in cubic meters. The quantity in cubic meters is arrived by specifying the Length, Breadth and Depth.
    warm regards
    ramSiva

    Hi,
    You can define your own formula in config.:
    Materials Management  >> External Services Management  >> Formulas for Quantity Determination >> Define Formulas.
    In standard you will find VOL01 which you can use for calculating qty in cubic meters by specifying L * B * H in your purchase order in Form. Val.1 ,  Form. Val.2  and  Form. Val.3 fileds respectively and SAP will calculate the qty based on the 3 values entered.
    You need to select this firmula in your service master so that its picked up in PO for calulation.
    Regards,
    Shailesh Mackwan

Maybe you are looking for

  • SAP Client to the SAP Server: internal Error (-1102)[Message 131-183]

    Hi, We are using Windows 2008 Server R2, SQL 2008 Standard, SAP B1 8.81 PL08. When we trying to connect SAP Client to the SAP Server. There has internal Error (-1102) occurred. We can view the database on client, but we always get the same error mess

  • Use of Perspective Grid (One Point)

    I'm new to Illustrator and finding my way around. I found one of the tutorial examples referencing this article on the use of a perspective grid to create a graphic: http://www.intraligi.com/project/adobe-illustrator-cs5-pre-release-programm.html Loo

  • Input taxes for zambia, southafrica

    Hi Consultants, Does anybody know how to configure the input taxes flike customs,excise & vat or zambia country, south africa. If any has some document kindly requesting you to forward me. with regards GNK

  • No seperate albums created when importing folders containing photos

    Hi ... Need some help here please.. When importing folders containing photos in iPhoto each folder would be made into an Event. When I do the same with Photos all my pictures are placed into Albums  - All Photos. No separate Albums are made for each

  • Urgent Doubt - Custom AccessGate way

    I am creating a custom access gateway using Oracle Access server SDK 10.1.4. Our OAM policy is configured to return the couple of variables after successful authentication and authorization. eg: ObUserSession session = new ObUserSession(obssoCookie);