Configure MM in one screen

Good morning,
My user want to have only one screen in material master, and
they don't want program mm01 (material master) always start with
tab page. Is it possible to configure like this ? Does anybody can help and
advice me ?
Thanks
Robert,

Hi,
When you say tab page do you mean the list of views?
If so, you can bypass this screen by using the setttings (select all views and set the flag on the  "view selection only on request"
the next time you start MM01 it will bypass the screen and all views will be selected.
As for having only one screen for the whole material master this is possible but not really feasible or recommended. There are simply too many fields and they often relate to different levels in the organisation (Plant, storage location, sales org etc.).
Steve B
Steve B

Similar Messages

  • Blank Screen while navigating from one screen to another in a web applicati

    Blank Screen while navigating from one screen to another in a web application.
    While navigating through the screens of the web-based application, I get blank screen at times. The application menu bar is still visible and the header and footer jsps are also still available. The main processing frame alone goes blank. Once I get the blank screen, I am able to choose from the menu option and contine navigating through the screens.
    The application has been deployed on WebSphere Application Server v6.0 and uses JDK 1.4.2. I have checked the application, server and systemerr logs. And there are no exceptions in any of the log files. There is no difference in the logs for a normal flow and the flow when the blank screen occurs.
    The blank screen does not occur always. It occurs around 3 out of 10 times. If you consider a particular page, mostly it loads normally and very few times, the blank screen occurs.
    Compression filter is being used and it gets invoked for every request. Size before and after compression also gets printed in the logs.
    Could this be causing any issue in terms of memory handled or could any jsp timeout be happening, though there are no exceptions in the logs.

    Well, since no one has any ideas, here is my two cents worth:
    Can you turn off compression and see if the problem goes away? If not, I suggest creating a small separate project with the same functionality as that part of the program that causes problems and see if you can duplicate it. Use System.out.println() in the java code and out.write() in the JSP pages throughout the java and JSP code to write to the log file or console as each section is run to see what section is causing problems. You can also consider commenting out sections of code in your JSP page to see if you can isolate the problem.
    I had a similar problem with the screen being blank and this is what I found:
    My JSP page had an include tag in it that included another JSP page. The outer JSP page was drawn and waited for the included JSP page to be drawn. The logic took several minutes to run and something timed out. The inner JSP page was never drawn. No log entry occurred. It appears that it was not Apache or Tomcat that caused the problem, but some firewall or similiar such device. If you have a firewall or similar device, see if the person who maintains it can temporarily set its timeout to a very long time (15 minutes) to see if the problem goes away. Apache and Tomcat probably also have a timeout feature too. You will have to read up on their configuration settings on how to set them.
    By the way, each of those devices probably has its own log file you can read to see if its reporting an error.

  • [AwesomeWM] Applications locked to one screen in a dual monitor setup

    Perhaps the title should be "Multiple Screens with multiple video cards." I imagine  my confusion here is the reason I am unable to move clients from one screen to the other in awesome. Though the cursor moves fluidly between Screen1 and 2,  MOD4+drag traps the cursor and the client on the current screen. MOD4+o brings the cursor to the upper left corner of the current screen. Openbox and fluxbox are similarly limited.
    With my Xorg.conf I have $DISPLAY as :0.0 or :0.1 depending on which screen the terminal is open.
    The closest I've come to a solution is xpra from the parti-all aur package. But, I haven't found a way to make it useful. I'm hoping there is an alternative configuration. Maybe something like xinerama or Zaphod?
    I'd like to use xrandr but it seems thats a no go for multiple boards as of the the previous version. I cannot find documentation for 1.3.
    http://wiki.debian.org/XStrikeForce/HowToRandR12 wrote:VI.5. Multi-board support broken - RandR 1.2 does not support multiple boards yet (it's planned for RandR 1.3). It means that any RandR 1.2 aware driver will crash the server if you have 2 boards. Even one board with a RandR 1.2 driver and another board with a classic driver does not work. It just crashes the X server.
    Any ideas?
    > grep -v "^\s*#" /etc/X11/xorg.conf|grep -v ^$ |xclip wrote:Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
        Load  "glx"
        Load  "dri2"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "record"
    EndSection
    Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
    EndSection
    Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option        "Protocol" "auto"
        Option        "Device" "/dev/input/mice"
        Option        "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
    EndSection
    Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
    EndSection
    Section "Device"
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "nVidia Corporation"
        BoardName   "NV25 [GeForce4 Ti 4200]"
        BusID       "PCI:3:0:0"
    EndSection
    Section "Device"
        Identifier  "Card1"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon RV100 QY [Radeon 7000/VE]"
        BusID       "PCI:1:7:0"
    EndSection
    Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
            Viewport   0 0
            Depth     1
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     4
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     8
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     15
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     16
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     24
        EndSubSection
    EndSection
    Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
            Viewport   0 0
            Depth     1
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     4
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     8
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     15
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     16
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     24
        EndSubSection
    EndSection

    Err. My confusion is indeed the culprit. For anyone who might find themselves in a similar situation the nomenclature is as follows.
    "Zaphod mode" on wikipedia is listed as a multi-seat configuration, however, I think it more often describes the set up in my posted xorg.conf. That is, the server has two independent screens associated with their respective device. Titling window managers seem to present multiple screens a la Zaphod. At least in awesome, each screen has its own set of tags.  Xinerama is a soon to be deprecated extension merging multiple physical displays into a singular virtual one. It will be replaced with RandR. But, as of the current version of RandR, multi-board setups are not supported.
    ATI and nVidia have proprietary implementations for multi-head configurations (Big Desktop and Twinview respectively). I assumed both cards would have to be same brand and either ATI or nv. So, I didn't look into this.
    By the nature of Zaphod mode, applications exist only on one screen. They cannot easily be moved. Because the Xinerama extension implements one large virtual display, X clients can be displayed anywhere. This is apparently at the cost of direct rendering on both screens. Xinerama is also limited in that all screens have to have the same depth.
    Having the Zaphod mode xorg config, enabling Xinerama just requires one line in the ServerLayout section:
    Section "ServerLayout"
    Option "Xinerama" "on"
    However, if the resolution differs on the screens, screens with lower resolutions will have "dead space" where the rectangle of the virtual resolution is not displayed by the physical resolution of a screen.  Moving the cursor into this area will pan the screen to show the previously hidden area and hiding what was previously visible. This means an application fullscreened on the screen with the lower resolution will never be completely visible.
    To enforce physical resolutions in the virtual screen also only requires one line. In the display subsection of the lower resolution screen section, setting the virtual display to the same as the mode will remove the dead area.
    Section "Screen"
    Identifier "Screen1"
    SubSection "Display"
    Modes "1280x1024"
    Virtual 1280 1024
    EndSubSection
    Please reply if I've gotten anything wrong!
    Last edited by _will (2009-10-07 22:08:19)

  • Process to migrate configuration data from one BW development system to other

    Hi SAP Gurus,
    We need to migrate configuration data from one BW system DE1 to DE2.. Both systems are SAP net weaver  7.3.
    DE1 is BW pre-production system and DE2 is BW DEV.
    No transactional  data required.
    Please share a document if available.
    Kindly, let me know the procedure for Remote Client copy or client export/import with steps.
    Also let me know the pre-requisite for these activities.
    Thanks,
    Avadhesh Sharma
    +91 8095226536

    Hi,
    Remote Client Copy (SCC9)
    Remote client copy is performed in rare situation. When the client copy is done
    between two different SAP systems, the copy is called remote client copy.
    Before remote client copy is performed, a RFC connection must be set between those
    systems using SM59.
    1. Check RFC connection is working fine between two systems you want to perform
    remote client copy using SM59
    2. create client in the target system you want to copy the client
    3. login to target client using user SAP* and password PASS
    4. execute tcode SCC9 and select the RFC for the source system
    5. select the profile you want to copy like SAP_ALL
    6. select source client number you want to copy
    7. Select source client master data , mostly it is the same client number
    8. Now click on schedule as background job.
    9. Leave the background server field blank.
    10. Click schedule.
    11. Select Immediate from next screen.
    12. Save the screen.
    13. Client copy is scheduled now as a background job and client copy process started.
    14. The progress can be monitored using tcode SCC3
    Client Export/Import
    A client transport consists of two steps:
    First a client export extracts client data from the source client
    to files at the operating system level. Then the data is imported
    from the operating system files into the target client.
    To perform a client export, follow these steps:
    1. Log on to the source client. From the SAP initial screen,
    choose transaction SCC8 (Client Export). Select the data to
    be copied using a profile.
    2. Indicate the target system to which the client will be copied.
    The target system must be defined in TMS as part of the
    transport domain.
    3. Begin the client export. Because copying is a lengthy
    process, use scheduled background processing.
    Do not run any other client copy tool before the
    data export is finished.
    This export process will generate up to three data files at the
    operating system level:
    • RO< number >: this file contains cross-client data
    • RT< number >: this file contains client-specific data
    • RX< number >: this file contains SAPscript texts
    Depending on the type of data selected through the client
    transport profile, the client copy command files added to the
    buffer of the target system are as follows:
    • <S-SID>KO<number>: this file is for cross-client data
    • <S-SID>KT<number>: this file is for client-specific data
    • <S-SID>KX<number>: this file is SAPscript texts
    The client export change requests are not imported when an
    Import all takes place. Therefore, you must import these requests into the target client
    using TMS. Choose one of the transport requests of the client transport in the Transport
    Management System (TMS). The other transport requests belonging to this client
    transport are then automatically added in the correct order.
    After the import process has completed, post-import activities are required for object
    generation steps. After completing the import, log on to the target client. From the SAP
    systems initial screen, choose transaction SCC7
    Regards,
    Chandu

  • I have 2 screen and the dock is changing from one screen to another , can I stop it (Mac OS 10.9.1)

    Hello , I have 2 screens , and the dock is moving from one to the other screen at any time .
    I would like to "paste" it on one screen
    How should I do?
    Thanks for your help

    Hello there, BHDock.
    The following Knowledge Base article explains how the Dock works in Mavericks:
    OS X: Using multiple displays in Mavericks
    http://support.apple.com/kb/HT5891
    Working with the Dock
    When the Dock is configured to appear at the bottom of your screen, it's available on whichever screen you’re working on. Just move your pointer to the bottom of either display. When the Dock is configured for the left or right position, it appears on the leftmost or rightmost display edge.
    The Dock settings are located in System Preferences.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • X11 dual head - want to get window manager (gnome) on one screen only

    What I want sounds simple, but I just can't get it done... Hope anyone is able to help me!
    What I've got:
    Four monitors (two at each of my nVidia graphic cards). Both devices are configured using nVidia's Twinview, giving me two virtual screens (:0.0 and :0.1).
    I can use xinerama to get one huge desktop, but this doesn't work well, as the borders between two screens of the same device are no longer recognized in this case, causing windows to always span over two monitors on maximization.
    I can also not use xinerama, giving me two independant gnome session.
    What I want:
    I want gnome to only start on one screen (i.e. two monitors), leaving the other screen blank but available. They don't need a WM as they will run nothing but a fullscreen mplayer or an xterm that will periodically output some stuff. I actually don't even need input devices for the second screen and it would be good if the mouse was restricted to the gnome-screen.
    However, I didn't manage to make gnome start on only one screen. I don't care if it's done using one xsever with two screens attached or if I can do it starting a second xserver, I just want it resolved in some way.
    I've tried to restrict gnome to :0.0 by setting the DISPLAY variable or giving gnome-sessions --display option. Both to no avail. When trying to start a second xsever (different layouts, each using one of the screens), my original screen becomes all white and on the second screen nothing happens. Any ideas?

    What I want sounds simple, but I just can't get it done... Hope anyone is able to help me!
    What I've got:
    Four monitors (two at each of my nVidia graphic cards). Both devices are configured using nVidia's Twinview, giving me two virtual screens (:0.0 and :0.1).
    I can use xinerama to get one huge desktop, but this doesn't work well, as the borders between two screens of the same device are no longer recognized in this case, causing windows to always span over two monitors on maximization.
    I can also not use xinerama, giving me two independant gnome session.
    What I want:
    I want gnome to only start on one screen (i.e. two monitors), leaving the other screen blank but available. They don't need a WM as they will run nothing but a fullscreen mplayer or an xterm that will periodically output some stuff. I actually don't even need input devices for the second screen and it would be good if the mouse was restricted to the gnome-screen.
    However, I didn't manage to make gnome start on only one screen. I don't care if it's done using one xsever with two screens attached or if I can do it starting a second xserver, I just want it resolved in some way.
    I've tried to restrict gnome to :0.0 by setting the DISPLAY variable or giving gnome-sessions --display option. Both to no avail. When trying to start a second xsever (different layouts, each using one of the screens), my original screen becomes all white and on the second screen nothing happens. Any ideas?

  • How can I move an icon/file from one screen of my ipad to another?

    How can I move an icon/file from one screen on my ipad to another?

    Press and hold the icon until they start to wiggle. Then while holding it, drag it to the edge of the screen and wait for the page to switch, then let go of the app

  • Adobe reader xi i am running 2 display screens and when i have a file open and go to print the print page opens on my second screen.  How can I get adobe reader to just display on one screen?

    adobe reader xi i am running 2 display screens and when i have a file open and go to print the print page opens on my second screen.  How can I get adobe reader to just display on one screen?
    I want the capability of adobe reader to just run on one screen.

    I had the same problem.
    Try this.
    https://igppwiki.ucsd.edu/groups/publichelpwiki/wiki/a1538/Howto_Disable_Acrobat _as_the_Safari_PDF_Viewer.html

  • How we can get the values  from one screen to another screen?

    hi guru's.
         how we can get the values  from one screen to another screen?
              we get values where cusor is placed but in my requirement i want to get to field values from one screen to another screen.
    regards.
      satheesh.

    Just think of dynpros as windows into the global memory of your program... so if you want the value of a field on dynpro 1234 to appear on dynpro 2345, then just pop the value into a global variable (i.e. one defined in your top include), and you will be able to see it in your second dynpro (assuming you make the field formats etc the same on both screens!).

  • SRM 7.0. Approval Note in Shopping one screen.

    Hi guys,
    In the Shopping one screen, I need populated text "approval note" when add an item.
    But, this text is only populated when we press "save" button or "order" button.
    but, after this, we Edit the Shopping Cart, this text is delete, and text box is editable again.
    A conclusion may be that when the box is in edit mode does not display the message, and when it is disabled if you do. but I not sure.
    In implementing the BAPI "BBP_DOC_CHANGE_BADI" We're filling the table "CT_LONGTEXT" with the text to need appear.
    We need this custom text is displayed when adding an Item and this text box was disabled.
    Maybe it's something SAP or have to play some customizing or something on the Web Dynpro.
    But I can not identify either to do or where ...
    Does anyone could help where to look or what to do?
    Many Thanks in advance.
    Regards.
    Pistoni, Andrés Oscar.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Web Dynpro SRM 7.0 - Access Shopping Cart One Screen User Default Settings

    Hi all,
    In my current project I have a requirement which includes to validate the user default values on shop on one screen functionality, my question is, how can I access to this information? In web dynpro there's no reference to this information and in addition is not stored in the database as is only "available" during the current Shopping Cart creation.
    Many Thanks in Advance,
    Sara.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Whenever i start my ipad2 the applications automatically starts to open and close automatically jumps from one screen to another

    Whenever i start my ipad2 the applications automatically starts to open and close automatically jumps from one screen to another cannot operate the ipad at all, tried switching off and back on again, also restored the ipad but of no use

    try restart
    http://support.apple.com/kb/HT1430

  • Report 2 show all receipts&disbursements in one screen 4 intercompany&Trade

    Hi all,
    i just have to see whether there is any standard report in SAP which pulls to shows all receipts and disbursements in one screen for intercompany and trade, if there is no standard report then they asked me to build a func spec to develop this kind of report.
    so i am trying to find out with the SAP community here, whether we have any standard report on this or not. if no, then how to proceed on this func spec.
    can anyone please put some light on this, i would be verymuch grateful.
    Thankyou
    Jay

    Refer the following:
    REPORT  ZTEST12.
    * Type declarations.....................
    TYPES pict_line(256) TYPE c.
    * data declarations......................
    DATA :init,
          container TYPE REF TO cl_gui_custom_container,
          editor    TYPE REF TO cl_gui_textedit,
          picture   TYPE REF TO cl_gui_picture,
          pict_tab TYPE TABLE OF pict_line,
          url(255) TYPE c.
    CALL SCREEN 100.
    * Dialog modules......................................
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'SCREEN100'.
      IF init is initial.
        init = 'X'.
        CREATE OBJECT:
               container  EXPORTING container_name = 'PICTURE_CONTAINER',
               picture    EXPORTING parent = container.
      ENDIF.
      IMPORT pict_tab = pict_tab FROM DATABASE abtree(pi) ID 'ENJOY'.
      CALL FUNCTION 'DP_CREATE_URL'
           EXPORTING
                type    = 'IMAGE'
                subtype = 'GIF'
           TABLES
                data    = pict_tab
           CHANGING
                url     = url.
      CALL METHOD picture->load_picture_from_url EXPORTING url = url.
      CALL METHOD picture->set_display_mode
           EXPORTING display_mode = picture->display_mode_fit_center.
    ENDMODULE.
    MODULE cancel INPUT.
      LEAVE TO SCREEN 0.
    ENDMODULE.

  • How can I reduce the size of an incoming picture so I can see it on one screen; they are now very big and I have to scroll to see the entire picture.

    When I receive an e-mail with an attached picture, the picture is so large it cannot be seen without scrolling down the page. How can I set up Thunderbird to show the entire picture on one screen, without scrolling (the way Outlook does)?

    Try an add-on, such as:
    https://addons.mozilla.org/en-US/thunderbird/addon/image-zoom/

  • In one screen all the Maintenance Process Option

    Hi Friends
    The Customer required the maintenance Process like thier Logbook , whcih has Employess, shift , Timings, Operationos, Consumables, Breakdown, Next communications in One screen.
    Looking into this i could go for notifications for technical issues (IW21), IW31 for Order and IW42 for completion. Out of these there is no HR management to record the employees data.Let me know how could i combine these all t codes in one screen.
    Thier log book visualising the total consumables and its cost..With out the BW module iam not able to provide the reports of breakdown in analysis(graphs) . I cant do the SMS after notification without the Workflow. Is SMS possible by ABAP programme+s014 t code? another thing is without HR management how could i work for employees data what the way charecteristics help? The option of making shift is huge task. We tried and added thro exit at Order screen. But its not pretty
    I hope your suggestion makes me some comfort

    Please cross-reference your posts: http://www.sapfans.com/forums/viewtopic.php?f=7&t=329934

Maybe you are looking for

  • Pages does not Open .Pages Documents

    Hello, When I attempt to open any of my .pages documents, Text Edit opens instead. I have attempted to correct this by right clicking on the document and changing 'Open With' from 'Text Edit' to 'Pages (default)' and then choosing the 'Change All' op

  • Report to check all GL account wise at the end of year

    hii friends, Can we see all GL accounts wise report with opening balance, transaction and closing balance at the end of year. In FS10 N we are able to see one account no and it details or else we can see the total of all the balaces but not the a.c w

  • Why is File Vault is useful?

    I have File Vault but do not understand it or its usefulness.  Can I deactivate it and if so what happens? Why is File Vault useful? Thanks.

  • Set the value of a object in request scope

    I have the object in my req scope. I need to set value to one of the object attributes if that attribute is blank. How can I set its value. <c:set var="benefitVO" value="${requestScope.BenefitVO}" />I need to set the following Object attribute value,

  • Converting AI files to shapes then extruding - lost my colors

    OK...I'm new to AE. I brought in some artwork created in AI. The goal is to extrude each of the paths slightly different heights to create a 3D logo in AE. When I convert the AI file to shapes in AE, I loose all my green color gradients. So first...d