How to customize to make the MRP controller is optional?

Now network is assigned to WBS, but the MRP controller is must required.
how to customize to make the MRP controller is optional?
Please explain me all the steps to be required.
Thanks in advance!

Making MRP controller optional looks non-standard. You can default MRP controller in your network profile (OPUU), so that you need not enter it everytime you create new network.
Hope this helps.
Regards

Similar Messages

  • How can i display the MRP controller in transfer order print?

    Dear all:
       When i print the transfer order(Tcode: LT31) ,i want to display the MRP controller in the output form.
    How can i get that ?
    I found the user exit MWMD0001 and add the code in the include like this:
       select  single dispo from marc
         where matnr = ltap-matnr
               and werks = ltap-werks.
         zdispo = marc-dispo.
    But caz the "zdispo"  could not been brought to the "print form " of the report RLVSDR40 which control the print LT31.So ,i failed.
    Anyone advice?

    The problem is as zdispo is declared in your user exit it doesn't become available. Had it been declared variable in the include of the program for LT31 you would be able to use it directly in the script.
    Try doing this instead in your layout set.
    /: PERFORM MRP_CONTROLLER IN PROGRAM ZABCXYZ
    /: USING &LTAP-MATNR&
    /: USING &LTAP-WERKS&
    /: CHANGING &ZDISPO&
    /: ENDPERFORM
    in your program ZABCXYZ.
    FORM MRP_CONTROLLER tables in_par structure itcsy
                               out_par structure itcsy.
    tables: marc.
    data: matnr like marc-matnr.
    data: werks like marc-werks.
    READ TABLE IN_PAR WITH KEY ‘LTAP-MATNR’.
    CHECK SY-SUBRC = 0.
    MATNR = IN_PAR-VALUE.
    READ TABLE IN_PAR WITH KEY ‘LTAP-WERKS’.
    CHECK SY-SUBRC = 0.
    WERKS = IN_PAR-VALUE.
    select single dispo from marc
    where matnr = ltap-matnr
    and werks = ltap-werks.
    IF SY-SUBRC = 0.
    READ TABLE OUT_PAR WITH KEY ‘ZDISPO’.
    CHECK SY-SUBRC = 0.
    OUT_PAR-VALUE = MARC-DISPO.
    ELSE.
    CLEAR OUT_PAR-VALUE.
    ENDIF.
    MODIFY OUT_PAR INDEX SY-TABIX.
    ENDFORM.
    This should work.

  • How to make field MRP controller optional in Cj20n

    Hi All,
    Please help to make field MRP controller optional in CJ20n
    Cheers,
    Nies

    Hi ,
    we can create a dummy MRP in system and assigne it to the required project profile so that system will not ask u to make this entry. As per my knowledge Mandetory MRP is system requirement we cant by pass it.
    Rgds

  • How can i make the volume controller on a pavillion dv4 work after a clean windows install?

    Hello!
    Recently I performed a clean windows 7 install from a windows install disk I previously owned, the problem is that this disk didn't intalled the drivers and programs specific for this computer. What I want to know is which driver or program I need to install to make the volume controller on my computer to work again? The problem is that the volume bar that previously appeared on the screen and the "bing" sound indicating the volume level doesn't appear or sound now.
    All other things seem to work fine, this is the only problem so far.
    Thanks!

    Hi,
    Try downloading and installing the latest HP OSD Utility on the following link.
    http://ftp.hp.com/pub/softpaq/sp55001-55500/sp55152.exe
    After the installation has completed, restart the notebook.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Make MRP controller field optional

    Hi Gurus,
    Can we make MRP controller field optional in material master for specific material type?
    Deepak

    hi,
    Its not recommended to make the field optional, the controller plays a big role which MRP....if you do it optional then how the requirements will be traced, the MRP controller by its name only we can understand that it controls a whole MRP process....ANd if you do it optional, then who will look after the planning file entry??
    Pls think abt it...
    Regards
    Priyanka.P

  • MRP to be run for those materials that is assigned to the MRP controller

    Dear Gurus,
    Pl. let me know how MRP can be run for materials assigned to the MRP controller only.
    Regards
    Veronica

    Hi
    You can run MRP for MRP controller using User Exit Key available in TCOde MD01.
    You have to define the user exit keys and make use of the same. ( in SPRO you can do that )
    Regards

  • When inserting a .pdf of a document with a standard white paper color the test and images show up, but the white background is transparent. How do you also make the white paper color show up?

    When inserting a .pdf of a document into a Keynote template with a standard white paper color the text and images show up, but the white background is transparent. How do you also make the white paper color show up?

    Use the color fill option - select the inserted .pdf and assign a fill color of white to it using the Color Fill Menu on the Toolbar or the Color Picker Palette.
    Good Luck.

  • How can I make the media size print option "custum" become available if it is not currently?

    How can I make the media size print option "custum" become available if it is not currently?

    See this article also: http://readwrite.com/2013/10/15/ios-7-fixes-iphone-4-4s#awesm=~oktbEwjOyyvr80

  • How to import and make the content of the original PDF document editable and preserves the pdf appearance and retains existing fields and formatting in LiveCycle

    Can someone tell me how I can see my content (artwork and text) after I import  it into LiveCycle Designer ES4?  I like to import and make the content of the original PDF document editable; preserves the pdf appearance and retains existing fields and formatting, then allow me to do the modifications and save it back into the original PDF document with changes. I have tried everything but still cannot see my content(artwork and Text) of my original PDF after importing it into LiveCycle. All I see are is a blank page with the formatting and layout of where my artwork and text should be. I like to see everything if possible so after I make my change I will know how it will look when I save it back into the PDF and open it in Acrobat Reader.

    Can someone tell me how I can see my content (artwork and text) after I import  it into LiveCycle Designer ES4?  I like to import and make the content of the original PDF document editable; preserves the pdf appearance and retains existing fields and formatting, then allow me to do the modifications and save it back into the original PDF document with changes. I have tried everything but still cannot see my content(artwork and Text) of my original PDF after importing it into LiveCycle. All I see are is a blank page with the formatting and layout of where my artwork and text should be. I like to see everything if possible so after I make my change I will know how it will look when I save it back into the PDF and open it in Acrobat Reader.

  • How to Call BAPI From the Custom Controller

    Hi
    I developed frist WD Application Using RFC Adapter.
    i did the following steps
    1. created the project
    2. created the model.
    3. created the customer controller and mapped the model of the controller to the model.
    4. mapped controller context to the views
    5. created one action in the start view
    6. created one method in the customer controller.
    so please let me know the lines of code to call BAPI using RFC.
    and  how to pass input valus to the bapi and how to execute the BAPI
    plese send the reply ASAP
    regards
    mmukesh

    Hi
    i did like this
    In  Start View OnActionSearch () method code
    public void onActionsearch (com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
           wdThis.wdGetTestCustControllerController().executeGetlistBapi();
    in CustomController Init method
    public void wdDoInit()
        Bapi_Flight_Getlist_Input input = new Bapi_Flight_Getlist_Input();
        wdContext.nodeBapi_FlightGetlist_Input().bind(input);
        input.setDestination_From(new Bapisfldst());
        input.setDestination_To(new Bapisfldst());
    In CUSTOMECONTROLLER executeGetlistBapi();
    METHOD
    public void executeGetlistBapi( )
        //@@begin executeGetlistBapi()
        try{
           wdContext.currentBapi_FlightGetlist_InputElement().modelObject().execute();
           wdContext.nodeOutput().invalidate();
        }catch(Exception ex){
           ex.printStackTrace();
    Then let me know what is wrong in this
    i did as per pdf
    please correct if there is any worng in this code.
    this is flight example .
    regards
    mmukesh

  • How to customize (or remove) the documentviewer toolbar in code (no xml)?

    Hi all,
    I have a tab control that gets a new tab (with a documentviewer and a button) at runtime as the user selects items from a listbox. There is no xml for the new tabs ( but there is for the tabControl). The new tabs are generated at run time. After some
    time I was able to put a couple of rows and have the button in the top row and the documentviewer on the bottom row. Now I'm thinking I want to get rid of the documentviewer toolbar but all examples I can find use xml. I also read that I need to change
    the default template for the documentviewer... but again most stuff involves xml. So ... I'm thinking maybe I should modify the toolbar instead to include the button. But I'm not sure which way would be easier.
    Comments welcome.
    Thanks
    private void myListbox_SelectionChanged(object sender, SelectionChangedEventArgs e)
    if (myListbox.Items.Count > 0)
    TabItem newTab = new TabItem();
    newTab.Header = myListbox.SelectedValue.ToString();
    Button closeButton = new Button();
    closeButton.Content = "Close Report";
    closeButton.Width = 105;
    closeButton.Height = 25;
    closeButton.Margin = new Thickness(50, 0, 50, 0);
    closeButton.HorizontalAlignment = System.Windows.HorizontalAlignment.Right;
    closeButton.VerticalAlignment = System.Windows.VerticalAlignment.Center;
    closeButton.AddHandler(Button.ClickEvent, new RoutedEventHandler(closeButton_Click));
    DocumentViewer mydoc = new DocumentViewer();
    // Need to remove or modify documentViewer toolbar Grid myGrid = new Grid();
    RowDefinition topRow = new RowDefinition();
    RowDefinition bottomRow = new RowDefinition();
    topRow.Height = new GridLength(5, GridUnitType.Star);
    bottomRow.Height = new GridLength(95, GridUnitType.Star);
    myGrid.RowDefinitions.Insert(myGrid.RowDefinitions.Count, topRow);
    myGrid.RowDefinitions.Insert(myGrid.RowDefinitions.Count, bottomRow);
    Grid.SetRow(closeButton, 0);
    myGrid.Children.Add(closeButton);
    Grid.SetRow(mydoc, 1);
    myGrid.Children.Add(mydoc);
    newTab.Content = myGrid;
    mainTabcontrol.Items.Insert(mainTabcontrol.Items.Count, newTab);
    private void closeButton_Click(object sender, RoutedEventArgs e)
    TabItem tabToClose = new TabItem();
    tabToClose = mainTabcontrol.SelectedItem as TabItem;
    mainTabcontrol.Items.Remove(tabToClose);

    You could add a "dummy" DocumentViewer to your XAML, switch to design mode in Visual Studio 2012 or later, right-click on it and choose Edit Template->Edit a copy to copy the default template into your XAML and then modify it as per your requirements.
    You can then remove the "dummy" control, but keep the generated style and assign the Style property of your DocumentViewer to this custom style at runtime:
    DocumentViewer mydoc = new DocumentViewer();
    mydoc.Style = this.Resources["DocumentViewerStyle1"] as Style;
    //or mydoc.Style = Application.Current.Resources["DocumentViewerStyle1"] as Style;
    Hiding/removing the Toolbar can be accomplished by setting the Visibility property of the first ContentControl in the default ControlTemplate to Collapsed:
    <Window.Resources>
    <Style x:Key="DocumentViewerStyle1" BasedOn="{x:Null}" TargetType="{x:Type DocumentViewer}">
    <Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.WindowTextBrushKey}}"/>
    <Setter Property="Background" Value="{DynamicResource {x:Static SystemColors.ControlBrushKey}}"/>
    <Setter Property="FocusVisualStyle" Value="{x:Null}"/>
    <Setter Property="ContextMenu" Value="{DynamicResource {ComponentResourceKey ResourceId=PUIDocumentViewerContextMenu, TypeInTargetAssembly={x:Type Documents:PresentationUIStyleResources}}}"/>
    <Setter Property="Template">
    <Setter.Value>
    <ControlTemplate TargetType="{x:Type DocumentViewer}">
    <Border BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Focusable="False">
    <Grid Background="{TemplateBinding Background}" KeyboardNavigation.TabNavigation="Local">
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="*"/>
    </Grid.ColumnDefinitions>
    <Grid.RowDefinitions>
    <RowDefinition Height="Auto"/>
    <RowDefinition Height="*"/>
    <RowDefinition Height="Auto"/>
    </Grid.RowDefinitions>
    <ContentControl Visibility="Collapsed" Grid.Column="0" Focusable="{TemplateBinding Focusable}" Grid.Row="0" Style="{DynamicResource {ComponentResourceKey ResourceId=PUIDocumentViewerToolBarStyleKey, TypeInTargetAssembly={x:Type Documents:PresentationUIStyleResources}}}" TabIndex="0"/>
    <ScrollViewer x:Name="PART_ContentHost" CanContentScroll="true" Grid.Column="0" Focusable="{TemplateBinding Focusable}" HorizontalScrollBarVisibility="Auto" IsTabStop="true" Grid.Row="1" TabIndex="1"/>
    <DockPanel Grid.Row="1">
    <FrameworkElement DockPanel.Dock="Right" Width="{DynamicResource {x:Static SystemParameters.VerticalScrollBarWidthKey}}"/>
    <Rectangle Height="10" Visibility="Visible" VerticalAlignment="top">
    <Rectangle.Fill>
    <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
    <LinearGradientBrush.GradientStops>
    <GradientStopCollection>
    <GradientStop Color="#66000000" Offset="0"/>
    <GradientStop Color="Transparent" Offset="1"/>
    </GradientStopCollection>
    </LinearGradientBrush.GradientStops>
    </LinearGradientBrush>
    </Rectangle.Fill>
    </Rectangle>
    </DockPanel>
    <ContentControl x:Name="PART_FindToolBarHost" Grid.Column="0" Focusable="{TemplateBinding Focusable}" Grid.Row="2" TabIndex="2"/>
    </Grid>
    </Border>
    </ControlTemplate>
    </Setter.Value>
    </Setter>
    </Style>
    </Window.Resources>
    If you just want to hide the Toolbar, you could do this programmatically by findind the ContentControl in the visual tree using a helper method like this:
    private void myListbox_SelectionChanged(object sender, SelectionChangedEventArgs e)
    DocumentViewer mydoc = new DocumentViewer();
    mydoc.Loaded += (ss, ee) =>
    ContentControl cc = FindVisualChildren<ContentControl>(mydoc).FirstOrDefault();
    cc.Visibility = System.Windows.Visibility.Collapsed;
    private static IEnumerable<T> FindVisualChildren<T>(DependencyObject depObj) where T : DependencyObject
    if (depObj != null)
    for (int i = 0; i < VisualTreeHelper.GetChildrenCount(depObj); i++)
    DependencyObject child = VisualTreeHelper.GetChild(depObj, i);
    if (child != null && child is T)
    yield return (T)child;
    foreach (T childOfChild in FindVisualChildren<T>(child))
    yield return childOfChild;
    If you want to do some more advanced customization, then use the XAML approach and edit the template accordingly.
    Hope that helps.
    Please remember to close your threads by marking helpful posts as answer and then start a new thread if you have a new question. Please don't post several questions in the same thread.

  • How to add subject in the mail while choosing option i.e. "Send a copy of the entire PDF file as an

    I need to update the subject in the mail while choosing option i.e. "Send a copy of the entire PDF file as an attachment"?
    How I can add my own subject in the mail while attaching pdf file, currently it shows as "do" subject name which is default every time?

    the normal FILE FTP adapter will do or do we have to use any special Adapter
    File adapter with a bit of modification will do. See this
    XI: Read data from PDF file in Sender Adapter
    Once ur pdf is converted to xml, u can use the java or xsl mapping to map the comlpete xml structure into one field
    The specified item was not found.
    Regards,
    Prateek

  • How do I re-enable the Markzware Q2ID conversion options window?

    I'm converting documents from Quark to InDesign using Q2ID. I want the option of converting plain text across from Quark. In InDesign, the only menu options I have for Markzware are Q2ID>Convert Quark document and Q2ID>Help. I've gone to the Markzware online help, and found that Q2ID has a popup Conversion Options window that allows you to convert files without styles. Unfortunately, this window has been disabled. Can anyone help me re-enable this popup window. Markzware help instructions for re-enabling this window follow. Unfortunately, I don't have an Options selection in my Markzware/ID2Q Menu. Can anyone help?
    Once you have set the don’t show option, in order to disable  it:
    1. Go to the Markzware/ID2Q Menu
    2. Select Options
    3. This will  bring up the Conversion Options window
    4. Uncheck the don’t  show checkbox
    5. Click OK
    Now, whenever you select an InDesign  file to convert, the Conversion Options window will appear.
    Read more: http://markzware.com/support/manuals/id2q-manual/id2q-conversion-options-window/don_t-show -option/#ixzz2tmY9PfJ1

    Unfortunately, this doesn't work. I think there must be hidden commands in the converted file coming from Quark or some other application that prevent the style assignment from working. Some of these documents appear to have been converted multiple times. Worst case, from FrameMaker to Word to Quark, then to InDesign. The imported styles seem to be hopelessly garbled. Even deleting the style, creating a new one and assigning it to the paragraph doesn't work. My conclusion is I must re-type the documents from scratch because the behaviour of converted files is unpredictable. Sometimes a selection will take on the attributes of the assigned style, sometimes it won't.
    Any thoughts?

  • How do I hide/remove the Invite People menu option under Share in Office 2013

    We have attempted to disable all the cloud features of Office 2013 using GPOs. However, the "Invite People" menu option under Share in the Office backstage view still shows up. Is there a GPO or reg key to remove or hide this option? See image
    below.
    Thanks very much

    Please try to use the Office Custom UI Editor to hide the the "Invite People" Task.
    http://openxmldeveloper.org/blog/b/openxmldeveloper/archive/2009/08/07/7293.aspx
    The idmso is ShareWithPeople (found it from the Office document http://www.microsoft.com/en-us/download/details.aspx?id=727)
    and reference to the following blog to write the XML:
    http://blogs.msdn.com/b/vsod/archive/2013/04/05/customizing-office-2013-backstage.aspx
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • I don't like the retore previous option. if someone were to open it they could hack my facebook account or something else. how do i turn of the restore previous session option

    I don't like the restore previous session option b/c it can lead to hacking into my computer.

    Hello,
    You could read this-
    http://en.wikipedia.org/wiki/Firefox_4#Migration_issues
    But if you really want to go to Firefox 3.6,
    http://www.mozilla.com/en-US/firefox/all-older
    and click the "Download" link for English Windows.

Maybe you are looking for