Advice on a theoretical aspect

I will soon have to finish my diploma research paper and project. My project has to outline the efficiency of using the Oracle JDeveloper-OLAP combination in business analisys, in my case, building all sorts of reports for a company that handles renting automated coffee machines.
I need some theoretic advice, whether I planned my tables/dimensions right, because BI-Beans shows irrelevant data, you will see why.
The data I have is provided from the company itself. Let me describe the situation:
The company has offices in 6 states in Romania, each of these 6 states having several locations as entered in the table GEOGRAPHY (LOCATION, LOCATION_LLABEL, LOCATION_SLABEL, STATE, STATE_LLABEL, STATE_LLABEL, COUNTRY, COUNTRY_LLABEL, COUNTRY_SLABEL), all VARCHAR2(30), LOCATION being the PRIMARY_KEY.
Example:
INSERT INTO ... VALUES ('ARAD','ARAD','ARAD','JUD_ARAD','Judetul ARAD','AD','ROMANIA','Tara ROMANIA','RO'); INSERT INTO ... VALUES ('NADLAC','NADLAC','NADLAC','JUD_ARAD','Judetul ARAD','AD','ROMANIA','Tara ROMANIA','RO'); INSERT INTO ... VALUES ('BORS','BORS','BORS','JUD_BIHOR','Judetul BIHOR','BH','ROMANIA','Tara ROMANIA','RO');
Each of these 6 states has a number of clients, as described in the table CLIENT(CLIENT, CLIENT_LLABEL, CLIENT_SLABEL, LOCATION, ADDRESS, PHONE, CONTACT_PERSON, CONTRACT_DATE), CLIENT being the PRIMARY_KEY.
Example:
INSERT INTO ... VALUES ('BEN00093','LUKOIL CALEA NADLAC ARAD', 'LUKOIL', 'NADLAC', 'CENTURA NADLAC NR.55', '257/216555', 'DAN ACONI', '01-Jan-2003');
Each of these clients holds a number of coffee automated machines, as described in the table MACHINE(MACHINE_NO, TYPE, TYPE_LLABEL, TYPE_SLABEL, TOP, TOP_LLABEL, TOP_SLABEL, CLIENT, LOCATION), MACHINE_NO being the PRIMARY_KEY, CLIENT and LOCATION as FOREIGN_KEYs.
Example:
INSERT INTO ... VALUES ('15100231', 'COLIBRI', 'Model COLIBRI', 'CO', 'Machines', 'Coffee machines', 'Machines', 'BEN00093', 'NADLAC'); INSERT INTO ... VALUES ('15100234', 'COLIBRI', 'Model COLIBRI', 'CO', 'Machines', 'Coffee machines', 'Machines', 'BEN00066', 'ARAD');
Going back up to geographic thinking, each of the 6 states has a number of AGENTS handling by rotation any of the CLIENTS in the state (there is not a certain agent allocated to a specific client, they divide the work between themselves, sometimes one of them isn't working and the other fills in for him ...) The table AGENT(AGENT, AGENT_LLABEL, AGENT_SLABEL, STATE, STATE_LLABEL, STATE_SLABEL, COUNTRY, COUTRY_LLABEL, COUNTRY_SLABEL, PHONENO), having AGENT as the PRIMARY_KEY.
Example:
INSERT INTO ... VALUES ('AG007','SIRGHIE NICOLAE','Agent 007','JUD_ARAD','Agents in ARAD state','AD Agents','ROMANIA','Agents in ROMANIA','RO Agents','+40723211331');
I also have a table TIME(TIME_MONTH, TIME_MONTH_LLABEL, TIME_MONTH_SLABEL, TIME_QUARTER, TIME_QUARTER_LLABEL, TIME_QUARTER_SLABEL, TIME_YEAR, TIME_YEAR_LLABEL, TIME_YEAR_SLABEL, TIME_END_MONTH, TIME_END_QUARTER, TIME_END_YEAR, TIME_SPAN_MONTH, TIME_SPAN_QUARTER, TIME_SPAN_YEAR) with TIME_MONTH as the PRIMARY_KEY.
AND a table HOTDRINS(DRINK, DRINK_LLABEL, DRINK_SLABEL, TOP, TOP_LLABEL, TOP_SLABEL)
INSERT INTO ... VALUES ('cappucino', 'Cappucino', 'Capp', 'Drinks', 'Hot drinks', 'Drinks'); INSERT INTO ... VALUES ('cappfrvanilla', 'Cappucino French Vanilla', 'Capp Fr Vanilla', 'Drinks', 'Hot drinks', 'Drinks');
I created a fact table FAPTE(time_leaves, geography_leaves, machine_leaves, hotdrinks_leaves, client_leaves, agent_leaves, sold_quantity), all of them except sold_quantity being primary keys. The sold_quantity is computed from a separate FoxPro database used currently by the company. I threw in only the rows that matched some rellevant data, without zero's in the countless situations where a client wouldn't match the machine no. or the geography. It still resulted in 50.000 records. Here's an example:
INSERT INTO ... VALUES ('AUG03', 'ARAD', '24200429', 'cappucino', 'BEN00048', 'AG007', 145);
I created the dimensions accordingly to the tables, setting some obvious hierarchies in GEOGRAPHY,TIME,HOTDRINKS,MACHINES and CLIENTS, then the cube and the measure folder, refreshed the metadata and away I went in BI Beans.
BUT, my situation creates funny results in any crosstab or table, because of many nulls and the obligation to fit all the parameters rigt manually (setting the geography dimension to a certain city, selecting the right agents to match the city, the right client to match the city or the right machine to match the client ... and so on).
Questions:
1. What is the point of the GEOGRAPHY dimension taken separately when I have to put geographic hierarchical organisation in AGENT, CLIENT and MACHINES also?
2. Am I thinking this problem straight? I'm not sure whether I analyzed my problem in order to give the optimal solution. I'm thinking of setting a single dimension that would include all GEOGRAPHY, CLIENTS and MACHINES together, setting a hierarchy like Country-> State-> Location-> Client-> Machines. But then I should go up again to involve geographic thinking again and set a dimension for AGENTS with a hierarchy like Country->State->Agents.
3. Isn't there a possibility to go inside the code for the BIBeans query and set a more specific query, with the aid of some variables. Let's say I set the values for the geography dimension, can't I save the setting in a variable and refine my query upon clients based only on that geographic area?
4. Isn't there a possibility for BIBeans to exclude the all null lines in a table or crosstab?
Hoping you will find some time to see this, I thank you for your attention.
Best regards,
Ana

There are so many possibilities and with various pros and cons.
I am very happy using image software (I use ShadowProtect) to backup my OS/programs drive and a directory comparison tool (I strongly endorse Beyond Compare) to backup all of my data drives.
Why?
- third party Win7/8 imaging tools are very fast and do a good job of allowing you to restore to a different size / type of drive in the event of a failure (i.e. 128GB SSD to 250GB hard drive); Windows has a built in backup tool but it is neither flexible or fail proof from what I've heard
- directory comparison tool for data drives because they only need to copy what is new or changed (very fast) and you don't need any special method or software to see, copy, use your backup data
Regards,
Jim

Similar Messages

  • Custom program to download texts from the Customer master

    Hi team,
    I want to create a Functional specification for downloading texts from the Customer master.
    Means we are trying to come up with a Zprogram development so that this program can be used later to download texts from the customer master.
    Can any one advice me what are the steps to do this....and what procedure be followed to finish this task
    Kindly advice from the Functional aspect
    Regards,
    saprules.

    Yes indeed.
    This mass download functionality would be very interesting to share.
    Thanks a lot!
    Best regards,
    Roel

  • Creating a Spot Color Channel in Photoshop

    Can anyone teach me how to make a Spot Color Channel on Photoshop? I am using this image as an example. The blue color in the background needs to be printed mostly with a spot color that is close to the original painting color (ex: Pantone Blue 072C) . But the CMYK color still should be present in within the blues to resemble the subtle nuances of the brush strokes. I can’t figure it out on my own.
    For more samples of painting images, please go to http://www.flickr.com/photos/batzorig
    The reason I am doing this is because the artist’s works were represented on many publications over the years from many different countries. And we found out that CMYK color alone cannot duplicate the blue color very well (I mean the blue only, no problem with other colors). I know, it is hard to believe, but if you see all the publications and compare it to the original art, you would see the huge difference in color saturation and luminosity. That is the reason, I think it is necessary to use a spot blue for an upcoming catalog of the artist.
    It will be a huge help in my work progress if I learn to make the Spot Color Channel. Then I can talk with the printers about this method.

    Understanding color space diagrams for CIE(1931) and CIELab isn't easy,
    but gradually one gets used to interpret them by intuition.
    (1) helps understanding CIE(1931) chromaticity.
    The horseshoe contour contains all possible colors with luminance left
    out. Indicated colors are just for orientation. Yellow is the 'locus' for
    bright yellow  and brown (dark yellow) as well. White is the locus for
    white and black - colors without saturation at a certain center. For two
    colors on the same ray to the center, the color with larger distance is
    more brilliant or vibrant.
    You're right - adding green and orange ink in Hexachrome doesn't
    extend the gamut at the blue side. But Cyan and Magenta (and Yellow
    and Black) are different to common CMYK inks as well, and this
    delivers more brilliant blues.
    (2) shows the effect, now in CIELab in a horizontal slice for constant
    lightness. Besides theoretical aspects, the diagram can be (again) inter-
    preted by intuition.
    The complete diagram is threedimensional. A shown color is not just
    a placeholder (as in the CIE chromaticity diagram) but a more or less
    correct reproduction, as good as possible, depending on the medium.
    It seems indeed that there are few print houses using Hexachrome,
    but (3)  is one of them.
    What's to do for the actual catalog? Printing by inkjet would be a
    solution, because inkjets can use additional inks like Green, Orange,
    Blue, mostly by replacing standard inks like LightCyan, LightMagenta,
    Gray. The inkjet can be calibrated by GretagMacbeth ProfileMaker's
    Multicolor Module. That would be very expensive. Even without
    additional inks the blues can be reproduced fairly good.
    As already said - just adding a Spot Blue would cure the problem
    for some paintings, but there is no systematical workflow.
    If Hexachrome is not an option, then one may try to modify the
    blue in the image by shifting it towards cyan with less lightness,
    which is better printable.
    Of course wrong, but what finally counts is the impression.
    A friend of mine is a famous German photographer for calendars
    and tourist guide books which contain plenty images with blue skies.
    So far he got almost always pleasant print results - by applying
    appropriate image processing with Soft Proofing in Photoshop.
    Examples are in (4).
    It would be nice, if somebody who is practically working with
    Hexachrome or other Multicolor processes could contribute.
    About this question:
    I don't know if it is about LAB colors or Hexachrome colors.
    The CIE (1931) color space appears mainly by two representations:
    1. CIE xyY Chromaticity diagram (horseshoe)
    2. CIELab = Lab
    These are color spaces which contain all possible colors. Spot inks
    and primary inks (Pantone, CMYK, Hexachrome CMYKOG) can
    be shown in all diagrams.
    Best regards --Gernot Hoffmann 
    (1)
    http://www.google.de/search?hl=de&as_q=&as_epq=CIE+chromaticity+diagram&as_oq=&as_eq=&as_n lo=&as_nhi=&lr=&cr=&as_qdr=all&as_sitesearch=&as_occt=any&safe=images&as_filetype=&as_righ ts=
    (2)
    http://www.google.de/url?sa=t&rct=j&q=&source=web&cd=1&ved=0CDUQFjAA&url=http%3A%2F%2Fwww. pantone.com%2Fdownloads%2Farticles%2Fpdfs%2Fart_hex_primer.pdf&ei=CTJQUKnOEaWr0QWfg4DoDg&u sg=AFQjCNFx7-5XXealXZGPTQ5ek-A7FWb8gQ&cad=rja
    p.2
    (3)
    http://www.ellerhold.de/index/page/357/subContent/423/index.html
    (4)
    http://www.fho-emden.de/~hoffmann/labproof15092008.pdf
    Edited by author

  • Mouse Wheel

    Hi,
    I'm trying to use the mousewheel to zoom into my map.
    When I work with the mousewheel events, I want to take the
    details from the event and calculate the new zoom.
    This all goes to pot when I get StackOverflowErrors everytime
    I use the mousewheel.
    Below is code that duplicates this. If you comment and uncomment
    the appropriate code, you'll see that the mousewheel works "fine"
    with scrollpanes && bars.
    Any advice on what fundamental aspect i'm missing ?
    Thanks,
    -Tim
    =====
    import javax.swing.*;
    import java.awt.event.MouseWheelListener;
    import java.awt.event.MouseWheelEvent;
    public class Test extends JFrame implements MouseWheelListener
    public static void main(String[] args)
    JTextPane editor = new JTextPane();
    //JScrollPane myPane = new JScrollPane(editor);
    Test frame = new Test();
    frame.setSize(200, 200);
    frame.getContentPane().add(editor);
    //frame.getContentPane().add(myPane);
    frame.addMouseWheelListener(frame);
    frame.
    frame.show();
         public void mouseWheelMoved(MouseWheelEvent e) {
              System.out.println("Zoom into map code goes here");
    }

    Conclusion:
    Add it to the fooComponent.getContentPane().addMouseWheelListener(baaMouseWheelHandler);
    import javax.swing.*;
    import java.awt.event.MouseWheelListener;
    import java.awt.event.MouseWheelEvent;
    public class Test extends JFrame implements MouseWheelListener
         public static void main(String[] args)
              JTextPane editor = new JTextPane();
              //JScrollPane myPane = new JScrollPane(editor);
              Test frame = new Test();
              frame.setSize(200, 200);
              frame.getContentPane().add(editor);
              frame.getContentPane().addMouseWheelListener(frame);
              frame.show();
         public void mouseWheelMoved(MouseWheelEvent e) {
              System.out.println("Moo");

  • In a RT motion and data system, what is the best variable handling structure(s)?

    I built a system that applies motion control to two axes and also takes data from a third axis encoder. 
    The program structure is parallel timed loops (one motion control loop, one data collection loop, one host communication loop) with front panel.
    This is targeted to a RT target; there is no host program.
    Now I am using global variables to pass information between the loops and for exchanging information with the front panel indicators and controls.  I think this is a suboptimal solution.  I am considering the following changes:
    1) For communicating variable values (such as commanded velocity and position) to the motion loop, I will replace the global variable structures with onboard variables in the motion card memory.
    2) For saving the data collected from the third axis, I will use an RT-FIFO structure in the RT controller memory.
    3) I will eliminate the front panel from the RT program and create a separate user interface program targeted to the host PC.  Communication between these programs will be accomplished using the Simple TCP/IP Messaging Protocol as described in this document:
    http://zone.ni.com/devzone/conceptd.nsf/webmain/0986799C984500F886256F170079411E
    Global variables will be replaced with Motion onboard variables.
    Before I start this chore, am I following the best practice?  Any advice on improving any aspect of this plan?
    My System:
    Windows XP on P4 PC ethernet to
    PXI-8187 RT Controller
    PXI-7350 Motion Control board
    (2) servo axes with quadrature feedback
    (1) additional quadrature encoder used as measuring probe
    I do not have a DAQ card in this system.
    Thank you!
    Laine

    Thanks Kristi.  I understand your recommendation.
    Some of my variable instances are 4 or 5 SubVIs deep.  For instance, the main high priority loop calls MOVE.vi which calls CALC_ANGLE.vi, which calls CALC_MOVETIME.vi which calls CALC_VELOCITY.vi which uses the variable Initial_velocity.  If Initial_velocity is received from the host in the main program, passed to the high-priority loop using an RTFIFO, then bundled and kept in a shift register, what is the best way to get that information down where I need it?
    Not only will I have to redeclare the RT-FIFO in each subVI, but I will also need to pass the reference value cluster down the chain as well?  This sounds messy and computationally expensive to me.  So my choices might be
    1) Eliminate subVIs and bring everything to the top.  This is a rather large program, so could make quite an extensive top vi if all code is in one place.
    2) Use onboard variables to store and pass values.  Are these less deterministic than RTFIFOs?  What is their primary purpose if not to pass data, or are they just to be used with motion card onboard programming?
    3) Use global variables, but I think these are not deterministic.
    4) Bite the bullet and pass the variable cluster down through the SubVI chain.  Is there an easier way to do this than what I describe above?
    Have I made any bad assumptions or overcomplications?
    Thanks.
    Laine

  • Delivery Date in Purchase Requisition

    Hello all,
    This could be a kind of familiar post but i need a clear cut advice on this particular aspect.
    Delivery date in a purchase requisition is calculated based on PDT in material or purchasing info record. Date proposed would exclude the non working days as setup in the factory calendar. This is what my understanding with regards to the subject.
    let's take this case.
    #1. PR was created on 20th June so as per the Planned delivery time, delivery date should have calculated to 8th of august. But it's 30.07.2014
    #2. Planning calendar:
    Note: I do see an exception of 30 and rescheduling date is set to current date in the MD04 screen.
    Procurement proposal was triggered for a customer requirement (created on 19.06.2014) with requirement date : 24.06.2014.
    Please do help out.
    Regards,
    Rahul

    Hi Rahul
    Take a look on the following link, where the scheduling for external procurement is described:
    http://help.sap.com/erp2005_ehp_06/helpdata/en/f4/7d29f344af11d182b40000e829fbfe/content.htm?frameset=/en/f4/7d29e644af1…
    As explained here, the delivery date is firstly calculated to match the requirement date minus the goods receipt processing time. After that, the release date is calculated using the planned delivery time and the purchase processing time (defined on customizing). If you don't allow the start in the past on customizing, system switches to forward scheduling and the following procedure is used to schedule the order:
    http://help.sap.com/erp2005_ehp_06/helpdata/en/f4/7d2a0d44af11d182b40000e829fbfe/content.htm?frameset=/en/f4/7d29f344af1…
    BR
    Caetano

  • Coding conventions poll

    This is a cross post from a thread in the Java Programming Forum. If you haven't read this there, read it here and please reply if you have a minute.
    I'm conducting a personal study about some stuff, just
    out of curiousity.
    Who writes code like this:
    public void method ()
    for (...)
    }What about this:
    public void method () {
    for (...) {
    }Who puts semicolons after }'s:
    public void method ()
    for (...)
    public void method () {
    for (...) {
    };I'd like to know how you usually format your code.
    Additionally:
    1) How old are you?
    2) Where do you work/go to school?
    3) What (if any) was your primary programming language
    before Java?
    4) How did you primarily learn how to program in Java
    (book, school, examples, etc...)?
    I'm just curious. I have some theories that I don't
    want to share until I get a decent amount of replies.
    Cheers,
    Jason

    I do it like this:
    public void method ()
      for (...)
    }I like to use white space very liberally. To find a matching brace just look straight up. I have enough hard drive space to handle an extra byte here and there. The semicolons are superfluous.
    Age 26.
    Went to University of Waterloo, I prefer to keep my employer private information.
    I was writing code in Basic, Pascal, C, and VB before I started Java.
    I learned the theoretical aspect of how to program in University.
    I learned everything practical at work or on my own. I continue buying books and writing software on my own time to learn new things. I taught myself Java. Been a forum member since '97.

  • APO - Basic settings for setting up the system landscape

    Hi,
    I have a, hopefully small, issue regarding setting up the system landscape for our APO - R/3 environment.
    In our test system in R/3 I need to specify the APO release, which is not a problem. The issue I have in R/3 is when I try to save the new setting. The system asks for a workbench request even if the test system has been "opened" by the Basis resource.
    I would like to avoid creating a workbench request as we are using an external tool ( HP PPM ) for transport management and I believe I will get into trouble since this workbench request should not be transported further into our production environment. As I have understood from our APO experts the settings must be maintained per R/3 system (development - test/quality - production) as it is pointing to corresponding systems in the APO landscape.
    The question is, does anyone know how we can maintain these settings without any workbench request being created?
    This is perhaps not a APO question, but I'm not sure in what other forum I should post it.
    Thanks for any feedback
    Br,
    Lars

    Lars,
    I have difficulty envisioning any situation when you would wish to make any transportable change (workbench or otherwise) in a test system.  The normal path would be to transport the change from the dev system into the test system.  I am unfamiliar with the third party software (HP PPM) about which you speak.  However, the standard controls currently used in your transport process (third party or otherwise) should limit which transports do and which transports do not get moved into your prod system.
    I can think of several ways to approach this problem.  I think you should consult with your supervisor before attempting such changes, to ensure that you are complying with all policies and procedures that exist for your company.  In my company, this type of exception would require creation of special change management docs, and appropriate signoffs by management.
    You are right this is not an APO question, it is a Basis question.  For advice on the technical aspect of your question, try one of the Basis forums.  Pick the one that is for the DBM you are using.
    http://forums.sdn.sap.com/index.jspa?categoryID=1#34
    Best Regards,
    DB49

  • How can I validate value of BigDecimal into af:inputText??

    I have a af:inputText which value is binded a BigDecimal value.
    The big decimal value is held in DB with number format NUMBER(10,2),
    to validate this value, what types of validation technique should to be used?
    NUMBER(10,2) , user is able to enter value with format just 10,100 or 10.02 etc.
    The format with comma 10,2 the page automatically validate the value with message "java.lang.NumberFormatException", also how can I change this message.
    <af:inputText value="#{Page1Bean.bank.balance}"/> // balance is BigDecimal

    Hi again,
    I can just point you to these links:
    http://download-uk.oracle.com/docs/html/B25947_01/bcrules006.htm#sm0241
    for the theoretical aspects, and the second from Steve Muench's blog which is more "practical":
    http://radio.weblogs.com/0118231/stories/2005/07/21/recommendedValidationStrategies.html
    Hope that can help,
    Best regards,
    Tif

  • Digital 8 to HD

    I'm ready to step up from digital to Hi Def. I've done a lot of camcorder research and came across the Sony HDR-SR12 with 120GB hard disc drive. The features come close to my Sony DCR- TRV340 and DCR-TRV525 DIGITAL HIGH 8. I will keep these older models as back up. They still work fine.
    Has anyone had experience with this new Sony model? Will there be any problem with importing to imovie HD6?
    Any help will be much appreciated. Thanks.
    Tom L

    Thanks for the links, Forest. Your right, of course, I didn't do a thorough research on the theoretical aspects of HD vs. Digital 8. I assumed like many others that manufacturers take into account past formats. Dave Babsky has enlightened me on this subject. However he did make the following reference concerning the Sony HDR-SR12
    "AVCHD can, theoretically - as 'AVC', without the 'HD' - be used for recording in standard-def, but there are currently few AVCHD camcorders which are built to record standard-def video as well ..there is the Sony HDR-SR12. But only iMovie running on an Intel-powered Mac will decode AVCHD, apart from separate standalone Mac software such as 'Voltaic".
    One of the features of the SR12 is recording in std. def. This was the reason I settled on the SR12. My tape machines won't last forever. They're already 7 years old. Am I thinking this wrongly? I must admit I'm ignorant when it comes to theory. I'm more into the shooting and editing.
    I do have the Intel Mac and the price of the camera is not out of reach. I dread having to learn imovie 08.
    I have Final Cut Express but haven't had a chance to get into it yet. Busy with other projects. Will that help?
    Thanks
    Tom L

  • Re: Implementing Of SAP-APO-SNP

    Dear All,
    Is it possible to implement APO-SNP alone along with SAP ECC.
    If yes,Can I be advice upon any particular aspect to keep in mind before advicing this furhter to my client.
    Regards,
    Vivek

    Thanks for the information..
    I have one more thing.
    I am exploring the SNP because the client is looking to optimise their logistics cost. As I understand that In SNP the transportation lanes feature can cater to this need. My only point here is that I want to use APO for the Deployment side & not for the production side..That means I would be using the system MRP result for carrying out the production execution & will not be using SNP here but for mpving the stocks between the network I am intending to use the SNP Deployment feature.
    Please advice me whether this is a right approach from cost implications perspective.
    Regards,
    Vivek

  • Class , Characteristics and Reference

    Hi,
    can someone please explain me the concept of Class , Characteristics & Reference usage in PM module?
    Also related T-codes.
    Regards,
    Ram

    Hello Ram,
    Please go through this eBook for theoretical aspects CACLCHR
    Also go through all links here in SAP Help
    Take Tcodes from this page Tcodes (Tcodes starting with 'C' are more relevant for PM).
    Now, few lines about concept in SAP-PM usage:
    A class identifies a group of Equipments having identical specification parameters (ex. AC Squirrel Cage Induction Motor). So Equipments of all such motors are assigned this class. (Class is created with CL02). The parameters I mentioned (Current, RPM, KW etc, etc) are called Characteristics in SAP. (These are created with CT04). The characteristics created so, are then assigned to the class (CL02). The Equipments assigned such class will show these characteristics (in the Classification push button in IE02/IE03) and you will enter the characteristic values there. For ex.few equipments will have 11 KW, 18A, 1440RPM  and some 7.5KW, 12A, 950 RPM and so on. After having this master data exercise, you can search the equipments by the Characteristic values through Tcode IE05. Also, go through the Tcodes given above.
    Classes are used across modules, so it has Types. (002 is for PM, 001 is for Materials and so on)
    KJogeswaraRao

  • Aspect ratio for old full screen games, advice sought on buying new monitor

    Hi.
    I'm thinking of buying a ThinkVision LT2252p to replace the old monitor my employer threw out because I've found the old one doesn't offer scaling of the aspect ratio meaning that my golden oldie full-screen-only PC games are all stretched out of shape to fit the entire monitor.
    With the LT2252p, will a 1280 × 960 desktop (or a 1024 × 768 fullscreen game...) appear on the monitor with black bars at either side or with a black border all around? (I'm hoping that's what is meant by 'Same Aspect Ratio with input signal'.) Either way is good, just so long as a circle looks like a circle and not an oval.
    If it's the case that I'm behind the times and the LT2252p is getting a bit long in the tooth, what would be a suitable alternative for a graphics card with VGA and DVI only?
    Thanks very much,
    Dave

    yackeroeni wrote:
    Hi,
    I've been trying to get games to work on my new setup and have problems running games in fullscreen mode.
    I can hear the sound of the game, but am unable to see it or, as far as I know, interact with it
    Literally using Xmonad for the first time and I experienced some game issues with fullscreen. Specifically when running CS:GO I had a problem where the resolution was native to my monitor (1920x1080) it was running windowed and I couldn't find a way to resize it unless moving it to a blank workspace (so other windows don't infere with the mouse hook) and your then able to drag the window by xmonad commands:
    mod-button1
    Set the window to floating mode and move by dragging
    mod-button2
    Raise the window to the top of the stack
    mod-button3
    Set the window to floating mode and resize by dragging
    yackeroeni wrote:(running steam games) launching dota 2 with the '-windowed' flag works fine.
    Correct me if i'm wrong, but I believe the linux native games on steam use the concept of '-windowed' by default.

  • PGC, aspect ratio not supported by DVD, please advice!

    I hope someone can help me!
    During the build of the DVD the following error occurs:
    RPC "Extra 's" has an error at 0.0000s.
    The aspect ratio of this file is not supported by DVD.
    PGC info: name=Extra 's ref-HApgc. time=0.0000s.
    The "Extra 's" is one of the menus I used in this project, it is an exisiting Encor template, I used two buttons for two SD clips.
    I am using CS-4.
    Please help!!!

    I completly rebuild the project with the same template menus and all clips, no luck, it gives the same error.
    Then i rebuild the complete project in a new projectfile with a different menu template, succes!!!
    I'm using CS-4 from the beginning and had no such problems at all.
    Anyway, i 'm burning the DVD 's now so i am happy although i still don 't know what causes the previous problems.
    Thanks for your support!

  • Need resolution & aspect ratio advice

    Hi everyone,
    recently I've ran into some problems with Final Cut Express 4.0:
    my original video material (shot on a Kodak Zi8) is HD 1080p, and has a resolution of 1920x1080, so it's 16:9.
    The first question is about the resolution: obviously, I want to keep the high quality of the video, however, the only setting of the "easy configuration" (sorry, translating from the German program here) that comes close to the original resolution is the "Apple Intermediate Codec 1080i60", and it only features 1440x1080. Am I doing a mistake when selecting this one and is my video material scaled down already then? Is there a more appropriate setting?
    Second part of the question, which I guess is a direct result of the first part: I've tried to export the video for Youtube in H.264 and various different settings, and I never seem to be able to accomplish a true 16:9 video as the end result. I always have black bars left and right of the picture (see here: http://www.youtube.com/watch?v=xFM3TAbvObw). If I try to apply a 16:9 resolution myself (by taking the width and multiplying it with 1,78) I end up with a faultily scaled (flat) picture.
    Any suggestions are very much appreciated,
    thanks in advance!

    recently I've ran into some problems with Final Cut Express 4.0:
    When you update to the free FCE 4.0.1 FCE from Software update 1920x1080 codecs are available.
    See how they go with your camera. Most still cameras have problems capturing directly to FCE as there codecs are non standard.
    Fingers crossede.
    Al

Maybe you are looking for

  • Problems opening

    I have just subscribed to Adobe CC and I have the following problems when opening RAW files. I open photoshop and the following actions: File> Open As and select Camera RAW from the drop down. I get this message: "Could not complete your request beca

  • Movie Maker in Windows 7

    Although it doesn't come with any version of Movie Maker, I copied all the folders from other systems onto an external drive, didn't register any DLLs, and checked them in Windows 7 by opening the executable from Win7. At my first found of checks, th

  • Trading scenario with AED (Tax procedure- TAXINN)

    Hi, I've a query. My client procures a material from a vendor, which he imports. When he sends invoice to my client the details are as follows- Base value- 8440 (Including BEDAEDEcsee+SEcess) VAT 4%-      338 Total invoice amt- 8778/- But vendor paas

  • Replace labels by text messages

    Hi all, I have created some text messages in my application (shared components -> text messages). I would like to use them as element labels. But I don't know how to reference them. I know that in a pl/sql source region, I can do it by : BEGIN     --

  • Email on creation/change of  bid invitation and auction

    Hello, I have configured SRM 550 release , unable to send bid invitation mails to bidders on document( like bid invitation/auction) cretaion/Change . But able to send mails on additional Output Requested via email ,this is after selecting bidder and