How to disable Material Picking MB26 from Reservation display MB23

Hello guys
I have to know that disable picking option from display menu reservation t-code MB23. One of our user issued a material from reservation display function selecting picking option from menu and saved that lead to MIGO by MB26 even user does not have MB26 transaction authorization.
thanks in advance
Nath

Hi FC
Thank u for replying my issue. I have already checked your 2nd option by basis authorization to prevent auh.object by a user. This auh.object is link to Inventory management MM_B that lead to M_MRES_BWA,  M_MRES_WWA,  and M_MRES_WMG. It could not possible remove this authorization because this required for other Inventory management/physical Invertory function like material transfer posting by plant, movt type, etc...
Also I have checked SHD0 will prevent disable a screen by variant, but here MB23 not only have to enable picking by a single screen but also there further more drill down screens and everywhere picking function is available to issue material by t-code MB26 even user does not have authorization MB26
I might have doubt about MB23 screen, why SAP enable this picking function (MB26) in display reservation MB23.
Display screens menu can not enable (should invisible gray) any functional activities if that person does not have MB26 authorization.
Thanks in advance you guys if anyone have reasonable inputs.
Edited by: Nath Bahadur on Jan 11, 2012 1:56 PM

Similar Messages

  • How to disable certain form fields from a calculation with a check mark fields.

    How to disable certain form fields from a calculation with a check mark fields.
    In Canada we have to taxes
    I create a form that calculate them to a total
    I need to be able to turn off any of those to taxes to participate to the calculation and their visibile field should become 0
    I was thinking using a checkbox (when checkbox is on (Yes) the tax is calculated, Not ticked (Off) the tax is not calculated and the visible field should show 0 or nothing....
    I really need help on this one — I’m a complete newbie....
    Remark that the second tax is calculated on the sum of what the first tax add (first tax is pan-canadian tax (all provinces).
    The second tax is never use alone (Quebec only (on top of the Canadian one)
    Sometime for outside Canada sell - No tax at all is calculated....
    What should I do?

    I want to tank you to help, really appreciate —>
    This is the code and order... I just trow the checkbox in there (they have, so far, no purpose...)
    The code use is
    var a = this.getField("pricehorstx");
    event.value = Math.round (a.value * 7.25) / 100
    I guess -If the checkBox are check - The tax should be calculate — If “Off” the tax should be not calculated and PriceHST and /or PriceQST should show zero or be empty — The HST is always calculated in Canada, but the QST is added only in Quebec.
    I need to turn both to Zero for international sale.
    Message was edited by: Chacapamac

  • How to disable Leap Motion app from startup?

    Hi, I installed the Leap Motion on my Mac running Mountain Lion. Whenever my computer boots up, the Leap Motion app automatically starts up as well. I tried checking the specific settings of Leap Motion but there was no configuration there. I also tried to look on the Startup Items (System Preferences > Users & Groups) but there was no entry regarding Leap Motion.
    Is there another way to check how to disable this from happening?
    Thanks.

    You will find a line item
    com.leapmotion.Leap-Motion.plist
    Library/LaunchAgents
    Just rename from .plist to .bak - incase you would like to auto startup again.
    I believe Leap Motion chose to use LaunchAgent rather than 'Login Items' is because they couldn't get it to startup all the time.

  • How to disable the automatic conversion from JPEG to TIFF?

    I am using Keynote '09 and Safari 4 on OS X 10.6.8, and I often want to drag and drop a JPEG image from Safari to my slides. I would like to keep the image format as is, but Keynote automatically converts the image format from JPEG to TIFF, so the .key file size becomes large.
    Does anyone know how to disable this automatic conversion? Any idea? I know that I can use the original format if I save the JPEG image at a temporary location, such as ~/Desktop. But I would prefer simpler way. Drag and drop is the best.

    Indeed, having the same problem here.  A simple PPT file that was 1 MB ballons often to more than 10 x the size as a KEY file.  If you rename to zip and open, one notices lots of completely useless "PLACEHOLDER" and background files that occupy several MB in total, plus some small JPGs have been converted to very large PNGs.  This is truly annoying. 
    A similar lack of "file size economy" is present in all applications apple produces for the ipad/iphone.  Images I uplodaded to the photo app become very large (often 10 x bigger).  WTH apple?  Be more economical!  Even my 64 GB ipad2 is starting to feel small with your waste.

  • How to send material jpg attachment  from R3 to FTP with XI

    Hi All,
    I wantto send material JPG attachment from R3 to FTP with XI 3.0. Is there a way ?
    Thanks.

    Check these two blogs:
    /people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments
    http://sapient.xi.googlepages.com/xi-excellentintegration
    Regards,
    Abhishek.

  • How to disable Gmail on mail from my mac

    Can somebody help me to disable my Gmail account from my mac?. I rather sign in to Gmail than have instant acces to my account, since im not the only person thar uses the computer...
    Thanks.

    Mail Preferences > Accounts
    Select your Gmail account.
    Click on the Advanced tab.
    Uncheck Enable this account.
    Click on the (?) icon for more info.
    For added security you may want to remove the password from the Account Information tab.

  • How to disable automatic sign in from Skype for ma...

    Hi, all, there is a way to disable automatic sign in from skype for mac
    1. Simply turn off internet connection of your computer.
    2. Launch skype 
    Skype cannot sign in and you will get error screen, there you can sign in from your different account.
    Peace

    Another option is to sign out of the current account (under File), then uptick the box that says "Sign me in when Skype starts" before signing in again from whichever account takes your fancy.
    Entia non sunt multiplicanda praeter necessitatem.

  • Disable some standard buttons from ALV display

    Hello All,
    I am creating an ALV display using object oriented approach. I know how to exclude some of the standard function buttons from the list.
    But suppose instead of deleting, the requirement is to disable (I mean grayed out)
    some standard buttons from ALV. Could anyone please comment on how to do this.
    Many thanks in advance.
    Regards
    Indrajit

    Hello Indrajit
    The following sample reports shows how to disable toolbar functions. Run the report and the push the ENTER button repeatedly.
    *& Report  ZUS_SDN_ALV_EVT_TOOLBAR
    *& This sample report explains the handling of event TOOLBAR in order
    *% to activate or inactive buttons of the ALV toolbar.
    *& Based on: BCALV_GRID_DEMO
    *& Procedure: Copy BCALV_GRID_DEMO and replace entire coding  OR
                copy screen '0100' and GUI status 'MAIN100' from
                BCALV_GRID_DEMO to this report.
    REPORT  zus_sdn_alv_evt_toolbar.
    TYPE-POOLS: abap, cntb, icon.
    DATA:
      ok_code                TYPE ui_func,
      gt_sflight             TYPE TABLE OF sflight,
      g_container        TYPE scrfname VALUE 'BCALV_GRID_DEMO_0100_CONT1',
      g_grid1               TYPE REF TO cl_gui_alv_grid,
      g_custom_container    TYPE REF TO cl_gui_custom_container.
    PARAMETERS:
      p_inact    RADIOBUTTON GROUP grp1  DEFAULT 'X',  " delete buttons
      p_dele     RADIOBUTTON GROUP grp1.               " inactivate buttons
    PARAMETERS:
      p_newbut   AS CHECKBOX  DEFAULT ' ',  " add new button
      p_newddm   AS CHECKBOX  DEFAULT 'X'.  " add dropdown menu
          CLASS lcl_eventhandler DEFINITION
    CLASS lcl_eventhandler DEFINITION.
      PUBLIC SECTION.
        CLASS-DATA:
          md_cnt    TYPE i.
        CLASS-METHODS:
          handle_toolbar FOR EVENT toolbar OF cl_gui_alv_grid
            IMPORTING
              e_object
              e_interactive
              sender.
    ENDCLASS.                    "lcl_eventhandler DEFINITION
          CLASS lcl_eventhandler IMPLEMENTATION
    CLASS lcl_eventhandler IMPLEMENTATION.
      METHOD handle_toolbar.
    § 2.In event handler method for event TOOLBAR: Append own functions
      by using event parameter E_OBJECT.
        DATA:
          ls_toolbar  TYPE stb_button,
          ls_menu     type STB_BTNMNU.
    E_OBJECT of event TOOLBAR is of type REF TO CL_ALV_EVENT_TOOLBAR_SET.
    This class has got one attribute, namly MT_TOOLBAR, which
    is a table of type TTB_BUTTON. One line of this table is
    defined by the Structure STB_BUTTON (see data deklaration above).
    A remark to the flag E_INTERACTIVE:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            'e_interactive' is set, if this event is raised due to
            the call of 'set_toolbar_interactive' by the user.
            You can distinguish this way if the event was raised
            by yourself or by ALV
            (e.g. in method 'refresh_table_display').
            An application of this feature is still unknown...
        ADD 1 TO md_cnt. " a simple counter
      (1.a) Inactivate toolbar buttons
        IF ( p_inact = abap_true ).
          LOOP AT e_object->mt_toolbar INTO ls_toolbar FROM 1 TO md_cnt.
            ls_toolbar-disabled = 'X'.
            MODIFY e_object->mt_toolbar FROM ls_toolbar.
          ENDLOOP.
      (1.b) Delete toolbar buttons
        ELSE.
          DO md_cnt TIMES.
            DELETE e_object->mt_toolbar INDEX 1.
          ENDDO.
        ENDIF.
      (2) Add new button
        IF ( p_newbut = abap_true ).
        Add separator to separate default and new buttons
          CLEAR: ls_toolbar.
          ls_toolbar-butn_type = cntb_btype_sep.  " separator
          APPEND ls_toolbar TO e_object->mt_toolbar.
        Add new button "DETAIL"
          CLEAR: ls_toolbar.
          ls_toolbar-function  = 'DETAIL'.
          ls_toolbar-icon      = icon_detail.
          ls_toolbar-quickinfo = 'QuickInfo'.
          ls_toolbar-butn_type = cntb_btype_button.
          ls_toolbar-disabled  = abap_false.
          ls_toolbar-text      = 'Details'.
         ls_toolbar-checked = ' '.
          APPEND ls_toolbar TO e_object->mt_toolbar.
        ENDIF.
      (3) Add new dropdown menu
        IF ( p_newddm = abap_true ).
        Add separator to separate default and new buttons
          CLEAR: ls_toolbar.
          ls_toolbar-butn_type = cntb_btype_sep.  " separator
          APPEND ls_toolbar TO e_object->mt_toolbar.
        Add new dropdown menu "DETAIL"
          CLEAR: ls_toolbar.
          ls_toolbar-function  = 'DDMENU'.
          ls_toolbar-icon      = icon_detail.
          ls_toolbar-quickinfo = 'QuickInfo'.
          ls_toolbar-butn_type = cntb_btype_dropdown.
          ls_toolbar-disabled  = abap_false.
          ls_toolbar-text      = 'DD-Menu'.
         ls_toolbar-checked = ' '.
          APPEND ls_toolbar TO e_object->mt_toolbar.
        ENDIF.
      ENDMETHOD.                    "handle_toolbar
    ENDCLASS.                    "lcl_eventhandler IMPLEMENTATION
    START-OF-SELECTION.
          MAIN                                                          *
      SELECT * FROM sflight INTO TABLE gt_sflight.
      CALL SCREEN 100.
    END-OF-SELECTION.
          MODULE PBO OUTPUT                                             *
    MODULE pbo OUTPUT.
      SET PF-STATUS 'MAIN100'.
      IF g_custom_container IS INITIAL.
        CREATE OBJECT g_custom_container
               EXPORTING container_name = g_container.
      Instantiate ALV grid control
        CREATE OBJECT g_grid1
               EXPORTING i_parent = g_custom_container.
        CALL METHOD g_grid1->set_table_for_first_display
          EXPORTING
            i_structure_name = 'SFLIGHT'
          CHANGING
            it_outtab        = gt_sflight.
      Set event handler for event TOOLBAR
        SET HANDLER:
          lcl_eventhandler=>handle_toolbar FOR g_grid1.
      ENDIF.
    $Comment: Toolbar can be modified on-the-fly
      g_grid1->set_toolbar_interactive( ).
    ENDMODULE.                    "PBO OUTPUT
          MODULE PAI INPUT                                              *
    MODULE pai INPUT.
      to react on oi_custom_events:
      CALL METHOD cl_gui_cfw=>dispatch.
      CASE ok_code.
        WHEN 'EXIT'.
          PERFORM exit_program.
        WHEN OTHERS.
        do nothing
      ENDCASE.
      CLEAR ok_code.
    ENDMODULE.                    "PAI INPUT
          FORM EXIT_PROGRAM                                             *
    FORM exit_program.
    CALL METHOD G_CUSTOM_CONTAINER->FREE.
    CALL METHOD CL_GUI_CFW=>FLUSH.
      LEAVE PROGRAM.
    ENDFORM.                    "EXIT_PROGRAM[/code]
    Regards
      Uwe

  • HOW DO I REMOVE AN ICON FROM THE DISPLAY WITHOUT DELETING THE FOLDER?

    How do I remove a folder icon from the display on the mac without deleting the folder?

    If it's in the Dock, drag it out. It'll disappear.
    If it's on the desktop or inside a folder, drag it to another location.
    (126419)

  • How to summon the Dock correctly from another display

    Whenever I try to summon the Dock from another display it won't switch displays. It's stuck, I do several passes with the cursor trying to call it but sometimes it works, sometimes it doesn't. I leave the cursor moving it on the border of the screen and even click it nothing.
    I noticed that if I click a window on the screen where I want to summon it to, it speeds the process, but it won't always work.
    Since I've been running Mavericks since it was in beta, I figured there was something wrong with some file so I did a clean install from the official Mac App Store copy and didn't do a Time Machine restore. Still nothing.
    It's the Dock supposed to behave this way? It's this delay normal or is Mavericks still not finished? I don't have AppleCare support anymore so I can't call and rant/ask4assistance on the phone.
    Help.

    Hi Ingo,
    check the existing process types. You can see their coding by copying the class name from the process chain maintenance --> Settings --> Maintain Process types.
      Cheers
        SAP NetWeaver BI Organisation

  • How to disable Sub-agreement creation from RFx

    Dear Experts,
    We are using Sourcing 10.0 and use Master Agreement Hierarchy instead of Sub-agreement Feature.
    However during creating an Agreement from an Awarded RFx;system gives 2 options (See attached)
    New Master Agreement
    New Agreement in an existing master agreement (Sub agreement)
    As sub-agreement feature is disabled for the Master agreement type system doesn't offer any parent agreement to choose.
    so we want to disable this second radio-button, as we want only new master agreement to be created from RFx which we can manually maintain as a Hierarchy under the original Master Agreement.
    Kindly advise how to achieve it? Via Page Customization? Which Object/ UI ID to select for this?
    Thanks
    Dhananjay

    In page customization and I think you have to use the object "Scenario to contract container"
    Hope this helps

  • How to disable tiny status bar from grabbing touches

    My app runs in landscape mode. I have done some tests on detecting touches, and in my view, which covers the entire screen, there is a sliver of the screen that is not returning touch events; this sliver of the screen corresponds to top say 24 pixels of the screen, where the batter life indicator and other things go. my view covers the entire screen and I want to have full screen control, but am losing these touches, probably because some higher priority listener is getting the events; how can I disable this status bar so I can get the touches?

    Same problem.
    After testing on the device the problem persists.
    I know from testing other applications that it IS possible to use the WHOLE screen for your own application.
    Just I don`t know whats going wrong here.
    Will probably check back tomorrow with my view-hierarchy and more details, maybe together we can find out what the problem is.

  • How to DIsable Partial Pick Release in Sales Order Pick Release

    Hi Everyone,
    A Basic doubt.
    In Sales Order Pick Release, supposing I want to pick only if the entire requested quantity is available.
    I would rather have the Order Backordered than to pick partially.
    How to enable this.(similar to what we have in the COmponent Pick Release in WIP)
    regards,
    Karthi Sankar!

    Hi Karthi,
    To prevent a partial Pick Release:
    1. Make each of the sales order lines a Ship Set
    On the Sales Order, Lines, Shipping tab
    Scroll to the right for Ship Set column
    Enter a Ship Set number.
    2. In Shipping Parameters, Pick Release tab, check the box for Enforce Ship Sets and Ship Models
    Note: - Each Sales Order line should have a unique ship set number -
    Unless you want some of the lines to ship together.
    If that is the case, then the lines that need to ship together should have same set numbers
    Thanks & Regards,
    Srinivasulu Vakati

  • How to disable software auto update from iPad

    I was trying to download my favorite programs and iOS 7, but first I have to stop software auto update, how will I do this?

    The actuall problem I'm trying to fix is the following error:
    <pre>
    Another app is currently holding the yum lock; waiting for it to exit...
    The other application is: PackageKit
    Memory : 45 M RSS (357 MB VSZ)
    Started: Tue Jul 10 09:27:04 2012 - 04:09 ago
    State : Sleeping, pid: 2317
    </pre>
    The above error can happen if you have an active Gnome session and e.g. connect as root using ssh session and try to use yum.
    I may have found a way now to disable the automatic system updates, however, I don't know if this is the proper solution since I cannot find any information about it.
    I modified */etc/PackageKit/PackageKit.conf* and changed:
    <pre>
    DefaultBackend=yum -> DefaultBackend=nobackend
    </pre>
    It requires a re-login of your Gnome X session to take affect.
    Then Administration/Software update does no longer scan for updates, and apparently no longer lock yum at the system level. At least the problem seems to be fixed globally that way.
    I will mark this question as answered, but any ideas are still welcome.
    Thanks!
    Btw, here is a link to previous older thread to disable it on a per-user basis:
    Disable PackageKit Update Applet

  • How to pull materialized view code from database

    I wana to view the code for the materialized view from the data base server.Whats the statment to fetch the code of materialized view from the database.
    Neeraj Goel

    There is table user_mviews,from where we get query and others related matter to materialized views.
    Neeraj Goel

Maybe you are looking for