Can i upload  first  Transaction data rather than master data what will hap

hai,
can i upload  first  Transaction data rather than master data what happends going in bw regarding performance issues like indexes
let me know
regards,
murali

Hi Murali,
you can load the transaction data before master data. The main impact will be, that the system has to generate sid's and has to populate the sid-table of the master data objects while loading the data to a data target (cube or ods that is activated for bex reporting). This basically means that your data loads will take some more time. Additionally, if you need the master data attributes somewhere in your update or transfer rules, you will not get the correct information.
So basically it is always a good approach to load and activate the master data before loading the transactional data. But anyway, specially in the development environment I usually don't load all the necessary master data.
regards
Siggi
PS: navigational attributes of the data targets will not be available until you loaded the master data and scheduled the attribute and hierarchy change run.
Message was edited by: Siegfried Szameitat

Similar Messages

  • Can LSMW upload data other than Master Data

    Dear Friends,
    Can LSMW upload data other than Master Data, e.g. Want to upload the Vendor Invoice line items with single Debit and multiple Credit line items are there and also more than one GL a/c are involved.
    Thanks in advance.
    Regards,
    Mahendra Dev

    The answer is YES.
    There is no issue issue if you have different GL account.
    The issue is if you have multiple line item (which are differeing in each entry).
    For this, if you want to use LSMW, check for program, but not the recording method option.
    Regards,
    Ravi

  • How do I view photos in a folder by date taken rather than by date imported?

    Hi, I've got some 500 photos in a folder which were imported on two different dates. I've created a new album on the right hand side under "Organize" and just the photos I want are in there. When I look at the folder on the right, all the pictures are there. But I can't call up just that folder; instead what I get on my screen is all 2500 photos in all my photo albums! Not what I want! What I want to get is all the photos in the order in which they were taken on the actual day as all 500 photos were taken at the same day. And I want to be able to view just the 500 photos in that folder by the time those pictures were taken. But, when I imported the second batch of photos it showed the date the file was created rather than the date the photo was taken so, basically, I've got one batch of photos showing the date they were taken (which I downloaded via a link a few days later), and one showing the date they were copied! I've clicked on various tabs on the Organize and Display tabs but can't get it to work so any advice would be appreciated.
    Many thanks.
    Yours sincerely,
    Anthony Armstrong

      Once you have all 500 in the album you should be able to use the dropdown menu - there are three choices. Try switching to oldest first. Album order lets you drag into any order of your choice and they remain in fixed positions.

  • Is there a way to sort pdf by date created rather than by date added?

    In iBooks in Mavericks, is there a way to sort pdf by date created rather than by date added?

    I noticed that the "Year" information and "Release Date" information are usually wrong.
    For example, the song "The Twist" by Chubby Checker has 2007 for the year and 3/5/2007 as the release date. I understand that this is the release date of the greatest hits compilation album, but not the song.
    Is there any way to change the dates so that I can sort by year? I would like 60s songs to appear with a 1960s year or release date.

  • Can we load Transaction data without loading Master data, explain  w.r.tSID

    Can we load Transaction data without loading Master data, if so can you explain me how and when Surrogate Ids/ Dimension Ids  gets generated.

    Hi,
    We can load the transaction data without loading master data.
    But for loading performance issues it is recommended not to load the transaction data first.
    Every infoobject in the BW is identified by SID, that means which we are loading the transaction data, considering a scenario for an infocube, the system will identify the infoobject by existing sid against that infoobject in the bw and correspondingly create DIM id's.
    Now consider the secnario where master data is not loaded and transaction data is being loaded.
    Now the system should have sid to identify and infoobject and to create DIM id ( which is the combination of sid's of the characterisc in it)
    And as the sid's are not yet created i mean as there is no referece for the master data, the system will first create the sid for that infoobject it means it will create a copy of the master data in that infoobject nd then create the dim ids based on it and then load the data.
    Here the additional task of creating sids are also being done during loading the transaction data which hinders the loading performance
    I hope this is clear5 now
    Janardhan Kumar

  • I want to change the sharing and permissions of a large number of photos. How can I do this in bulk rather than one at a time?

    I want to change the sharing and permissions of a large number of photos. How can I do this in bulk rather than one at a time?

    Does this involve iPhoto in some way?

  • Can I install the online version rather than using my dvd? it successfully installed (up to a point) that way, it just wont accept my serial number for some reason. my dvd isnt working properly.

    Can I install the online version rather than using my dvd? it successfully installed (up to a point) that way, it just wont accept my serial number for some reason. my dvd isnt working properly.

    If it gets far enough to reject your serial number, it won't help to download it. It must have installed ok.
    What is the message you get (DON'T tell us the serial number!!)?
    Does it mention a "qualifying product" by any chance?

  • I have 2 ipad2s on one account. can i share the apps purchased rather than having to purchase same app for each.  I am only user.

    I have 2 ipad2s on one apple/itunes account.  can i share the apps purchased rather than purchase the same apps for each ipad2
    . i am only user.

    .... And you can put them on as many iDevices as you own. There is no limit as long as you use the same Apple ID and iTunes account for all of the devices.

  • How can I use "t3://becluster:6001" rather than "t3://dcsv02,dcsv01:6001"

              I have 2 machines in a cluster (dcsv01 and dcsv02) (HP UNIX with weblogic server
              5.1 sp8) and 1 Windows PC with weblogic 5.1 sp10.
              I try to make a t3 connection between the PC and the cluster of machines.
              On the Windows PC I have the following configuration for the
              "c:\windows\system32\drivers\etc\Hosts" :
              171.1.70.61     becluster
              171.1.70.62     becluster
              where
              "171.1.70.61 is dcsv01 and
              171.1.70.62 is dcsv02 "
              If I connect my PC to the cluster with :
              hp.put(Context.PROVIDER_URL, "t3://dcsv01, dcsv02:6001"); :
              I have a great failover mechanism : if any of the machine (dcsv01 or dcsv02) are
              down the requests are routed to the other one.
              BUT!! If I connect my PC to the cluster with :
              hp.put(Context.PROVIDER_URL, "t3://becluster:6001"); :
              I have a not great failover mechanism :
              say that my windows hosts file looks like :
              171.1.70.61(dcsv01)     becluster
              171.1.70.62(dcsv02)     becluster
              then if dcsv02 is down then all requests are routed to dcsv01 and that is fine.
              BUT!! if dcsv01 is down then I got on my PC the
              "Bootstrap unable to get a t3 connection to dcsv01" exception and failover does
              not work. (not the way that it does with t3://dcsv01, dcsv02:6001 )
              So how can I use
              "t3://beclsuter:6001" rather than
              "t3://dcsv01, dcsv02:6001" with the same failover service????
              Thanks
              

              Thanks mike,
              In a UNIX or windows environment how can I get a DNS server that round robin?
              "Michael Reiche" <[email protected]> wrote:
              >You need to have becluster defined in a DNS that round-robins.
              >
              >Mike
              >
              >"Martial" <[email protected]> wrote in message
              >news:[email protected]...
              >>
              >> I have 2 machines in a cluster (dcsv01 and dcsv02) (HP UNIX with weblogic
              >server
              >> 5.1 sp8) and 1 Windows PC with weblogic 5.1 sp10.
              >>
              >> I try to make a t3 connection between the PC and the cluster of machines.
              >>
              >> On the Windows PC I have the following configuration for the
              >> "c:\windows\system32\drivers\etc\Hosts" :
              >> 171.1.70.61 becluster
              >> 171.1.70.62 becluster
              >> where
              >> "171.1.70.61 is dcsv01 and
              >> 171.1.70.62 is dcsv02 "
              >>
              >> If I connect my PC to the cluster with :
              >> hp.put(Context.PROVIDER_URL, "t3://dcsv01, dcsv02:6001"); :
              >> I have a great failover mechanism : if any of the machine (dcsv01 or
              >dcsv02) are
              >> down the requests are routed to the other one.
              >>
              >> BUT!! If I connect my PC to the cluster with :
              >> hp.put(Context.PROVIDER_URL, "t3://becluster:6001"); :
              >> I have a not great failover mechanism :
              >> say that my windows hosts file looks like :
              >> ..
              >> 171.1.70.61(dcsv01) becluster
              >> 171.1.70.62(dcsv02) becluster
              >> ..
              >> then if dcsv02 is down then all requests are routed to dcsv01 and that
              >is
              >fine.
              >> BUT!! if dcsv01 is down then I got on my PC the
              >> "Bootstrap unable to get a t3 connection to dcsv01" exception and failover
              >does
              >> not work. (not the way that it does with t3://dcsv01, dcsv02:6001 )
              >> So how can I use
              >> "t3://beclsuter:6001" rather than
              >> "t3://dcsv01, dcsv02:6001" with the same failover service????
              >>
              >> Thanks
              >>
              >>
              >>
              >
              >
              

  • HT201976 With Family sharing can you share specific iTunes Playlists rather than the complete library?

    With Family sharing can you share specific iTunes Playlists rather than the complete library?

    With Family sharing can you share specific iTunes Playlists rather than the complete library?

  • HT201976 With Home sharing can you share specific iTunes Playlists rather than the complete library?

    With Home sharing can you share specific iTunes Playlists rather than the complete library?

    With Home sharing can you share specific iTunes Playlists rather than the complete library?

  • Can't get access in Time Machine to certain folders for any date earlier than current date/time.

    Can't get access in Time Machine to certain folders for any date earlier than current date/time, even when entering as Admin. Why do certain folders have small red "-" badge in lower right corner of folder icon?  Here's a picture of the dilemma:
    I've tried monkeying with priveleges using Command I, and changing users, but to no avail.  Can anyone help?

    Right.  Here's what the permissions look like from the Finder Command I:
    I'm not sure what "Custom" means, but when I then try to change it to "Read & Write", it doesn't take.... just comes back as Custom. Interesting to note that not only am I logged into Joan's account where the data folder and file lives) to do this, but when I do it from my own account  as Admin (dunc...mpster) I get the same result.

  • Can one datasource supply delta to more than one data targets?

    Can one datasource supply delta to more than one data targets?

    Hi Alok,
    You can assign only one infosource to one datasource but you can feed any number of data targets based on the requirement from that Infosource. It can be either Delta or Full load. But to do Delta, initially you need to do INIT and then go for Delta. If you have already done full load into a data target, you can go for INIT w/o data transfer there after continue with Delta.
    Hope this helps u...
    Regards,
    KK.

  • Posting not possible (Value date earlier than capitalization date)

    Hello , we are getting the error shown below. I'am not sure where to go to fix this can any offer any advice.
    Thank you
    Posting not possible (Value date earlier than capitalization date)
    Message no. AA 322
    Diagnosis
    Asset 000000040048 0000 was first capitalized on 20080831.
    You cannot post to an asset that was not yet capitalized.
    Procedure
    You have the following options:
    Change the asset value date of your posting.
    Capitalize the asset by posting an acquisition.

    Generally this message will come , if you have created a asset  with a capitalization date say   31/08/2008 and you are settling a Internal order for last period say 07 on with a posting date earlier than capitalization date , say 15/08/2008.
    The System will not allow you to post because the value date cannot be earlier than capitalization date.
    Change the value date to later than capitalization date and post.

  • What if i load transaction data without loading master data

    Hello experts,
    What are the consequences if i load transaction data without loading master data?Are there any other factors except the load performance because of SID generations etc and inconsistencies.
    <b>What kind of potential inconsistencies will occur?</b>
    Problem here is:
    when the transaction load starts a new master data such as employee(x) would be have been created in R/3 which does not exist in BW and hence transaction load fails.
    Thanks and Regards
    Uma Srinivasa rao

    Hi Rao,
    In case you load the master data after loading the transcation data and if there is any look up at the master data in teh update rules, then you can delete and reconstruct the requests in the ODS/Cube so that the latest master data is pulled in in the data target.
    Make sure you do the Apply hier/attr change before doing the delete and reconstruct.
    Bye
    Dinesh

Maybe you are looking for

  • When uploading photos from PC to iPhoto,

    hi, i am a new mac user, so am slowly finding my way. i am currently transferring photos from my PC over to iphoto. what I want to know is do i need to save the photo folder on hard drive if they are already uploaded into iPhoto? also, where does iph

  • After cleaning out a trojan, Firefox won't open

    Had a trojan. Got it deleted. Now, only for the user originally infected, Firefox won't open. When clicked, window opens asking which program I want to use to open firefox.exe. Huh? Opens & works fine for other users. How do I fix this? Can I recover

  • Reg: GGB1 Transaction - substitution

    Hi, To the entire SAP Network, I need to work on GGB1 Transaction for the substitution. My actual requirement is to work on Asset Accounting - Master Data , to get the substitution and prerequisite for the step. If any one has worked on GGB1 tcode an

  • Error message: door open

    I have an HP desk jet 3000 printer; I have an error message that said: door open. What does this mean? And how do I correct the problem?I cannot print! Thanks to all who help!!

  • Migration wizard help with Adobe photoshop

    Please Help I just bought a fancy new 20" IMac and successfully migrated most of the old emac information. I tried loading up my Photoshop CS with the old comp. still hooked up through Firewire, and it started just fine, but when I tried to load it u