Can i create Multi Provider without using Cube

Hi,Can i create Multi Provider for ODS and Infoobject with using any Cube and
Can i create Multi Provider for Infoset and Infoobject.
Please give me the solution.
Thanks in Advance.
Regards

Hi,
In BW < 7.0, you can create multiproviders using:
- and/or InfoCubes
- and/or ODS
- and/or InfoSets
- and/or InfoObjects
You can also create InfoSets using:
- and/or ODS
- and/or InfoObjects
In BW 7.0, you can add the InfoCubes in the infosets.
Remind that the multiprovider is an union, the infoset is a join.
Regards
Laurent

Similar Messages

  • Can i create apple id without use the credit card?

    can i create apple id without use the credit card?

    I'm getting the same thing. I created a new Apple ID via the Internet (appleid.apple.com) When I go to my device to try to use it, I have to review it first and in that process, I'm asked for a credit card or iTunes gift card. There is NO 'none' option.
    I work in a school district and we'd like employees to use their own apple ID for free apps which will allow them the freedom to explore apps without weighing down our tech dept with myriad requests for random apps. I deal with a broad demographic and many users are suspicious of putting personal credit card info on an Internet-based account.
    However, it appears they are locked out of the store unless they have some form of payment on file. Even if they enter a gift card, what happens when it's used up? Will they get locked out of the store if they don't have a balance?
    Anyone have a work around? If not ... APPLE Please update your support materials to explain this, or fix the bug.
    Thanks!

  • HT2589 how can i create apple id without using credit card details ?

    how can i create apple id without using credit card details ?

    @Limnos - that doesn't work anymore. There is no NONE option. I've been at it for hours trying to set up my daughter's account. I've tried creating and verifying an appleID on the web, on her touch...everything. Every single time you get to the stupid Touch, it wants to walk you through the verification of the account and it demands payment (even for their suggested apple Remote method listed in the KB).

  • How can I create a Glow without using a filter

    I am creating an application for iPhone4, and one of the problems I am having is the lack of filter support.
    I am trying to create a "stroke" around some bitmaps... an example would be a text field that is white on a bright background - I would put a black stroke around it to contract it... there are other needs as well, but this is an example.
    Before, I would just put a glow filter on the text field, tweak the settings and it looked good and did exactly what I wanted.
    But iPhone4 high resolution with gpu acceleration don't support filters - and I can't change those requirements... so any and all bitmap filters are out.
    Does anyone know of a way I can create a glow filter effect without using filters that would not be a major preformance hit for fps and memory?

    Have you tried using tweenMax and code in a glow effect.
    Something like this:
    import com.greensock.*;
    import com.greensock.plugins.*;
    TweenPlugin.activate([TintPlugin]);
    var glowEffect:TweenMax = new TweenMax(mc,0,{glowFilter:{color:0x330000,alpha:1,blurX:5,blurY:5,strength:2,quality:2,ov erwrite:5}});

  • Can i create apple id without using credit card no ?

    When we create an apple id , we must enter the credit card no . So, can we create it without credit card no ?

    This page has instructions for how to create an account without giving a credit card number (whether it works in all countries I don't know) : http://support.apple.com/kb/HT2534

  • How can I create an app without using a Mac?

    I want to create my own apps for my iPhone. How can I do that when I have a Windows computer?

    The steps for that would be:
    1. Find your car keys (if none found, purchase car)
    2. Get in your car.
    3. Drive to nearest Apple Store.
    4. Inform the staff you are converting and wish to dispose of your pc.
    5. Hand over your pc.
    6. Buy a Mac.
    Then you have 3 options:
    - Download XCode 3.2 for free
    - Enroll for a Developers Membership and get XCode 4 for free
    - Go to the Mac App Store and buy Xcode 4.
    I hope I helped.

  • Creating itune account without using credit card

    Hi.
    I m new apple user has a little question.
    Can i create Itune account without credit card.? if it is possible then tell me the process of creating itune account without using credit card. 
    Warm Regards,
    Chandan Sharma

    I follow the provided link but payment method does not show option "non" i am very frustate.
    please help me because i do't have a credit card.

  • Is it possible to create .ncd file without using MAX?

    Is it possible to create .ncd file without using MAX? I am trying to read the data given by hundreds of possible Arb. IDs on one of the CAN port without having to create it from the MAX.
    Thank you

    Hi,
    the NI-CAN driver software does not provide functions/VIs to generate
    *.ncd files. However the *.ncd file format is just plain XML (ASCII text). Take a
    look at the example.ncd file that gets installed with NI-CAN
    (<ProgramFiles>\National Instruments\NI-CAN\):
    <?xml version="1.0" encoding="UTF-8"?>
    <nican_config version="0.1">
    <saved>8/8/2005,17:58</saved>
    <message name="TransmissionFluids">
      <id extended="0">82</id>
      <dbc>C:\Program Files\National Instruments\NI-CAN\example.ncd</dbc>
      <conflicts>0</conflicts>
      <bytes>6</bytes>
      <interface>1</interface>
      <comment></comment>
      <channel name="ClutchPressure">
        <conflicts>0</conflicts>
        <bitfield start="0" bits="8" order="0" type="1"/>
        <linear_scaling factor="1.600000e+001"
    offset="0.000000e+000" max="4.000000e+003" min="0.000000e+000"
    default="0.000000e+000" unit="kPa"/>
        <comment></comment>
      </channel>
    </message>
    </nican_config>
    Thus, you could generate *.ncd files with simple file I/O. Having XML-specific file I/O functions simplifies this task.
    -B2k

  • How do you create an array without using a shell on the FP?

    I want to be able to read the status of front panel controls (value, control box selection, etc.) and save it to a file, as a "configuration" file -- then be able to load it and have all the controls set to the same states as were saved in the file. I was thinking an array would be a way to do this, as I have done that in VB. (Saving it as a text file, then reading lines back into the array when the file is read and point the control(s) values/states to the corresponding array element.
    So how do I create an array of X dimensions without using a shell on the front panel? Or can someone suggest a better way to accomplish what I am after? (Datalogging doesn't allow for saving the status by a filename, so I
    do not want to go that route.)

    Thanks so much m3nth! This definitely looks like what I was wanting... just not really knowing how to get there.
    I'm not sure I follow all the icons. Is that an array (top left with 0 constant) in the top example? And if so, that gets back to part of my original question of how to create an array without using a shell on the FP. Do I follow your diagram correctly?
    If I seem a tad green... well I am.
    I hope you understand the LabVIEW environment and icons are still very new to me.
    Also, I had a response from an NI app. engineer about this problem. He sent me a couple of VI's that he threw together approaching this by using Keys. (I still think you are pointing to the best solution.) I assume he wouldn't mind m
    e posting his reply and the VI's for the sake of a good, thorough, Roundtable discussion. So here are his comments with VI's attached:
    "I was implementing this exact functionality this morning for an application I'm working on. I only have five controls I want to save, but they are all of different data types. I simply wrote a key for each control, and read back that key on initialization. I simply passed in property node values to the save VI at the end, and passed the values out to property nodes at
    the beginning. I've attached my initialize and save VI's for you to view. If you have so many controls that this would not be feasible, you may want to look into clustering the controls and saving the cluster as a datalog file.
    Attachments:
    Initialize_Settings.vi ‏55 KB
    Save_Settings.vi ‏52 KB

  • Can you creat an Apple ID using the iTunes gift cards?

    Can you creat an Apple ID using the iTunes gift cards?

    Jack, are you trying to make a new account on a computer or and iOS device, you need to click the links and follow the instruction to make the account without a credit card.  After you make your account then redeem your iTunes card. http://support.apple.com/kb/ht2534

  • How to create a domain without using the root user in Sunone Server

    Hi,
    I am having one requirement to create a domain without using root user in sunone application server 8.1. Does any body know the solution?
    Message was edited by:
    SPBP

    Hi,
    If you are using file-based installation, you can install as non-root user and create domains as usual. You can use asadmin command available at <AS_INSTALL>/bin to do this.
    ex: ./asadmin create-domain domaindir /tmp/justfortest adminport 4850 --adminuser admin domain_nonroot_test
    Did you face any problem doing this in non-root. Unless you have write permissions in domaindir, you won't be facing any problem.
    Hope this clarifies your question.
    Thanks,
    -Balaji.

  • Unable tp create multi provider for  ODS objects

    Hello Gurus,
    I want to create a multi provider or an Z ods object. When I do the same it does not show me the Z ODS objects. But it shows me the Standard SAP ODS for creating multi provider.
    thanks in advance
    rgds

    Hi,
    For the ODS that you are trying to use, check if the BEx reporting has been turned on in the ODS object settings. If it is not, then you cannot use it in a multiprovider.
    Hope this helps...

  • Creating multi counter plan using LSMW

    Hi,
    I am trying to create multi counter plan (transaction IP43) using LSMW. I am using direct input object 0460 for creating it. Object has IBIPMPLA structure as header. How can i pass multi counter data in it ? Problem is line item level values like 'Maintenance cycle' (ZYKL1) are at header level structure IBIPMPLA.
    Anyone has cretaed multi counter using this object, please help me with it.
    Thanks,

    Hi,
    creating multi counter plan using LSMW
    Try this link,
    http://www.sapfans.com/forums/viewtopic.php?f=7&t=217834&p=1059434
    It will helps to you.
    Regards,
    Sekhar

  • I got 3.95GB available on my flash drive and need 4GB to reinstall lion osx how can i create space on usb using Disk Utility ??!

    I got 3.95GB available on my flash drive and need 4GB to reinstall lion osx how can i create space on usb using Disk Utility ??!

    What is the capacity of the flash drive?
    You might also be able to reinstall Lion without a flash drive, by booting up the computer holding the Command + R keys, and choosing Reinstall OS X.

  • How can i create multiple accounts but use the same itunes?

    how can i create multiple accounts but use the same itunes?

    Hi iCloud is Making Me Go Crazy,
    You will need to create a new Apple ID for your GameCenter and iCloud services.  You can continue to use the current Apple ID you share with your Mom for access to iTunes Store purchases if you wish. 
    Using your Apple ID for Apple services
    http://support.apple.com/kb/HT4895
    Frequently asked questions about Apple ID
    http://support.apple.com/kb/HT5622
    Cheers,
    - Judy

Maybe you are looking for

  • "Touch" buttons no longer work on Satellite A500-14L

    Hi, I am owner of Satellite A500-14L (PSAM3E). I noticed today that the buttons for switching to ECO mode, or turning keyboard's lights on and off are no longer working, however, witching those settings via Toshiba assist utilities works perfectly. I

  • Only AT&T Could Kill the iPhone Experience

    Ever since I saw the demonstration of the iPhone, I thought it was going to be the coolest phone the mobile industry has ever seen. In the months that followed, all the information and videos that have trickled out of Cupertino has reinforced this no

  • Encoding and playback problem HD files

    Hi all, Currently, I'm using a new HD camcorder and have no problem with importing and playing these files is premiere cs4 pro. However, when I'm using six video track at the same time I experience some playback problems. After rendering, the video's

  • Unable to Create a Disk Image of Device

    Hello. The MacIntosh is a Mac Mini w/1.83Ghz Intel Core 2 Duo. The OS is Snow Leopard, 10.6.2. I am unable to create a disk image of the device "Macintosh HD". Here's my procedure: 1) Reboot the Mac Mini from the Snow Leopard Install Disk 2) Set Lang

  • Batch determination process in SD- Delivery: any Function module?

    Hi All, I want to use the logic used in SD-Delivery for batch determination in Batch Search Strategy report. Is there any function module avaialable for batch determination process done in SD so that I can make use of it? Thanks in advance, Rgds, MAd