IN OBIEE IS IT  POSSIBLE COMMENTS ARE STORED IN TRACKING TABLE

HI,
CAN ANYBODY HELP ME OUT IN OBIEE IS IT POSSIBLE TO STORE THE COMMENTS IN TRAKING TABLE.AND IS IT POSSIBLE COMMENTS ARE ENTERED ALONG WITH THE DASHBOARD PROMPT..
ANYBODY KINDLY GIVE THE SOLUTION

please look at the write back feature of OBIEE.

Similar Messages

  • Notification Comments are storing in which database table?

    Hi All,
    Can anyone help me to find the table name in which notification comments are storing (like checklist notification or Leave approval notification)

    Hi All,
    Can anyone help me to find the table name in which notification comments are storing (like checklist notification or Leave approval notification)

  • Error messages in ABAP program are stored in which table

    hi all,
    Can anyone tell
    error messages in ABAP program are stored in which table??

    Hi Sir ,
    Please have a look below .Hope it is suitable and simpler solution for your question.
    Please do reward if useful.
    Thankx.
    Fuction module for storing error messages  ->'format_message'
    for example...
    data : v_message(100) type c.
    call transaction NNNN mode A update S messages into it_messages.
    loop at it_messages where msgty = 'E'.
    call function 'format_message'
    exporting
    *it_messages details
    importing
    v_message.
    write :/ v_message.
    clear v_message.
    endloop.
    Anothe method - ->
    Here is a sample of the program code for that:
    LOOP AT it_messtab.
    CALL FUNCTION 'FORMAT_MESSAGE'
    EXPORTING
    id = it_messtab-msgid
    lang = it_messtab-msgspra
    no = it_messtab-msgnr
    v1 = it_messtab-msgv1
    v2 = it_messtab-msgv2
    IMPORTING
    msg = g_msg
    EXCEPTIONS
    OTHERS = 0.
    IF it_messtab-msgtyp = 'S'.
    it_sucess-sucess_rec = g_msg.
    it_sucess-lifnr = it_header-lifnr." Based on your field
    it_sucess-tabix = v_lines.
    APPEND it_sucess.
    ELSEIF it_messtab-msgtyp = 'E'.
    it_error-error_rec = g_msg.
    it_error-lifnr = it_header-lifnr.
    it_error-tabix = v_lines.
    APPEND it_error.
    ELSE.
    it_info-info_rec = g_msg.
    it_info-lifnr = it_header-lifnr.
    it_info-tabix = v_lines.
    APPEND it_info.
    ENDIF.
    ENDLOOP.

  • AP (Administrative Preference) Portlet Preferences are stored in DB table?

    What database table do AP portlets store their preferences in ?
    I'd like to verify the information that is being stored in the database.
    I checked the "PTPrefs" database table but they are not located here.
    I can retrive with IDK using:
    string oSubject = portletRequest.GetSettingValue(SettingType.Admin, "PreferenceName")
    Thanks in advance.

    I'm new to portlet development.
    Can you please explain what you mean by "old propertybag format" - or - is there any documentation on this?
    Is there a method I can use to find the value of the PTC_ADMINGADGETSETINGS_NUMPREFS?
    Something like this:
    portletRequest.GetSettingValue(SettingType.Admin, "PTC_ADMINGADGETSETTINGS_NUMPREFS");
    thanks again

  • SSIS 2012 - Importing multiple files with different columns (where columns are stored in a table)

    Hi everyone,
    I have been tasked to upgrade an existing DTS package into an SSIS package.
    The old package uses 3 tables.
    Table 1) Has a list of file names
    Table 2) Has a list of columns per file
    Table 3) Is the data destination.
    So what is supposed to happen is:
    Step 1) the package should load the files into a resultset
    Step 2) for each file in the resultset, the package should get the related columns
    Step 3) the package should now map the columns to the destination table (variable column numbers here)
    Step 4) the import should take place.
    I have gotten to step 2 but am not sure how to dynamically map the columns to the destination table.
    Any pointers anyone?
    Thanks in advance!

    Hi Tonyhektic,
    What’s the nature of Table 2, does it only store the column names for each file? I don’t know how it is implemented in DTS package, however, in SSIS package, dynamic columns mapping is not supported. To work around this issue, we need to use Script component
    to do the columns mapping. You can refer to Sorna’s script above or have a look at the following blogs:
    http://munishbansal.wordpress.com/2009/06/09/dynamic-columns-mapping-%E2%80%93-script-component-as-destination-ssis/ 
    http://blog.quasarinc.com/ssis/best-solution-to-load-dynamically-change-csv-file-in-ssis-etl-package/ 
    Regards,
    Mike Yin
    TechNet Community Support

  • Which data are stored in the table GTL0?

    Hi All,
    cuold anyone tell anything about the table GTL0?
    What is it for?
    Thanks

    Hi,
    You mean GLT0... It's the totals of G/L (when new G/L is not activated)
    Regards,
    Eli

  • Replies to comments not stored during online review

    Hi @ all,
    we are using Adobe Acrobat X for online Reviews.
    Some users told us, that the comments are stored correctly and permanently but when a user put some replies to exisiting comments they sometime will not be stored and get lost.
    Is this behavior maybe a known issue for specific Acrobat X versions?
    Thanks in advance,
    Andreas

    Hi,
    If my URL address changes, comments lose them, is it possible to edit the XML file so that comments are now incorporated from the new server?
    Thanks,
    Manuel

  • How the Payload Message and Logs are stored in the B1i Database Table: BZSTDOC

    I would appreciate it if someone could provide any documentation regarding B1i database further maintenance.
    for example:
    I want to know how the payload message and logs are stored in the table BZSTDOC, and how can we retrieve the payload message directly from the column DOCDATA.
    As described in the B1iSNGuide05 3.2 LogGarbageCollection:
    to avoid the overload of the B1i Database, I set the Backup Buffer to 90 days : so this means Message Logs from the last 90 days will always be available, but is there some way we can save those old messages to a disk so that I can retrieve the payload message anytime?
    in addition, let’s assume the worst, the B1iSN server or the B1i database damaged, Can we just simply restore the B1i database from a latest backup DB then it can work automatically after the B1iSN server is up and running again?
    BR/Jim

    Dear SAP,
    Two weeks passed, I still haven't received any feedback from you guys.
    Could you please have a look at my question?
    How is this Question going? Is it Untouched/Solving/Reassigned ?

  • Tables where Charateristics related to DIR are Stored

    Hi Friends
    I have one Query.
    You assign Class to a Document type in SPRO.To This Class we assign some Charateristics.
    When we Create a DIR , we assign charaterictics value in Additional Data Tab Page.My question is where these values specific to DIR are stored in which table.Me and my ABAP consulatant are looking but not able to find out.Request your help.
    With Regards
    Mangesh Pande

    Dear Mangesh,
                         The table TDWA contain the information about document types which also store the information about clas which has assigned to the document type.
    Regards
    Bhuwan C Tiwari

  • BSEC: in which case the financial documents are stored in it?

    Hi All,
    colud anyone in which case the financial documents are stored in the table BSEC?
    Thanks

    HI Rossi,
    In account Group Creation once check box is there, you need to tick that check box. then only it becomes one time vendor account group, it means that one time vendors are account group specific.
    Please award the point if it is help full.
    Regards,
    Sam.

  • Performance Management Objectives are stored Table?

    Hi Friends,
    When i click on Add Objective using Performance Management page i.e the SSHR page
    I am getting the following fields:
    Objective Name
    Created By
    Start Date
    Target Date
    Next Review Date
    Group (Has a list of departments)
    Priority
    Weighting Scale
    Complete (%)
    Achievement Date
    I would like to know if these fields are stored in which table immediately.
    but after transfer the objects to manager, the manager Review worker changes then PER_OBJECTIVES table populated.
    but i want to before which table these objective are stored.
    Please help

    Hi avajain,
    per_performance_tatings fine.
    but i want to objective status informantion.
    means manager created objective send to employee that time status is WKR, Then employee changes and send to manger that time status APPROVAL like way..
    these objective status which table stored.
    can u help me any body
    thanks and regards
    rkrao.

  • Spotlight comments are missing?

    I added Spotlight comments to most of my documents to make them easier to locate. Easy enough, although it took some time.
    This morning I've found that those comments are missing. Of the several documents I checked, none had comments.
    The only thing I can think of is OnyX. I use OnyX to clean up my system periodically, and one of the options is the Spotlight Index.
    Is selecting the Spotlight Index killing my comments?

    One of the OnyX routines you ran killed them, but not Spotlight indexing. I almost never use the Spotlight comments field, because the content is not actually a part of the file. Instead the information is stored in a hidden Finder data file, and, as you've discovered, it is possible for this hidden data to get removed.
    Francine
    Francine
    Schwieder

  • Determining if comments are available on a template

    Hi there
    As part of our web template, users are able to add their own comments.
    I am using the following command to implement that functionality:
    <bi:OPEN_DIALOG_DLGDOCBROWSER >
      <bi:TARGET_ITEM_REF value="ANALYSIS" />
      <bi:DATA_PROVIDER_REF value="DP_1" />
      <bi:DOCUMENT_CLASS_SPECIFIC type="CHOICE" value="DATA_CONTEXT" />
    </bi:OPEN_DIALOG_DLGDOCBROWSER>
    Now I have been asked to provide something on the template that shows that their are comments already stored on this template / query.
    So, my question is, is it possible in Javascript or somehow else to check if their comments available for that query. If I can at least determine that, then I can work on a display indicator for the users.
    Any input would be greatly appreciated.
    Cheers,
    Andrew

    Does anyone know where the comments that are associated with a query are stored?
    I am sure its in a table somewhere within BW, but what is that table name, or are there existing FM's I can use to extract that information?

  • TS4009 all of my audio purchases from itunes are stored on my iphone which is taking up all of my memory. can i back them up to icloud? i tried to sync with my itunes library, but the library on my computer doesn't contain all of my songs.

    All of my purchases from iTunes are stored on my iPhone and taking up all of my memory. I want to store the music in iCloud if possible, but I can't get it to work. I tried to sync my phone to iTunes, but the library on my computer is all screwed up! I backed up my library to my harddrive, but now a lot of the songs aren't there and the ones that are there have multiple duplicates! If I try to sync my phone to my computer I'm afraid it will sync to the current library on my computer and I will lose all of the music on my phone! HELP this is driving me crazy!

    There's a menu choice (I think under "Files") that lets you sync purchased items on a device back to itunes.  Look for that.
    iCloud does not store music.  If you want to do that you'd have to subscribe to itunes Match, but to get music to the match servers, you need the music in the itunes library on your computer.

  • HT201317 Dear Sir/Madam i want to tell you that I am very disappointed because I just read that in photo stream my photos are stored only for (30) thirty days.I didn't know that and i didn't have the time to save them on a device.I was robbed of mobile al

    Dear Sir/Madam
    I want to tell you that I am very disappointed because I just read that in photo stream my photos are stored only for (30) thirty days.I didn't know that and I didn't have the time to save them on a device.
    I was robbed of mobile before (3) three days and I lost 2.000 photos!
    Is there any possibility to retrieve them?
    If it was possible that would be great as I would save them immediately to my computer instead of losing them again.
    Thank you for understanding
    Kind Regards
    Giaourtsakis Kleanthis

    If you were trying to get this apple, you would do it here:  https://getsupport.apple.com/

Maybe you are looking for