What does the return activity do in BTF executed within a region?

All of us know that the return activity in the bounded task flow used to return from a called bounded task flow to the caller (i.e. to exit the task flow), this concept is clear when the bounded task is called from task flow call activity. But can we use the return activity in a bounded task flow that is intended to be executed in a region, but the question is how to use it, and what does it exactly mean to have a return activity in a bounded task flow that is executed within a region? Is there any use case for this scenario?

Hi,
regions don't handle task flow returns and the taskflow would just exit leaving the region area blank, One option to use returnvactivuties in egions is to configure a region navigation listener and - if the current view id value returns null - to refresh the region so the task flow starts all over again. To pass values back in such a use case you would use a managed bean instance you pass as an argument to the taskflow in a region.
Frank

Similar Messages

  • What does the return code 20 stands for in the Transport request log

    Hi,
    When we have retreived the Transport request log by using the Unix command, we have got return code 20.
    Please let us know what does the return code 20 stands for and under what scenerios I will get the return code 20.
    Thanks & Regards,
    Madhuri.

    chk the last return code in this link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e26c4eb711d182bf0000e829fbfe/content.htm

  • What does the return code mean in Socket Exception?

    I got SocketException from my program and the whole content of the exception.toString() is:
    java.net.SocketException: socket write error (code =10004).
    Can anybody tell me what does "code=10004" mean?
    Thanks.
    Rachel

    Try to use
    exception.PrintStackTrace()instead of
    exception.toString()It should me more helpful..
    bye
    Michele

  • [SOLVED]What does the "add activity" thing do in kde 4?

    i am running kde 4.1 and when i click on the widget button in the top left, i get a list of things I can do, one of which is "zoom out" when i click zoom out, the desktop shrinks but the kicker stays the same size. If i click on the widget icon again, i can "add an activity" and another desktop shows up. My question is, what is the use of this and how can i use it? I am quite curious.
    Last edited by MONODA (2008-08-04 13:57:59)

    MONODA wrote:has anyone else played around with this? I am starting to think that this is for having different widget profiles.
    its for having multiple layers of widgets... its called ZUI and its not finished, but will be in 4.2 - and infact its a great feature, once ppl understand it
    at this very moment its not really usable tho...
    Last edited by Rasi (2008-08-04 13:38:49)

  • What does the message ``Bad CPU type in executable'' mean in terminal window?

    All the time I have been using TEX on my computer to handle mathematical symbols.
    I have several macintosh machines.
    Usually I used tex on the terminal (rather than texshop or texwork).
    Quite recently when  I input ``platex filename.tex,’’
    I received the message ``Bad CPU type in executable.’’
    On another machine, I receive the message which says “platex” failed:  the
    PowerPC architecture is no longer supported.
    I have no idea why this happens.
    Will anyone help me?
    It occured when I typed ``platex foo.tex,'' in an attempt to compile a tex file.

    PowerPC architecture is no longer supported.
    This mean you have an old executable that was compiled for a Power PC Mac (the ones before they got the Intel chips). On systems running 10.6 (Snow Leopard) there was  code called Rosetta that was able to run the PPC code on the Intel CPU, That went away in 10.7
    Sounds like you recently upgraded to 10.8 from 10.6 or earlier and copied the binary to the new OS.
    If you compiled the code yourself you need to recompile it for the new OS. If you installed the binary you need to go to the site you got the binary from and see if there is a newer version for Intel Macs.

  • HT1766 what does 'the activation server is temporarily down' mean?

    what does 'the activation server is temporarily down' mean?

    That you may have jailbroken your phone. You may have used that computer to jailbreak a phone. You may have a bad hosts file on the computer because of that. There are many reasons, but generally those are the main ones. According to this http://www.apple.com/support/systemstatus/ there are no system outages.

  • What does 'Actuality' return when checked in the Text Element of WAD.

    Hi All,
    What does 'Actuality' return when checked in the Text Element of WAD?
    Thanks In Advance

    I take back my qs as the qs is not valid anymore

  • What does the open file dialog do 'under the hood' and is there a way to simulate it

    What does the open file dialog do 'under the hood' and is there a way to simulate it?
    I have a bug in my code (that I've posted about before, here) which I can't fix at the moment, but I do have a workaround.
    Briefly, the bug:
    I call a dll from a function node, to initialise and run a spectrometer. If I start up the PC, LabVIEW and run my vi the code runs without complaint, the first call to the dll to initialise the spectrometer doesn;t return an error but the spectrometer is not detected either.
    I've tried various solutions, see the link above, and none work
    The workaround:
    If, at any time before running the code containing the function node I open an 'open file' dialog window, select the dll and click ok/hit enter then everything is fine. When I run the main code the spectrometer is detected.
    I use an express vi to open the file dialog, I specify the start path and file name as constant inputs and just click ok/hit return when the dialog pops up. I don't do anything with the dialog outputs. In fact the vi that contains the open file dialog can be run before the project containing the bug is even open.
    I have to do this everytime I turn the PC on.
    So, either
    1) Can somewone suggest a fix for the original bug?
    2) What is the easiest way to simulate the enter keypress when the open file dialog pops up
    or
    3) Can someone tell me what the open file dialog does under the hood that somehow causes the dll to work and can it be simulated in straight LabVIEW
    I suspect that the dll itself is dodgy ( I have in the past talked to the supplier but not got very far, and I will try again but I would like a quick, temporary solution too). I'm guessing that the file dialog is making some kind of check on the file, and possibly registering its presence with the OS (winXP). I tried using the file/folder exists vi to see if checking the file like that worked but no luck.
    Any help greatly appreciated.
    Dave

    Hi David
    I am very conscious about thread hijacking but this sounded like my issue so I hope you dont mind me asking about your issue. I am hoping that you have a spectrometer from the same vendor as me and its not just me seeing an Error 1097 issue. My spectrometer is from a company called Stellarnet.
    So far I have unable to get it to work with other VIs. There is one condition where I can get it to work but its no good for me.
    Case 1
    I open the VI in a fresh labview environment with no other VIs in memory. The code runs with no issue.
    Case 2
    Labview is not opened. I double click the spectrometer VI in windows explorer.  The VI opens but it fails to run resulting in Error 1097. Personally, I dont see the difference between this and Case 1 above and yet it fails.
    Case 3
    If I already have other VI's in memory and try to load the spectrometer VI and run it fails with Error 1097. This case is the one that most important to me. I have a test executive that will load test VIs dynamically and I can't get this to work. Same problem Error 1097.
    I wanted to share what I have seen with you and to let you know that maybe somebody else has the same issue. I am convinced its the DLL but the vendor dis-agreed saying it was LabVIEW. I couldn't convince him otherwise.
    Thanks in advance
    David

  • What does the usage of CURSOR word mean in an SQL statement?

    Hey folks,
    Please check out the following query and do please explain me what does the usage of CURSOR keyword in an SQL statement mean.
    select deptno,cursor(select ename from emp a where a.deptno=b.deptno) from dept b;
    well, the output was like this,
    DEPTNO CURSOR(SELECTENAMEFR
    10 CURSOR STATEMENT : 2
    CURSOR STATEMENT : 2
    ENAME
    CLARK
    KING
    20 CURSOR STATEMENT : 2
    CURSOR STATEMENT : 2
    ENAME
    SMITH
    JONES
    SCOTT
    ADAMS
    FORD
    30 CURSOR STATEMENT : 2
    CURSOR STATEMENT : 2
    ENAME
    ALLEN
    WARD
    MARTIN
    BLAKE
    TURNER
    JAMES
    6 rows selected.
    40 CURSOR STATEMENT : 2
    CURSOR STATEMENT : 2
    no rows selected
    Your favour'll be deeply appreciated.
    Cheers,
    PCZ

    This returns a non-square result set. Each row of the result is a deptno and then a result set of the enames in that deptno.
    This can be useful when you need to send a lot of data to a client application in a single query that would otherwise contain a lot of redundancy. It tends to be a relatively unusual construct (I've only found one situation where it was appropriate in my career) and requires some relatively sophisticated understanding on both the database and client sides.
    Justin

  • Installment source item is changed while doing the Return lot Posting

    Hi Experts ,
    We have a requirement to Change the Payment method for the Line item while doing any Return lot Posting(FP09) .So that we have enhanced the FQEVENT 292 to change the payment method in the line item and also configured the Lock(Payment/Dunning) for some of the Return Reason code . It is working perfectly for any item except installment line item.While doing the Return posting for any Installment line item(say 1st installment out of 4 installment) ,Lock is applied and payment method has been changed for that line item which is correct  but it is also changed the Source line item of that Installment Plan  which is not supposed to do this .not sure why SAP is taking the Source line item ? Could you please advice me what need to do for this ?
    Thanks ,
    Pankaj 

    Hi Pankaj,
    You can use BAPI ' BAPI_INSTMNTPLN_CHANGE '  to change the Installment Plan item.
    Thanks,
    Pratima.

  • What does the folder with a question mark mean?

    When I power on my black Macbook a white screen appears with a folder with a question mark flashing. what does the folder with a question mark mean? I just replaced the hard drive. When I put the install disc in the cd drive makes a very loud whirring noise then eventually the disc pops back out. Any ideas?

    You will need to reinstall:
    Reinstall OS X without erasing the drive
    Do the following:
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install the Combo Updater for the version you prefer from support.apple.com/downloads/.

  • Why do we use ejbCreate() method? what does it returns?

    why do we use ejbCreate() method? what does it returns?

    People think its easier to get answers handed tothem
    instead of looking...I do my best to disabuse them of that notion.I've given up on that idea, too much hard work.
    Instead I've just written off the entire current generation of schoolkids as useless, good only for (at most) menial labour.

  • What does the community recommend as an appropriate response in light of reports that "an estimated 600,000 or more Macs are currently compromised and part of a massive botnet thanks to the Flashback Trojan."  Is Apple taking steps to mitigate the threat?

    What does the community recommend as an appropriate response in light of reports that "an estimated 600,000 or more Macs are currently compromised and part of a massive botnet thanks to the Flashback Trojan."  Is Apple taking steps to mitigate the threat?
    See article in PC World at:  http://www.pcworld.com/businesscenter/article/253403/mac_malware_outbreak_is_big ger_than_conficker.html
    I have a MacBookPro and my wife has an iMac. I assume both are equally vulnearble.
    MLSCOS

    There are checks one can perform to see
    1: If any of their machines have been seen on the Flashback botnet
    http://public.dev.drweb.com/april/
    2: Terminal commands to see if their machine is infected (use copy and paste, then press enter)
    https://www.f-secure.com/v-descs/trojan-downloader_osx_flashback_i.shtml
    3: Preventative methods to avoid becoming infected.
    Update Java via Software Update.
    Disable Java in all your web browsers preferences (notice Java is not Javascript)
    Check your status of all browser plug-ins
    https://www.mozilla.org/en-US/plugincheck/
    Firefox + NoScript add-on + Temp Allow All Button on Firefox's toolbar to turn on scripts only on sites you trust.
    Learn how to make bootable clones, this way a complete erase can occur and a reverse clone done.
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents
    4: Resources if one is infected
    Data Recovery, wiping entire machine, reinstalling OS X, returning clean files, etc.
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents

  • What does the word Factory mean in "naming factory "

    What does the word Factory mean in "naming factory" in JNDI tech?

    A Factory class is a class that produces an instance of an object. For example, a ParserFactory class will have a method that returns a Parser. Usually this Factory class is looking at something in the environment to decide which object to return. "Factory" is just one of many "Design Patterns" that you will encounter in the programming world. Several (many?) books have been written about design patterns.

  • What does the function skgesig_sigactionHandler() do?

    Hello,
    OS: RHEL 5.3
    OCCI: 11gR1 (11.1.0.7.0)
    From 11gR1, when a signal is received to my app, the function skgesig_sigactionHandler() is called.
    using namespace oracle::occi;
    int main()
    Environment* env = Environment::createEnvironment(oracle::occi::Environment::Mode(oracle::occi::Environment::THREADED_MUTEXED|oracle::occi::Environment::OBJECT));
    abort(); // abort intentionally
    return 0;
    (gdb) where
    #0 0x00000035b86306a7 in kill () from /lib64/libc.so.6
    #1 0x00002ba942a26317 in skgdbgcra () from /opt/oracle11/lib/libclntsh.so.11.1
    #2 0x00002ba942a231f2 in skgesigCrash () from /opt/oracle11/lib/libclntsh.so.11.1
    #3 0x00002ba942a233f1 in skgesig_sigactionHandler () from /opt/oracle11/lib/libclntsh.so.11.1
    #4 <signal handler called>
    #5 0x00000035b8630215 in raise () from /lib64/libc.so.6
    #6 0x00000035b8631cc0 in abort () from /lib64/libc.so.6
    #7 0x0000000000400f94 in main (argc=1, argv=0x7fff6a01d8a8) at test.cpp:126
    What does the function skgesig_sigactionHandler() do?
    If anyone knows it, please let me know.
    My app uses sigaction() for signal handling. So, I'm afraid of that my app will not work correctly.
    Any info, I will appreciate it.
    Thanks.
    Yoshitaka Egawa

    My apologies for my posting 3 threads of same contents.
    Please reply against the thread not yet answered.
    Thanks.
    Yoshitaka Egawa

Maybe you are looking for

  • Time Capsule with MacBook

    My problem is that my MacBook is registering 500kbps via time capsule and my 802.11g brand new Mac mini registers my supposed ISP speed of 2Mbps. Their setups are identical. I waited for 10.5.3 hoping it would sort out what was a general speed issue

  • Stuck before shutdown

    I was installing ilok software. It said installation was finished and it would need to log off. Now the MBP isn't doing anything and the menu bar is transparent - time and info on the right side, but no apple on the left. I can access Finder and some

  • Check Amount is clearing and posting to same Bank Sub A/c In FCHR

    Hi, Can any one explain the reason for the below issue in my Bank Accounting? when check is cleared using FCHR, Check Amount is not moving From Bank Sub A/c (Checks Issued A/c ) to Bank Main A/c. Check Amount is clearing and posting to same Bank Sub

  • MacBook Pro shuts down as soon as I unplug the power

    Help, As soon as I unplug the power of my MacBook Pro, it shuts down, and all of my unsaved stuff is lost. Anyone got a soloution? PS Is the battery user replaceable? I am using the Mid-2010 model.

  • Major FireWire FLAW in OS X

    Hi All, this must be Major..... I have experienced this on PPC as well as Intel... I own a PPC G5 2.3GHZ and MBP 2GHZ both have FW 400/800 Here comes the tricky part.... I have on BOTH 4 FW 800 drive on the FW 800 bus and one BU drive on each on the