Integrating Lotus Notes with Guided Procedure Task

Hi Experts,
Is it possible to see Guided Procedure Tasks in Lotus Notes. Is this integration possible?
We have UWL in portal to check the tasks.
Instead of going to the portal to open Actions, can we get the task link in Lotus Notes Inbox?
Thanks,
Runal

Thanks George
Using GP APIs we can check tasks for processes through Lotus Notes, instead of going to the netweaver portal's UWL list.
But GP APIs does not support WD ABAP.
So integration of lotus notes with GP is only possible using WD JAVA.
Thanks,
Runal

Similar Messages

  • Integration process communicating with guided procedure

    Hi everybody,
    I read that it is possible to exchange messages between Integration Processes and SAP Business Workflow. Is it also possible to trigger and communicate to a guided procedure in a Integration process?
    Thanks,
    Mane

    Integration processes can integrate with anything which uses one of the protocols supported by XI adapters (and you could even enhance this, by creating your own custom adapters).
    E.g., to integrate with SAP Workflow, you could call a standard BAPI or a Z RFC that executes the desired workflow (or feed some step of a already in-process workflow).
    For Guided Procedures, you could basically use anything that the UI frameworks within SAP portfolio support. For example, if you develop a WebDynpro-based GP, you could make the WebDynpro consume a Web Service that, for instance, triggers a BPM execution (you expose the 1st receiver step of the BPM, which should be a open sync/async bridge, as a web service through a sender soap adapter).
    That's just one example.
    Regards,
    Henrique.

  • Integrating email with guided procedures

    Hi GP Experts,
    I want to be able to send/receive emails form guided procedures. When I try to configure adapters there are only 2 types available, POP3 and IMAP4. I am unable to use these because of security issues. How else can I integrate email into guided procedures? We have Lotus Notes with a Domino server and we can use Groupware services to integrate this into the portal. Can we somehow use this for getting GP's to email? What alternatives do I have?
    All suggestions will be appreciated.
    Thanks
    Kunal.

    Hi,
    Thanks, yes I have already set up SMTP for sending emails. I want to receive emails in Guided Procedures, for example if someone fills in an offline pdf form and then clicks submit, it should be delivered to the GP inbox ie '[email protected]'.
    What do I need to do this, my understanding was I needed to setup a pop3 or imap4 adapter, then I can use the email templates within GP correct?
    If this cannot be achieved without pop3 or imap4 what are my alternatives?
    Thanks again,
    Kunal.

  • Compleated guided procedure task throws Java.lang.null pointer exception.

    Hello,
    Compleated guided procedure task throws Java.lang.null pointer exception in UWL.
    From UWL  tracking of finished task of guided procedures throws null pointer exception .
    Guided procedure is created in local J2EE Engine not in Back end SAP System.
    Any ideas.
    Regards
    Mark

    Hi
    If u solved the problem mentioned above please tell me g\how u managed to do it.We are facing the same issue.Completed gp shows the same exception while opening from tracking tab

  • Wf-XML with Guided Procedures to start other workflows e.g BusinessWorkflow

    HI!
    Is it possible with Guided Procedures to create a Wf-XML file and send it to an other Workflow engine, to start a process with the parameter defined in the XML file ? This would be required to start an webflow in R/3 Business Workflow. This Webflow accepts 3 different kinds of Wf-XML standards or SOAP. But i cannot find this in GP. Are there callable object that are able to create this XML files and sent it over HTTP or are there any work-around? Thanks a lot.
    Regards,
    Dominik Vogelbacher

    Hi,
    I hope this link will use for SAP Workflows in defferent systems but nothing about connecting Workflow with GP.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60559952-ff62-2910-49a5-b4fb8e94f167
    Thanks and Regards,
    Prabhakar Dharmala

  • Open a new mail item in Lotus notes with all names from table view..

    HI
    the requirement is like this .. There is a table view with checkboxes..
    Now user will select the particular checkboxes and one mail should be created in Lotus Notes with all the user ids selected.
    How do i achieve
    1) Selecttion of either all ( Select ALl/deselect all ) or some users funtionality in table view
    2) Opening a new mail item with all users selected.

    Hi Raja
    The problem is this
    I have 2 buttons mail to Selected  and mail to all .
              <htmlb:button id            = "b_mailtosel"
                            text          = "Mail to Selected"
                            onClick = "onInputProcessing(b_mailtosel)" />
              <htmlb:button id            = "b_mailtoall"
                            text          = "Mail to all"
                            onClick = "onInputProcessing(b_mailtoall)" />
    Table view below is having this value..
    <htmlb:tableView id             = "tab1_list"
                          table          = "<%= i_list %>"
                           footerVisible  = "false"
                           selectionMode = "MULTISELECT"
                           design          = "ALTERNATING"
                           emptyTableText = "No data available"
                           width          = "100%"
                            >
    OninPut processing
    WHEN 'b_mailtosel'.
          application->s_flag = '1'.
          l_tv ?= cl_htmlb_manager=>get_data( request = request
                                               name    = 'tableView'
                                               id      = 'tab1_list' ).
          IF NOT l_tv IS INITIAL.
            table_event = l_tv->data.
            IF NOT table_event->PREVSELECTEDROWINDEXTABLE IS INITIAL.
            i_selected_mail = table_event->PREVSELECTEDROWKEYTABLE.
            ENDIF.
          ENDIF.
    table_event->PREVSELECTEDROWKEYTABLE is blank since there is no key column defined in the Tableview  ( since this combination doesnt work with select all ) .
        WHEN 'b_mailtoall'.
        cl_htmlb_manager=>check_tableview_all_rows(
          rowcount = rowcount
          request = request
          id = 'tab1_list'
          check = 'X'
          application->s_flag = '1'.
          l_tv1 ?= cl_htmlb_manager=>get_data( request = request
                                               name    = 'tableView'
                                               id      = 'tab1_list' ).
          IF NOT l_tv1 IS INITIAL.
            table_event1 = l_tv1->data.
            IF NOT table_event1->PREVSELECTEDROWINDEXTABLE IS INITIAL.
            i_selected_mail = table_event1->PREVSELECTEDROWKEYTABLE.
            ENDIF.
          ENDIF.
    NO DATA is coming in Select all too..
    HOw do i frame my code to atleast get the values...

  • WDA with GP -  Web dyn pro Abap intergration with Guided procedure

    Hi All,
          I tried integrating a WDA - Webdynpro ABAP application  in Guided procedure. Though I was able to create a CO - Callable object out of the WDA , I am not able to access the WDA input and output parameters, I just want to know, where am I going wrong?
    Does anybody have any leads? Thanks in advance.

    hii prab
    if u want integrate Webdynpro ABAP applications ....
    by using Webdynpro IVIEW Template....we can do it..
    u should create Technical system under SLD and configure SSO
    & u should create sytem object and system alias..
    this is the procedure for integrate the Webdynpro ABAP applications
    with regards,
    venu

  • Identify Guided Procedures Task ID dynamically

    Hi,
    Can anyone please tell me if there is a way to idynamically dentify the id of the task (not the process) that is asigned to the user in Guided Procedures process?
    Say for ex: I have two parallel tasks assigned to one user. Action1 and Action2. For each action a email is sent to the user with a link  (like below) to the task so he/she can directly launch the task from email.
    To view this task href="http://`{write(ctxt.DataSource.Host);}`/irj/portal?NavigationTarget=ROLES://portal_content/com.sap.pct/platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.roles.runtime/com.sap.caf.eu.gp.worksets.runtime/com.sap.caf.eu.gp.pages.procinstance&DynamicParameter=processId%3D`{write(sy.processid);}`%26taskId%3D">Click here
    With the above link, the user is only getting the url to the process but not directly to the task. i.e., when the user clicks on the email link of Action2, the browser opens up with the Action1 selected by default. He will then have to manually click on Action2 to complete that task. I want the user be able to directly go to Action2.
    Please advice.
    Regards,
    Kumar.

    Hi,
    Refer this
    Re: Adding users to a process role at runtime   method :- addRuntimeDefinedUser

  • Intergate Lotus Notes with SAP

    Dear All,
    I had do mail configuration in SAP and its working.
    But i want to import all my Lotus Notes contact in SAP. is it possible? How?
    OR can I Intergate Lotus  mailing system with SAP?
    Regards,
    Nisit

    Nisith,
    The approaches that are currently available to integrate SAP R/3 and Lotus Notes are:
    Lotus Connectors:
    Lotus Connectors are system files that are developed using common object model interface, known as Lotus Connector API. They provide optimized access to the enterprise data from Domino. These connectors are installed on the Web Application Server platform of SAP and are used to connect to and to transfer data from the enterprise servers and other enterprise platforms. This Lotus Connector, when used with enterprise integration tools, facilitates to integrate SAP application logic with Domino applications. The Connector was developed using SAP's Remote Function Call Software Development Kit (RFCSDK) and enables execution of any SAP Remote Function Call (RFC) that is remotely callable, all BAPIs and Transactions using Batch Data Input. Using the Lotus Connector for SAP technology ensures that data transfers and queries are processed through the SAP application layer, preserving the business logic and data validations contained in SAP Remote Function Call and transaction interfaces, which comprised of SAP processes. Therefore, reading and writing SAP data is always performed through the application layer and not by directly accessing back-end database tables and by using Lotus Connectors all the business rules provided by RFCu2019s and SAP Transactions are maintained.
    Domino Mail Transfer Agent for R/3:
    A server-based add-ins, Domino MTA is used in bi-directional message transfer amid SAP R/3 and Notes, which leads to the transformation of Dominou2019s inbox into a universal inbox for both Domino and SAP. This tool is used to send messages to and from SAP R/3 to notes. It enables the users to send or receive mails, faxes and also disseminate the data from R/3 system to the notes mailbox. Hence, the users are required to check a common interface for reading the messages from both SAP R/3 and Lotus Notes. The Mail transfer Agent along with providing full attachment support provides users with the rich text support, facilitating R/3 mail users using any other application like Microsoft word as their e-mail editors. In addition, R/3 MTA provides all the transactional support that is required by the users. The users to make sure that the data being transferred from R/3 is properly routed to Domino can also use this support. MTA even enables the users to keep a track of all the messages that are sent or received from R/3 by tracking them in a Notes log file. As mentioned above, the Domino MTA uses add-ins. These add-ins are object client to send mail from Domino to R/3 and object server to receive mail from R/3.
    Lotus Enterprise Integrators (LEI):
    This tool is used to transfer the data both ways between SAP R/3 and Domino applications. LEI are the quickest way to ensure transfer of data and that too without following the tedious task of writing long lines of codes. Also, it facilitates this transfer by taking one end as a source and the other as a target. In this, the data transfer of each type utilizes a different connector such as Oracle connector and Notes connector. These connectors are used in both LEI and Domino Enterprise Connectivity Services (DECS) to ensure bi-directional access of notes and web applications of R/3 data from a Domino server.
    Hope this helps you.
    Rgds
    manish

  • Problem with Guided Procedure

    Hello,
    using the Guided Procedures I have modeled an approval workflow.
    After a requester submits a request, the request should be delegated to an approver.
    However, when the requester actually submit the request, I get an error message which reads "Activity could not be read" and the workflow does not continue with the approver.
    Does anyone has an idea, what could be wrong?
    Best regards
    Alexander

    Hi Fazal,
    Check the Callable object in GP design time , whether it is giving u the expected output.
    The callable objects work just fine and provide the expected outputs.
    Nwa--> Problem management --> Logs and Traces --> Log Viewer.
    in the log viewer, u will find the root cause for the error message.
    Unfortunately, I cannot find (see below) any other root cause. It seems that the problem occurs either when completing the first or starting the second action. However, both callable objects work fine when tested in the design time.
    Edit: It seems that the problem occurs when completing the first action. What could be the reason for that?
    Activity could not be read
    com.sap.caf.eu.gp.base.exception.EngineException: Activity could not be read
    at com.sap.caf.eu.gp.model.pfw.wfc.local.status.StatusWriter.createWorkItems(StatusWriter.java:2948)
    at com.sap.caf.eu.gp.model.pfw.wfc.local.status.StatusWriter.startAction(StatusWriter.java:2749)
    at com.sap.caf.eu.gp.model.pfw.wfc.local.status.StatusWriter.startActivity(StatusWriter.java:1339)
    at com.sap.caf.eu.gp.model.pfw.wfc.local.status.StatusWriter.updateProcessStatusSequentialBlock(StatusWriter.java:4368)
    at com.sap.caf.eu.gp.model.pfw.wfc.local.status.StatusWriter.updateProcessStatus(StatusWriter.java:3617)
    at com.sap.caf.eu.gp.model.pfw.wfc.local.status.StatusWriter.completeAction(StatusWriter.java:286)
    at com.sap.caf.eu.gp.model.pfw.wfc.local.impl.LocalWorkflowConnector.completeAction(LocalWorkflowConnector.java:251)
    at com.sap.caf.eu.gp.model.pfw.core.impl.ProcessRuntime.completeAction(ProcessRuntime.java:863)
    at com.sap.caf.eu.gp.ui.act.container.VContainer.OnExecutionComplete(VContainer.java:509)
    at com.sap.caf.eu.gp.ui.act.container.wdp.InternalVContainer.wdInvokeEventHandler(InternalVContainer.java:162)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
    at com.sap.tc.webdynpro.progmodel.components.Component.fireEvent(Component.java:478)
    at com.sap.caf.eu.gp.ui.co.wd4vc.exec.wdp.InternalCOExecWD4VCInterface.wdFireEventExecutionComplete(InternalCOExecWD4VCInterface.java:170)
    at com.sap.caf.eu.gp.ui.co.wd4vc.exec.COExecWD4VC.onSignalOut(COExecWD4VC.java:365)
    at com.sap.caf.eu.gp.ui.co.wd4vc.exec.wdp.InternalCOExecWD4VC.wdInvokeEventHandler(InternalCOExecWD4VC.java:171)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.invokeEventHandler(DelegatingComponent.java:237)
    at com.sap.tc.webdynpro.progmodel.components.Component.fireEvent(Component.java:478)
    at com.sap.tc.wd4vc.launcher.wdp.InternalLauncherInterface.wdFireEventSignalOutEvent(InternalLauncherInterface.java:168)
    at com.sap.tc.wd4vc.launcher.LauncherView.handleRaiseEndPoint(LauncherView.java:301)
    at com.sap.tc.wd4vc.launcher.wdp.InternalLauncherView.wdInvokeEventHandler(InternalLauncherView.java:197)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
    at com.sap.tc.webdynpro.progmodel.components.Component.fireEvent(Component.java:478)
    at com.sap.tc.wd4vc.xglengine.wdp.InternalXGLEngineInterface.wdFireEventRaiseEndPoint(InternalXGLEngineInterface.java:308)
    at com.sap.tc.wd4vc.xglengine.XGLEngineInterface.notifyEmbeddersOfEndPoint(XGLEngineInterface.java:231)
    at com.sap.tc.wd4vc.xglengine.wdp.InternalXGLEngineInterface.notifyEmbeddersOfEndPoint(InternalXGLEngineInterface.java:152)
    at com.sap.tc.wd4vc.xglengine.java.XGLInterpreter.notifyEmbeddersOfEndPoint(XGLInterpreter.java:2166)
    at com.sap.tc.wd4vc.core.std.relays.java.impl.XGLEndPointRelay.notifyEmbedders(XGLEndPointRelay.java:82)
    at com.sap.tc.wd4vc.core.std.relays.java.impl.XGLSignalOutRelay.execute(XGLSignalOutRelay.java:67)
    at com.sap.tc.wd4vc.core.std.relays.java.impl.XGLEndPointRelay.execute(XGLEndPointRelay.java:66)
    at com.sap.tc.wd4vc.core.std.relays.GenericRelay.execute(GenericRelay.java:226)
    at com.sap.tc.wd4vc.core.std.relays.wdp.InternalGenericRelay.execute(InternalGenericRelay.java:138)
    at com.sap.tc.wd4vc.core.std.relays.GenericRelayInterface.execute(GenericRelayInterface.java:123)
    at com.sap.tc.wd4vc.core.std.relays.wdp.InternalGenericRelayInterface.wdInvokeMethod(InternalGenericRelayInterface.java:150)
    at com.sap.tc.webdynpro.progmodel.generation.ExternalControllerPI$ExternalInterface.invoke(ExternalControllerPI.java:291)
    at $Proxy610.execute(Unknown Source)
    at com.sap.tc.wd4vc.xglengine.java.XGLInterpreter.doEvaluateRelay(XGLInterpreter.java:1798)
    at com.sap.tc.wd4vc.xglengine.java.XGLInterpreter.doEvalStep(XGLInterpreter.java:1777)
    at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.doEvalStep(XGL2_2Interpreter.java:698)
    at com.sap.tc.wd4vc.xglengine.java.XGLInterpreter.processStep(XGLInterpreter.java:981)
    at com.sap.tc.wd4vc.xglengine.java.XGLInterpreter.processPlan(XGLInterpreter.java:941)
    at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.processAtomicActionCall(XGL2_2Interpreter.java:356)
    at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.processActionCall(XGL2_2Interpreter.java:311)
    at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.processActionCall(XGL2_2Interpreter.java:319)
    at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.processAction(XGL2_2Interpreter.java:290)
    at com.sap.tc.wd4vc.xglengine.XGLEngine.processAction(XGLEngine.java:447)
    at com.sap.tc.wd4vc.xglengine.wdp.InternalXGLEngine.wdInvokeEventHandler(InternalXGLEngine.java:184)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.invokeEventHandler(DelegatingComponent.java:237)
    at com.sap.tc.webdynpro.progmodel.components.Component.fireEvent(Component.java:478)
    at com.sap.tc.wd4vc.core.std.toolbar.wdp.InternalXGLToolbarInterface.wdFireEventGenericEvent(InternalXGLToolbarInterface.java:273)
    at com.sap.tc.wd4vc.core.std.toolbar.Generic.onActionGenericAction(Generic.java:271)
    at com.sap.tc.wd4vc.core.std.toolbar.Generic.onActionValidatingAction(Generic.java:295)
    at com.sap.tc.wd4vc.core.std.toolbar.wdp.InternalGeneric.wdInvokeEventHandler(InternalGeneric.java:161)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:72)
    Edited by: Alexander Königs on Mar 4, 2009 10:50 AM

  • Guided Procedure Tasks don´t appear in "completed tasks"

    Hello! I´ve integrated guided procedures into the UWL. It works fine, except that once i complete a task depending on guided procedures, i click in "completed tasks" and it is empty.
    I´ve noticed that the only kind of tasks that appear in "completed tasks" are the ones which are related to Collaboration.
    Is there a way i can show the completed tasks related to Guided Procedures or R/3 ?
    Thanks in advance!.
    Message was edited by:
            Marco Ustarroz

    It was resolved when an SPS upgrade was made.

  • Interactive Form with Guided Procedure Error

    Hi,
    I have a guided procedure with a callable object defined to send an email with an attached interactive form. When I execute the guided procedure I keep getting the following error. I have setup the smtp setting under caf/eu/gp/model according to the Configuring GP for Interactive Forms guide.
    The mail communication for client application id:0768334F5EF53307986C90435843D119 is not registered. Please contact Bounced Mails administrator:<>
    Also note if I have a guided procedure just to send a email notification without an adobe interactive form it works fine.
    We are using adobe 8.0 and netweaver 7.0 sp12.
    Any help would be appricated.
    #1.5 #760960013002006A00000046000BE05C00044AFDAF9A1C6D#1208353340136#com.sap.caf.eu.gp.model.fnd.mail.MCFMailSenderImpl#sap.com/tcwddispwda#com.sap.caf.eu.gp.model.fnd.mail.MCFMailSenderImpl#samuelpo#74##quail_JSD_72617150##664e0c400bb511dd826f760960013002#SAPEngine_Application_Thread[impl:3]_2##0#0#Error#1#/System/Server#Plain###The mail communication for client application id:0768334F5EF53307986C90435843D119 is not registered. Please contact Bounced Mails administrator:<>
    com.sap.caf.eu.gp.mail.cf.client.registration.ClientNotRegisteredException: The mail communication for client application id:0768334F5EF53307986C90435843D119 is not registered. Please contact Bounced Mails administrator:<>
         at com.sap.caf.eu.gp.mail.cf.core.exceptionhandling.MailCFExceptionHandler.throwClientNotRegisteredException(MailCFExceptionHandler.java:327)
         at com.sap.caf.eu.gp.mail.cf.core.registration.impl.MailCommunicationTimerTasksRegistry.checkRegistration(MailCommunicationTimerTasksRegistry.java:303)
         at com.sap.caf.eu.gp.mail.cf.core.service.impl.MailCFService$4.send(MailCFService.java:201)
         at com.sap.caf.eu.gp.model.fnd.mail.MCFMailSenderImpl.sendMail(MCFMailSenderImpl.java:153)
         at com.sap.caf.eu.gp.model.iforms.preproc.FormPreprocessor.execute(FormPreprocessor.java:652)
         at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl$CallableObjectExecutor.run(BackgroundCOExecutorImpl.java:126)
         at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl.execute(BackgroundCOExecutorImpl.java:368)
         at com.sap.caf.eu.gp.ui.dt.comp.cotest.VTest.executeBackgroundCO(VTest.java:711)
         at com.sap.caf.eu.gp.ui.dt.comp.cotest.VTest.onActionExecute(VTest.java:373)
         at com.sap.caf.eu.gp.ui.dt.comp.cotest.wdp.InternalVTest.wdInvokeEventHandler(InternalVTest.java:259)
         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:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         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:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         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(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.Exception
         ... 39 more

    Hi,
    I also have a similar issue where i have to validate whether the user submitting the offline form is an user who has authorisation ( a table storing user credentails) .
    Were you able to solve this issue of security in offline form.
    Appreciate if you can throw some light.
    Regards
    Jayesh

  • Integrating lotus domino with EP

    Hello,
    We are integrating lotus domino 7.0.1 with ep 7.00 SP10. While accesing the availability user we are getting the following error.
    "The XML generated by the Lotus servlet component is not well formed."
    What is the problem??
    Thanks,
    Mercedes

    Hello Mercedese,
    Didi you solve the problem.
    Can you please share the solution for this

  • I want to install OS X Mavericks on my MacBook Pro which is not with guid partition table

    i want to install OS X Mavericks on my MacBook Pro which had both mountain lion & windows 8.1, its not in GUID partition table format, so i couldnt install mavericks, so is there any way to change into GUID partition table format & install Mavericks  without losing Windows from my hard disk ?

    Open the App Store and upgrade iPhoto to the Mavericks version.
    iWork and iLife for Mac come free with every new Mac purchase. Existing users running Mavericks can update their apps for free from the Mac App Store℠. iWork and iLife for iOS are available for free from the App Store℠ for any new device running iOS 7, and are also available as free updates for existing users. GarageBand for Mac and iOS are free for all OS X Mavericks and iOS 7 users. Additional GarageBand instruments and sounds are available for a one-time in-app purchase of $4.99 for each platform.
    The iWork apps are free with a new iOS device since 1 SEP 2013. They are free with a new Mac since 1 OCT 2013. They are also free with the upgrade to OS X Mavericks 10.9 if you had the previous version installed when you upgraded.

  • Use of Lotus Notes with IDOC.

    would like to check with you all, currently I am reading a text file from interface manager and 'put' it into IDOC- basic type ORDERS05 and later auto create the Sales Order.
    After that, I need to generate an text file regarding the status of the IDOC plus some other information from the new created Sales Order.
    This text file need to send to the specify user thru external email like Lotus Notes.
    Does anybody know which function module I can use ?
    Thanks & Regards,
    Chakri.

    Hi,
    Source : Google
    Check this if useful.
    *To prepare the subject line
    CONCATENATE text-034 v_belnr text-035 INTO v_subject SEPARATED BY space.
    CLEAR v_belnr.
    *Add the recipients email address
    CLEAR wa_receivers.
    REFRESH t_receivers.
    wa_receivers-receiver
    = v_usrid.
    wa_receivers-rec_type
    = c_u.
    wa_receivers-com_type
    = c_int.
    wa_receivers-notif_del = c_x.
    wa_receivers-notif_ndel = c_x.
    APPEND wa_receivers TO t_receivers.
    CLEAR wa_receivers.
    Describe the body of the message
    CLEAR wa_packing_list.
    REFRESH t_packing_list.
    wa_packing_list-transf_bin = space.
    wa_packing_list-head_start = c_1.
    wa_packing_list-head_num
    = c_0.
    wa_packing_list-body_start = c_1.
    DESCRIBE TABLE t_message LINES wa_packing_list-body_num.
    wa_packing_list-doc_type
    = c_raw.
    APPEND wa_packing_list TO t_packing_list.
    CLEAR wa_packing_list.
    *Populate the subject/generic message attributes
    wa_doc_data-obj_langu
    = sy-langu.
    wa_doc_data-obj_name
    = c_saprpt.
    wa_doc_data-obj_descr
    = v_subject.
    wa_doc_data-sensitivty = c_f.
    CLEAR : v_subject,
    v_belnr.
    *Call the FM to post the message to SAPMAIL
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    EXPORTING
    document_data
    = wa_doc_data
    put_in_outbox
    = c_x
    IMPORTING
    sent_to_all
    = v_sent_all
    TABLES
    packing_list
    = t_packing_list
    contents_txt
    = t_message
    receivers
    = t_receivers
    EXCEPTIONS
    too_many_receivers
    = 1
    document_not_sent
    = 2
    document_type_not_exist
    = 3
    operation_no_authorization = 4
    parameter_error
    = 5
    x_error
    = 6
    enqueue_error
    = 7
    OTHERS
    = 8.
    *commit work.
    *Status of the IDOC. need to be updated.
    IF sy-subrc IS INITIAL.
    idoc_status-docnum = idoc_contrl-docnum.
    idoc_status-status = c_status68.
    APPEND idoc_status.
    CLEAR idoc_status.
    ELSE. "If the mail was not sent.
    idoc_status-docnum = idoc_contrl-docnum.
    idoc_status-status = c_status63.
    idoc_status-msgid = c_msgid.
    idoc_status-msgno = c_mailfail.
    APPEND idoc_status.
    CLEAR idoc_status.
    ENDIF.
    ELSE. "If user-id(email-id) was not found
    idoc_status-docnum = idoc_contrl-docnum.
    idoc_status-status = c_status63.
    idoc_status-msgid = c_msgid.
    idoc_status-msgno = c_mailnotfound.
    APPEND idoc_status.
    CLEAR idoc_status.
    ENDIF.
    Regards..

Maybe you are looking for

  • Can't install or uninstall the latest version of iTunes

    Everytime I go to install the latest version of iTunes I get through most of it, then a window comes up that says "Windows Installer" - "The feature you are trying to use is on a network resource that is unavailable." - "Click OK to try again, or ent

  • How can I get the arch logo in console/terminal during boot?

    Hello I just installed arch as my first linux, and I would like to get the arch logo in the top left corner during boot, like on the following screenshot: http://i4.photobucket.com/albums/y132/s - h_boot.png uname  -a: Linux 3.6.6.1-ARCH #1 syslinux

  • Ps4 display issue black and white screen

    Hi, So to cut it short I was watching TV fine before. PS4 was fine when I switched it off last night.I turn it on this morning to no colour in the picture. I've checked the TV settings, switched all hdmi related. Reset in safe mode display and defaul

  • Drag And Drop in ALV Column Tree

    Hello All, Can anyone tell me the method used for  a drag and drop in a column tree.... i found it for a simple tree but not for a column tree..... thanks in advance.... Regards, Praveen

  • Installing solaris from a windows xp computer over a network

    Hi, I just received the solaris 10 dvd from sun. I have the sparc and the x86 versions. The problem I have now is that I need to install it onto a computer that does not have a dvd drive. Here is the current set up of the network: I have three comput