BO Advance analysis 1.1.4,  Info Field like Last Data Update Table

Hi Experts,
I am using BO Advance analysis 1.1.4 for reporting output. There we have option to show Info Field like Last Data Update.
It is using this function to get that info :
=SAPGetSourceInfo("DS_1", "LastDataUpdate")
Anybody have idea what BW table it is refering to get that info.
As per my understanding, since these workbook of Adv. Analysis are refering Query which are built on MultiProviders, it go and find out the last cube/dso successful data load.
Also I manually checked the date and time of last successful update in cube, but it is not matching as far as time is concern. Date is matching.
Please help me to get the correct table which gave that info (date and time).
Thank-You.
Regards,
Vinod

Hi Tammy,
I was trying for the similar requirement to get the "Last refreshed time" of the table used in the calculation  view  in HANA.
It uses the same formula : =SAPGetInfoLabel("LastDataUpdate")
But since Analytic View actually doesn't store any data, it is virtual. The date am seeing is the last changed date. i.e if i do any changes on the model, am seeing the last date when I changed it.
Is there any function which we can use to get the Last refreshed date of the table in the model am using?
Regards,
Krishna Tangudu

Similar Messages

  • Last Data Update Info field not showing in Web Template

    Last Data Update Info field does not show up in the Web Template. This Web Template is for a MultiProvider on top a single cube.
    Greatly appreciate if anyone has any insight into this issue.

    Hi Suma,
    if other queries work fine using exactly the same (customized) template the problem is most likely not the template. Does the appropriate query does display figures? Is your data binding done correctly within the template?
    What happens if you execute the customized template which does not display Last Data Update Info field with another (i.e. a different) query? Does it display the Last Data field? What happens the other way round: you execute a different template with the appropriate query (which does not display Last Data Update). Does it show the Last Data Update?
    Just give it a try, this sometimes help
    Brgds,
    Marcel

  • How to delete predefined fields  like Provisioning Date in users- create

    Hi,
    Is there a provision to delete predefined fields like Provisioning Date in users->create form in admin console.
    If so, please tell me all the files i need to change.
    Thanks in advance

    Hi,
    You need to comment on following sections in FormMetaData.xml.
    <!-- User Provisioning Date -->
    <!--
              <AttributeReference editable="true" optional="true">-23</AttributeReference>
    -->
              <!-- User Provisioned Date -->
    <!--
              <AttributeReference editable="false" optional="true">-25</AttributeReference>
    -->
              <!-- User Deprovisioning Date -->
    <!--
              <AttributeReference editable="true" optional="true">-24</AttributeReference>
    -->
              <!-- User Deprovisioned Date -->
    <!--
              <AttributeReference editable="false" optional="true">-26</AttributeReference>
              -->
    Please let me know if you have any questions.
    Regards
    Nitesh

  • How Many  NUMBER Fields Can SINGLE DATA BASE TABLE CONTAIN

    How Many  NUMBER Fields Can SINGLE DATA BASE TABLE CONTAIN

    Hi
    One Database table contain 249 Fields.
    Rewards Points if useful..
    Regards
    Nikunj Shah
    Edited by: Nikunj Shah on May 13, 2008 1:08 PM

  • Fields of the data base tables

    Hi ABAP Gurus,
                     i am developing an sd module report and in that my input fields are   fkdat,
                    vbeln,
                    kunag,
                    fkart.
    and output fields are :
                       1)   vbeln
                       2)  kunag
                       3)  name1
                       4)  fkart
                       5) description of fkart
                       6)  netwr
                       7)  excise
                       8)  ecs
                       9)  schess
                       10) excise + ecs + schess = total ex received
                       11) fi doc
                       12) fi year
                       13) exnum
                       14) exdat
                       15) excbed
                       16) ecs_py
                       17) schess_py
                       18) 151617 = total ex_py
                       19) fi doc ex
                       20) fi year ex
    these fields i want in my output but can any one tell me which fields will appear in which table and the links among these tables
    i know some tables : vbrk,vbrp,konv,j_1ipart2,j_1iexchdr.
    pls help me .it's urgent .

    Hi,
    Retrive data from VBRK and VBRP Tables.
    From Billing u can find all the Values.
    Check invoice in VF03.
    KONV is for condition types .
    Based on KSCHL for condition types and kawrt for values.
    Thjese 2 fields important for getting tax values.
    Regards,
    Narasimha
    Edited by: narasimha marella on Jun 11, 2008 9:12 AM

  • Edit field in a Data Base Table

    Hi Everyone,
    I am trying to change field VERME(available stock) in LQUA table. The requirement is whenever the value is less than zero in VERME, we should change that to 0.
    I know its not good to update the DB table directly, but there is no other alternative. The scope is very limited and I am trying to write some program just for this only purpose.
    Have you guys any sample program for this requirement?
    Thanks
    Kumar.

    Hi,
    You can update a database table by first locking the table using Function module
    ENQUEUE_TABLE_E
    by passing table name.
    Then update record in table using statement
    update LQUA set VERME = 0
    WHERE VERME le 0.
    After this statement unlock the database table using function module
    DEQUEUE_TABLE_E.
    Reward points if answer is helpfull.
    Regads,
    Mukul Sharma

  • Automatically fill in field based on data from table rows

    hello,
    Users in our organization currently have to complete a number of different forms when an accident occurs. I am creating a .pdf that combines these fomrs into one, with the first portion being a data input section where the user inputs the data and then this populates other sections (pages of the form) that can later be saved and printed.
    The data input section contains subforms with tables. The tables have a row that has "add new item" and "delete this item" buttons.  The rows have dropdown list fields.
    I would like to create a field that will be automatically filled in with the values from the dropdown lists, including the values from the new rows that are added using the 'add new item' button.
    Any assistance in this regard would be most appreciated.  This is my first time on a forum, so I apologize if I have not been clear.
    Thank you.

    This is pretty complicated. You'll have to use scripting for this and I'll tell you how I'd approach this with JavaScript.
    First of all you need to decide at what point you want to populate this field with the drop down selections. I think you have two options.
    Option 1 - Automatically calculate this field each time a user makes a drop-down selection. It's possible that a user will enter data and then change a drop down value so you'll have to account for this.
    Option 2 - Create an update button that users click to calculate this field. There is still a risk that users will change the value in the drop down after clicking update, so you would want to use scripting to lock those fields (e.g. make them protected) when the update button is clicked. You could then change the caption of this same button or have a second button that when clicked would unlock those drop down fields.
    The other thing you need to do is figure out how to calculate this field. It seems to me you would probably build a string together that mixes text with the drop-down values. So your JavaScript would look something like this:
    calculatedField.rawValue = "The accident occurred on " + table.row1.date.rawValue + ". It was witnessed by " + table.row1.witness1.rawValue +
                                                      " and " + table.row1.witness2.rawValue + ".";
    When you're in the LC Designer JavaScript editor, hold control for the relative path to those fields and control + shift for the absolute path and then click on the fields whose values you want to access.
    I hope this points you in the right direction!

  • Can I use the quoted string in the field like  dbms-column or table-name

    I see some examples like table name using quoted string in the weblogic-rdbms20-persisstence-810.dtd.
    Can the experts tell me how the quoted string should be used for EJB 20?

    Hi,
    Whether the identifiers should be quoted or not depends whether they were defined that way when the table and colums were created. Whether they can be created/accessed this way depends on the policy of the database that you are using with regards to 'Quoted Identifiers' (also known as 'Delimited Identifiers'). On databases this feature is on by default, on others it is not. If you database objects require quoted identifiers then you may enter them as quoted as you've seen in the weblogic-rdbms20-persistence-810.dtd
    Hope this helps
    -thorick

  • Info Field does not work

    Hi Experts,
    I would like to display the "last update" information for certain InfoProviders within a BEx Web Template. If I add the web item "Info Field" and save the web template, the icon of the web item is being displayed within the designer. When executing the template the web item is being "deleted" automatically and nothing is being displayed within the portal. Any clues on that? Is this a known bug in WAD?
    Many thanks in advance.
    Best regards
    Tobias

    Hi,
    Info field only displays about the Global filters, Local filters and Variables. When you assign the info field in the template you need to give the data provider to that webitem otherwise you will not get any data when you execute your template.
    Use text web item, You have several options available such as last refreshed, executed by, changed by, last data upload and so on.
    Thanks
    Srikanth

  • Document info fields in Word won't update when placed in document header-section

    Dear all,
    I have a document library using 3 Content Types with metadata columns and a Word-template.
    The values of these metadata columns should be displayed within the Word-documents created from content type.
    So I've inserted document info fields into the Word-template to display them.
    But unfortunately the placeholders are not updated when opening the document again, after metadata values had been changed e.g. by using the edit-form within the list.
    From what I have seen so far, this only refers to document info fields resident in header or footer sections. 
    But this is where I need to place them.
    Does anybody know this issue and has an idea of how to fix it?
    Could VBA be of use here?
    Best regards,
    Ben

    Hi,
    Based on your description, document info fields in Word won't update when placed in document header-section.
    Per my test, document info fields in Word will update when placed in document header-section.
    Refer to the following article about Add SharePoint Metadata to Word Documents:
    http://whitepages.unlimitedviz.com/2011/02/using-document-templates-with-lists-and-content-types-in-sharepoint/
    https://www.premierpointsolutions.com/training/help-and-how-to-articles/add-sharepoint-metadata-to-word-documents/
    If I misunderstanding the issue, Please offer a screenshot about your issue.
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to increase field's number when update

    What value should I set when I want to make some field increase ,
    such as "UPDATE table SET field = field + 1";

    Hi, chan15
    Please checkou this tutorial, it shows you how to increase field counter by updating the field value by adding +1 everytime you reload th page...
    :: Visits Hit Counter ::
    Herein this tutorial we will learn how to implement an auto visits hit counter. The visits hit counter uses an "After" "Custom_Trigger" to update the (hits_ht) field by adding (current field value
    +1
    ) to it, This script is very useful, specially when used to view member`s profiles, photo albums etc... by implementing this hit counter script with your database records you will get full reports about how many times profile, photo viewd by members or visitors.

  • Variables Display With Info Field Web Item

    Dear Friends,
    We are facing one issue in BI 7 WAD.Can any one please suggest how to achieve this..
    Issue1) In my query, we are having 10 variables and user has enterd 2 variables for his
    selection.After executing the web i need to display those 2 variables only.But in my case i
    am displaying along the two variables with values and remaining 8 variables as blank.I need
    to show those two variables only.For variable display i am using info field web item.Can any one
    throw some light on this.
    Thanks in advance
    Regards
    Madhu

    Hi Madhu,
    It should work. Plz. check your variable settings again.
    Display Static Filter Values = Off (On in case you want to display characteristic restrictions used in your query)
    Display General Text Elements = Off (On in case you want infoprovider information)
    Display Dynamic Filter Values = Off (On in case you want dynamic filters on runtime to be displayed)
    Display Variables = On
    Variable Settings -> Only Variables with Values = On
    --Priya

  • Live Update of ARD "Info" Fields ?

    Hello I am using a script to update the 4 "info" fields available in ARD like so:
    defaults write /Library/Preferences/com.apple.RemoteDesktop Text1 "Foo"
    My issue is that the update doesn't get reflected until one of two things happens:
    A. I restart ARD using kickstart.
    B. Open and Close the "Computer Settings" panel in the Remote Management pane of sharing.
    Doing one of these two things every time I update this field is going to be impractical.
    Is there an elegant way to nudge ARD into updating the "info" columns like the "Computer Settings" pane is able to do?
    Thanks in advance for any help.

    Just have a couple thoughts. I've had better luck with using kickstart proper than defaults for changing ard info fields and actually having the agent recognize the change. Also, if you're able to get it to update via kickstart, you could just append that to your script. I routinely send the following via Send UNIX Command as root for at-a-glance access to the serial number:
    /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/ki ckstart -configure -computerinfo -set2 -2 "$(system_profiler SPHardwareDataType | awk '/Serial Number/{print $NF}')" && sleep 2 && /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/k ickstart -restart -agent -console ;
    The 'sleep 2' was tacked in as sometimes kickstart apparently exits before it's actually done. The consecutive commands are appended using && rather than ; so the agent restart step isn't done unless the -setX -X one succeeds. Also note that if all works as planned, the ARD task never actually finishes as you're interrupting the remote ARD agent mid-stream; just wait for the clients to all return "Starting..." twice and then hit stop on that active task.
    In any case, you can change the -set2 -2 to choose an info field, then substitute in your Foo commands in place of "$(system_profiler SPHardwareDataType | awk '/Serial Number/{print $NF}')"
    Hope that helps some. Let us know how you've made out.
    Cheers, Joel

  • BO 4.0 Advanced Analysis for OLAP - The MDAS service encountered an error.

    Hi guru's,
    We are running BO 4.0 SP02 Patch 11 with SAP BW 7 and experiencing the following error with Advanced Analysis for OLAP:
    "Analysis edition for OLAP
    The MDAS service encountered an error."
    After you click show details:
    "com.crystaldecisions.thirdparty.org.omg.CORBA.MARSHAL  minor code: 0x0  completed: No"
    I have researched into this and found forums such as:
    http://forums.sdn.sap.com/thread.jspa?threadID=2053481
    SAP KB 1560100 - BI4.0 Advanced Analysis Web problem: The MDAS Service encountered an error
    SAP KB 1661163 - An error is generated when selecting a query or cube in Analysis for OLAP: Error 15
    However, none of these have helped our situation too much.
    We have rebuilt the windows server 2008 R2 recently, hence the process we followed was a fresh install of BO 4.0 SP02 platform & tools, and then patch 11 on top of these.
    Crystal, WEBI's (using the same BICS connections as the AA's) and Dashboards are all working as per expected.
    The errors are for every AA including ones with only 2 variable selections (light queries) to ones with many more. Hence it is platform wide for Advanced Analysis.
    I have also tried creating new AA using existing BICS, new BICS existing AA, new BICS new AA all with no luck.
    We have also created new Adaptive Processing Servers with only the MDAS as a common service, turned on tracing etc but nothing springs to us as to what is going wrong.
    Any ideas would be greatly appreciated?
    Thanks all,

    Hi All,
    After conversing with SAP support technicians we have found what is causing this issue.
    On the windows servers we have the following installed locally:
    - BO platform 4.0 SP02
    - BO platform 4.0 SP02 patch 11
    - BO client tools 4.0 SP02
    - BO client tools 4.0 SP02 patch 11
    - Crystal reports 2011 SP02
    - Crystal reports 2011 SP02 patch 11
    - Crystal reports for Ent SP02
    - Crystal reports for Ent SP02 patch 11
    It seems that the crystal reports 2011 or cr for Ent was causing an issue in the .WAR files that BOE uses to run Advanced Analysis for OLAP.
    After uninstalling the two crystal products and removing any left over cr files in program files on the server, AA for OLAP works successfully in our environment.
    The other point after this was i stopped the tomcat and SIA, i renamed the BOE folder under <install dir>\SAP BO4.0\Tomcat6\webapps and restarted the tomcat and then the SIA. In 4.0 when the tomcat is started again it will go and recreate the BOE folder from the BO directories effectively recreating the apps .WAR files under the webapps\BOE folder.
    SAP will hopefully document this issue for other clients.
    Cheers,

  • Info Field is not shown in PDF by toolbar Print Version button

    Hi Everyone,
    I need your help:
    I enhanced 0ANALYSIS_PATTERN to include UserID / DateTime information when Export to PDF and excel.  I added Info Filed in this template and added this new web item in BUTTON_TOOLBAR_2 Button 3 (Print Version) and 4 (Export to Excel).   UserID / DateTime displayng on web is fine and Exporting to Excel is fine also.   Only problem is when clicking on Print Version the UserID / DateTime information is not showing in PDF.   I created a new button to Export PDFand it's working fine.  Somehow just this toolbar button Print Version has issue with Info Field.
    Can anyone help me to resolve this problem?
    Thanks, Jin

    Hi Jin.
    I have tried using the separate print template method but didn't manage to get it to work (and not very excited about the concept anyway as it means even more web templates to manage).
    But I got it to work without using a separate print template, by inserting the InfoField as part of the Filter Area (because I didnt want it displayed in the face of the Web when the report was run initially). But it seems to be that as long as the InfoField is displayed somewhere in the Web, then it can be exported/printed. Having done the data binding step, obviously.
    You mind if I pick your brains (offline) re the print template method?
    Patrick
    (points if that helps?)

Maybe you are looking for

  • IPhone will not send stored DTMF tones to toll free numbers?

    Has anybody else noticed this? When I program my iPhone to connect to a teleconferencing service (ATT's ironically), the DTMF tones are not tansmitted. If I change the dial in number to a "caller paid" area code, the tones are transmitted fine. Proba

  • Financial Reporting Sorting with page dimensions

    I had a report that was sorting account by description, in ascending order. However, then I changed it and added the Entity Dimension into the Hierarchy and it removed the Sorting. I cant get it to sort again. Is this a function of FR that if there a

  • N95 Backup issue (hang on model-spec backup)

    I wanted to update my phone, as i missed lots of backup (still with stock firmware), but i cannot make a backup. Backing-up process just hangs at "Phone model-specific backup". Tried this first on Win Seven - i thought it was a compatibility issue. L

  • Photoshop CS5 not printing in color!!!

    I'm running Mac 10.7.5, with Photoshop CS5.  My printer is a Brother MFC-J435W.  Until just recently, I've not had any problem printing anything.  But a few days ago I can't get the printer to print in color off of Photoshop.  Any other program (Libr

  • Deleting archives - VSOM 7.2

    Hello, we are in the midst of a long needed upgrade from VSOM 6.3 to 7.2 and soon on to at least 7.5.  We are currently on 7.2.  I have some media servers that I need to make some space on and I'm finding that it isn't as straightforward how to delet