Issue on modelling

HI,
GURUS,
Will any expert will suggest me pls i have to load data in invoice cube of business content, for this how can i know that i have to load these master data for invoice cube.

Hi Radha,
since You are loading invoice cube, so your report will be on this cube.  In the report, you may be asked to display data for some fields which are not Transaction data(Cube). To display those fields, you load them as master data to the characteristics which are part of cube.
how to identify this master data belongs to invoice
you have chars like  bill to pary, company code, material etc as part of tran data.  Go to R3,  RSA5, you see master data datasources for them 0customer_attr  0material_attr
bill to party and ship to pary etc will be attributes of 0customer, when you load master data for 0customer you get them too.

Similar Messages

  • Problem logging off windows 7 on AD domain - Sound Card issue New model iMac 2011

    I am looking for help for a strange problem we have on our new 21.5inch iMac computers (mid-2011 model), Our whole IT team have worked for a week to find solutions and we have exhausted all of our ideas. Please note we have an identical setup on our old mid-2010 model iMacs, which experience NONE of the same problems, windows logon and log offs are quick and painless. We have conducted side by side identical tests, so this forces us to assume it is a hardware/driver issue.
    Basically our iMacs have BootCamp installed with Windows 7 Professional, Windows 7 is our default operating system. We have joined these computers to our Active Directory Domain and the users are all roaming with redirected folders.
    The issue is the following: When a domain user logs off, it can take up to 25 minutes for the User Profile Session to finally log off and return to the normal Ctrl-Alt-Del menu, the next user who logs on usually is just left hanging and with no ability to logon. After a hard-restart the system logs on normally, but then can experience same problems at logoff.
    We see the issue when the user watches lots of Flash Player videos on a browser such as Firefox and Chrome, although we've seen the same problem when other applications are used on the computer such as Windows Live Movie Maker.
    So far we have found only one solution: If we disable the Cirrus Logic Audio Driver CS4206A (AB 9), and High Definition Audio Driver from the Sound, Video and Game Controllers within Device Manager and restart the computer, the system behaves normally, logon and log off times are a few seconds. But naturally we have no sound which is unacceptable.
    We have tried everything we can think of including: Fresh installs of both OS, full updates of OS's, Firmware and Software, Manually updating sound drivers, changing users and AD Domains and attempts to force stop all services on logout etc.
    We would appreciate any and all help to get to the bottom of this, including advice on what to try next.
    Regards,
    IT Project Manager
    Tumo Project
    www.tumo.org

    Just wanted to feedback on this and say our solution was the following:
    Download and installed Universal Driver Pack within Win 7 , which included a AMD High Definition Audio Driver and replaced the High Definition Audio Driver Installed.
    I have also informed Apple and Microsoft of this issue, hopefully someone will take some notice and update the driver.
    -TumoAdmin

  • Cardinality Issue - WD Model (Form) Integration with BAPI

    Hi -
    We have an issue with our forms editable fields are getting disabled (read only, we can not enter data) even though we have proper properties set.
    Our developers are looking into a possible cardinality issue i.e. our form fields are test field and have a cardinality of 0..1, where as our bapi structure is showing a cardinality of 0..n for the corresponding field in bapi.
    We had internal table as an export parameter so we though may be because of that we are getting 0..n. However we have changed the internal table to a type of structure and recreated a model mapped all the controller and context nodes back to the new structure and still get 0..n cardinality.
    We have already researched on SDN logs and did not find any relevant answers.
    Any one have any idea please make our weekend happy Developers are really working hard on Friday to close on this before they go home.
    Thanks
    Shahid

    Hi Shahid,
    If the context node cardinality is 0...1 or 0...n then you need to first create or bind an element to the node to make the form fields editable to which those nodes are bound to. If it's a model node then you need to instantiate a new model node object and bind it to the node e.g.:
    Bapi_xxx_Input input = new Bapi_xxx_Input();
    wdContext.nodeBapi_xxx_Input().bind(input);
    Or if it's a value node then you need to instantiate the node element as below:
    wdContext.nodemyNode().addElement(wdContext.nodemyNode().createElement());
    Hope this helps.
    thanks,
    Dipankar

  • Performance issues in modeling process chains

    Hi friends ,
      what are the steps to be taken care in modeling a process chains.. Iam talking with respect to loading performance ... The design of process chian should not hinder the loading process--  plz help. my id is [email protected]
      Regards,
    Pavan

    Hi,
    BW architecture, sizing, and data modelling
    System load analysis
    Indices and database statistics
    Business Intelligence Performance Tuning [original link is broken]
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/afbad390-0201-0010-daa4-9ef0168d41b6
    1) if u load data into data target, u can do directly into Data target without loading PSA.
    2) If u use Cube , if u do partion, u can improve loading performance
    Hareesh

  • Video/FlashCard/Vista/Gotomeeting Issue (laptop model A215-S5822)

    Hi everybody,
    I'm not sure yet if this is a Video, Flashcard, Vista, or Gotomeeting issue.
    Suddenly whenever I run Gotomeeting now, it won't share my screen and then it eventually gives me a message saying "Toshiba Flashcards has stopped working"...
    I know that whenever I start GotoMeeting, the laptop switches to "Windows Basic" display settings. It's always done that, but for some reason I can now no longer share my desktop screen with other gotomeeting users.
    Does this sound like a purely Gotomeeting issue?
    my Laptop is a Satellite A215-S5822

    Satellite A215-S5822 
    Try restoring to a system state before the trouble turned up.
    -Jerry

  • Oracle Data Modeler Versión 4.1.0.866 -- issue compare model Vs BBDD ( index PK, UK)

    Hello,
    I have a Data Modeler Relational and physical, the data model has three. The three tables are in a BBDD. The primary key generate is usssing index , and when I generated the DDL only show alter table add constraint .... . until here everything OK.
    if I compare the bbdd with Data Modeler , I get differences in indices that generated oracle when I create the primary key.
    ¿Is a bug or is there some way to fix it by configuration options? 
    Thanks

    Hello,
    So you have a Relational Model containing 3 Tables.  I assume the Physical Model is for an Oracle database.
    The primary key generate is usssing index , and when I generated the DDL only show alter table add constraint .... . until here everything OK.
    I assume you are doing a DDL generation of your model (using the Generate DDL button above the diagram or using Export > DDL File from the File menu).
    In the DDL Generation Options phase of the DDL generation, can you go to the Tables tab and check that the "Selected" check box for the relevant Tables is selected.
    (This should normally be selected, but if you deselected it in a previous DDL generation, it will remember that setting.)
    The "PK and UK Constraints" and "Indexes" tabs also allow you to control whether the constraints and Indexes are included in the generated DDL.
    if I compare the bbdd with Data Modeler , I get differences in indices that generated oracle when I create the primary key.
    ¿Is a bug or is there some way to fix it by configuration options?
    I assume here that you have input your generated DDL to your database and you are then doing a File > Import > Data Dictionary to compare your database definitions with your initial model.
    It is likely that there will be some differences shown, due to defaults used by the database when the DDL is input (e.g storage properties for your indexes and tables).
    I suggest you examine the differences (which will be highlighted in red on the Details, Storage Details or Physical Details tabs) for each object in the Compare Models dialog, and provided they are acceptable, select the Merge button to merge them into your model.
    If you do not want some of the property differences to be merged, you should unset the "Selected" check box for that property before merging.
    Note that it is possible to exclude specific properties from the comparison by selecting the Options tab in the Compare Models dialog, and then selecting the Properties Filter, Physical Properties Filter or Storage Properties Filter tab as appropriate.
    I hope this helps.
    David

  • Performance issues if model includes physical tables from varios DBs ?

    I was questioned about the possible performance impact of having the physical model pointing to or accessing a couple of tables in different DBs and doing the join so that in the logical layer that would be considered a one dimension or one fact...
    Pls. anyone could help in discussing this topic or presenting pros / cons of having such a design ? I understand that the OBIEE server is smart enough to deal with these models but I may be wrong and would appreciate any comments.
    Txs.
    Antonio

    I was questioned about the possible performance impact of having the physical model pointing to or accessing a couple of tables in different DBs and doing the join so that in the logical layer that would be considered a one dimension or one fact...
    Pls. anyone could help in discussing this topic or presenting pros / cons of having such a design ? I understand that the OBIEE server is smart enough to deal with these models but I may be wrong and would appreciate any comments.
    Txs.
    Antonio

  • Issues with scan to email

    Recently, the email/file server was upgraded to OS X 10.9.1. Since performing this upgrade, 3 of the 4 RICOH MFPs have not been able to scan to email. The SMTP Log shows this error for the non-functioning MFPs: Helo command rejected: need fully-qualified hostname
    I attempted to add a Machine Name entry into the DNS for this device, but it made no difference. The thing that is really aggravating about this is that the newest model we have works with no issue.
    Models:
    Aficio 3045               not scanning to email
    2x Aficio MP 4500   not scanning to email 
    MP C4502                 scanning to email
    I would be greatful for any ideas the community might have.

    Figured this out. I had to specify the domain name in the MFP settings, rather than allow it to gather from the DHCP.

  • What's the latest Jan. 2010 spec LCD panel model #? (e.g. 9CBD, 9CA0, etc.)

    Just wondering if anyone who has a 2010 assembled 13" MBP or recently warrantied MBP can confirm the latest Apple display spec model # (e.g. My MBP was built in Sept.09 and has a 9CBD panel) that is being used?
    Got the dreaded light leak developing on the side and hinge edges of my MBP -- but considering that my colours/calibration are pretty much bang on for my eyes as well as the fact that I've painstakingly applied an Anti-Glare film 100% free of lint bubbles LOL -- my conundrum if the latest spec'd panels are really any better or if it's still a lottery on whether you get a good panel if replaced under warranty. The last thing I want is to go backwards in quality!
    Also if you've gone through the warranty process I'm curious on whether you have any say on whether it is another 9CBD that goes in or if you can specify to them that you're only satisfied if a Jan. 2010 9CA0 (or whatever # it is) is put in?
    I am planning to wait to see if Apple quietly updates the LCD panels in the MBP line at the Jan. 27 iTablet/iPhone OS4.0 event before taking it in anyways, but hopefully someone can shed some light into how Apple have been going about dealing with the light leak issues. Thanks again.

    Thanks for your kind cmments matrixxzero. I agree rockykoston I will replace my keyboard eventually myself too, with all the stories here I'm terrified to hand my laptop into service, apart from not having the spare time, Idon't want it to come back scatched, damaged and/or unfixed. That doesn't augur well for Lenovo guarantees. I am fully cpable of servicing it myself but many customers aren't and shouldn't have to.
    As I say the other issue is model lines. Our Chinese friends have proven they can maintain quality and innovate now but their shere manufacturing muscle means it's all too easy to have too many models and too many variants with too much crossover.
    Why drop a great design like the Z710, only let down by a middling to poor Nvidia chip and introduce new 17.3" models with absolutely no maintenance covers and sealed batteries!! They should have upped the Nvidia chip (the same as the Y50) and a better WLAN card. Same with the 15.6" models - evolve the Z510 to have a case like the Z50 but the same or better components again. Similarly the Y50 should have been an evolution of the Y510 not a step down.
    Lenovo has definitely gone cheap in the upper end of the consumer range, when they needn't as there are tons of cheap laptops from the brand.
    Most of the reviews I came across for the Z510 described it as having very good build quality and since I changed laptops three times from the same store within my purchase period I had chance to compare closely, with at least Toshiba and Acer. I would not agree with these reviews it's OK but not great. The metal upper case fooled me a bit but it's less sturdy than a cheap i3 HP laptop it replaced. Again for around a $1000 it should be better.

  • I am on mobileme, my ical are syncing between my two powerbook g4 but are syncing to my iphone4 or ipad, anyone knows of an solution to this issue.

    i am on mobileme, my ical are syncing between my two powerbook g4 but are syncing to my iphone4 or ipad, anyone knows of an solution to this issue.

    What model powerbook? Scroll down to the Quality section of this link http://en.wikipedia.org/wiki/PowerBook_G4
     Cheers, Tom

  • VLC audio problems on T400 - DPC Latency Issue?

    Hi Folks,
    When I try to use VLC player to play any video on my T400, I get audio stutters and other strange effects.  I'm wondering if it might have to do with all the audio DPC Latency issues this model has had.  Does anyone else have these issues?  Windows media player seems to work just fine, by the way.  DPC Latency is high when either program is playing, but remains high when VLC has paused playback (whereas windows media player doesn't induce high DPC Latency when paused).
    I've tried tweaking the buffer of VLC player, and a million other things, but nothing seems to help.  Hence my suspicion of DPC Latency issues.
    Thanks,
    Allie
    2764-CTO, Win XP Pro SP3, 2.8 GHz Dual Core, 3 GB Ram, 320 GB HDD, ATI Radeon 3450 w/ 256 MB, all drivers updated

    Just upgraded to Win 7, and the problem's gone. Must be an XP driver of some sort.

  • Jco connection creation for plan modeler on BI 7.0

    If I open plan modeler RSPLAN on BI 7.0 I am getting u201CJco connection not availableu201D message so I tried to create the connection from webdynpro content administrator.from there I could see all the connections in red colour
    BI_MODELDATA
    BI_METADATA
    WD_ALV_MODELDATA_DEST
    WD_ALV_METADATA_DEST
                                 So I have chosen u201Ccreate u201Coption of the above connections to establish Jc0 .please let me know what parameters to be given for each settings.
    For example we take BI_METADATA ,
    General data:
    Name : BI_METADATA
    Client u2013 xxx ( should we have to give BI client no here ,by default it shows 000)
    J2ee cluster :
    Default :hostname ( no doubt)
    Connection type:
    Dictionary melta data( chosen by default u2013 no doubt)
    Application data:
    Message server :SID hostname (no doubt)
    System name
    Logon group:
    User authentication :\
    Username : **** ( should I have to give the user name of BI client)
    Password
    Confirm password :
      Please carify the above doubts and help me out to resolve the issue Plan modeler
    Once I set the connection of each should I have to restart JAVA engine,
       I would appreciate all your help and suggestion

    Take the Basis help to troubleshoot it
    919850 Problems with the planning modeler and the planning wizard
    901022 Integrated planning: RSPLS321 (J2EE engine not found)
    947376 Troubleshooting JCo and AdaptiveRFC in Web Dynpro for Java
    One more thing is to check if the SLD is maintained properly or not:
    Hope it Helps
    Chetan
    @CP..

  • Dimensional modeling using Conformed and Unconformed dims

    Hi,
    I have an issue in modeling the logical tables for reporting req. I have two different star schemas in logical layer. there are some reports working fine on each schema. I got new requirement where I need to use both the schemas together.
    schema 1: Fact1, D1, D2, D3
    schema 2: F1ct2, D1, D4
    there is one conformed dimension D1 between two fact tables. but when I using attribues from D1 and measures from Fact1 and Fact2 together I'm getting below error.
    Odbc driver returned an error (SQLExecDirectW)....
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: Fact - MBS FYProject Accounts.ACCT_VALUE. Please fix the metadata consistency warnings. (HY000)
    Please advise how to fix this problem?
    Appreacite for your help
    Thanks
    Jay.
    Edited by: Jay on Sep 13, 2011 11:02 AM
    Edited by: Jay on Sep 14, 2011 7:14 AM

    Hi,
    I followed the same configuration and still getting erro shown below
    nQSError: 14026] Unable to navigate requested expression: Fact - MBS FYProject Accounts.TOTAL_VACANCIES. Please fix the metadata consistency warnings. (HY000)
    Dim D1 , D2 have physical joins with both the fact tables F1 and F2 and D3 joined to F1 only. I created logical fact table with LTS F1 and F2. and set logical level for F1 at details level to all dims D1, D2 and D3. and set logical level to F2 at grand total level for D2 and details level to D1 and D2. dimension hierarchies are created for D1, D2 and D3.
    when I try to run a report with attributes from D1, D2, D3 and measures from Fact(F1 and F2) I'm getting above error. I'm not sure what's wrong with my configuration. if I run report with columns d1,d2 and d3 and f1 it is working fine. when I take columns from d1, d2 and f2 it is also working fine but when I combine all together is a problem.
    Appreciate for your help..
    Thanks
    Jay...
    Edited by: Jay on Sep 20, 2011 8:20 AM
    Edited by: Jay on Sep 21, 2011 10:52 AM

  • Issue playing swf from CD

    I've created a training program for employees, using
    Captivate 2. The program went out on CD, and now I'm getting a
    handful of employees saying that the CD doesn't run on their
    computers (company-issued, so basically the same image on all of
    them)...What happens is the following: when opening the
    presentation, it will speed through several slides and finally
    settle on one that looks like 2 slides, one on top of the other.
    Initially, I thought some bad disks went out...but then I
    tried 2 of the "bad" disks on other computers (again, company
    issued, same model, basically the same image) - and both disks
    worked perfectly fine!
    Anybody else encounter this problem? Could this be a setting
    or codec I have to change, or a dvd-rom driver issue? Or a Flash
    update or something? I'm at a loss, but need this problem
    corrected!
    The computers that didn't work are Dell Laptops, models D610,
    D620
    It did work on a Dell D630
    All computers are running Windows XPPro; IE 6.0.2900.2180;
    Flash Player 9.0.115.0

    Thanks for your quick response, Rick! I'm actually not 100%
    positive - the computers with the issues are for remote users (in
    various states in the US), so I don't have access to them...I'm
    going off what the users told me...I am having them upgrade to the
    latest Flash version anyway, and if that doesn't work, I'm going to
    have them try downloading the file from our website - to rule out a
    bad CD (which I doubt it is, since the same CD works fine in
    another computer) or dvd-rom driver issue.
    Any other ideas I can try? Thanks again!

  • 2008 early macbook pro battery normal and charging but stays at 0% Won't charge.Model Information:   Serial Number:     ˇ   Manufacturer:     SMP   Device Name:     ASMB012   Pack Lot Code:     4   PCB Lot Code:     0   Firmware Version:     0dc0   Hardwa

    2008 early macbook pro battery normal and charging but stays at 0% Won't charge.
    I have reset the SMC and PRAM
    The charge light is orange on the magsafe charge cord.
    Do I need new battery or is it a hardware issue?
    Model Information:
      Serial Number:          ˇ
      Manufacturer:          SMP
      Device Name:          ASMB012
      Pack Lot Code:          4
      PCB Lot Code:          0
      Firmware Version:          0dc0
      Hardware Revision:          0
      Cell Revision:          0
      Charge Information:
      Charge Remaining (mAh):          0
      Fully Charged:          No
      Charging:          Yes
      Full Charge Capacity (mAh):          4008
      Health Information:
      Cycle Count:          125
      Condition:          Normal
      Battery Installed:          Yes
      Amperage (mA):          0
      Voltage (mV):          8459
    Message was edited by: mcj2112

    Reset the SMC > http://support.apple.com/kb/HT3964
    It's clear that the battery has got enough capacity to work correctly, so something happens with the MagSafe port or its charger. If you have another charger, try it, and if not, take the MacBook and the charger to an Apple Store or reseller. It's better to do this as we don't know if the problem is in the charger or in the MacBook Pro

Maybe you are looking for

  • Basic start & Basic finish date in PM Order

    Hi, This is related to Preventive Maint. Order Basic start date & Basic finish date. I have configured 2 priorities. Priority 1 with Relative Start 1 & Rel. end 10 Days Priority 2 with Relative Start 1 & Rel. end 30 Days PM Plan is created with strat

  • USE OF CATS IN Negative time management scinario

    Hi Friends,                 I need your guidance on following points     1)    Is there any relevance of using CATS in negative time management.     2)  If we have to use CATS in negative time management what should be the time management status o or

  • Network render mac and pc together with AE?

    hi I was wondering if it was possible to network render an after effects project sitting on a mac to a pc? and vice versa? cheers Angus

  • LR4 White Balance Numbers Differ w/ Nikon D4 and D3s

    I've noticed that LR interprets the white balance settings differently for my raw .nef files coming from my Nikon D3s and D4 bodies; even when a specific kelvin temp is chosen in camera. Here's a few examples: D4 flash WB, LR shows as 6150, +2 D3s fl

  • Where does Apple collect their Date & Time Information?

    I'm trying to isolate a problem for why the date and time for Unalaska and Dutch Harbor, AK when set automatically is on Hawaii Time when it should be on Alaska Time.  The islands further west on the Aleutian Island Chain are on Hawaii Time, but not