Which object will I get from a pageflowscope?

Dear All,
I have a question to ask although I haven't tested this one.
Suppose I have three taskflows. TF1, TF2 and TF3.
In both TF2 and TF3, I declared an object in pageFlowScope with the same name in their BTF managed bean configurations.
Now, supposed in TF1 BTF page and in an action listener of a button, I do something like this.
ADFContext adfCtx = ADFContext.getCurrent();
Map<String, Object> pageFlowParams = adfCtx.getPageFlowScope();
AnObject anObject = (AnObject)pageFlowParams.get("anObject");     Which object will I get? Is it from TF2 or TF3?
All of these Taskflows(TF1,TF2,TF3) will be dropped into a webcenter page as a region.
Thoughts?
Webcenter 11 PS5

Hi Neliel.
If you have TF1, TF2, TF3 then you have next scopes: PF1,PF2,PF3.
Accesing to PageFlowScope depends of where is your code. If you are invoking your code into your ADF JAR Library of TF1 you are accesing to PF1 etc...
If your code is as the Portal level then you are accesing to Portal PageFlowScope.
However, to be sure that this is true you can do a little sample (it no takes more than 10 minutes).
Regards.

Similar Messages

  • I have iphone 4s but it doesnot get on and i went to apple store they said it is totally gone cannot be repaired and they proposed me to give new iphone for 200 euros but i am confused which iphone will i get.Will i get iphone 4s or latest version?

    i have iphone 4s but it doesnot get on and i went to apple store they said it is totally gone cannot be repaired and they proposed me to give new iphone for 200 euros but i am confused which iphone will i get.Will i get iphone 4s or latest version?

    An out of warranty replacement will be of the same model, same capacity, same colour.

  • Which model will I get, if I buy an unlocked iphone5 from the online apple store?

    Will I get a GSM a1428 or GSM a1429? And is there a way to get a GSM a1429?

    a1428.

  • Which router will I get?

    I am scheduled for a Sept. 6th install in Marblehead MA (North of Boston). Does anyone know which router I am likely to get for my freebie?  I want 802.11N with gigabit wired ports.  Any chance of that, or should I just buy my own and convert theirs to a planter?
    Solved!
    Go to Solution.

    Thanks, that was very thorough.  We are only getting internet service so that simplifies things.
    One last thing, will the ActionTec make a good planter?
    Just kidding, I will keep it around because the Verizon techs get horribly confused when you use equipment they didn't give you.  I could tell you stories about getting DSL service with my netgear DSL modem (not for the modem, it worked great, but with it in the loop the V techies were greatly confused) that would make your head spin around.

  • Which ipod WILL i get?

    last week i sent my 3rd gen 40gb ipod in to apple because of the battery issue. will apple send me a new/refurbished 3rd gen 40gb? or something newer? it doesn't really make sense to send another of the same ipod when it will just have another battery failure in the future.

    Here is a video on youtube which discusses the return process of your original Nano:  http://www.youtube.com/watch?v=yo4Lg0ToVlU .
    Apple's customer care representative shared with me that they are putting the 1st generation Nano back into production for a limited time so it is not likely you'll get the newest Nano.

  • Which system will I get when I do R&R?

    Hello everyone, I have a Lenovo T61 that came preloaded with windows Vista buisness. After a couple of years of using this, lots of junk has gathered up on my computer and rather than going through and deleting thousands of files manually I want to revert my thinkpad back to default factory settings. I understand the process of using R&R to access the computer's hidden partition and restore the computer, etc, etc. But I'm wondering if my system will boot up Windows XP instead of Vista? I have searched a lot and have found very vague answers alluding to either side. I have found very little information about this.
    Has anyone gone through with this procedue who can confirm anything?
    Thanks

    Longinus, welcome to the forum,
    if, as you state, your system came preloaded with Vista running the R&R recovery will reinstall the Vista OS to the factory settings.
    Hope this helps
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Hi Dude,     I ve seen all the threads from first to last even am gonna geta iphone 4s from Thailand. Would like to know which sim will be working fine in chennai as you all are using d phone for past many days???  Is it advisable to buy a phone

    Hi Dude,
    I ve seen all the threads from first to last even am gonna get a iphone 4s from Thailand. Would like to know which sim will be working fine in chennai as you all are using d phone for past many days???  Is it advisable to buy a phone from abroad.

    Thanks for that. Much more constructive than the last comment. It's only the restriction code I can't recall, not the access passcode. So I can currently access the device, just not age restricted content. Does that's make a difference? I also wondered if anyone knew how many attempts you get to try to get it right. Now tried 21 times and so far nothing bad has happened but I am concerned I'll eventually be completely locked out of the device. That doesn't seem in the spirit of things though. Surely it's foreseeable that a child could repeatedly try to guess the code so I can't see that it would be right to lock the device down completely in that circumstance, particularly if the access code is being typed in correctly every time.
    Thanks

  • Please let me about the SAP transaction code(s) from which I will get month

    Please let me about the SAP transaction code(s) from which I will get monthly
    Material or product wise listing of cost of finished goods sold & lying as stock

    Dear parameswar
    Go to SE16, give the table MBEW and select the following fields:-
    VERPR  -  If you want to see the moving average price of that particular material
    STPRS  -  If you want to see the Standard price of that particular material
    SALK3   -  If you want to see the total valuated stock of that particular material
    To see how much stock is available, run MMBE and execute.  You can also check in MC.9 (mcdot9)
    thanks
    G. Lakshmipathi

  • Authorization Scheme - Getting handle on which object is calling the scheme

    Hi
    I'm currently trying to write a custom authorization scheme using a plsql returning boolean. What I'm wondering is whether there is a way to reference the application object (e.g. page, region, page item, button etc) that has triggered the authorization plsql to run.
    What I'm ultimately wanting to do is to create a generic authorization scheme that can be applied to any object, and that auth scheme will look up a database table containing what users can access what object. I can only do this if I know at run-time which object the plsql is currently checking authorization for. (I can get the user from :APP_USER.
    For example I have an authorization scheme "test_scheme". I have applied test_scheme to the button "CREATE" on page 1. This button has a button_id which I can find from APEX_APPLICATION_PAGE_BUTTONS view.
    During page rendering the buttons authorization scheme will be checked (and so the plsql returning boolean will be triggered). When the plsql is triggered I want to reference the fact that the CREATE button on page 1 (or better the button_id) has triggered the plsql, from within the plsql itself.
    I hope this makes sense.
    Many thanks in advance.

    Hi Scott,
    Looks like there are a few others out there encountering the limiatations of authorization schemes.
    Hopefully there will be an enhancement at some point to enable referencing the component id which has triggered the authorization scheme to run.
    Until then I will go down the route of creating an authorization scheme for each component that needs one.
    Many thanks for pointing me to that discussion.
    Jimbo

  • From which table ,i ll get both the invoice and cleared amount ???

    Hi Friends,
    i am making a report for my sales client where finance part is also required.
    the requirement is : the sales people want know the status of the invoice generated at their end.the report shud be like if they enter the invoice no,fiscal year and coustomer they will be able to see the status of the invoice.how much pmt has received for that particular invoice,wheather it is open or fully cleared?
    From which table i can get both invoice no. and the payment/pmts rerceived against that invoce/invoices.
    plz guide.
    Regards,
    Biswa

    Hi,
    SAP Standard Report itself covers all the requirements mentioned.  With FBL5N, we get to know how much has been invoiced, paid and cleared and how much advance has been paid by customer etc., in one screen.  Apart from this we have also all signs which show, which all invoices are due, overdue and its easy to analyse as well.
    Was this requirement given by client after seeing this standard report?
    Hope this info is helpful.
    Regards,
    Venkat

  • HT1473 If I already own a song (from a different album) and the same song is in an album which I want to get, do I still have to pay for the song?

    Other details:
    First album/s- Dookie (Green Day), american idiot (green day)
    and 21st century breakdown (green day)
    Album with same songs in it- international super hits (green day)

    If I already own a song (from a different album) and the same song is in an album which I want to get, do I still have to pay for the song?
    Yes.
    The album which the song has been listed under (on the song's page) is listed in your library under that album. The song is then removed automatically from the first album
    No it's not.
    Purchasing a new song or album will not affect any other song or album in your library.
    In the case of the two albums you mention, if you purchase them both, you will have the same song (different copies) in both albums.

  • HT1766 I have an iphone 4.I upgraded it to 5.0.1 and so I have lost all the data from my iPhone,but i have a backup in my computer.How do I use the backup file ? i.e How will i get that backup file in my iPhone ?

    I have an iphone 4.I upgraded it to 5.0.1 and so I have lost all the data from my iPhone,but i have a backup in my computer.How do I use the backup file ? i.e How will i get that backup file in my iPhone ?

    Connect phone to computer.
    Select Restore.
    Tell iTunes which of the available backup files to use, let iTunes restore it.
    Also, try reading the User's Guide as it answers questions like this.

  • How do I get my photos off 1st generation itouch? I have macbook pro, ipad, iphone. Itouch syncs but does not have option to share in any capacity ie send via email, etc. Also, the computer from which photos were originally taken from has crashed.

    How do I get my photos off 1st generation itouch? I have macbook pro, ipad, iphone. Itouch syncs but does not have option to share in any capacity ie send via email, etc. Also, the computer from which photos were originally taken from has crashed.

    It has always been very basic to always maintain a backup copy of your computer.
    Did you fail to back up your pics?
    The photo sync is one way - comptuer to ipod.
    You can e-mail them to yourself (instructions in the manual), but they will not be of the original quality.

  • From which table we can get cat_guid depending upon the guid of a tr.ticket

    Hi Experts,
    I have to find the cat_guid depending upon the guid which is in crmd_orderadm_h table to retrive the fields categeorization module/element/type maintained in the service ticket.
    Please tell me from which table we can get cat_guid depending upon the guid of perticular trouble ticket.
    points will be rewarded if helpful.
    regards,
    Ezal

    Hi Ezal
    Pass the GUID (CRMD_ORDERADM_H) to Function Module CRM_ORDER_READ to retrieve the required values.
    I think this should do the trick.
    Reward with points if helpful
    Regards
    Arden

  • From which table i can get Customer No, Cust Ref, Contact name

    Hi CRM Experts,
    I want some fields ie (Customer Number, Customer Reference, Contact Name, Account Manager) from which table i can get this fields according to the Object_id.
    Provide any Tables names or Functional Module

    Hello Santu,
    To get this info in the Sales order, following steps ways you can go:
    1. Get Sales Order header GUID from table CRMD_ORDERADM_H,  as you have OBJECT_ID.
    2. Get the Sales order details by passing Header GUID to FM CRM_ORDER_READ and the exporting parameter table ET_PARTNER will give the parnter details of the Sales order. Read this ET_PARTNER table with partner function 0000001 i.e. sold to party which  is customer number and check the  ET_SALES Table where in PO_NUMBER_SOLD field will be refering to customer ref may be item level or header level depends on business,
    3. regarding the Contact name..check what is business requirement whether end customer contact or contact person of the customer.
    Hope it will help,
    Regards,
    Arjun
    <b>Reward points if it helps,</b>

Maybe you are looking for

  • Question about the customized FPGA signal generator.

    I connected the AO0 and AO1 ports to the oscilloscope. But I got nothing. What should I do? Attachments: Customized FPGA Signal Generator.lvproj ‏2159 KB

  • Problems with large Photoshop files CC 2014

    Hi, Having a strange issue with the file size of some psd's. I have two basicly identical images. They are both the same size (same ppi och same mesurments in cm). Both of them are singel layer and there are no paths or other hidden stuff. Both are i

  • Best forum on SDN for WM functionality?

    Good day, I am wondering what forum is best for me, MM logistics is pretty close to my area of knowledge but to much finacial posting questions I was hoping I could get your thoughts. Me: SAP support 3 yrs now in warehouse dealing with ALL warehouse

  • Estimation Technique for ABAP programmimng

    Hi, I would like to know if there are any formal software estimation techniques that may be used for ABAP development.The commonly used estimation techniques such as Function Point/LOC etc do not seem to fit in.We currently use WBS methodology but he

  • External drive not visible on macbook

    Hi all I am brand new to the mac from windows, so far so good! However I have an external hard drive that I want to plug into my macbook and back up onto. Problem is when I connect it it is not "seen" in the finder window. The drive is presently form