What is the difference between BO Designer connect BW QUERY and BW CUBEuFF1F

HI  friend,
    What is the difference between BO Designer connect BW QUERY and BW CUBE?
which one is better?
Best regards.
Howard

Hi Howard,
  You can use autorization variables in  SAP BW and maitain the security there, using that you can apply diferent security not only at Infoobject levet you can apply security per BEX Query.
  Here is some informaion about BEX and SAP BusinessObjects
BI metadata feature _______SAP OLAP BAPI support level
Characteristics (incl. Time and Unit)_______ InfoCube/BEx Query
Hierarchies_______ InfoCube/BEx Query
Basic Key Figures_______ InfoCube/BEx Query
Navigational Attributes_______ BEx Query only
Display Attributes_______ InfoCube/BEx Query
Calculated Key Figures / Formulas_______ BEx Query only
Restricted Key Figures_______ BEx Query only
Custom Structures_______ BEx Query only
Variables_______ BEx Query only
I hope this help you.
BEst regards,
  Fede

Similar Messages

  • What is the difference between HTTPS URL connection and SSLSocket conn

    What is the difference between HTTPS URL connection and SSLSocket connection

    The difference is that they are different protocols, or rather one protocol layered over the other. If you're within a LAN you will use SSL, if it's a Web service you will use HTTPS.

  • What is the difference between credit memo in invoice year and in next year

    Hi!
    I'm new here.I'm study SAP ERP.I don't know what is the difference between credit memo in invoice year and credit memo in next year (asset accounting).Can you show and give me an example, please!
    Thanks and best regards!
    Edited by: dinhtuan on Jun 28, 2010 3:10 PM

    Hi,
    Maybe have a look at the SAP Help for further information (http://help.sap.com) : e.g. 'Posting Credit Memos Integrated with Vendor'  or 'Posting a Credit Memo Offset Against a Clearing Account' 
    Transaction type 105 for credit memo on current acquisition made in the current year, posting key 75. Or transaction type 160 for credit memo on acquisitions from prior years. posting key 75.
    Note: determine if the asset was acquired in the current fiscal year or in a closed fiscal year (Display asset values).
    If the asset was acquired in a fiscal year that is now closed, correct the past depreciation using a write-up (in that case check out and refer to Posting Write-Ups).
    I hope this helps.
    Kind regards,
    Brigitte

  • What is the difference between these two reports MC.1 and MB5L

    Hi
    what is the difference between these two reports MC.1 and MB5L?
    what is the Purpose of each report?
    Material ledger is activated for this plant, we found some amount difference between these two reports, my client accounting department used to compare these two reports while year end/month end closing
    Thanks
    Raju

    MC.1 will give you the report for plant analysis as per plant .
    MB5L report will give you list of stock value as per G/L account wise.

  • What Is The Difference Between Save As Self-Contained Movie and Exporting

    What Is The Difference Between Save As Self-Contained Movie and Exporting a Video as a Quicktime File

    Save As places the file inside a .mov container. No re-encoding.
    Your still have the option to save this file as "self-contained" (all the parts travel with the file) or "reference" (small file sized movie that merely "points" to the movie parts).
    A reference movie can't play if the source files can't be found. If they are moved or deleted the reference movie will fail and it can't be re-created.
    Exporting is done to convert one QuickTime format to another. Typically you do this with a high quality source file. Exporting previously compressed files is a bad idea that leads to unpredictable results.
    QuickTime doesn't open WMP formats without third party software help (Flip4Mac is one). You can't convert (export) WMP formats without paying extra fees to upgrade their software.

  • What's the difference between HP Wireless G Print Server and HP Wireless Printing Upgrade Kit?

    Hello!!
    What’s the difference between HP Wireless G Print Server and HP Wireless Printing Upgrade Kit?
    I found two things as follows.
    1. MAC support
    2. USB dongle
    Is there anything else?

    Now I’m clear!!
    But there are descriptions for each on your home page over view tab. Due to this forum restriction; I cannot put the URL here.
    They say for each as follows.
    HP Wireless Printing Upgrade Kit --- Retain full all-in-one wireless functionality: print, fax from your PC, scan, and access photo memory cards access and PC status
    HP Wireless G Print Server --- Get the same functionality with your all-in-one: printing, scanning, photo memory card access, PC faxing, and printer statusSo I got confusion, that’s why I did not get the difference for them.
    And I found wrong description on your HP support document page. I recommend that you correct it, because it put consumer into confusion and break to buy this product.
    The title is “HP Wireless Printing Upgrade Kit - Setting up the HP Printer with the HP Wireless Printing Upgrade Kit in Windows .”
    The wrong description is “NOTE:  You must turn on the computer with the computer adapter in order to print to the wireless product” at last line of “Step two: Configure other computers to use the printer. “
    You can erase this line!!

  • What is the difference between i pod touch 4th generation and 5th generation because i am choosing what to buy

    what is the difference between i pod touch 4th generation and 5th generation because i am choosing what to buy

    5 has hd FaceTime, 4 does not, 5 has 5x better camera with flash, 5 is faster, has bigger and better screen and has siri, 4 does not. Also, 5 comes in more colours and has wriststrap (also 5 comes with better earphone and has smaller, reversible and faster charging connector)

  • What is the difference between acquiring lock on a CLASS and OBJECT (instance) of that class

    What is the difference between acquiring lock on a CLASS and OBJECT (instance) of that class

    What is the difference between acquiring lock on a CLASS and OBJECT (instance) of that class
    The Java Tutotials has several trails that discuss both implicit and explicit locking, how they work and has code examples.
    The Concurrency trail has the links to the other sections you need to review
    http://docs.oracle.com/javase/tutorial/essential/concurrency/index.html
    The Synchronized Methods and Intrinsic Locks and Synchronization trails discusse Synchronized Methods and Statements
    http://docs.oracle.com/javase/tutorial/essential/concurrency/syncmeth.html
    And the Lock Objects trail begins the coverage of explicit locking techniques.
    http://docs.oracle.com/javase/tutorial/essential/concurrency/newlocks.html

  • What's the difference between task list release for order and release for c

    What's the difference between task list release for order and release for cost?

    Pallavi,
    The status of the task list determines in which other application areas the respective task list may be used.
    Release for costing: means that the task list can be used to calculate costs in Transaction IA16 i.e. the costs for the task list operations would be calculated if released for costing status is set.
    Release for use in the order: Released for Order means that you can use the task list in an order i.e. you could include operations from a task list in an order.
    Regards,
    Usman

  • What's the difference between using a connection pool and a datasource

    Howdy. I figure this is a newbie question, but I can't seem to find an
    answer.
    In the docs at bea, the datasource docs say
    "DataSource objects provide a way for JDBC clients to obtain a DBMS
    connection. A DataSource is an interface between the client program and the
    connection pool. Each data source requires a separate DataSource object,
    which may be implemented as a DataSource class that supports either
    connection pooling or distributed transactions."
    In there it says the datasource uses the connection pool, but other than
    that, what is the difference between a connection pool and a datasource?

    Thanks for the info. I think it makes some sense. But it's a bit greek.
    I'm sure it'll make more sense the more I work with it. Thanks.
    "Chuck Nelson" <[email protected]> wrote in message
    news:3dcac1f5$[email protected]..
    >
    Peter,
    Here is a more formal definition of a DataSource from the Sun site
    "A factory for connections to the physical data source that thisDataSource object
    represents. An alternative to the DriverManager facility, a DataSourceobject
    is the preferred means of getting a connection. An object that implementsthe
    DataSource interface will typically be registered with a naming servicebased
    on the JavaTM Naming and Directory (JNDI) API.
    The DataSource interface is implemented by a driver vendor. There arethree types
    of implementations:
    Basic implementation -- produces a standard Connection object
    Connection pooling implementation -- produces a Connection object thatwill automatically
    participate in connection pooling. This implementation works with amiddle-tier
    connection pooling manager.
    Distributed transaction implementation -- produces a Connection objectthat may
    be used for distributed transactions and almost always participates inconnection
    pooling. This implementation works with a middle-tier transaction managerand
    almost always with a connection pooling manager.
    Does that help clarify the distinction?
    Chuck Nelson
    DRE
    BEA Technical Support

  • What's the difference between these net connection...

    I am using my N97, on the UK Vodafone network. I have 'unlimited' internet useage, which is actually capped to a 'fair use' of 500MB per month. Having checked out online it seems Vodafone are pretty lenient about the cap, and will only charge more if you consistantly go well over than limit, and ignore warning to lower your useage.
    Anyway, basically, in my internet connection destinations on my phone, I have my 3 WiFi networks I use set as priority 1, 2 and 3 (home, work, another place) and then 4th is Vodafone Live! which I presume is the 'normal' Vodafone network, and then lastly we have Vodafone Internet GPRS. 
    What is Vodafone Internet GPRS? And what's the difference between using that, and Vodafone Live? If anyone could clear this up it would be great, cheers! 
    Message Edited by alex79uk on 09-Jul-2009 02:23 PM

    In analog terms, to explain YCbCr use the example of the COMPONENT output from your DVD player. It use 3 separate cables (Y = Luminance = Green Cable), (Y-B = Blue Color Diff = BLUE Cable) and (Y-R = Red Color Diff = RED Cable). In the analog world, RGB is actually RGBHV (5-wire) and is adaptable to 15-pin VGA with a simple passive adapter. Many people will mistakenly refer to Analog Component video as RGB, since the cables are Red, Green and Blue.
    So, since all that mumbo jumbo means essentially the same, this appears to be the digital "equivalent" of what is known as Component Video in the Analog world... What I said about RGBHV does not apply to the 10-bit color, but thought I'd mention it anyway.
    -BChil

  • What's the difference between 512M x 72, Quad Rank and 512M x 72, Dual Rank

    Apart from the $500.00, what's the difference between the Netlist 512M x 72, Quad Rank
    <http://eshop.macsales.com/item/Other%20World%20Computing/64FB4GD32GBK/>
    and the OWC 512M x 72, Dual Rank
    <http://eshop.macsales.com/item/Other%20World%20Computing/64FB4MPK32GB/>

    well, I have exactly the same problem here.
    - Thinkpad T60 with ATI x1400 + Samsung T240 (dual screen)
    - gnome3 (fallback mode)
    - uname -a
    Linux ArchT60 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz GenuineIntel GNU/Linux
    every first time urxvt was started, my screen looks quite similar as the screenshot made by Enunes. And the way to "clean" the screen also the same here.  Then if I start urxvt terminal window again, the screen will stay in clean.  Sometimes (not reproducible)  urxvt can make X crash.
    And I don't know if it is normal, I feel the GPU temperature is too high.  I boot the laptop, waiting for 10 mins, there is no any X-application running in gnome3. the GPU temp is about 85 C . If I start a browser, open 4,5 tabs, temp can easily go to 88-90. If I watch some video even youtube online, the temp will be 95 ,97.  the fan works very hard btw.
    It seems everything is ok if there is no 2nd monitor connected.
    I do have a xorg.conf file to configure thinkpad Trackpoint.
    Section "InputDevice"
    Identifier "TPPS/2 IBM TrackPoint"
    Driver "evdev"
    Option "CorePointer"
    Option "Device" "/dev/input/by-path/platform-i8042-serio-1-event-mouse"
    Option "GrabDevice" "False"
    Option "Emulate3Buttons" "true"
    Option "EmulateWheel" "true"
    Option "EmulateWheelTimeout" "200" # adjust third button paste timeout.
    Option "EmulateWheelButton" "2"
    Option "YAxisMapping" "4 5"
    Option "XAxisMapping" "6 7"
    EndSection
    Section "ServerLayout"
    Identifier "myServerLayout"
    InputDevice "TPPS/2 IBM TrackPoint"
    # InputDevice "Keyboard0" "CoreKeyboard"
    #option "AIGLX" "true"
    EndSection
    anybody has any clue ?
    thanx in advance.

  • What is the difference between Fiscal year variant, Fiscal year and Calyear

    hi,,
    What is the difference between
    1. Fiscal Year Variant (0FISCVARNT)
    2. Fiscal Year (0FISCYEAR)
    3. Calendar Year (0CALYEAR)
    In what scenarios they should be used. If we are getting 0FISCVARNT data from ODS. Can we change into other in cube at update rules level or some other level?
    How can we get factory calendar????
    Message was edited by:
            Avneet M

    Hi Gurus
    I was going through this thread and came up some more questions in my mind.
    1. Do we need to set Fiscal Year, Fiscal Varient settings once for all in BW ? ( The path is given in one of the thread above ) need to know if this is one time setting / rebuilding the tables. what will happen when we select and execute factory calender and Fiscal Varient and Rebuild tables in transfer global setting ? Is this one time we have to do for whole BW system?
    2. when we go to SCAL t-code what we need to do and what it do in the system ? I know its for Factory calender but just want to know what it does. It it also for one time during BW build phase ?
    3. How can we link Factory calender and Fiscal year? IS it thro Fiscal varient ?
    Pl help me to clear this doubt,thanks in advance.

  • What are the differences between TestStand Version 1.0.2 and 1.0.3?

    I have TestStand version 1.0.2 and have a customer that uses 1.0.3. I am updating test software for that customer and need to know if I can use TestStand 1.0.2. What are the differences between 1.0.2 and 1.0.3?

    vc -
    The Whatsnew.txt file for TestStand 1.0.3 contains the following text:
    Changes from TestStand 1.0.2 to 1.0.3
    TestStand 1.0.3 includes a translation to Japanese. It also
    includes other fixes mostly related to translation issues.
    1) Configure Database Options menu item was not localized.
    2) Dismissing a modal CVI dialog brought a random window to the front.
    3) Removed text from operator interface splash screens
    4) Resized operator interface panels
    5) In the TestStand - Sequence Display.vi of the LabVIEW operator interface, the
    following control descriptions didn't use resource strings:
    - Sequence Description:
    - Current Test:
    - Number of Tests:
    6) The Engine Installation Wizard wasn't localizable.
    7) Flexible MessageBox sometimes displayed only 1-2 lines. This was seen in the
    Edit Database Options Help dialog and the Adapter Configuration dialog in the
    CVI operator interface.
    8) The buttons in the Automation Adapter Configuration dialog were not localized.
    9) Font for the Add Directory to Search Directories checkbox on Find File dialog
    was incorrect for Japanese Windows.
    10) Dialog used to browse for directory to specify the report location was not translated.
    11) Database Viewer was not localized correctly.
    Scott Richardson
    National Instruments

  • What's the difference between iPod touch 4g order# MC544LL and PC544LL?

    What's the difference between iPod touch 4 32Gb order# MC544LL and PC544LL?
    If it is the release date... ok, cool, then which is the newer?
    I just bought the two of them used and want to give my daughter the better one
    Thanks

    Thanks, I know they're for the most part the same, but...
    I did a bit of googling myself before asking... but I could only find reference to the MC544LL release and not really any tech info on the PC544LL release.
    http://www.everymac.com/ultimate-mac-lookup/?search_keywords=A1367

Maybe you are looking for

  • Get the data with more than one of the desired value

    Hi, I need to pull the records with more than one value of 'Other' on the delivery days fields. The delivery fields are mon,tue,wed,thu,fri and sat that tells the where the item will be delivered. The value can be Home, Work, or Other. Here is the Sa

  • Adjustment layer disappears

    I've been dealing with this really frustrating issue, and I haven't been able to find a solution for this online yet that actually works. In Photoshop CS5.1 I have an image that I added a single hue/saturation layer to, and when I merge the layers, f

  • C 6180 printing problem

    Hey you printing experts. Please help me solve this problem. No matter what I print. Web page or anything produced in microsoft office, whatever. I set the printing preferences to Portrait, check the preview. Everything looks great. Then I press prin

  • W500 ATI FireGL 5700 BSOD on new driver upgrade

    I'm seeing the video corruption where I get a dot/fuzzy pattern randomly at times.  As much as I can figure out, a new driver may take care of the video corruption.  However, I am consistently getting a BSOD when upgrading to the latest 8.752.4-10102

  • Mail to Recipients

    Hi, Im unable to send the mail to multiple mailid. In the selection i have given sel_mail as select options.Do i need to declare or initilize this select option with slectionoption parameters/attributes? FM - SO_DOCUMENT_SEND_API1 The code is- Im loo