Use of layout tabs in IS RETAILS

Hi  Guru,
can u tell what is use of layout tabs in IS RETAILS.

In IS retail the enterprice architecture will have a DC associate with several stores (in sap terms these store and DC all are plants only). Practically in retail scenario, every month or fortnight a new store would be opened. These store would maintain material in a special order to improve the customer attraction.
Based on the consumer behaviour in a particular region the products will be kept in shelf in some order. For example if the organisation gets Rs.10 profit / Medimix soap where as it gets Rs 15 Profit / Lifebouy. So the company needs to arrange the shelf in store in such a way it contains more no of Lifebouy in Row with some special tags and some less no of Medimix. This will enhance the customers interest in purchasing new attractive one which is available plenty in quantity.
The model that is used for arranging the products in shelf or rack or cupboard of store in such a way to increase the profit and presentability is called layout. It is also called planogram. Because this layout will be planned few months in advance. This is done in advance to intiate procurement and replenishment of product for new store.
Hope I clarified you.
Reward if useful.
Regards
edwin

Similar Messages

  • Using Change Layout Tab on ALV to Export to Excel

    Hi Forms!
    I have an ALV grid that I export to excel to allow users to manipulate the data exported further.
    i do this by clicking change layout -> View -> 'Microsoft Excel' -> click on the template you want to use and click the check mark to export.
    My problem is I have a header on the ALV that display's the user selection screen options... all my data shows in excel correctly except that my selection screen header which I would expect in the 'Raw Header' Tab in excel.
    If I export to excel using excel export button the header shows up, however this does not help as we like using the pivot table setup from the change layout option.
    thank you,
    Here is my code for producing the header...
    ATA: lo_header  TYPE REF TO cl_salv_form_layout_grid,
            lo_h_label TYPE REF TO cl_salv_form_label,
            lo_h_flow  TYPE REF TO cl_salv_form_layout_flow,
            lv_i TYPE i,
            lv_mtart LIKE LINE OF s_mtart,
            lv_auart LIKE LINE OF s_auart,
            lv_bkbez LIKE LINE OF s_bkbez,
            lv_lines TYPE i.
    *   header object
      CREATE OBJECT lo_header.
      lo_header->set_column_count( 10 ).
      lo_h_label = lo_header->create_label( row = 1 column = 1 ).
      lo_h_label->set_text( 'Selection Screen Values' ).
    *   information in tabular format
      CONCATENATE 'Dates: ' s_date-low  ' ' ' to ' s_date-high ' ' INTO l_text RESPECTING BLANKS.
      lo_h_flow = lo_header->create_flow( row = 2  column = 1 ).
      lo_h_flow->create_text( text = l_text ).
      CONCATENATE 'Plant: ' p_werks ' ' INTO l_text RESPECTING BLANKS.
      lo_h_flow = lo_header->create_flow( row = 3  column = 1 ).
      lo_h_flow->create_text( text = l_text ).
      CONCATENATE 'Costing Variant: ' p_klvar INTO l_text RESPECTING BLANKS.
      lo_h_flow = lo_header->create_flow( row = 4  column = 1 ).
      lo_h_flow->create_text( text = l_text ).
      CONCATENATE 'Costing Version: ' p_tvers INTO l_text RESPECTING BLANKS.
      lo_h_flow = lo_header->create_flow( row = 5  column = 1 ).
      lo_h_flow->create_text( text = l_text ).
    *there can be 1 or many Material Types need to check
      DESCRIBE TABLE s_mtart LINES lv_i.
      IF lv_i > 1.
        lv_lines = 1.
        CONCATENATE 'Material Type(s): ' s_mtart-low INTO l_text RESPECTING BLANKS.
        lo_h_flow = lo_header->create_flow( row = 6  column = lv_lines ).
        lo_h_flow->create_text( text = l_text ).
        LOOP AT s_mtart INTO lv_mtart .
          IF lv_lines > 1.
            lo_h_flow = lo_header->create_flow( row = 6  column = lv_lines ).
            lo_h_flow->create_text( text = lv_mtart-low ).
          ENDIF.
          lv_lines = lv_lines + 1.
        ENDLOOP.
      ELSE.
        CONCATENATE 'Material Type(s): ' s_mtart-low INTO l_text RESPECTING BLANKS.
        lo_h_flow = lo_header->create_flow( row = 6  column = 1 ).
        lo_h_flow->create_text( text = l_text ).
      ENDIF.
    *   set the top of list using the header for Online.
      cr_content = lo_header.

    Hello Re_flex....thanks again but I am missing a step here as I was able to hide the column by right-clicking but when I click on the layout there is no layout that I can select. Do you know if these layouts are set in config or not as my layout setting displays 'X' user specific or 'A' ALL but when I select these nothing is displays and when I save I get a message back 'No selection'

  • Pb with the layout tab in WAD

    Hi,
    I have a problem in the WAD.
    When I create or modify a web template, i cannot use the layout tab (I have no error msg...).
    I have the possibilty to use the others tabs (XHTM or Overview) but not the layout tab. It's problematic because I cannot customize my Web template.
    Anyone has an idea or solution to help me?
    Kind regards.
    DaD

    Hi DaD,
    did you try on different computers? Always same result?
    I am using GUI 7.20 with Windows 7 EHP1
    GUI Support Package 3, Patch 1, Revision 497 and have no problems.
    If you have the same problem on differnet computers and with all users, I would create an OSS message.
    regards
    Cornelia

  • Using the Currency Symbol in the Layout tab of the Display Template

    In xMII 11.5 SP3, I'm trying to format a number in a grid template with the USD ($) symbol.  In looking through the 'Number format' help screen, I see I'm supposed a symbol that I can't identify in an ASCII table (though I did find it in an EBCDIC table).  I can't show you the symbol - if I could I wouldn't have to post this message!
    How do I use this symbol?
    David Macindoe

    Thanks, Jeremy.  I had previously tried $000.00 but all I got was 118.27.  I just can't get the dollar sign to display which led me to the help screen and the symbol that I can't reproduce.
    After your reply, I changed the display template to $#,##0.00 with no change in the result.  I'm putting this in the Format column on the Layout tab of a vertical grid display template.
    David

  • Error switching to PDF Layout Tab in txn SFP

    For any ADOBE PDF form, if I switch to the layout tab
    I get the following errors
    > Error while generating document
    > Memory Protection Fault in OLE Container Control
    I'm running SAPGUI 6.4
    The SAP Server is WAS 6.4
    I have Acrobat Reader 7.0.2 loaded on my system.
    This problem seems specific to my desktop. Others can view the layout of the PDF without issue.
    Any suggestions?
    Regards,
    Lavaughn

    Hi,
    I too experienced similar problems recently -  used to get errors like SOFFICEINTEGRATION143, SOFFICEINTEGRATION141 & SOFFICEINTEGRATION101(Memory protection error for OLE Container) while accessing Layout of Interactive Forms.
    I got it resolved by uninstalling the NWDS (which uninstalls Adobe LiveCycle Designer (ALD) as well) and then reinstalling ALD and NWDS (Optional).
    With the NWDS installation, ALD is also bundled.
    If you need to install ALD separately, you may get the right ALD version from
    SAP Support Portal->Downloads-> Entry by Application Group->
    Support Packages and Patches-> SAP NetWeaver-> SAP NETWEAVER-> SAP NETWEAVER 7.0-> Entry by Component-> Frontend  =>> ADOBE LIVECYCLE DESIGNER 8.0 -> #OS independent.
    Hope this helps.
    George Mathew

  • MX432 All-in-one printer: left side of printed subject is being cut off when using 'normal' layout.

    Because 'normal' and 'fit to page' layouts cut off left side of printed material I'm using 'borderless' layout but that doesn't give me the paper size option I need.  Any hints on how to save the left side of paper and how to change paper size in borderless layout.  Any hints in print preview wherein I can print just 'one or two'  of multiple pages without having to return to the set-up page?

    Hi vitaminsg,
    You can set it so that "Fit to Page" printing is the default setting.  To do this, use the following steps:
    1.  Click Start.
    2.  Click Control Panel.
    3.  Click Printers and other Hardware.
    4.  Click Printers and Faxes.
    5.  Right click the PIXMA MX432 and click Printing Preferences.
    6.  Click the Page Setup Tab.
    7.  Select Fit to Page under Page Layout, then press OK.
    This should now be the default setting for all programs.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Unable to Access Menu in SFP Layout tab

    Hi,
    Could someone please help me? In transaction SFP, under the Layout tab, I'm unable to access the Menu (Edit, View, Insert, Layout, Tools, Palletes, Help). Is there any setting which I've missed out?
    Just in case this information is important, my machine is installed with Adobe Reader 7.0.8 and Adobe Lifecycle Designer 7.0.
    Also, if the users that will be using ESS/MSS can only have Adobe Reader 6.0 on their machines, I understand that there would be problems trying to display the PCR within the portal. Is there any fix to this?
    Appreciate your help and thanking you in advance.
    Regards,
    Adeline.

    Hi Adeline,
    1) Can you see the Menu? Or is everything greyed out?
    2) Adobe Reader 7.0.8 is suggested to use for the end users. We had a lot of problems with older releases. Please note that in case of Netweaver 2004 you cannot use Reader 8 or higher yet. Adobe and SAP are working on this issue. (The ACF - Active Component Framework) cannot install properly with Reader 8.
    So the only fix is using Reader 7.0.8. - The problem is client side related, not ADS or PCR related.
    Cheers,
    Noë

  • Iphoto 11 Custom layout tab

    In Iphoto 11, when making a photo book, how to you use the custom layout tab? It is only available in certain themes, like photo essay and picture book, but when I try to use it, the boxes remain blue and do not show the photos that I place.

    Here the are:
    You can "adjust" a photo frame or text box size on a page with the following key combinations:
    Command + Option +⬆arrow:  increase frame height.
    Command + Option +⬇arrow:  decrease frame height.
    Command + Option + ➜ arrow:  increase frame width.
    Command + Option + ⬅ arrow:  decrease frame width.
    To adjust its position on the page use these key combinations:
    Command + Control + ➜ arrow:  move frame to right.
    Command + Control + ⬅  arrow:  move frame to left.
    Command + Control + ⬆ arrow:  rotate frame counter clockwise.
    Command + Control + ⬇ arrow:  rotate frame clockwise.
    You can conver the standard frame (on the left) to this one (on the right)

  • OS X defaulting to 2 pages per sheet in "layout" tab

    Hello,
    I have a problem in printing from my unibody Macbook running Leopard. All printers that I have installed (all networked in my University - Xerox Phasers and HP Jaserjets) default to 2 pages per sheet (or per side) in the "layout" tab. (i.e. not the same as Duplex). That means each sheet is printed at 50% or so, rendering it unsuable for my needs. This is not a default from the University - others dont seem to get this problem. How do I change this default back to 1 page per sheet? (Duplex can stay).
    thanks!
    Ninad

    I was using a preset called "Duplex" - I assumed that it shipped with OS X - and it printed 2 pages a side. Perhaps my university IT installed it for me - but it appears to be the thing that created this issue.
    I deleted that particular preset and made a new one for "duplex" - 2 sided printing, but only 1 page a side. It appears to be working fine.
    Thank you so much!

  • Add Array grid  report into Layout/tab ExtJS?

    How to add Array grid report into Layout/tab ExtJS?
    Array grid examples are from >
    http://apex.oracle.com/pls/apex/f?p=43040:4:467728553403435
    js>
    Ext.onReady(function(){
    4
    5var munkyData = [
    6
    7["7369","SMITH","CLERK","7902","17-DEC-80","800"," ","20"]
    8,["7499","ALLEN","SALESMAN","7698","20-FEB-81","1600","300","30"]
    9
    10,["7521","WARD","SALESMAN","7698","22-FEB-81","1250","500","30"]
    11
    12,["7566","JONES","MANAGER","7839","02-APR-81","2975"," ","20"]
    13
    14,["7654","MARTIN","SALESMAN","7698","28-SEP-81","1250","1400","30"]
    15
    16,["7698","BLAKE","MANAGER","7839","01-MAY-81","2850"," ","30"]
    17
    18,["7782","CLARK","MANAGER","7839","09-JUN-81","2450"," ","10"]
    19
    20,["7788","SCOTT","ANALYST","7566","09-DEC-82","3000"," ","20"]
    21
    22,["7839","KING","PRESIDENT"," ","17-NOV-81","5000"," ","10"]
    23
    24,["7844","TURNER","SALESMAN","7698","08-SEP-81","1500","0","30"]
    25
    26,["7876","ADAMS","CLERK","7788","12-JAN-83","1100"," ","20"]
    27
    28,["7900","JAMES","CLERK","7698","03-DEC-81","950"," ","30"]
    29
    30,["7902","FORD","ANALYST","7566","03-DEC-81","3000"," ","20"]
    31
    32,["7934","MILLER","CLERK","7782","23-JAN-82","1300"," ","10"]
    33
    34];
    35
    36var store = new Ext.data.SimpleStore({
    37 el: store,
    38 fields: [
    39 {name: 'empno', mapping: '0'},
    40 {name: 'ename', mapping: '1'},
    41 {name: 'job', mapping: '2'},
    42 {name: 'mgr', mapping: '3'},
    43 {name: 'hiredate', mapping: '4'},
    44 {name: 'sal', mapping: '5'},
    45 {name: 'comm', mapping: '6'},
    46 {name: 'deptno', mapping: '7'}
    47 ]
    48 });
    49
    50store.loadData(munkyData);
    51
    52var grid = new Ext.grid.GridPanel({
    53 el: grid,
    54 store: store,
    55 columns: [
    56 {id:'empno',header: "Employee",sortable:true, width:100,dataIndex:'empno'},
    57 {header: "Name", sortable:true,width:75, dataIndex:'ename'},
    58 {header: "Job", sortable:true, dataIndex:'job'},
    59 {header: "Manager", sortable:true,width:75, dataIndex:'mgr'},
    60 {header: "Hire Date", sortable:true,dataIndex:'hiredate'},
    61 {header: "Salary", sortable:true,width:50,dataIndex:'sal'},
    62 {header: "Commission", sortable:true,dataIndex:'comm'},
    63 {header: "Department", dataIndex:'deptno'}
    64 ],
    65 stripeRows: true,
    66 width:700,
    67 autoHeight:true,
    68 title:'Array Grid'
    69 , renderTo: 'munkyDiv'
    70 });
    71});
    any references?
    regards
    Gordan

    Hi Mark,
    thanks for reply, I was making example on
    http://apex.oracle.com/pls/otn/f?p=43048:22:2659745156195172
    using debug grid layout and put into REGION_05
    ...< div id = "munkyDiv" > #REGION_POSITION_O5# < / div>
    in this way I can add 1,2,3 or more reports as tab and grid.
    Simple example as first step is basic layout (integration ExtJS and Apex)>
    http://apex.oracle.com/pls/otn/f?p=43048:15
    username/pass EXTJS/EXTJS
    regards
    Gordan
    Edited by: useruseruser on Aug 8, 2010 2:51 PM
    Edited by: useruseruser on Aug 8, 2010 2:52 PM

  • No able to see edit label option in Layout tab

    Hi All,
    I am trying to edit properties of input fields. as per SAP help and documents, we get option of edit label in layput tab, and then we get to see general and other catagory of properties.
    But i am not able to see this option, i can see Rename, Select all, Bring to back, bring to up otions only.
    Can you please suggest what is missing here. We are on SP14.
    Thanks for your time,
    regards,
    Sudhir

    Thanks Deep,
    I am trying to use a dropdown for one on input fiels. But in desginer tab, there is no option to change this properties of field.
    According to one of Sap help doc, i should be able to do it using edit label option, in layout tab. But it's not showing.
    I am using VC 6.00.0060 .. i dont think there is any patch applied on this.
    regards,
    Sudhir

  • OMNIPORTLET:where the options of the column dropbox (layout tab) come from?

    In the layout tab of the omniportlet I work on, there are several options in the column dropbox.
    I would like to add some new ones. But I cannot figure out where the omniportlet gets the options from.
    PS: my data source is "content", if this can help
    Thanks a lot in advance

    Hi Faisal,
    IN APPROVER SCREEN:
    The values in the system drop down is getting poulation using the method : INIT_SYSTEMS in COMPONENT CONTROLLER of webdynpro component GRAC_UIBB_ACCREQ_APPROVAL .
    IN REQUESTOR SCREEN:
    Refer to method INIT_SYSTEMS( ) in COMPONENT CONTROLLER of webdynpro component GRAC_UIBB_RISK_VIOLATION.
    Hope this will help you.And take the help of ABAP'er who can help you with debugging "why system's are not getting populated except ALL ".
    Thanks
    KH

  • How do I use different Layouts?

    I am trying to make a program that runs in a window like this:
    http://www.exyt-web.com/Window.gif
    The problem I'm having is with the layout.
    How do I have more than one layout ?
    For example - as you can see in the image (hyperlink above) I wish to have a border layout with a JFrame at the North position and then in the South position I want to have buttons laid out in a FlowLayout.
    Also with my radio buttons I want these in a GridLayout(3, 0) layout.
    I made up some example code to test using different layouts - but it seems one layout always overrides the other...
    import java.awt.*;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    public class LayoutTest extends JFrame
        public LayoutTest()
            setTitle("Hello World");
            Container contents = getContentPane();
            Container contents2 = getContentPane();
            contents.setLayout(new FlowLayout());
            contents.add(new JLabel("<FILTER [Type a th|    ]>"));
            contents.add(contents2);
            contents.add(new JLabel("< Filter Button >"));
            contents.add(new JLabel("<  Add Button   >"));
            contents2.setLayout(new GridLayout());
            contents2.add(new JLabel("< Button 1 >"));
            contents2.add(new JLabel("< Button 2 >"));
            contents2.add(new JLabel("< Button 3 >"));
            contents2.add(new JLabel("< Button 4 >"));
            setDefaultCloseOperation(EXIT_ON_CLOSE);
            pack();
        } // HelloWorld
        public static void main(String [] args)
            LayoutTest theLayoutTest = new LayoutTest();
            theLayoutTest.show();
        } // main
    } // class HelloWorldI know this obviously doesn't work but I hoped it would show what I was trying to do.
    I also tried creating a new 'contents2' and then adding it into 'contents'
    e.g. contents.add(contents2); My current code for the window I'm trying to create so far is:
    import java.awt.*;
    import javax.swing.*;
    public class Menus extends JFrame
        public static void Menus()
            // Creates a new JFrame, with the title specified in quotation marks.
            JFrame frame = new JFrame("Film Database");
            // Sets the default close operation of the frame.
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            // Creates a new menu bar for the frame.
            JMenuBar menuBar = new JMenuBar();
            // Creates a new menu for the menu bar.
            JMenu menu = new JMenu("File");
            addFrameContents(frame, menuBar, menu);
            // Sets the new menu bar on the frame
            frame.setJMenuBar(menuBar);
            frame.pack();
            frame.setVisible(true);
        } // HelloWorld
        public static void addFrameContents(JFrame frame, JMenuBar menuBar, JMenu menu)
            // Adds the menu to the menu bar.
            menuBar.add(menu);
            // Creates a new item for the menu with a small icon.
            JMenuItem menuLoad = new JMenuItem("Load", new ImageIcon("C:/load.gif"));
            // Adds the new item to the menu.
            menu.add(menuLoad);
            JMenuItem menuSave = new JMenuItem("Save", new ImageIcon("C:/save.gif"));
            menu.add(menuSave);
            JMenuItem menuQuit = new JMenuItem("Quit", new ImageIcon("C:/quit.gif"));
            menu.add(menuQuit);
            // Creates a new container.
            Container contents = frame.getContentPane();
            // Sets a new layout for contents, in this case FlowLayout.
            contents.setLayout(new GridLayout(2, 0));
            // Adds new JLabels to the container.
            contents.add(new JLabel("< JLabel 1 >"));
            contents.add(new JLabel("< JLabel 2 >"));
            contents.add(new JLabel("< JLabel 3 >"));
            contents.add(new JLabel("< JLabel 4 >"));
            JLabel thisLabel = new JLabel("Hello");
            thisLabel.setLayout(new FlowLayout());
            JLabel thisLabel2 = new JLabel("Hello2");
            thisLabel2.setLayout(new FlowLayout());
            contents.add(thisLabel);
            contents.add(thisLabel2);
        public static void main(String [] args)
            Menus();
        } // main
    } // class HelloWorldAny help on how I can use two separate layouts in the same frame would be great!
    Regards,
    Tom

    doing this:
    Container contents = getContentPane();
    Container contents2 = getContentPane();
    does not create 2 different containers. It's just creating 2 variables that refer to the same container. There is only 1 content pane in a window/frame. A container can only have 1 layout.
    If you want to have 2 layouts, you create 2 panels with separate layouts and put what you want in each panel, and put both panels in the content page.

  • A lot of memory is used when multiple tabs are open

    Is there anything that can be done about the insane memory usage in Firefox when multiple tabs are open? I often have 20+ tabs open and the amount of RAM that Firefox uses when I have it open with this many tabs is just ridiculous. As an example of this, I just restarted Firefox after checking the Windows Task Manager. The Task manager said that Firefox was using 1.2 GB of RAM. I did have 32 tabs open, but this seems excessive even for this many tabs. Some of the tabs were image heavy, but none of them had any video in them. I'd think 10 MB per tab of RAM would be plenty to cover these kinds of pages, maybe 20 MB at most. The upper end of that range would be 640 MB of RAM. Instead, it appears to be using an average of 40 MB of RAM per page when this many tabs are open.
    Is there anything that can be done to reduce amount of memory being used when multiple tabs are open? It really shouldn't need this much RAM to serve this many pages.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Which one is the Right Approach - Re Using Page Layouts or adding Web parts directly to pages instead of page layouts in SP 2013 online site ?

    Hi Team,
    I am SharePoint 2013 developer. Before asking question I would like to explain the requirement in clarity.
    We are developing one O365 SharePoint online site which is having 10 different page layouts with different and some common webparts and we are reusing these page layouts by deploying a sandboxed solution which is having page layouts. These page layouts contain
    filter and query to display data using some condition and predefined values. By using these layouts we have to create 100+ pages. All pages will show data according to that page name and category (if it belongs any). We have not written any code to develop
    the site, everything is OOB feature.
    We have used below feature/list/lib of SP Online 2013:
    - Document Library
    - Survey
    - Calendar
    - Lists
    - Discussion forum library
    - OOB Search feature
    Now, I would like to know whether this is the right approach to reuse the page layouts. Or can we add webparts directly where the logic resides in the webparts and add them to the pages instead of page layouts?
    Also how to deploy page layouts/pages from one server to another? Currently we are deploying everything as a feature using sandbox solution. 
    Could you please let me know the right approach to follow. I am asking this question because we are facing below issues:
    - Sometime page layouts gets corrupted, showing nothing.
    - All written filters/logic disappear when we open layouts in Designer
    - Deployment is pain using Sandbox solution
    Waiting for your reply.
    Thanks in Advance,
    Shifa Mittal

    Interesting question, to which i do not know a definitive answer.
    Output Caching is used to increase performance and to reduce load on the box. However since you're in the MS Cloud you don't need to worry about the latter and MS do the worrying about the former. I wouldn't be surprised if MS have updated the behaviour
    for O365 and not updated the documentation. That first office.com article is using 2010 screenshots which doesn't fill me with confidence about it's continuing relevance. Don't forget that SharePoint 2013 and O365 are technically different versions and have
    very different behaviour in places.
    Generally i'd say not to worry, but in this case if you do find any more information i'd love to see it.

Maybe you are looking for

  • Connecting to the web via airport

    Hi all, This post follows on from the previous regarding internet connection. I've been reading some posts in the forums and one said that the bluetooth and airport are both part of the same device (hardware) I've been able to link up to my mobile vi

  • 2 Data Sets - 1 Detail Region - HOW???

    I need to feed two separate XML data sets to one detail region. I tried a method (from a previous post) of adding both data sets to one detail region, separated by a space. It will only access the first data set listed and ignores the one that trails

  • SQL*Loader sqlldr removes zeros from character field

    Hello, I am using SQL*Loader to load an Oracle table, and am having a problem. One of the fields is defined as VARCHAR2 and contains comments entered by a user. There may be numbers or dollar amounts included in this text. When I execute the sqlldr s

  • HOW DO I GET RID OF FLASHMALL

    I am so sick of this thing- I have went to my downloads and nothing works! These ads are constantly popping up, it's changing my homepage to yahoo, and it's making my computer freeze! How do I get rid of this? Please help- When I search for this ques

  • When running firefox periodically it will use 99% of my cpu for no apparent reason.

    As I said when running firefox it periodically uses 99% of my cpu and freezes the computer until it drops down below the 99% usage.