Which container element contains the triggering event name?

hi,gurus,
i have a workflow template, and i want to use a 'switch' to deal with different triggering event inside the template logic.
but i can not find a element in the container which supposed to contain the triggering event name.
could you please help me ?
br.
zj

Hello,
The element which stores the name of triggering event is '_EVT_NAME' which is present in the event container. To use it in the workflow template, you have to create an element in the workflow container and bind this element to the above mentioned element through the binding for triggering event.
Thus you can use the workflow container element in the switch.
Hope this will help.
Regards,
Samson

Similar Messages

  • Table name which contains the email addresses maintained in address area of SCOT

    HI,
    I would like to know the table name which contains the email addresses maintained in address area of SCOT.
    I know how to see through SCOT, but I want to see as a list through SAP table.
    I am not able to see email list through SXNODE AND SXADDRTYPE tables.
    Thanks,
    Nagaraju Ravuri

    Hi Nagaraju,
    You may use ADR6 table and field SMTP to get email address of respective users.
    Regards,
    Deepak Kori

  • Certificate does not contain the correct site name

    Hello,
    I have to make a midlet that connect to a tomcat 5.5.9 server with ssl.
    I import the certificate whit tomcat alias in the wireless toolkit but when i run the midlet this error appear: Certificate does not contain the correct site name
    import java.io.*;
    import javax.microedition.midlet.*;
    import javax.microedition.io.*;
    import javax.microedition.lcdui.*;
    public class HelloNet extends MIDlet implements CommandListener , Runnable{
    // User interface command to exit the current
    // application.
    private Command exitCommand = new Command("Exit",
    Command.EXIT, 2);
    // User interface command to issue an HTTP GET
    // request.
    private Command getCommand = new Command("Get",
    Command.SCREEN, 1);
    /// The current display object.
    private Display display;
    // The url to GET from the 'net.
    private String url;
    * Initialize the MIDlet with a handle to the
    * current display.
    public HelloNet() {
    url = "https://127.0.0.1:8443/Hello.txt";
         display = Display.getDisplay(this);
    * This lifecycle method should return immediately
    * to keep the dispatcher
    * from hanging.
    public void startApp() {
         showPrompt();
    * Display the main screen.
    void showPrompt() {
    String s = "Press Get to fetch " + url;
    TextBox t = new TextBox("Http Result", s,
    s.length(), 0);
    t.addCommand(exitCommand);
    t.addCommand(getCommand);
    t.setCommandListener(this);
         display.setCurrent(t);
    * pauseApp signals the thread to stop by clearing
    * the thread field.
    * If stopped incorrectly, it will be restarted from
    * scratch later.
    public void pauseApp() {
    * destroyApp must cleanup everything. The thread
    * is signaled
    * to stop and no result is produced.
    * @param unconditional is a flag to indicate that
    * forced shutdown
    * is requested
    public void destroyApp(boolean unconditional) {
    * commandAction responds to commands
    * @param c command to perform
    * @param s Screen displayable object
    public void commandAction(Command c, Displayable s) {
         if (c == exitCommand) {
         destroyApp(false);
         notifyDestroyed();
         } else if (c == getCommand) {
              Thread th= new Thread (this);
              th.start();
    * Read the content of the page.
    public void run() {
    TextBox t = null;
    StringBuffer b = new StringBuffer();
    HttpsConnection c = null;
    InputStream is = null;
         try {
         int len = 0;
         int ch = 0;
         System.out.println("Cerco di leggere");
    c = (HttpsConnection)Connector.open(url);
    c.setRequestMethod(HttpsConnection.GET);
         is = c.openInputStream();
    // length of content to be read.
    len = (int) c.getLength();
    if (len != -1) {
    // Read exactly Content-Length bytes
    for(int i=0; i<len; i++) {
    if((ch = is.read()) != -1) {
    b.append((char) ch);
    } else {
    // Read until connection is closed.
    while((ch = is.read()) != -1) {
    len = is.available();
    b.append((char) ch);
    t = new TextBox("Https Result", b.toString(),
    b.length(), 0);
         } catch (Exception e) {
    e.printStackTrace();
    String s = e.toString();
    if(s != null) {
    t = new TextBox("Https Error", s, s.length(),
    0);
    } finally {
    if (is != null) {
         try {
              is.close();
         } catch (Exception ce) { }
    if (c != null) {
         try {
              c.close();
         } catch (Exception ce) { }
    display.setCurrent(t);
    }

    re: code tags, please see http://forum.java.sun.com/help.jspa?sec=formatting.
    As for the rest:
    See, we now know that you used keytool to generate you certificate. You need a new certificate. This time, when keytool asks you for a first and last name, type 127.0.0.1.

  • I get the message 'ITunes has stopped working' whenever attempting to open iTune. The problem Event Name='APPCRASH'. The Fault Module Name=iTunes.dll. The fault module version=11.1.5.5. Anyone has a solution?

    I get the message 'ITunes has stopped working' whenever attempting to open iTune. The problem Event Name is 'APPCRASH'. The Fault Module Name is iTunes.dll. The fault module version is 11.1.5.5. Does anyone has a solution?

    Hello, philos188. 
    Thank you for visiting Apple Support Communities.
    Here are a couple troubleshooting articles that I would recommend going through.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    iTunes for Windows: Unable to install or open
    http://support.apple.com/kb/ts5376
    Cheers,
    Jason H.

  • List, which contains the tax code of Cash dicount

    hello,
    does anyone know how I can create a list which contains following information.
    specific posting  period 1-5
    tax code 16% or 19% plus their specific cash discount amount.
    e.g.
    period 1   tax code 16%   116€
    period 1   tax code 19%   119€
    I shoudl have this in a sum or for each document.
    thanks a lot
    stefan
    Message was edited by:
            Stefan Grauer

    Hi Eduardo,
    For STO process, there is a procedure very different to customize that our normal sales.
    Please, follow note 199233 which is given a better explanation about this process.
    You should create a sales order type and the IVA code is determined in j1btax (MM) in the same place where the ivaSD is determined when you are handle with normal sales.
    Below follow an example:
    4.70 and up:                                                                               
    o  table J_1BTAXCODEV (via SM30) or                      
         J1BTAX -> Maintain MM Tax Codes                                                                               
    -  Tax Code = Tax code used in MM for GI, e.g. A1     
         -  TC at GR = Tax code used in MM for GR, e.g. I1     
    I hope those information can help you.
    Regards
    Ruy Castro

  • Does anyone have the library which contains the EPM Phasor?

    Hey,
    Several years ago I've made a program were the EPM Phasor VI was used in. Now after quite some time I want to modify a part of the program, which shouldn't be a big problem but I've lost the EPM Phasor vi from my computer and was too stupid to connect the file to the project and make a backup of the complete thing. I would be glad if I don't have to replace the EPM Phasor vi because I know that the program works fine with usage of that VI.
    My question is if somebody has the library containing the EPM Phasor VI and is willing to send the library to me?
    (The VI I need is visible on this screenshot: http://forums.ni.com/t5/image/serverpage/image-id/53680i363F9FE5B427D7C7/image-size/original?v=mpbl-...  from one of the people on this forum)
    (if someone has the underlying structure without the special VI's than that's also great!)
    hopefully someone can help me,
    Thanks!
    Solved!
    Go to Solution.

    Hello Jorick,
    I personally also worked a few years ago with the old version of the EPM Palette and also had to do a new project recently to make a Power Quality demo.
    I wouldn't advise that you stick to these older VIs, seeing that they do not seem to be available in the newer versions of the EPM Palette.
    It might be the ideal moment to port to the new version.
    Based on your drawing it seems like you just want to create a phasor from your 3-phase current signal to get a standard 3-phase Vector Diagram.
    Is this correct?
    Basically you could just use the following components in their order of appearance:
    - Go from your measured waveforms to your fundamental vector (CDB) array representation (phasor):
    http://zone.ni.com/reference/en-XX/help/373375B-01/lvept/ep_basic_vector/
    - Adapt the fundamental vector array (CDB) so that the first waveform channel you measured produces the "zero" sequence":
    http://zone.ni.com/reference/en-XX/help/373375B-01/lvept/ep_basic_symm/
    - Use a Build Array function to put the zero sequence, the positive sequence and the negative sequence in the same array (CDB).
    - Plot the result using the Vector Diagram Indicator:
    http://zone.ni.com/reference/en-XX/help/373375C-01/lvept/vector_diagram/
    Kind Regards,
    Thierry C - Applications Engineering Specialist Northern European Region - National Instruments
    CLD, CTA
    If someone helped you, let them know. Mark as solved and/or give a kudo.

  • Fix the coulmn width of main report which contain the sub report( remains white space of extra width)

    Hi,
    I am setting the column width of main report and that column is bounded with the sub report which contain some data.
    But if width is exceeded other than sub report data that width is showing as white space block. 
    It should be showing as normal header in gray shade.
    Please provide the solution for this. see the screen attached.
    Thanks

    Hi Raj,
    According to your description, you want to show the sub report without any white space in the textbox. Right?
    In Reporting Services, when we display a sub report in a textbox, this textbox will always show the whole sub report area. If the textbox is smaller than the report area, this textbox will extend automatically to fit the size of the sub report. Otherwise,
    it will has white space inside of the textbox. And if you have white space in your sub report, it will also be displayed in the textbox. So you may need to adjust the sub report size to make it fitted in main report.
    Reference:
    Subreports (Report Builder and SSRS)
    If you have any feedback on our support, please click
    here.
    Best Regards,
    Simon Hou (Pactera)

  • How do I get the top lines i my toolbar back? The top line starting with 'file' on the right and the second line which contained the refersh button as well as the search bar have disappeared. How do I get them back?

    The first two lines of my toolbar have gone. I'm left with most visited but the lines above, containing the refresh button, bookmarks and search bar and above that containing the links to files etc have gone, how do I get em back?
    == I was fiddling with the different bars and must have clicked sth I shouldn't have.

    Alt V
    T
    M
    Be sure to do this in a new blank tab.

  • While going to second approver the triggering event is changing

    Hi Frds
    Once the first approver is clicks the recommend to approve's button,then the work item goes to the second approver its all working fine.In the mean time the first approver got the workitem for the same Workflow.
    I have checked in the SWEL (Event Trace's).
    Can anyone give the solution for this problem.
    Thanks
    Pari

    pari vedhan raj... 
    On looking into your issue two things i can suggest
    First: goto SPRO Img>> Material management >> Purchasing >>Purchase Order >> Release procedure for purchase order >>
    Define release procedure for purchase order >> select workflow.
    here you can see all agents/approver for release strategy workflow, if same user maintained for different release code then he use to get same workitem with different release code.
    sencond: check is there any other workflow is active for the same event.
    regards,
    Hari

  • Automatically sort replies to folder which contains the original email.

    Is there anyway to do this?
    I've set thunderbird to automatically move MY replies under the original message which is great.
    When I receive the next message (a reply to my reply) it goes to my inbox. I'd like it to automatically sort to the folder where the thread is contained. Or have the entire thread show up in my inbox again.
    Is it a bug? or does the option only work for MY replies?

    The usual way to automate the filing of messages is to use ''Message Filters''. These are found under '''Tools|Message Filters''' in the traditional menus, or under '''Message Filters''' if you use the new Application Menu button, [≡].
    There is an add-on:
    https://addons.mozilla.org/en-US/thunderbird/addon/quickfilters/
    which may be attractive if you use filters a lot.

  • Can I move an iPhoto book to another iPhoto library  (which contain the photo's used for the book)

    I have imported a lot of photos from a travel from friends in my iPhoto library. I created and ordered a beautiful book for them, but I do want to get rid of all the photo;s from my library. So I have used iPhoto Library Manager to create a library for all these photos. Unfortunately it did not copy the book itself. So I still cannot delete all the photos from my main library.
    Is there a way to copy the photo book (it was a lot of work) to the new library or save it in any other way so I can delete their photos from my main library?

    no
    Books are just databae entries and can not be moved independently - you can ony move the entire library - you can make a smaller library containing only the book for ease of moving and archiving - see Old Toad's Tutorial #9
    LN

  • Can two EARs contain the same ejb-name?

    Is it possible to have the same entity bean ejb-name in different EARs, referenced
    by different JNDI names?
    a.ear
    JNDI = ejb.a.MyBean
    ejb-name = MyBean
    b.ear
    JNDI = ejb.b.MyBean
    ejb-name = MyBean
    I get
    Unable to bind EJB Home Interface to the JNDI name: foo.MyBean. The error was:
    javax.naming.NameAlreadyBoundException: MyBean is already bound; remaining name
    'ejb.b'
    I'm using local entity beans and it seems they should be local to the EAR. I'm
    using 7.0.
    thanks,
    jeff

    Hi Jeff,
    Local beans are local to JVM not an application/module. If you need to refer them
    by different names for some reason use EJB references (a#mybean sort).
    S
    "Jeff White" <[email protected]> wrote:
    >
    Is it possible to have the same entity bean ejb-name in different EARs,
    referenced
    by different JNDI names?
    a.ear
    JNDI = ejb.a.MyBean
    ejb-name = MyBean
    b.ear
    JNDI = ejb.b.MyBean
    ejb-name = MyBean
    I get
    Unable to bind EJB Home Interface to the JNDI name: foo.MyBean. The
    error was:
    javax.naming.NameAlreadyBoundException: MyBean is already bound; remaining
    name
    'ejb.b'
    I'm using local entity beans and it seems they should be local to the
    EAR. I'm
    using 7.0.
    thanks,
    jeff

  • Do I need Daq s/w while running a Labview exe which contains the DAQ hardware cards on a pc which does not have Labview s/w

    I am having a Labview 6i program which takes hardware status from the NI hardware cards...now I make its exe with Labview Run Time Engine & then I am unistalling complete Labview with "Remove all" option....then I am installing this exe......Do I need DAQ or MAX now ?

    Hello,
    If you have an executable with DAQ functions in it, then you are required to have NI-DAQ installed on the machine.
    Also, please post your LabVIEW/DAQ questions in the appropriate category...this category is for questions pertaining to the NI product "Measure for Windows", which you do not appear to be using.
    Have a nice day,
    Darren N.
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • Compare a column with the another table coulmn(which contains the sequence) and get the value which has higher sequence

    Hi All,
    I have 2 tables 
    table1: col1 sequenceid, col2 code
    table2:col1 studentID , col2 code, col3 joindate
    in table 1 i have values as 
    1 Q
    2 W
    3 E
    4 R
    5 T
    6 Y
    Table2:
    A1 Q 
    1-04-2015
    A1 W
    2-04-2015
    A3 Q 
    1-04-2015
    A2 Q 
    1-04-2015
    A3 W
    2-04-2015
    A2 W
    2-04-2015
    A2  E
    2-04-2015
    A3  E
    2-04-2015
    A1  E
    2-04-2015
    A2  R
    2-04-2015
    Now i want ouput as 
    A3 E
    A2 R
    A1 E
    I want to group the values in table2 based on studentid order by the sequence in the table1 and get the latest which is having higher sequence (Note: the date field cannot be used to order the values)

    from @table2 a inner join @table1 b on a.col2=b.col2 collate database_default)
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • How to consume 3rd Party WSDL which contains the Include statement

    I have a 3rd Party WSDL I am trying to consume using the BizTalk WCF Consume Wizard.
    When I try and consume the WSDL it gives me blank XSDs and Binding files. It does produce the Port Types in an Orchestration.
    This
    article mentions how to use the svcutil tool to get around the use of Import statements but does not give the full command. I have tried svcutil /t:metadata <Path of WSDL> but get an error stating can't load file or assembly.
    Any ideas anyone?

    Hi,
    Please refer to the blog which might helpfull:
    #The BizTalk WCF Service Consuming Wizard and a Look at the Artefacts Created
    http://jamescorbould.wordpress.com/2013/09/27/biztalk-and-wcf-consuming-a-wcf-service-part-2-the-biztalk-wcf-service-consuming-wizard-and-a-look-at-the-artefacts-created/

Maybe you are looking for

  • Regarding about Ipad with the I-phone all in one? When will be  available to the public.

    Regarding!!! My regard is about I Pad with the I-phone all in one? When  will be available  for the public.? Thanks.

  • Printing to PDF Help

    Hi, I currently have a process that retreives images from a server one by one and then prints them out. This is ok when printing to paper as it'll just print them seperately but it doesn't matter because they'll all be in one pile at the end - only o

  • What's the best TV tuner?

    Hi, I've just bought a Mac Mini to use as a media centre and I have a Miglia TV Mini that picks up digital freeview (UK) but im wondering if there are any good products out there that can give you sky+ like functionality? Im looking to watch TV whils

  • Captivate 4:  How to place objects in layers above swf animation?

    Hello, Is it possible to place an object in a layer over a Flash animation  (in a lower layer)?  Whenever I try to do this, and then try to play the slide in preview, the Flash animation always "covers" the content in the above layers.  Any ideas? Th

  • Delayed Reactions

    I'm running Tiger 10.4.3 on a new G5 Dual 2.7 with 4 GB of RAM. Should be a dream system right? But over the last couple of weeks certain functions in the Finder have slowed to a crawl. Click once on a file icon in the finder and nothing happens for