WD-ABAP CHIP with BPM 7.30 - how to close the task?

Hi all,
after quite a while struggling (also due to the poor documentation) with CHIPS and Plugs and ...
the first part works, I get the parameters from BPM into the WD-A.
But I have not yet found a way to tell the iView that my work is done.
The standard Outplug from WD-A (Window and/or View) do not trigger the surrounding iView.
With WD-J there comes a popup asking if the task should be closed, with WD-A not...
Any help appreciated, even if the topic is quite new.
best regards & thanks in advance,
Reinhard

Hi Helmut,
with the "new" NW ABAP - Stack now it's working!
Requirements:
NW ABAP 7.02 SP8 (not the ABAP-Preview with SP6 -> simply doesn't work!)
NW CE 7.30 SP3
and some tweaks in the portal configuration, but that will always remain a miracle to me...
Special trick for German users:
You have to provide Logonlanguage "DE" in the NWDS-Server settings (or you have to manually input english texts for the WD-A CHIP).
Otherwise the text is empty and NWDS is sorting out your entries!
Small hint to the masters at SAP:
The CHIP-"search" list provided is ok for playing around but not suitable for real work.
no sorting, no filtering, small window, no details,...
best regards,
Reinhard

Similar Messages

  • Reader X - how to close the Task Pane

    Once the Task Pane in Reader X has opened, how can it be closed (without closing Reader)?
    Thanks!

    "Task Pane" is Adobe's terminology -- e.g., http://help.adobe.com/en_US/acrobat/pro/using/WS8b24479264ec4228503f719f12bedff5483-8000.h tml
    Yes, I can hide the Comment tools in that way, but I have not yet found a way to get the Task Pane itself to close (short of closing Reader X entirely).
    If there is no simple way to close the Task Pane, then some users will probably start calling it the "Task Pain"!

  • How to change the Task title on runtime?

    Hi experts again,
    My customer is struggling with something very simple: how to customize the Task title. You can certainly create an argument in the task, use Data Associations to map the argument, and then use XPath expression to get the value from the task payload and set it to the task title. That works fine. But it only executes once, when the process instance 'enters' in the task.
    So once the Task is created, you can see the custom title in the Workspace.
    Now, can we change the Title on runtime? I thought you could get the task payload, update the title and finally update the task but this does not seem to work. Here's the code that does it.
    In this example, the priority is updated successfully but not the title.
    FacesContext context = FacesContext.getCurrentInstance();
    String tskId = (String)context.getApplication().evaluateExpressionGet(context,
    "#{pageFlowScope.bpmWorklistTaskId}", String.class);
    IWorkflowServiceClient workflowSvcClient = WorkflowService.getWorkflowServiceClient();
    ITaskService taskSvc = workflowSvcClient .getTaskService();
    ITaskQueryService wfQueryService = workflowSvcClient.getTaskQueryService();
    IWorkflowContext wfContext = WorklistUtil.getWorkflowContextForASelectedTask();
    Task myTask;
    try {
    myTask = wfQueryService.getTaskDetailsById(wfContext, tskId);
    Element payloadElem = myTask.getPayloadAsElement();
    System.out.println("****************" + myTask.getTitle());
    System.out.println("****************" + myTask.getPriority());
    myTask.setTitle("Task Title 3");
    myTask.setPriority(2);
    myTask.setPayloadAsElement(payloadElem);
    taskSvc.updateTask(wfContext, myTask);
    } catch (Exception e) {
    e.printStackTrace();
    The results which printed out in console after execute above code twice.
    ****************Task Title 1
    ****************3
    ****************Task Title 1
    ****************2

    You can use the appropriately named Window Title property. In your project you can define conditional disable symbols (right-click on the project node and select Properties) and then use a conditional disable structure in your code. However, these symbols apply to the entire project, not to a specific executable. Thus, a better route would be to use the executable name (also accessible via a property), if possible, or some other distinction between the executables. What makes the executables different?

  • I am From Asia, Malaysia. I'm still was a student, I would like to purchase a Macbook at online With Student price. How I make the payment at online?? Am I able to used my dad's credit card?

    I am From Asia, Malaysia. I'm still was a student, I would like to purchase a Macbook at online with student price. How I make the payment at online?? Am I able to used my dad's credit card? or any proof?? Emergency ***

    http://store.apple.com/my/browse/home/education_routing
    If you have further questions about the policies and procedures for ordering, call the Malaysian Apple Store at 1800-80-6419. Everyone here is just a fellow user and cannot speak for Apple.
    Regards.

  • How can i do with labview program,when i have 20 different values,and 1 want to add it with constant value.and how to get the results?

    how can i do with labview program,when i have   20 different values,and 1 want to add it with constant value.and how to get the results?

    Why do the 20 values have to be different? The same code should work even if some are equal.
    What do you mean by "get the result"? The result is available at the output terminal and all you need is a wire to get it where you need it. That could be an indicator, another operation, or even a hardware device.
    What is the data type of the 20 values? An array? A cluster? A bunch of scalars? A waveform? Dynamic data?
    LabVIEW Champion . Do more with less code and in less time .

  • How to close the detach popup on click of a button in the panel collection

    Hi,
    I'm using Jdeveloper 11.1.2.3.0.
    I have an af table surrounded by panel collection. There is a button on panel collection to commit the changes in the table.
    Clicked detach button to view the table in full browser.
    On click of Commit button, the detach popup is not closed. I have set partialSubmit of that button to false. Then also detach popup is not closed.
    Can anybody suggest me how to close the detach popup on click of a button in the toolbar.
    Thanks,
    Vinod

    Hi Frank,
    Thanks for your response. Popup is not closed.
    I tried this approach, when the view tree is navigated on the Detach, I see that the tree is same as if it is traversed on the page without detach.
    Printed client id and UI component class in the while loop, result is as below.
    r1:0:pc1:t3 class oracle.adf.view.rich.component.rich.layout.RichToolbar
    r1:0:pc1 class oracle.adf.view.rich.component.rich.output.RichPanelCollection
    r1:0:ph2 class oracle.adf.view.rich.component.rich.layout.RichPanelHeader
    r1:0:pgl1 class oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout
    r1 class oracle.adf.view.rich.component.rich.fragment.RichRegion
    pgl1 class oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout
    db2 class oracle.adf.view.rich.component.rich.layout.RichDecorativeBox
    db1 class oracle.adf.view.rich.component.rich.layout.RichDecorativeBox
    psl1 class oracle.adf.view.rich.component.rich.layout.RichPanelStretchLayout
    ps1 class oracle.adf.view.rich.component.rich.layout.RichPanelSplitter
    f1 class oracle.adf.view.rich.component.rich.RichForm
    Tried with setting partialsubmit property to false on the command button, still the popup is not closed and my Faces Message are shown behind the detach popup.
    Thanks,
    Vinod

  • How To use the Task Service to update  a task's outCome

    Hello EveryBody,
    I started with SOA suite 11g two months ago. I am trying all the possibilities to convaince my bosses of this technology.
    My problem is how to use the task service to update an outcome. I have already succeeded to create a client of the task query service.
    Thank you

    You can use Task Service API's to update any properties of a task:
    In your case, to update the outcome of the task, you can use the following API:
    Task updateTaskOutcome(IWorkflowContext context,
    java.lang.String taskId,
    java.lang.String outcome)
    throws StaleObjectException,
    WorkflowException
    For more details, look into the following links:
    http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10224/bp_workflow.htm#BACHEFDH
    http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e10660/oracle/bpel/services/workflow/task/ITaskService.html#updateTaskOutcome_oracle_bpel_services_workflow_verification_IWorkflowContext__java_lang_String__java_lang_String_
    Thanks,
    Navaneeth

  • When I click on the - fire fox disappears from the task bar; it is still open but gone from the task bar, if I click on any icon it opens a new Firefox window, I end up with several windows open but none on the task bar.

    Question
    When I click on the - to minimize fire fox, it does not close the window but the firefox icon disappears from the task bar; it is still open but gone from the task bar, if I click on any other icon it opens a new Firefox window, I end up with several windows open but none on the task bar.

    Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) as a test to see if that helps.
    Do a malware check with some malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • How to release the task and Transport

    Hi can anybody tell me the steps , how to release the task and how to relase the Transport into Quality.
    Thanks in advance.
    kp

    Hi,
    Go to SE09..
    Give your user name..Press enter..It will display all the CRs..
    Place the cursor on the task of the CR you want to release..
    Press the transport button (F9)..
    Do the same for all the tasks..
    Then place cursor on the CR..
    Press the transport button (F9).
    Now the CR is released...
    You can basis team to import the CR to quality system using the transaction STMS.
    Check this link for using the STMS
    http://help.sap.com/saphelp_nw04/helpdata/en/44/b4a3c57acc11d1899e0000e829fbbd/content.htm
    Thanks,
    Naren

  • How to stop the Task Pane from opening automatically

    Hi there,
    I use adobe acrobat XI pro to work on lectures and frequently go from the highlit tool to the "adding text" tool in the content modification tool group. Each time i click on the "add text" tool, the tool bar on the right side of the screen or Task Pane pops up, making my document too small to read, and I have to close the task pane each time before being able to write.
    Is there any way to get around that?

    Hey Aadesh, thank you for your answer
    I hope the links for the pictures work, i wasn't quite sure which link to copy.
    as you can see, i work on a small computer, and unfortunately, it makes quite a big difference...
    [url=http://postimg.org/image/zb2gmfu73/][img=http://s3.postimg.org/zb2gmfu73/Screen_Shot_15_04 _06_130512.jpg][/url]
    [url=http://postimg.org/image/b9vkkzfdr/][img=http://s3.postimg.org/b9vkkzfdr/Screen_Shot_15_04 _06_130530.jpg][/url]
    Especially when i try to work on 2 corresponding documents at once...
    [url=http://postimg.org/image/4wy0s8dcf/][img=http://s11.postimg.org/4wy0s8dcf/Screen_Shot_15_0 4_06_131537.jpg][/url]
    [url=http://postimg.org/image/9ubldcfbj/][img=http://s11.postimg.org/9ubldcfbj/Screen_Shot_15_0 4_06_131558.jpg][/url]
    Clicking on tools it what I do each time, but I would have loved to find a way to be able to write something without having that bar show up... Would you have any idea if this would be possible? For example when you click on the highlight tool, the "comment" task pane does not automatically open, this only happens with the "Tool" task pane.
    Maybe there is a parameter I could apply?

  • How to close the COM Port ??????????

    Dear all :
    I have written an application that send AT commands to a modem , Once I opened a com port , i don't know how to close it . I got the null pointer exception when i create a new channel , because the inputStream and outputStream is owned by the previous channel . So , some one can teach me how to close the com port that opened before ?
    my source code for open port :
    public void Connect_Com(CommPortIdentifier portId) {
    Integer i = new Integer((int) (Math.random()* 1000));
    String channel = "channel" + i.toString();
    System.out.println(channel);
    try {
    System.out.println("preparing to open port");
    serialPort = (SerialPort) portId.open(channel, 2000);
    } catch (PortInUseException e) {}
    try {
    inputStream = serialPort.getInputStream();
    System.out.println("getting inputStream");
              } catch (IOException e) {}
    try {
    serialPort.addEventListener(this);
              } catch (TooManyListenersException e) {}
    serialPort.notifyOnDataAvailable(true);
    try {
    serialPort.setSerialPortParams(9600,
    SerialPort.DATABITS_8,
    SerialPort.STOPBITS_1,
    SerialPort.PARITY_NONE);
    } catch (UnsupportedCommOperationException e) {}

    serialPort.close() ?
    From the documentation of SerialPort:
    - SerialPort extends CommPort.
    - CommPort.close() closes the communications port.

  • How to close the window openned by System Exec VI automatica​lly?

    Hello,
    I am using System Exec VI to lauch an exe file built from a LabVIEW program. When running System Exec VI, the window of exe file pop out and stays there even after all tasks are completed. I have to close it every time manually. Anyone here know how to close the exe file window automatically when it's done?
    Thanks,
    Jean
    Message Edited by Jean_CLD on 03-25-2010 11:25 AM
    Message Edited by Jean_CLD on 03-25-2010 11:29 AM
    Solved!
    Go to Solution.

    If I understand the question correctly you need to add an invoke node at the end of your application to exit. Depending on the whether it is running as a stand alone application or within LabVIEW it will either exit or stop execution. I've attached the VI I use in my applications.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot
    Attachments:
    Exit application.vi ‏13 KB

  • How to remove the tasks which are not manually recoverable?

    How to remove the tasks which are not manually recoverable?
    I tried performing manual recovery for the BPEL processes but there are few tasks which cant be manually recoverable..
    Could you please tell me how to remove those tasks and also tell me which information in the console is the task_id in the database?

    This article explains how to cleanup bpel process instances, you can find task instance id by searching for data in payload using api.
    Managing a BPEL Production Environment
    http://www.oracle.com/technology/pub/articles/bpel_cookbook/blanvalet.html
    Cheers,
    Rad

  • I want know how to close the time capsule the "DHCP"

    Dear Sir,
            I want to know how to close the "dhcp" on time capsule. Tks!
    Br,
    William

    If you are on Lion download the utility that actually works, 5.6 as v6 is useless.
    Go to manual setup, go to the Internet tab, go to DHCP, turn it off.
    That will then require you to manually set dhcp or use a different dhcp server but pointing back to the TC as gateway. If you are using something else as main router, just bridge the TC, that will automatically turn off DHCP.

  • How to change the task type of bdoc in sap crm

    Dear CRM Experts,
    I am new to CRM. Want to know how to change the task type  of Bdoc from update to insert. I am gettind B doc error due to the reason that under object_task the entry is U , whereas i have to change it to I (insert).
    Pls provide deatil answer. Points will be given.
    Regards
    Rajat
    Edited by: Gurinder Pal Singh on Jul 21, 2011 10:17 AM

    Hello Rajat,
    Please provide us more information about the error you have and it's description so that we can help here arounfd here.
    thanks
    Willie

Maybe you are looking for

  • Itunes and 3ivx.dll error

    updated itunes, each time I try to launch I get an error saying, cannot launch because 3ivx.dll was not found, help DELL   Windows XP Pro  

  • My ipad will not open the app store...any suggestions?

    My ipad will not open the app store...I have turned it off and back on and it still just says loading and does nothing.

  • APIM Delegation and the Administrator account

    When using the Delegation feature (delegating sign-in and sign-up), are there any special requirements for handling the Administrator account? The Administrator user has already been added to the developer portal (when the APIM instance is initially

  • An array of jButtons

    Hi! I have an array loaded with my jButtons (100 count). I programmatically call for this array to change the button's color ... this works well. button.setBackground(new Color(a,b,c));now ... what I want to do now , is when I mouse click on any of t

  • Until 50,000 records reaches does the request status will be yellow?

    Hi all, I can see there are 20,000 records in the request but then it is in yellow, so i believe until the same request reaches 50,000 records the request will be still in yellow isn it? Can anyone pls confirm me on this!! Thanks Pooja