Connecting Web Determinations 10.1.0.27 to a DMS

We are planning to connect Oracle Web Determinations to a document management system. This document management system uses a web service to connect with other systems. Our application already generates a PDF, and we want to save this PDF in a specific folder and then call the webservice to add the document to the Document Management System.
What would be the best way to implement this?

There is a particular adapter that is responsible for outputing the results of an Interview from Web Determinations. This is the Data Adapter (see "Data Adaptor Plugin Overview" in the "Oracle Policy Automation Developer Help"). A Data Adapter is exercised when a user clicks on the Save button in Web Determinations.
Out of the box the default data adapter just saves the data to an XML file locally.
Essentially you need to implement a custom Data Adapter that will save the interview in a format that your DMS can interpret.
For example the OPA Connector for Siebel has a Data Adapter which sends the results of an Interview to Siebel via a web service.

Similar Messages

  • Connecting Web and the entire OTC cycle (Part 2)

    I am a .Net programmer and at the same time SAP SD Consultant but just new  to this SAP field. I will be creating a website where the customer orders will be recorded. Based on my research in this forum, connecting a website and SAP will be possible (as advised by the people here - [source|Connecting Web and the entire OTC cycle;).
    Here is my question. If I will create a website that will take control of the entire Order-To-Cash cycle, will I have problem connecting my website to SAP (back and forth), or it will be the problem of the ABAP person?
    I do not have the slightest idea on how to connect to SAP if the front-end is a browser/website. I only know how to program using Microsoft ASP.Net
    Please help. Thanks.

    Hi,
    The problem really depends on where the connection is failing..
    pls check the following and I hope that really helps:
    [http://help.sap.com/saphelp_NW04/helpdata/en/51/d5470940fd564b888f4beb9523fa6c/content.htm]
    [https://media.sdn.sap.com/html/submitted_docs/dotnet/Programming%20with%20PDK%20for%20.NET/Connecting%20to%20SAP%20NetWeaver%20Systems/Using%20SAP%20.NET%20Connector.htm]
    Regards
    Raghu.

  • Error while deploying web-determinations in 10gR3 & weblogic 11g

    Hi,
    I am installing OPA 10.0.1 for configuring Siebel connector, for this on Linux I am deploying web-determinations & determination-server on 10gR3.
    I was able to successfully deploy determination-server and I am facing error while deploying web-determinations
    I am facing below error when accessing web-determinations URL after deploying in 10gR3 ( 10.1.3.3 ).
    ===================
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details
    ===================
    No error is being logged in while application logs.
    I also tried deploying in weblogic 11g (10.3.1) and I have below error ,
    ===================
    [HTTP:101216]Servlet: "WebDeterminationsServlet" failed to preload on startup in Web application: "web-determinations.war". com.oracle.determinations.interview.engine.exceptions.EngineConfigurationException: No rulebase directory specified at com.oracle.determinations.interview.engine.local.FileRulebaseService.<init>(FileRulebaseService.java:49) at com.oracle.determinations.interview.engine.local.LocalInterviewEngine.initialise(LocalInterviewEngine.java:91) at com.oracle.determinations.interview.engine.local.LocalInterviewEngine.<init>(LocalInterviewEngine.java:34) at com.oracle.determinations.interview.engine.InterviewEngineFactory.createInstance(InterviewEngineFactory.java:19) at com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.init(WebDeterminationsServletContext.java:163) at com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.<init>(WebDeterminationsServletContext.java:91) at com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.init(WebDeterminationsServlet.java:51) at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64) at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58) at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48) at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:521) at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1913) at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1887) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1805) at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3041) at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1374) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:452) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27) at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:629) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:206) at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:40) at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161) at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844) at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253) at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    =====================
    Pls let us know any configuration needs to be done.
    Pls advise.

    Hey Suni,
    It appears that there is a section missing out of the current installation guide for Web Determinations. The reason you're getting that error is because you are deploying to application to WebLogic which doesn't expand the war by default so you need to configure the rulebase loader. Before you add proceed with the steps in the install guide you need to:
    # Unpack the web-determinations.war file
    # Copy the rulebases you wish to install to <webroot>/WEB-INF/classes/rulebases
    # Edit the following setting in the application.properties file (<webroot>/WEB-INF/classes/configuration):
    load.rulebase.from.classpath =true
    rulebase.path                    =rulebases# Repack the war file
    # Proceed with the installation steps as set out in the installation guide
    I'll have the installation guide fixed and updated as soon as possible.
    Thanks,
    Kristy

  • Build and run Rules with Jdev Integrated Web Determination Server

    Hi
    I created the rule using Oracle Policy Modeling (OPM). Then built and deployed with Embedded Tomcat web determination server. Successfully done it.
    Now I have to run the same rule under Jdeveloper Integrated Server. As I know, current version of OPM doesn't support any external server other than Tomcat. In that case I have to copy the output from OPM to JDev Integrated server manually.
    Let me know the server location where I have to copy the rule from OPM to Jdev Server.
    Thanks
    Dev

    There are a couple of ways of deploying a new rulebase into OPA running on weblogic.
    These can be found in the documentation in the Oracle Policy Automation Developer's Guide (http://docs.oracle.com/html/E38272_01/toc.htm)
    1. The first way is to redploy the OPA runtime .war (web-determinations or determinations-server) when a new rulebase is built. These war files are created in the releases directory of the OPM project. When a new release is built the rulebase is embedded in the .war file
    2. The second way is to re-deploy the rulebase only. The rulebase is called <project name>.zip and is found in the output directory of the OPM project.
    To use the second approach in weblogic you must configure the OPA runtimes to use an external directory. See the Manage rulebases and application.properties sections of the Oracle Policy Automation Developer's Guide.
    Then decide if you want to 'hot-swap' (deploy immediately after copying a new rulebase to this directory. If you do not use hot swapping, you will have to restart the web application when you deploy a new version.
    Cheers
    Frank
    Edited by: frank.hampshire on Dec 13, 2012 11:35 AM

  • Error installing web-determinations 10.1.0.27 on WLS 10.3.3

    I have ammended the application.properties with the following
    load.rulebase.from.classpath =true
    rulebase.path               =rulebasesThe web-determinations seems to deploy without error but when I start the application I get the following error
    Message icon - Error [HTTP:101216]Servlet: "WebDeterminationsServlet" failed to preload on startup in Web application: "web-determinations.war". com.oracle.determinations.web.platform.exceptions.WebDeterminationsException: Could not initialise Velocity Templating Engine at com.oracle.determinations.web.platform.templatingengine.VelocityTemplatingEngine.<init>(VelocityTemplatingEngine.java:97) at com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.init(WebDeterminationsServletContext.java:176) at com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.<init>(WebDeterminationsServletContext.java:104) at com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.init(WebDeterminationsServlet.java:51) at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64) at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58) at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48) at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539) at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1976) at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1950) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1869) at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126) at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27) at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409) at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43) at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161) at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844) at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253) at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) Caused by: java.lang.ClassNotFoundException: org.apache.velocity.runtime.log.Log4JLogChute at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:169) at org.apache.velocity.runtime.log.LogManager.createLogSystem(LogManager.java:123) at org.apache.velocity.runtime.RuntimeInstance.initializeLogger(RuntimeInstance.java:553) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:226) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:461) at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:106) at com.oracle.determinations.web.platform.templatingengine.VelocityTemplatingEngine.<init>(VelocityTemplatingEngine.java:95) ... 45 more
    has anyone installed this configuration, have I missed something?
    cheers
    James

    JDT wrote:
    Now if you want to add rules what you can do to make life easier is to install a directory in the classpath, e.g. set the classpath to /u01/oracle/opa. To do this edit the commEnv.sh (linux) and add the directory to the classpath.
    On the OS create a new directory rulesbase and add your rules in there.
    To see the rules you need stop and start the web-determination app in the weblogic console.
    cheers
    JamesI create a "rulebase" directory. This is the directory we set in the class path? Sorry for the stupid question.
    Thanks.
    -muktech
    Edited by: muktech on May 25, 2010 2:30 PM
    Edited by: muktech on May 25, 2010 2:31 PM

  • How to connect Webi Report into SAP Portal?

    Dear Gurus,
    i would like to connect Webi Report into SAP Portal.
    Could you please give me the steps to follow to acheive that requirement or send me some documents?
    Thanks

    Please check the wiki below.
    http://wiki.sdn.sap.com/wiki/display/BOBJ/IntegrationofBOEXI3.1intotheSAPEnterprisePortal+7.x

  • Can we conditionally rename the "Submit" as "Next" in web determinations?

    Hi,
    We are using web determinations for data entry and we have multiple screens for multiple entities. Is it possible to rename the submit buttons in the first and intermediate screens as "Next" and only have the last "Submit" button named/displayed as "Submit".
    Thanks!
    Antara

    The first question here is "what is the +last+ screen".
    Generally, the last screen will change depending on what answers have been provided. This is because Web Determinations is clever, and stops asking questions when it knows the answers to all the goals on the summary screen (or it runs out of questions).
    You can force a particular last screen to always be displayed if you either:
    (a) Define a flow with a mandatory screen at the end of the interview, and use that flow as the goal, or
    (b) Have a summary screen goal that depends on a specific piece of data collected on a screen that is last in your screen order.
    If you have done one of these, then you can achieve what you want by:
    (1) Making the change Jasmine suggests to change the default Submit button text to "Next" AND
    (2) Edit the Web Determinations classes/templates/controls/ButtonControl.vm template to conditionally render the "submit" buttonClass with the value of "Submit", when it is being rendered in the context of the final question screen. You could do this for example by checking for #if ( {screen.getId().equals("<screenidgoeshere>"} ).
    Davin Fifield

  • Instantiate Oracle Web Determinations

    Dear all,
    My question is straight forward: Is it possible to instantiate Oracle Web Determinations with the data from a What-If Analysis document or the CSV-files generated from this document on a local computer? The reason I ask this question, is that it would be nice to show a preview of the rule base, using Oracle Web Determinations, including the data set the rule base will be dependend on. I can perform both test cases and what-if analysis but these both come without screens. As may become clear from my question, I would like to make a preview with screens.

    Test cases from a what-if spreadsheet can be exported to a regression test script: http://docs.oracle.com/html/E48373_01/toc.htm#Analysis/Conduct_what-if_analysis_using_Excel.htm#Export2
    And a test case from a regression test script can be loaded into Web Determinations. So, yes, in this way a test case from a what-if can be loaded into Web Determinations.
    Loading test cases from regression tester into Web Determinations:
    Open the relevant regression test case
    Click 'export' in the top-right corner.
    Save the test case
    Run the debugger with screens (OPM Build menu | Build and Debug - With screens)
    From within the Debugger, click the Import button in the top-right, browse to the test case you just saved, select it and Open.
    From the Web Determinations tab of the Debugger, click the refresh button (little button in the top-left with two arrows going in a circle)
    If you want to load the test case in Web Determinations while it is running outside of OPM, save the test case in the data folder of the Web Determinations Release folder (..\(your project name)\Release\web-determinations\data\(your project name)\your-saved-test-case-goes-here). Then when you run Web Determinations you will see the test case when clicking the Load button.
    Also, keep in mind that you can play with scenarios with screens in the Debugger in OPM. You don’t have to deploy to an external browser to do this, and you don't have to import from elsewhere. Just make sure to select ‘With screens’ when going to ‘Build and Debug’.
    Cheers,
    Jasmine

  • Adobe connect web-based trial

    I registered for the connect web-based trial but am now having trouble logging in. HELP

    If the username and password combination that was provided in the welcome email is not working, try the "Forgot your password?" link to have the system send you an email to reset your password.

  • OPA web determinations & POST method?

    Hi,
    we are using OPA web determinations in our Siebel project.
    We use this Symbolic URL to communicate with OPA Application:
    http://localhost:9083/web-determinations/startsession/da-DK?user=[UserID]&caseID=,[UserID],[ObjectID],DUBU
    The SSO Disposition is IFrame and FreePopup command is used for this Symbolic URL, which works good, but we have an issue that the last popup window is shown, when we open the link.
    Basically the last pick applet or MVG applet is opened together with the OPA link. This is because "IFrame" disposition is not supported for "FreePopup". That's why we see popup applet opening up along with Symbolic URL popup.
    We need to use "Form Redirect" SSO Disposition to resolve the above problem.
    But when using "Form Redirect" SSO Disposition with OPA URL we see an error which appears because OPA application could not handle POST method, but only a GET method.
    How can I modify OPA to handle POST method?
    Thanks

    To my knowledge the integration between OPA and Siebel relies on the HTTP GET method, and cannot be modified to use POST.

  • Adobe Connect Web Sevices - CMS Integration

    Hello,
    our company would like to intrgrate Adobe Connect Pro with e-learning solution using Adobe Connect Web Services API.
    It seems possible http://www.adobe.com/devnet-archive/acrobatconnect/articles/firstapp.html
    Here are our questions:
    Q1: If we buy license for Adobe Connect Pro eg: 5 hosts 100 users, can we already use Adobe Connect Web Services API? Or do we need to host Adobe Connect Server ourselves to use it? It seems logical, that its possible in both cases hosted and SAS (software as service from adobe). But we need to be sure.
    Q2: 1 host is 1 person than can manage 1 conference at a time. Is this 1 host bound to 1 adobe id account?
    Q3: we want to be able to have up to 20 simultaneous conferences in each 20 participants. Analog to 20 classrooms 20 students each. What kind of license must we buy?
    I called adobe support, no clear answer, called resellers, the same, Hope hiere someone will know.
    thanks,
    Sylwester

    Muse itself publishes all the html pages to the same folder and hence assumes that there is no multi-level folder structure for html pages. Please note that Muse uses document-relative referencing in menus i.e. href="index.html" and not root-relative referncing i.e. href="/index.html". Now if you add some third party content/link that leads to a page/content inside a directory or URL referring to a subdirectory, then a menu link referring to "index.html" would actually be referring to an index.html page in the current subdirectory and hence breaking the original intended reference.
    To get around this, a simple workaround is to use the Manual mode of menu creation and explicitly specify /index.html or /about.html, etc for the menu item hyperlinks. This would help you create a menu with links using root-relative referencing that will not break even when you go deeper into subdirectories.
    Hope this helps.
    Cheers,
    Vikas

  • Using Document Generator in Web Determinations

    I am currently looking for a tutorial in order to use the web determinations standard document generator.
    My attempts to generate documents are unsuccessful and the OPM help does unfortunately not answer all my questions.
    Could anyone help me ?
    Thanks to all.

    Have a look at Document Generator Plugin Overview in the runtime help. We don't have a tutorial that I know of, so that information is about the best there is.

  • Collecting temporal attribute in Web Determinations

    I have a number attribute (the number of employees) that varies over time, and I've set up some temporal logic to draw inferences from this value.
    I'd like to collect this attribute in a Web Determinations interview but don't know how to. Is there a native way to accomplish this? Alternatively, is there a way to do this using entity instances (for example, by setting up an entity called "the time period" and then mapping the time periods to the "number of employees" timeline)?
    In short, what's the standard way to handle this situation?
    Thanks for your help.

    Brilliant! I just had to add another parameter (the start date) to the TemporalFromStartDate function. So my rule is: the size of the employer's workforce = TemporalFromStartDate(the time periods, the time period’s start date, the number of employees during the time period)
    As for the business problem I'm addressing, the legislation, in relevant part, reads: "'Employer' means...[a]ny employing unit...which...for some portion of a day in each of 20 different calendar weeks, whether or not such weeks were consecutive, in either the current or the preceding calendar year, employed...10 or more individuals...[]." K.S.A. 44-703(h) (2009), available at http://www.kslegislature.org/legsrv-statutes/index.do.
    A couple of other items for you: First, I tried using the TemporalFromRange function as described in the OPM help. Upon compiling, I got an error message that said, "Internal compiler error: unknown attribute 'TemporalFromRange(timeperiods,p24,p25,b11)'." Notice the "b11"? The compiler is interpreting my number attribute (number of employees) as a boolean.
    Also, I'm having trouble opening OPM's help files in the Chrome browser.
    Thanks!

  • Connecting Web and the entire OTC cycle

    Is it possible to connect all of the SAP OTC (order-to-cash) transactions to a website? I mean you will transact via website and that website will pass the data to SAP and SAP will pass back the data needed by the website in real-time? The company plans to use a tablet as front-end and we have a software (a sales automation software) that we want to pass data to SAP and vice versa. Our company is about to acquire SAP ECC 6.0 without CRM.
    1. Is this possible using IDOC?
    2. Can the website and SAP pass data (back-and-forth) to each other in real-time?
    3. Can it complete the entire OTC transactions (SO, DO, DR, billing)?
    4. Any suggestion?
    Please help. Thank you.

    Hi,
    Yes this is very much possible and probably a very common scenario..
    These are the following possibilities:
    1)  The web based application should be able to call and be built to accept calls from APIs..which are called BAPIs.
    We had a MTO based industry and we used BAPIs to enable functionality on the web..also check the part on synchronous calls.
    2) I've worked in a business , where orders used to be taken on PDAs/hand-held devices.. all these devices are connected to a common database and SAP interfaces all the master data and transaction data to this database and the DB connects kind of real time to the PDAs / hand held devices. However, you've to check about what all transaction data are you expecting and if IDocs are available for all of transactions you're looking for..
    I hope this helps.
    Regards,
    Raghu.

  • Is there any API for connecting web server and iphone apps

    Hi,
    I have to retrieve data from Web Server and display in my iphone apps. I want to know that is there any API through which i can connect my apps to server and get data.
    One way i know that use NSURLConnection and get XML response and prase it and use it like that.
    So anyone know this?
    Thanks.

    NSURLConnection is straightforward to use. In the mobile world, and especially if you intend to use certain google APIs, I would rather tend to use JSON instead of XML. A great JSON parser for objective-c is here: http://code.google.com/p/json-framework/
    Cheers,
    Marcelo

Maybe you are looking for

  • Do I need to use a semaphore when reading/writing a functional global from reentrant VIs?

    I have a program that spawns multiple reentrant VIs running simultaneously.  These VIs write their status to a functional global.  The VI that monitors them periodically polls this global to check out how they're doing and takes action based on their

  • How do i Create charts using JSP/Servlet & Database

    I have to create charts which shows the graph of stock exchange. i have a database that keeps the data for creating charts. But i did not know how to create charts using jsp-servlet. Any Example might help me to go forward. Any help will be really ap

  • Web Galleries in Bridge

    I am in a Pshop class and trying to utilize the Web Gallery feature in Bridge.  What I would like is to create a filmstrip like the one below, but I want to include a story about the photo where the Description and Camera data is.  I found where I co

  • ITunes Store download not working

    I've just purchased this album from itunes http://itunes.apple.com/us/album/third-eye-blind-a-collection/id164394621 and the interactive booklet doesn't work. It's a .mov file and all i see when i try to view it is 10 seconds of black video.

  • E51 - Hidden powers revealed

    1) Nokia E51 can play 320X240 videos in MP4 format upto 450kbps. Half the fps may even push 640X480. 2) By installing FLV player, any video from YouTube/Metacafe could be played in the handset itself(after downloading via WLAN). So, you don't need a