IBots - Delivers: Selected Users and E-Mails based on SA_SYSTEM table

Hi
I have the following request and I am having issues with the setup.
1) A report request that has a columned named Assigned to:
2) Setup Scheduler
3) Need to create an ibot to generate the report from step 1 and email it to selected people
4) Setup SA_SYSTEM table with user information.
a) This does work with reference to updating delivers information when I look at My Account
5) Now I am attempt to do the following:
1) The report listed above will generate a report that has many records that belong to different Assigned To people
2) I would like to have the iBot generate the report(s) based on the Assigned To and that report only have that persons records in that specific report
3) The iBot would have to generate several reports based on the Assigned to
4) Automatically email the report to the correct person based on the email address setup in the SA_SYSTEM table that I created
--- This system table is also been added to the Presentation Layer of the RPD file
5) The users WILL not be subscribing to the ibot
6) The user may never log into OBIEE ... Just receive reports from the iBot
Questions:
1) Has anyone ever done this?
2) Can I do this
3) Can someone help me out
Other things I have done.
1) I have created a simple iBot to create the report... But is has all records
2) I can email the report to "Me"
3) I does run on a regular scheduled basis
Thank for any help
Steve

Rudimentary automated PDF generation using Delivers Hi Steve,
When the iBot runs in personalisation mode it is in essence logging each user into the system. The user that runs the report e.g. Administrator will impersonate the users one by one and run the queries per user. If you are not able to populate the Authentication block you will need to do something a little more "out there" to achieve your goals.
I have submitted a post a couple of days ago explaining a rudimentary method to generate customised pdf's based on session variables when running as a single user. You could modify this approach to achieve your desired result.
Rudimentary automated PDF generation using Delivers
Regards
Chris
Edited by: ChrisMarais on 23-May-2011 20:46

Similar Messages

  • Querying users and their resource names from SSO tables

    Hi,
    Any ideas how to query the SSO tables so that i can extract all users and which "Resource Access Information" (for Forms based applications) is assigned to each user.?
    A bit like the solution on the link below but also with a join to resource names (for Forms) that each user has.
    Querying user enabled status from SSO tables
    Thanks

    Thank you for that! I have extended this query to contain the ods.ct_uid table as follows as some users were being omitted. Also I have included a decode statement that changes the 'enabled' or 'disabled' to a 0 or 1.
    SELECT
    UPPER(cus.attrvalue) username,
    DECODE(NVL(ena.attrvalue, 'enabled'), 'enabled', 1, 'disabled', 0) enabled
    FROM
    ods.ct_orclisenabled ena,
    ods.ct_uid cus,
    ods.ct_cn ctu
    WHERE cus.entryid = ctu.entryid
    AND ena.entryid (+) = ctu.entryid

  • External Portal user and subscription mail

    Hi,
    Here is my problem:
    I need to have possibility to subscribe people who don't have access to the Portal server.
    This means that this kind of people are can not log on the portal.
    I can subscribe them using subscription (and not subscribe myself) by entering several mails.
    But the file in the mail notification is a link forward the portal file ...
    And the problem is that this kind of user can not see it.
    Is there solution to solve this problem ?
    Example: attached document, other URL link ...
    Thanks a lot for any help,
    Fabien

    Hi,
       A simple idea is:
       When you upload a new file, assign anonymous user.
    For this user, you assign email account (but this account is a distribution list, created in you mail system).
       You suscribe anonymous user to this document.
       Each time that sombody change this document a mail will be sent to this distribution list.
       You have to enable anonymous access.
    Patricio.

  • G5 dual/1.8GHZ slow when switching users and starting mail, opening files

    I have 20' imac dual cpu G5/1.8ghz/1gig/250gig drive with 10.4.11.
    It is much slower than the G5 it replaced. Symptoms include: very slow when switching to another user desk tops, opening up the hard drive for the first time once you get there, opening entourage or mail for the first time; lots of beach balls.
    The drive has more than half the space left, we don't have many applications running, our iphoto and itunes libraries are under 20 gig combined. I ran the disk utility and cleaned up permissions. We typically leave the mac on all the time but restart occasionally.
    Any ideas?

    We'll let you in because you used to have a G5 iMac , but you really should post on the dual page. Anyway, have you cleaned your caches in the browser you use? You can use OnyX to clean all the caches. Make sure you empty the trash in all your user accounts as well. Try resetting the PRAM too.
    Hope some of this helps,

  • Website has many drop-down menus. Once selected, user updates the page based on selections. Unable to select more than 1 option at a time. Is there a setting to fix this? I was able to do before, but after reinstall, it has stopped.

    This occurs on any website with active menu drop-downs. I am able to select the 1st drop-down, but must then load the page and do the next drop-down. I used to be able to make every selection at once and then reload the page to reflect all of those options.

    I have taken it back to the Apple store genius bar, but they say they don't see anything wrong. Well unless you use it all day and experience the problems when they happen, you wont see anything wrong. But there are lots wrong with it. But this would be the same store as I purchased the phone. And they backed up my old Iphone 4, but were not able to get anything to load back onto my new phone. So, I lost pretty much everything. But over time, some of my contacts have started showing up, although i am still missing over 800 of them.

  • Problems with Firefox 7.0.1 , gmail and MacOSX 10.6.8---gmail not working-can't select, open and read mail!!! help---anyone?

    I can select and delete, but not open and read...
    things are working mighty slow since installing 7.0.1 Firefox upgrade....and losing access to reading gmail is just the last straw.
    Also having issues with non-responsive script messages in same gmail window, huge time lags, some flash plug in error messages (yes three times I have downloaded and reinstalled the latest flash player)....hating 7.0.1 right now mightily....

    I came across this and it worked for me.
    GMail entire message content missing (blank) after header title
    In Firefox, if you have "Adblock Plus" extension.
    1. "Ctrl+Shift+F" Preferences (or right click on ADP symbol, and choose preferences)
    2. 'Filters' menu > "Update all subscriptions"
    reference: https://support.mozilla.com/questions/896267

  • The selected row and cursor/focus behavior of af table

    Hi,
    A selected row in the af table can be changed by clicking the row, then the background color of selected row will be changed.
    But if I navigate to another row by pressing TAB or ENTER, the 'selected row' will not change.
    Is there any way to change this behavior?
    That is, if I use TAB/ENTER to move the cursor to another row, the 'selected row' will change accordingly.
    Thank you~~

    Hi,
    actually I looked into this a while ago and the problem comes from the focus being in the input text field, not on the table. Using JavaScript I currently don't see how we can get a handle to the row to manually set it. I'll keep a note and file an enhancement request to see if the dev team has an idea
    Frank

  • Make Select rows and columns as read only in Table Control

    Hi All,
    I would like to know how to make certain cells in a Table Control as display only.
    Table control should look like-(Those in bold are read only or in display mode)
    <b>Name1            Idno1 </b>         Address1
    <b>Name2            Idno2</b>          Address2
    <b>Name3            Idno3  </b>        Address3
    <b>Name4            Idno4</b>          Address4
    (Blank row to enter name idno and address)
    (Blank row to enter name idno and address)
    (Blank row to enter name idno and address)
    My table control should display all the above fields the way it is above of which first two colums and 4 rows should be read only,and the rest of the empty rows in the TC should be in change mode.i.e it must have provision to add new rows but not change the first two columns of existing rows.
    In short I am looking at solution to hide particular no of rows and columns and <b>not the entire column.</b>

    In the PBO of the table control loop. just write these statements
    NAME and IDNO considering the fields on the screen.
    and WA_TAB is the table work area being passed to the table control to display the rows.
    if not WA_TAB-NAME is initial and not WA_TAB-IDNO is initial.
    loop at screen.
    if screen-name = 'NAME' or
       screen-name = 'IDNO'.
    screen-input = <b>0</b>.
    modify screen.
    endif.
    endloop.
    endif.
    which means that the fields are disabled only if NAME and IDNO are not initial.
    Regards
    - Gopi

  • Transaction SE16: Field selection (User-Specific Settings) is NOT working for ALL tables

    Hi Guru’s,
    I have an issue in Transaction SE16, Field selection (User-Specific Settings) is NOT working in Tables (ALL tables).
    Following is the screenshot attached for your kind reference,
    That is in the initial screen of transaction SE16 if I choose Filed Name or Filed Label only the technical details (Field Names) are appearing and not the descriptions like Client, Purchasing Doc, and Company Code Doc. Category Document Type etc…
    Right now I am using ECC6 and EHP7 SAP system.
    Please help me to resolve this issue by implementing any OSS note or User Role creations or any technical changes required in system.
    Hope the requirement is clear and in case need any clarification please revert back.
    NOTE: Right now in Development System we don’t have any successful user to compare the settings.
    Regards,
    Kumar.S

    Thanks Patra.
    Even I searched in SAP portal and couldn't able to find the relevant OSS note.
    Following is my BASIS team response,
    "Only you can view Table Field values from higher release"
    Can you suggest / guide on this comment as well.
    Looking forward to your speedy response.
    Regards,
    Kumar.S

  • SELECT-OPTIONS and data collection

    Hi All,
    I have one inputfield (say users) via SELECT-OPTIONS and it goes to an internal table called "userlist" with values USER1, USER2 etc...(Example)
    Now, when I query the database with "userlist" as the input, I'm not able to do so because SELECT-OPTIONS contains an Internal table with values LOW, HIGH etc...
    So my input value goes like this IEQUSER1, IEQUSER2 etc......
    Could anyone tell me what should I do in order to get USER1, USER2 etc.
    Thanks in advance,
    Pradeep

    Hi All,
    Sorry. I'm getting the error: 'Line structure of table USERLIST is incorrect'.
    My coding is as follows:
      tables : usr02.
    data: begin of users,
        users type XUBNAME,
    end of users.
      data : it_usr02 like table of usr02.
      data : l_userlist type xubname,    "This is a data elemnt thats already in the system of type BNAME
             p_userlist like l_userlist.
      select-options: userlist for users.
      loop at userlist into l_userlist.
        select * from usr02 into corresponding fields of table it_usr02 where bname in userlist.
      endloop.
    ENDFUNCTION.
    Could you please help?
    Thanks and Regards, Pradeep

  • Developing Custom User and Role Providers

    Hi
    I am new to Fusion Middleware and trying to develope a Custom User and Role Providers based on the pdf "Oracle® Fusion Middleware Application Security Guide 11g Release 1 (11.1.1) E10043-06"
    It mentioned a sample code "sampleprovider.zip" in chapter 18.10.7 Example: Implementing an Identity Provider
    I couldn't find this zip file anywhere, Can someone know this please let me know how to get this zip?
    Many Thanks
    djia002

    URL:
    http://download.oracle.com/docs/cd/E14571_01/core.1111/e10043/devuserole.htm#CHDEBAEB
    18.10.7.1 About the Sample Provider
    The sample provider is bundled in <b>sampleprovider.zip</b>. Unzip the file. It should generate the following structure (...)

  • Select all and deselect all in table control

    Hi experts,
        I want to make the select all and deselect all options in my table control.
    But i can't able to do that one. Kindly suggest me how to do that one.
    one more thing, if i select some rows in the table control, and press save it should be saved in some other table. how can i implement that one.
    Waiting for ur reply.
    Regards...
    Arun.

    Hi Arun,
    In the context node that you bind to the table, set the cardinality as 0..n and selection as 0..n. In the UI element Table, set the property selectionMode as 'multi'. Then a toggle button for select/deselect all will appear automatically in your table. You can see it in the top left corner.
    For your second question, after selecting the elemets and pressing 'save', in your event handler, do a get_selected_elements( ) on your node. This will return you a set of context elements. Loop through each element and do a get_static_attributes to get the rows. Then you can append these rows to another internal table and bind it to the context. Bind your second table to this node. If the two tables are in different views, the context nodes need to be present in the component controller and mapped to the views.
    Hope this helps.
    Regards
    Nithya

  • Can we create roles/permission list based on custom table

    I wanted to create Roles and Permission list based on custom table (which holds Business Logic),like if column value is 3 then certain roles and 2 then certain............ is it possible in PS?
    Thanks

    Are you looking at restricting the data that is shown or access to pages? Please elaborate your requirements so that a solution can be provided.

  • Block and Unblock the .zip and .rar files based on doamin or user account base on incoming mails with ironport email security.

    Hi All,
    Request you all to help me out in blocking/dropping only the attachments with the extension .rar and .zip in incoming mails for particular users or domains.
    as of now I have did for all the domains or users.However, I want to unblock it only for some particular/specific users and for rest it should block.
    kindly help me with the steps to do the configuration.
    Thanks a ton in advance
    Regards,
    LRN

    It sounds like you just need to use different incoming mail policies per group of individuals you want to block/drop .rar and .zip and those which you don't want this to happen.
    The fact that you want a specific group to be allowed receipt of these and everyone else should have these blocked I would recommend creating an additional incoming mail policy that does NOT have a content filter that performs this blocking.  Add the appropriate users to this incoming mail policy.  Then create a incoming content filter that does this dropping of .rar and .zip files and apply this to the Default Incoming Mail Policy.
    The content filter in this situation would not need a condition, just a action of strip attachments by file info , filename contains  .rar or .zip
    Here is a useful regex for the content filter action:  (?i)\.(zip|rar)
    Hope this helps!
    Steve

  • Send an internal mail (SAP inbox) to a user and select the expire date

    Hello!,
    This is my first question in this forum. I need to send an internal mail to a user and I must insert a expire date.
    I try to use the FM 'SO_OBJECT_SEND' and it's works but I don't know where I can insert the expirte date.
    Can you help me?, please.
    Thanks a lot.

    Hi,
    Try this..
    In the parameter OBJECT_HD_CHANGE there is column DLDAT (Expiry date) & DLTIM (Expiry time)...Give the date and time in this column and then check..
    THanks,
    Naren

Maybe you are looking for

  • Problem with registry-key in Adobe 7.0.9. Can't update.

    Hi. For a while I have had problem with Adobe Reader. I'm running v 7.0.8 on an Dell Dimension with Win XP Home. The problem: I think it's time to update from v 7 to v 8, and therefor I download the installation file from adobes web page. I run it an

  • Table structure of Time Management Add-on

    Hello everyone, i have a relatively simple question. I am trying to figure out how the PTREQ* and PTARQ* tables are connected. What I dont understand yet is which of those tables (maybe PTREQ_HEADER or PTREQ_ATTABSDATA) is the leading table and how t

  • 5.0 vs 5.1

    Having problems playing timeline that was assembled in 5.0.4 but now updated to 5.1. frames are dropped, rendered shots cannot be rendered. everything is just all over the place. will i be able to work with 5.0.4 sequence in 5.1?

  • Word-of-the-day screensaver: Pressing D does not launch Dictionary

    I am in the process of setting up my new iMac 27" (running Mavericks 10.9.2), and wanted to use the Word of the Day screensaver. The screensaver launches just fine, after the set interval, but pressing D after having been presented with a word, only

  • How to kill the process chain

    hi,     I have question how to kill the process chain during running. thank you.