My understanding about Calc Property

Hello friends, I have a quick question about Calc property. My understanding is Calc=N(that means value is not calculated) would mean same thing as base members. As all non-base members are never calculated, Calc=Y always in non base members, is my understanding correct?
Thanks.

If you have set CALC = Y for a memeber you cannot send data directly to it. CALC property can be Y for the members which are at the parent level or baselevel members for dimension formulas have been defined.
You'll not find much information on this property in help but you can check this link http://help.sap.com/saphelp_bpc70/helpdata/en/4a/88580e1e01465f9ae876ffc46becd2/frameset.htm

Similar Messages

  • CALC property for entity dimension

    I have a entity US01 which is located at the base level of my entity hierarchy, when I choose this entity in the CV of my input schedule, it allow me to input data, it also pass the validation, but when I click the send active worksheet, I get the error message
    "It is a calculated member.US01"; while I have another entity member US02 which is at the same level with US01, it works ok if I choose that one,
    If I understand correctly,the system generated property CALC should be 'N' if the member is located at the base level, if this is the case how could I get this error message?
    Thanks

    Hello,
    There are only three possibilities that the CALC property is set to "Y" by the system:
    1. Member is a parent level member (has children)
    2. Member has a formula defined in the "FORMULA" property of the dimension
    3. Member is references in an MDX statement in the default logic, like in the following example (sets reporting currencies as calculated)
    *FOR %CURR%=%REPORTING_CURRENCIES%
         [CURRENCYDIM].[#%CURR%]=null
    *NEXT
    Regards,
    Marcel

  • How to use warn about changes property with page menus

    how to use warn about changes property with page menus

    Hi,
    If u will enable this property, then u will get warning message as a popup in case of change of state of VO.
    Regards,,
    Gyan

  • CALC PROPERTY IN SELECTION CRITERIA

    Hi all,
    we have a report where the selection criteria consists of Company code,business line,circle , product and cost center. In business line i used calc property to meet the filter condition =EVCVW(EVAPP(),"BUS_LINE","CALC=N;PARENTH1=XX") , It is showing the dependent mebers of XX, say YY and ZZ which is fine. if the business line is YY then it should show the products pertaining to that business line only and If it ZZ then it should show only the products pertaining to ZZ. How can we set the same by using calc property?

    Dear Vadim,
    In my report the selection criteria is like this. This particular report should show only business lines zz or yy, based on the business line it should show only the products pertaining to the business line, like if the user selects zz it should show the products for ZZ or if the user selects YY it should show the products for yy...the relation for business line and product are for business line zz the products are with parent as zzzz and for business line YY the products are with parent as yyyy.
    Company Code   >>
    xxxxxxx
    Business Line     >>
    BUS_LINE:zz/yy
    Circle                     >>
    XXXX
    Product                 >>
    BP201
    Cost Center >>
    Period                   >>
    2014.TOTAL
    Select Forecasting Category     >>
    xxxxxx

  • I don;t understand about Rsum

    hi all
    i don't understand about running functions....
    when we have to go for running functions... so far i did not use running functions;
    please any one tell me about running functions... i searched about running functions but i am not that much clear on it
    Tell me few words about RSUM,..
    Thanks

    You get more detail in the Help
    Just for your information:
    This function calculates a running sum based on records encountered so far. The sum for the first row is equal to the numeric expression for the first row. The sum for the second row is calculated by taking the sum of the first two rows of data. The sum for the third row is calculated by taking the sum of the first three rows of data, and so on.
    Syntax:
    RSUM (n_expression)
    Where:
    n_expression
    Any expression that evaluates to a numerical value.
    Example:
    The following example shows a query that uses the RSUM function and the query results.
    select month, revenue, RSUM(revenue) as RUNNING_SUM from sales_subject_area
    MONTH REVENUE RUNNING_SUM
    JAN 100.00 100.00
    FEB 200.00 300.00
    MAR 100.0 400.00
    APRIL 100.00 500.00
    MAY 300.00 800.00
    JUNE 400.00 1200.00
    Hope its clear now :)

  • I don't understand about the supposed new "Google Bar." Is it just for "Chrome? Where does a person get it? Thanks Robyn

    I don't understand about the supposed new "Google Bar."
    Is it just for "Chrome? Where does a person get it?
    Thanks
    Robyn

    Hi,
    It is not a browser feature, but a feature of the Google sites like Google Search, Google Maps and services like gmail. Depending on the site / service you may see it when signed in or even otherwise. It appears as a horizontal bar at the top on google related sites as of now.
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

  • Making USD Calc property = "N"

    I am currently running BPC v.7 with Windows SQL v2008
    I have a situation where I want to load all data except for one entity to USD.  But I need to do currency conversion on the one entity.  So I want to import all entities to USD, and load the one entity to LC, and let it convert to USD using the rate app and logic.
    Does anyone know how I can change the calc property on USD to allow me to import to it?
    Thank you in advance for your help?
    Mark J. Glowczewski

    Thank you for taking the time to respond.
    I was attempting to do currency conversion using the default logic that calls the multicurrencytrans logic.
    If you do an EVPRO on the CALC property on LC and USD, you will see that LC has a property value "N", and USD has a property of "Y", meaning you cannot post to it via an import or template.
    I was hoping to save DB space by importing all entities except the one I need to USD, and then let Currency Conversion handle the exception.
    Mark Glowczewski

  • Don't understand about portable apps in Flash Builder 4.7

    Greetings,
    I am a long time user of Flash Builder.  I write *.mxml and *.as files.  They get compiled to *.swf files that run in a Flash Player.  This has been the most powerful and portable development system for the Web up until Jobs killed it.  In response, Adobe has changed focus.  According to the hype, Adobe has made Flash Builder do something more to address iOS, mobile, et al.  The problem is that, for the life of me, I can't get past all the marketing BS to understand what Flash Builder now does (to address iOS, HTML5, etc.).  Can someone please explain to me what Flash Builder now does besides generate swf files from *.as and *.mxml files in programmer speak without the hype?  Now, as I too, am forced to look for a different portable solution, I'd like to at least understand what Adobe is talking about.
    Thanks!

    Android devices have an Adobe AIR install so the .swf files are interpreted like normal.
    For iOS - Adobe actually compiles into native code and runs like any other app would. The downside to this is you can't load .swf files that have timeline code or linkage in the library because those have not been compiled into native code and there is no interpreter to run the commands.

  • SharePoint 2010 - People Search Results - About Me Property

    Hi,
    Currently, we have About Me showing in our People Search Results page.
    About Me is a User Profile Property that allows Users to specify information about themselves. This Profile Property is an HTML property and therefore may contain links/URLs. When About Me contains links/URLs, they appear as proper links in the User Profile.
    However, in the People Search Results page, they just appear as plain text. We would like them to appear as actual links similar to the User Profile.
    Is there a way to do this?
    Thanks!

    Hi Seth,
    I do know it uses XSLT and have modified this XSLT before for Business requirements.
    However, I'm not even sure if my question is something that can be fixed thru XSLT.
    In XSLT, it is only 1 line that shows the About Me text:
    <xsl:value-of select='substring(hithighlightedproperties/aboutme,1,350)' />
    So I'm not sure if there's any way else to achieve what we want.

  • Basic understanding about Essbase Server and Administration Services

    Hi
    I am a newbie to the Essbase. I am trying to figure out the diference between Server and Services.I am very confused.
    Please clarify my understanding
    Essbase Server - This is a server in which Essbase stores all the data.
    Essbase Administration Services -This is a agent used to communicate to the Essbase Server from the front end ( Admin Console)
    Admin Console - This is a front end client used to connect to different Essbase Servers. It is possible to have Essbase Servers to be installed on different machines.
    Before connecting to client Admin console we should make sure Essbase SErver and Essbase Administration SErvices are up and running
    Thanks
    Arun

    hello friend
      what ever your saying about essbase server and EAS is correct.If you want more detailed explanation on this please have a look into essbase architecture check this link which gives you better insight
    http://gerardnico.com/wiki/epm/essbase/essbase_architecture
    it not necessary that Essbase server and EAS should be on the same machine.we can add differnt servers in EAS console.
    As far as your last question(Before connecting to client Admin console we should make sure Essbase SErver and Essbase Administration SErvices are up and running)
    Before logon to EAS we have to make sure that essbase server,essbase admin services and openldap are up and running
    thanks
    raj

  • About kernel property for disk drv

    hi all:
    i try to understand the dirvers for the harddisk,but i can't find these three property's position,they are:
    "queue", "flow_control" and "disk". they are referenced in the file cmdk.c, be invoked by the attach.
    but these three property name can't be found in cmdk.conf . that's why? and where are they stored ?
    thank you.
    the code is:
    cmdk_create_obj(dev_info_t devi, struct cmdk dkp)
         struct scsi_device *devp;
         opaque_t     queobjp = NULL;
         opaque_t     flcobjp = NULL;
         char          que_keyvalp[OBJNAMELEN];
         int          que_keylen;
         char          flc_keyvalp[OBJNAMELEN];
         int          flc_keylen;
         char          dsk_keyvalp[OBJNAMELEN];
         int          dsk_keylen;
         que_keylen = sizeof (que_keyvalp);
         if (ddi_prop_op(DDI_DEV_T_NONE, devi, PROP_LEN_AND_VAL_BUF,
         DDI_PROP_CANSLEEP, "queue", que_keyvalp, &que_keylen) !=
         DDI_PROP_SUCCESS) {
              cmn_err(CE_WARN, "cmdk_create_obj: queue property undefined");
              return (DDI_FAILURE);
         que_keyvalp[que_keylen] = (char)0;
         flc_keylen = sizeof (flc_keyvalp);
         if (ddi_prop_op(DDI_DEV_T_NONE, devi, PROP_LEN_AND_VAL_BUF,
         DDI_PROP_CANSLEEP, "flow_control", flc_keyvalp, &flc_keylen) !=
         DDI_PROP_SUCCESS) {
              cmn_err(CE_WARN,
              "cmdk_create_obj: flow-control property undefined");
              return (DDI_FAILURE);
         flc_keyvalp[flc_keylen] = (char)0;
         dsk_keylen = sizeof (dsk_keyvalp);
         if (ddi_prop_op(DDI_DEV_T_NONE, devi, PROP_LEN_AND_VAL_BUF,
         DDI_PROP_CANSLEEP, "disk", dsk_keyvalp, &dsk_keylen) !=
         DDI_PROP_SUCCESS) {
              cmn_err(CE_WARN,
              "cmdk_create_obj: target disk property undefined");
              return (DDI_FAILURE);
         dsk_keyvalp[dsk_keylen] = (char)0;
         if ((objmgr_load_obj(que_keyvalp) != DDI_SUCCESS) ||
         !(queobjp = objmgr_create_obj(que_keyvalp))) {
              cmn_err(CE_WARN,
              "cmdk_create_obj: ERROR creating queue method %s\n",
              que_keyvalp);
              return (DDI_FAILURE);
         if ((objmgr_load_obj(flc_keyvalp) != DDI_SUCCESS) ||
         !(flcobjp = objmgr_create_obj(flc_keyvalp))) {
              QUE_FREE(queobjp);
              (void) objmgr_destroy_obj(que_keyvalp);
              cmn_err(CE_WARN,
              "cmdk_create_obj: ERROR creating flow control %s\n",
              flc_keyvalp);
              return (DDI_FAILURE);
         if ((objmgr_load_obj(dsk_keyvalp) != DDI_SUCCESS) ||
         !(dkp->dk_tgobjp = objmgr_create_obj(dsk_keyvalp))) {
              QUE_FREE(queobjp);
              (void) objmgr_destroy_obj(que_keyvalp);
              FLC_FREE(flcobjp);
              (void) objmgr_destroy_obj(flc_keyvalp);
              cmn_err(CE_WARN,
              "cmdk_create_obj: ERROR creating target disk %s\n",
              dsk_keyvalp);
              return (DDI_FAILURE);
         devp = ddi_get_driver_private(devi);
         TGDK_INIT(CMDK_TGOBJP(dkp), devp, flcobjp, queobjp, &cmdk_bbh_obj,
         NULL);
         return (DDI_SUCCESS);
    }

    I did almost the same thing yesterday, following a slightly different path: configured the kernel (vanilla3.8-rc7 ) with make localyesconfig, then i reverted back to modules the parts that made more sense if modularized (like the usb stuff).
    It worked w/o major problems, the UUID thing is already present on the 3.8-rc7 kernel, and i even enabled it, but I haven't experimented if it works for now I'm booting via the classical device names (/dev/sdX)
    Last edited by The Solutor (2013-02-12 17:16:46)

  • About application property "Proxy Server"

    Hi,
    I have a question about the "Proxy Server" property in Shared Components\Definition
    Isn't the setting of this property a deployment node issue and not a application specific setting. I would see it similar to the e-mail server settings which are set system wide for an APEX instance. Any reason why it has to be stored for each application?
    Thanks
    Patrick

    Hi Scott,
    thanks for your reply. Haven't looked at this from that point of view that sometimes you want to use the proxy and sometimes not.
    Currently I just saw it from the point of view of an ISV which is doing the software development on a local systems and then deploys the application to the customer site. For example our environment has another proxy server than the customer site, which is always something which has to be considered when an export/import is done.
    A possible solution for your good arguments why someone may wants to have application level/url specific settings and still be able to remove it from the application definition and define it globally on instance level (by the administrator and not the developer) would be to have a look look at how browsers handle the proxy stuff.
    What I have seen from IE and FF, they offer the possibility to define a comma delimited list of domains/URL patterns where the proxy should NOT be used. With that additional property the administrator could define that for example for some internal domains/URLs the proxy should not be used.
    I would also suggest to replace/enhance the existingAPEX_APPLICATION.G_PROXY_SERVER to have a
    FUNCTION get_proxy_server
      ( p_url IN VARCHAR2 DEFAULT NULL
      ) RETURN VARCHAR2;where you can pass the URL you want to call and which returns the proxy server property in the case if the URL needs a proxy, otherwise it will return NULL.
    I think that could make the proxy handling quite flexible and also easy for the developer if he needs to use the proxy setting in his code.
    Maybe John could also contribute some valuable input from a hosting provider point of view.
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • Please doublecheck my understanding about AVCHD and Macs

    Ours is substantially a Mac household because we appreciate the simplicity of OS-X and Macs in general. I am in the market for an AVCHD based HD camcorder and a new computer to handle its video. After a few weeks of reading here, I am leaning towards a PC, but before I do that, I would like to lay out my reasoning on the chance that I misunderstand some things that could tip the balance back towards a Mac.
    First, with a powerful enough computer, under Windows, Sony Vegas (for well under one hundred dollars), will edit AVCHD directly. There may be other PC software that does this as well or better. Using such software, I can burn the AVCHD file to a standard DVD disk and play it on a blue ray player, or to an SDHC card and play it on a device that plays AVCHD from an SDHC card. I have been running the Windows 7 RC on our one last remaining PC, and it has been a pleasure to use. Maybe not all the way to OS-X, but close (in fact, compared to the one computer I upgraded to Snow Leopard and the problems I had with Front Row, in some respects the Win7 RC has been better than OS-X).
    iMovie will import AVCHD, but in doing so it will convert it to AIC. That will cause the file size to grow by about 4X. And editing a 1080i video (or any interlaced video) will strip out half of the lines to down convert it to 540p. The alternatives are to either download and install some other software (free or low cost) to convert the AVCHD file from interlaced to progressive, or to limit my shooting to 24p....so I would be limited to only cameras that support that mode.
    With all these changes to the file in iMovie, I would not be able to burn the file to a DVD or an SDHC card in AVCHD format to play on my blue-ray player or HDTV (both of which have AVCHD-capable SDHC slots for this purpose).
    The other Mac software alternatives are either Final Cut Express, or Final Cut Pro. Final Cut Express has the same issues as iMovie. FCP will not down convert the file to 540p if I import to Apple ProRes. It has a list price of about one thousand dollars.
    When I balance the issues, it is pretty clear to me that Win7 on a PC quad core desktop with a beefy video card is my best option for video. I still have my old Macs for doing day to day stuff. But I would love to find out that I have missed something and that I can edit and export AVCHD on a Mac without the hassle of bloated files and kludgy workarounds.
    Thanks in advance for your consideration.

    Barry Speronello wrote:
    Thank-you both for your responses. Winston, please let me ask for clarification of some of your points. If I understand you correctly, maybe I can stay with a Mac and just buy a much bigger hard drive to handle the big AIC files.
    It's possible to save a great deal of space by importing your AVCHD files as AIC for imovie and copying them (drag and drop to an area on your drive for archives), once you have edited your video in imovie, you can delete the project and associated AIC files content in the knowledge you can always import to AIC again from your archive should you ever need to return to re-edit.
    You wrote: "...well it's not actually all that bad since your 1080i is actually only 540 fields every frame". I am impressed by what I see as a significant difference between 480p (p, not i) and 1080i images on a large TV. That is why I was focusing on 1080 HD camcorders. Is there something special about the 540 line export that would make it materially better than 480p for display on a modern 46" plasma HDTV?
    I suppose you could say there was something special about 540 lines of resolution, in that twice 540 is 1080. 1080i actually displays 540 odd and then 540 even lines 30 times a second, throwing away the odd lines and making the even lines progressive isn't quite the same thing but it gives a surprisingly good result, much better than proportionally better than 480.
    Take a look at this movie (ignore the camera work/standing to near the bass player - it's our party and I'd had more than a few beers),
    http://gallery.me.com/gartside1104#101874
    I used a Sony HDR SR8 AVCHD camera (1080i/25 fps @ 15 mbps) and a canon xm2 DV camera (576i/25fps) the later being quite a good camera. I made the mistake of shooting in 4:3 with the DV camera so had to crop the video to the equivalent of around 433 vertical lines which makes it a little worse than your 480i but you get the idea. Don't forget to view the video as large and set it to play at full screen.
    The information that one can export nearly source-quality 1080i video after editing in iMovie as AIC is encouraging to me. There are 3 points to that for me.
    You can't export 1080i from imovie, I didn't actually say that, what you can do is export 1080p, Although I think we are supposed to be able to export 1080i because there is a setting for it although it doesn't work. I'm assuming it's a bug that will get ironed out, the same 1080i export option in QT works just fine.
    1) The point that you make earlier in your note that upon conversion to AIC only "...technically speaking only a small amount of loss in quality..". And the inference that there will be no further loss in quality upon the back-conversion from AIC to AVCHD. That is a pretty subjective analysis and I'd appreciate others' opinion on the degree of quality-loss upon that double conversion (AVCHD to AIC to AVCHD). I am skeptical, but open to the possibility.
    You can't export to AVCHD with imovie, I didn't actually say that, what you can do is export to AVC. (AVCHD is h264 in an mpeg2 stream, AVC is h264 in an mpeg4 stream, they may contain the same codec but have different containers). And yes I agree, every conversion will result in some quality loss, noticeable or not. I don't use a pc for editing and have never used sony vegas, but I would imagine that native editing merely means the particular chunk of video you are applying an edit to is decompressed rendered and re-compressed and would result in a similar loss of quality.
    2) I wasn't aware that Quicktime would export 1920x1080 AVCHD video from a file that had been converted to AIC from 1080i AVCHD. What version would I need, and is it still available. I have Snow Leopard that I will eventually be re-installing on my machines (once the issues with Front Row and some other things are corrected). Will QT-X in Snow Leopard do this? I do not own QT-Pro. Can I still purchase it if I need it to do the export?
    Again Quicktime doesn't export to AVCHD, but it does have 1440 x 1080 and 1920 x 1080 AVC export settings. What I was trying to say was that while I don't have one, I was assuming that many blu-ray players and tv's with card slots would support the playback of AVC as well as AVCHD, although I can't in anyway be sure.
    3) I presume that the re-exported files go back to being much smaller than the AIC version...ie, that they are about 1/4th the size of the AIC file from which they were created? Please confirm that. I need the compactness of AVCHD to fit a reasonable amount of video onto standard DVDs and reasonably sized SDHC cards.
    The AVCHD files that I started the aforementioned movie with were 15 mbps, AIC decompresses these to between 80 and 100 mbps, the movie I created at 960 x 540 is about 3.6 mbps
    Regarding burning of the exported AVCHD file to DVD or SDHC card, couldn't I use Toast, as suggested by Steve Mullin above, to do that?
    Sorry I don't know anything about toast, I'm assuming you stick the AVC file on the DVD or data card as data and not as a DVD or other format.
    Finally, I am not familiar with AVC and don't know if my devices will handle it (the user guides only mention AVCHD). If it is just a lower-res version of AVCHD, then I suspect that they might handle it, but I don't think that it would do what I want it to do. Is it lower res AVCHD, or is it a different way to output 1080 resolution video?
    Hopefully I've answered that.
    QT Pro is a key that unlocks a number of features in QT 7, QT 7 is still available and so is the pro key, although as I say it does not export to AVCHD. If the AVC format is a problem for you getting it to your tv, then the mac may be an issue for you as I'm not aware of any software that will create AVCHD on the mac.
    Message was edited by: Winston Churchill

  • Where can i get infor about system.property

    hi there
    where can i get infor about the key words to find system property.

    If you mean the properties returned by System.getProperties(), then the API lists the keys. Here's the 1.4 list:
    java.version                        Java Runtime Environment version
    java.vendor                         Java Runtime Environment vendor
    java.vendor.url                     Java vendor URL
    java.home                           Java installation directory
    java.vm.specification.version       Java Virtual Machine specification version
    java.vm.specification.vendor        Java Virtual Machine specification vendor
    java.vm.specification.name          Java Virtual Machine specification name
    java.vm.version                     Java Virtual Machine implementation version
    java.vm.vendor                      Java Virtual Machine implementation vendor
    java.vm.name                        Java Virtual Machine implementation name
    java.specification.version          Java Runtime Environment specification version
    java.specification.vendor           Java Runtime Environment specification vendor
    java.specification.name             Java Runtime Environment specification name
    java.class.version                  Java class format version number
    java.class.path                     Java class path
    java.library.path                   List of paths to search when loading libraries
    java.io.tmpdir                      Default temp file path
    java.compiler                       Name of JIT compiler to use
    java.ext.dirs                       Path of extension directory or directories
    os.name                             Operating system name
    os.arch                             Operating system architecture
    os.version                          Operating system version
    file.separator                      File separator ("/" on UNIX)
    path.separator                      Path separator (":" on UNIX)
    line.separator                      Line separator ("\n" on UNIX)
    user.name                           User's account name
    user.home                           User's home directory
    user.dir                            User's current working directory

  • Question about the property of the nested class.

    "Nested classes may be declared static. In this case, the nested class has no reference to an enclosing instance"
    Can any one demonstrate the above through an code example?? thanks

    thanks jverd.
    Then why dont you answer my other thread??You have several threads. I've said what I have tosay in all the ones that I know about, am interested
    in, and have the time to answer. Last one I lookedat, you were in Monica's very capable hands, so I had
    nothing to add.
    Thanks!I may not be the sharpest knife in the drawer, but I know better than to piss of her what's gonna administer the dread Blueberry Pie Torture.

Maybe you are looking for

  • Vendor Balance Ageing

    Dear All, I want to know T code for Vendor balance ageing. If any one knows it, please inform. Regards, Vs

  • Can't load pages in Safari 5.1 (Windows 7)

    I received an auto notice to upgrade to Safari to Version 5.1 on my Dell E1505 Laptop running Windows 7.  After upgrading with the Apple Software Update tool, Safari has quit working.  It will not load any page and just hangs.  I used the windows con

  • Modifying Transaction FF68(URGENT)

    Dear All,   I need to add a new field in screen 8000 of Transaction FF68. I made another transaction YFF68 and added that field. When am running SM35(for yff68) , it calls FB01 where there is a field called Account(RF05A-NEWKO) which gets value in th

  • BPC10 Reporting Error

    Dear All We are using EPM 10 with SP 16. Till last week we were able to perform reporting in our Dev system. since yesterday whenever we try to create new report it is throwing the following error. Nothing has been changed in setting since last week.

  • Standby instance throwing error

    when trying to startup standby instance , i am getting error : SQL> startup pfile='/home/oracle/dummy/admin/pfile/initdummy.ora' nomount; ORA-16025: parameter LOG_ARCHIVE_DEST_2 contains repeated or conflicting attributes SQL> db_name=org compatible=