QM - Inpection setup button not in QM view

Hi Guys,
Can anyone please help me with this QM view issue in material master?
I supposed to get the "Inpection Setup" button in QM view but its not there.
any help would be appreciated.
Regards,
Owais

Hi,
In IMG under
Logistics - General -> Material Master -> Configuring the Material Master -> Define Structure of Data Screens for Each Screen Sequence -> Choose Screen Sequence -> "Click on Data Screens" in the left pane of the window -> Choose "Quality Management" and click on "Subscreens" -> Make sure the entries are correct.
You can display QM View by clicking on "View Data Screen".
Regards,
Srilatha.

Similar Messages

  • Buttons not working when viewing .pdf on tablet...

    I created a .pdf to view on a tablet. My links are working, but the buttons I created are not.
    For example, Button 1 is supposed to take the user back to page 1, but touching the button does nothing.
    Help!
    Thanks!

    If you're using the free Adobe Reader, it currently doesn't support buttons.
    You need to get a paid 3rd party PDF reader. PDF Expert should work for you.

  • REPORT VIEWER- PRINT BUTTON- NOT PRINTING ONLY IN SOME MACHINES

    I built a project in VS2008(VB.Net) and it uses RDLC reports...When ive published my software i tried and it works fine and can print successfully on my machine but when i tried on the target machine i can export to pdf but i cant print the files directly
    using the print button on the report viewer...What is the problem? Thanking you in advance.

    Hello,
    Which browser did your used in the target machine? The issue may happens when you use none-IE browser. 
    The ClientPrint control of the Report Viewer control is based off of ActiveX and is not designed to work in none-IE browsers. This is a known issue in Report Viewer control.
    To workaround this issue, you can try to use custom control or ActiveX control to get the print option enabled for the Report Viewer.
    Reference:http://www.codeproject.com/Questions/608046/Reportplusviewerplusprintplusbuttonplusisplusnotpl
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Not able to view the User Decisions Buttons in UWL

    Hi Experts,
    We have configured the UWL for the WI execution. Now the Problem is I am not able to view the User Decisions Step buttons in UWL instead when I select the User Decision Step it is opening in SAP GUI there I am able to view the SBWP WI decisions screen.
    But I need those buttons in UWL instead logging in SAP. CurrentlyI am able to see "Open Task", "Resubmit", "Forward" & "Assign to Me" buttons but similarly I want to display the User Decisions Buttons as well. Please let me know o how to achieve this requirement.
    Thanks in advance.
    Regards,
    Srinivas

    Hi Viji,
    I am sorry if it got confused I have copied the standard BO and done the enhancement to the DECISION method as per my requirement and now when I give this task in UWL it does not show up the buttons in Portal instead upon opening the work item it will open a SAP GUI and there it will show up the USER decision details similar to the things in the SBWP transaction. Instead I have seen some cases where it had shown the User Decision buttons in the Portal itself.
    Let me know if you have any idea on this.
    Regards,
    SRinivas

  • Inspection Setup button is missing in MM12

    Hai,
    We are running ECC 6.0 and found that "Inspection Setup" button is missing in MM12. anyone has come across the same before?
    Sonali

    Hai manish,
    I did not understand what u said. The Qm view was set up correctly with inspection types  03, 04 and 89 now. I would like to schedule a change for this material in the 04 inspection type "the average inspection duration" field from 95 days to 65 days.
    When I go to MM12, I don't see this "Inspection Type" button that I see in MM02.
    let me know.
    Sonali

  • Captivate 8 - Next Button Works Only After Viewing Slide

    How do I make a Continue button work only after the viewer has viewed the entire slide?
    I also want the viewer to be able to skip ahead instantly through slides they have already viewed.
    Thanks.
    - Jason

    Let me show you what I'm trying to create here. Sorry I need specific instructions since I'm a newbie to Captivate and not familiar with conditions and advanced actions. 
    I am currently using normal buttons (not a shape button) to create my PREVIOUS & NEXT buttons. Based on your advice I will switch to shape buttons.
    "It could be done with a conditional advanced/shared action on Enter of each slide. You'll need a user variable per slide, a Boolean, that you change on the first visit from a default value of 0 to 1, after having checked its value."
    What specifically do I select for the "On Enter" of each slide?
    And do I only need to put this condition in the "On Enter" section of each slide? Or do I also need to setup special conditions for the NEXT button?
    Thanks.
    - Jason Boone

  • Disable delete button in a maintenance view

    Hi,
    Does anyone knows how can I disable the delete button in a maintenance view so when a user that is not authorized can´t delete any row, or how can I lock the delete subroutine.
    Thanks!

    Hello Moises
    The problem with this solution is that if you ever need to modify your maintenance view (i.e. regenerate the dynpros because you may want to add new fields) your coding is gone.
    This is not the case if you are using event 19. Below you see same sample coding:
    ***INCLUDE LZUS_SDN_MAINTF01 .  " Function Group with maintenance views
    * Event 19: After Init. Global Variables, Field Symbols, etc.
    * http://help.sap.com/saphelp_nw2004s/helpdata/en/91/ca9f44a9d111d1a5690000e82deaaa/content.htm
    FORM exclude_gui_function.
    * define local data
      DATA: ls_excl   TYPE vimexclfun.
      ls_excl-function = 'DELE'.  " taken from standard GUI-status 'ZULG'
    BREAK-POINT.
      AUTHORITY-CHECK OBJECT 'F_BKPF_BUK'
               ID 'BUKRS' FIELD '1000'
               ID 'ACTVT' FIELD '02'.
      IF ( syst-subrc NE 0 ).
        APPEND ls_excl TO excl_cua_funct.
      ENDIF.
      APPEND ls_excl TO excl_cua_funct.  " Just for the purpose of demonstration
    ENDFORM.                    "exclude_gui_function
    Regards
      Uwe

  • Not able to view mails in inbox

    Hi I use ovi mail and currently i am not able to view mails in any of the folders. I use the same user name as that of my yahoo mail account. Does this has to do anything.

    Have you tried a battery pull yet?
    Please click the Thumbs Up icon if this comment has helped you!
    If your issue is resolved, please click the solution button on the resolution!
    Every BlackBerry should have BlackBerry Protect, get it now! | Follow me on Twitter | Bring Back BBM Music!

  • Button not working in browser

    I am coding a video player in Netbeans 6.8. just find two problems:
    1. the browser button not working in browser when I run the project from Netbeans under "run in browser" mode. however under "standard execution" mode, everything is fine.
    2. can not run the jar file in the project's dist directory directly. in other word, I can not run the jar file outside of Netbeans.
    I appreciate any help. thanks.
    Main.fx:
    package gui;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.paint.Color.*;
    * @author Jethro
    var face=Face{};
    function run(){
        Stage{
            title: "player"
            resizable:false
            scene: Scene{
                width:800
                height:600
                fill:DARKBLUE
                content: [face]
    }Face.fx:
    package gui;
    import javafx.scene.CustomNode;
    import javafx.scene.Group;
    import javafx.scene.Node;
    import javafx.scene.control.Button;
    import javafx.scene.layout.VBox;
    import javafx.scene.media.Media;
    import javafx.scene.media.MediaPlayer;
    import javafx.scene.media.MediaError;
    import javafx.scene.input.MouseEvent;
    import javafx.scene.media.MediaView;
    import javafx.scene.control.ProgressBar;
    * @author Jethro
    public class Face extends CustomNode {
        public var lbf=LBF{};
        public var enable=true;
        public var mark="play";
        public var sourceOfMedia:String;
        public def player=MediaPlayer {
            repeatCount:MediaPlayer.REPEAT_FOREVER
            onError:function(e:MediaError){
                var er=e.message;
         media : bind Media {
              source: sourceOfMedia
        public def view=MediaView {
                mediaPlayer:bind player
                preserveRatio: true                    
        public def bar=ProgressBar {
                height:10
                width:bind scene.width
                progress: bind
                    if(player.media !=null){
                        player.currentTime.toMillis()
                            /player.media.duration.toMillis();
                    }else{
                        0.0
        public var play=Button {      
            onMousePressed:function(e:MouseEvent){
                if(enable and player.media != null){
                            mark="pause"; println("playing...");                       
                            sourceOfMedia=lbf.uri;
                            player.play();
                            enable=false;
                }else{
                    mark="play";
                    player.pause();println("paused...");
                    enable=true;
         text: bind mark       
        public override function create(): Node {
            return Group {
                content: [
                    VBox{
                        content: [
                            lbf,
                            bar,
                            play,
                            view,
    }LBF.fx:
    package gui;
    import javafx.scene.CustomNode;
    import javafx.scene.Group;
    import javafx.scene.control.TextBox;
    import javafx.scene.layout.HBox;
    import javafx.scene.paint.Color;
    import javafx.scene.shape.Rectangle;
    import javafx.scene.text.Font;
    import javafx.scene.text.Text;
    import javafx.scene.Node;
    import javafx.geometry.HPos;
    import javafx.geometry.VPos;
    import javafx.scene.control.Button;
    import javax.swing.JFileChooser;
    * @author Jethro
    public class LBF extends CustomNode{
        public var uri:String;
        public var whereis=Text {
            fill:Color.BLUE
         font : Font {
              size: 20
         x: 10, y: 30
         content: "location: "
        public var location=TextBox{
            text:"the song's location"
            columns:40
            selectOnFocus:true
        public var browser=Button {
         text: "Browser"
         action: function() {
                    var jfc=new JFileChooser();               
              jfc.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);
                    var val = jfc.showOpenDialog(null);
                    if(val == JFileChooser.APPROVE_OPTION) {                   
                        location.text = jfc.getSelectedFile().getAbsolutePath();
                        uri=jfc.getSelectedFile().toURI().toString();
                        println(location.text);
        public var face=Group {
         content: [
              Rectangle {
                        x: 0, y: 0
                        width: 800, height: 50
                        fill: Color.SILVER
                     HBox{
                         width:800
                         height:50
                         hpos:HPos.CENTER
                         vpos:VPos.CENTER
                         spacing:5
                         content: [whereis,location,browser]
        public override function create():Node{
            return face;
    }

    thanks for your reply but I need more specific operation.
    maybe I am not very clear about the problem one. I mean when I run the code in standard mode, if I click the browse button, a window will pop out and I can choose a video file from my local harddisk. but if I run it in "web start execution" mode and "run in browser" mode. the browse button make no response when I click it.
    Edited by: Phoenix2006 on Feb 8, 2010 2:35 PM
    Edited by: Phoenix2006 on Feb 8, 2010 2:37 PM
    Edited by: Phoenix2006 on Feb 8, 2010 2:42 PM

  • Help button not working on R12

    Hi
    In my R12 envirionment, when I clicking on "help" button, is not working.
    View topic - Help on web giving blank page..
    Help me
    Thanks
    Neo
    Edited by: user10764313 on Dec 1, 2011 9:51 AM

    Please post the details of the application release, database version and OS.
    In my R12 envirionment, when I clicking on "help" button, is not working.Not working means?
    Was this working before? If yes, any changes been done recently?
    Can you find any errors in the database/apache log files?
    Can you reproduce the issue from different machines using different browsers?
    Help mePlease elaborate more.
    Thanks,
    Hussein

  • Not able to view text while typing beyond the top edge of the keyboard

    I have an iPad mini with updated iOS 8.1.3 ......
    Honestly I was very happy with iOS 7 it was perfect. The iPad was working fast and effortlessly. Just like how any apple product should be.
    Until iOS 8 spoiled the show. There are many problems I'm facing after the update, but I want a solution for my major problem.
    Problem 1: (Major –Blinded by the Keyboard)
    I'm not able to view the body text beyond the edges of the keyboard while I’m typing; may it be in Notes, Pages, Numbers, Keynotes, calendar or any other app, which requires typing. Earlier I could just swipe it up and so it got scrolled to the end of the document. I extensively use notes, Calendar, pages, numbers, and keynote on iPad but sad that I can't see anything, though it is typing beyond the edge of the new keyboard. It's just stuck. Presently I'm copy-pasting, by typing at the beginning of the document cause after it reaches the edge of the keyboard I'm blind can't see. Please fix it soon before people realise this.
    Problem 2: (updating)
    iOS 8.1.2 is slow for iPad mini 1. When the processor is not able to manage this update then why does Apple give the option of updating. iOS 7 was just perfect. I was forced to update it because my app updates wouldn't update. Soon as I click update it opens the app and there you have it 'nothing'.
    Problem 3: (Siri)
    what is the use of Siri when it is slow to react, (in 3G). It just opens up slow.
    Problem 4: (Photos app)
    Photos app response time is very slow on iPad.
    Problem 5: (assertive touch)
    The assertive touch button on screen just goes dud sometimes on iPad.

    For your keyboard problem:  Hold down the home & sleep/wake buttons simultaneously until the Apple Logo appears then let go & let the iPad boot up normally.
    For your other issues, & if you do not wish to update to iOS 8.2, do a general reset:
    Settings->General->Reset->Reset All Settings.  You won't lose any data but will have to log back into your wifi networks.

  • How can I print out CC invoices ? I receive a link in an email from Adobe but I am not allowed to view my invoices ???

    I receive a personal link in an email from Adobe telling me that my account has been charged, but I am not allowed to view my invoices ???

    Go to adobe.com. If you're not already logged in with your adobe id, log in. Under your name you should see a small button that says "manage account." Click it. Next select "Plans & Products." Under the Plans section, click "Manage Plan." On the new page, on the right is a "Billing History" section (it may take a second or to two to load to invoice info). Click the small print icon all the way to the right. You'll get a PDF form that you can download or print. Good luck.

  • Action on Button in a Tiled View

    HI,
    Does anyone have a sample code/insight/thoughts on how I could
    implement the following ??
    I have a button inside a tiled view. If the user clicks on one of the
    buttons in the list - I need to perform a certain action - basically
    delete that row from the tiled view (and do some other stuff) and re-
    display the list.
    Thank you
    Atul

    Hello Moises
    The problem with this solution is that if you ever need to modify your maintenance view (i.e. regenerate the dynpros because you may want to add new fields) your coding is gone.
    This is not the case if you are using event 19. Below you see same sample coding:
    ***INCLUDE LZUS_SDN_MAINTF01 .  " Function Group with maintenance views
    * Event 19: After Init. Global Variables, Field Symbols, etc.
    * http://help.sap.com/saphelp_nw2004s/helpdata/en/91/ca9f44a9d111d1a5690000e82deaaa/content.htm
    FORM exclude_gui_function.
    * define local data
      DATA: ls_excl   TYPE vimexclfun.
      ls_excl-function = 'DELE'.  " taken from standard GUI-status 'ZULG'
    BREAK-POINT.
      AUTHORITY-CHECK OBJECT 'F_BKPF_BUK'
               ID 'BUKRS' FIELD '1000'
               ID 'ACTVT' FIELD '02'.
      IF ( syst-subrc NE 0 ).
        APPEND ls_excl TO excl_cua_funct.
      ENDIF.
      APPEND ls_excl TO excl_cua_funct.  " Just for the purpose of demonstration
    ENDFORM.                    "exclude_gui_function
    Regards
      Uwe

  • Windows 8 button not woking

    The windows 8 button at the bottom of the screen has stopped responding although it gives a little vibration when touched nothing happens wheras it used to return you to the metro home screen whenever it was touched. I assume that the button works because it gives a little buzz so Im guessing that somewhere in the operating system the button function has been turned off. Where do i start to look so that i can re-enable it?
    This question was solved.
    View Solution.

    You refer to windows home button? I've researched about the topic... It's strange... and found many people want to disable, lol What I found: - Microsoft Surface - Disable/Enable Home Button http://www.youtube.com/watch?v=ovdOgZj4y_8 - Here someone had the same problem on an Android tablet, and the button worked again when ram memory was not low, and clearing cache, or rebooting http://forums.androidcentral.com/samsung-galaxy-note-2/285407-long-press-home-button-not-working.htm... - And here, someone said when pressing there was a beep and someone gave a trick to disable the beep http://forums.wpcentral.com/microsoft-surface-windows-rt/249039-home-button-beeps-when-pressed-after... "Try pushing the windows key and the up button at the same time. This should disable the ease of access and remove the audible tone" The thing is... it's not possible at the moment to disable that button on windows 8.1, unless you use a software to do that. To enable it I have found anything more. I haven't got to watch the video, I hope it helps a little.

  • Buttons not working in Web-packaged

    I'm using AW7 on XP content is viewed in IE6.
    In production my frame navigation is handled by custom
    buttons hanging on an interaction icon. I have never had a problem
    with this before, but now they aren't working in the packaged
    piece.
    They're visible, their state changes when I hover over or
    click on them. But nothing happens. When I converted them to
    hotspots to test the script, the interaction worked fine. They were
    hot only when they were supposed to be. When I clicked on them, the
    executed appropriately.
    These buttons are perpetual, but visible only on certain
    conditions which makes using hoptspots and graphics difficult. For
    me at least.
    Can anyone tell from this why these buttons aren't
    working?

    When something like this happens I usually start by adding in
    some kind of
    test to see if the button was started and then interrupted by
    adding in
    SystemMessageBox(.....) at the top of the button's path.
    Is the button being disabled during operation or right from
    the start? I
    have seen problems with perpetual buttons not internally
    resetting their
    active state when something interrupts them and they don't
    get a chance to
    finish. For instance double-clicking a perpetual button can
    sometimes cause
    the path attached to the button to be "entered" twice. Then
    you're stuck
    because you can only exit it once. If this is the problem
    then you can make
    the button inactive when within itself. (using
    ~within@"button" in the
    avtive if true property for the button)
    HTH,
    Mike
    ====================
    Mike Baker
    Adobe Community Expert
    [email protected]
    "O G's Y Me?" <[email protected]> wrote in
    message
    news:fjm7uk$66o$[email protected]..
    > I'm using AW7 on XP content is viewed in IE6.
    > In production my frame navigation is handled by custom
    buttons hanging on
    an
    > interaction icon. I have never had a problem with this
    before, but now
    they
    > aren't working in the packaged piece.
    > They're visible, their state changes when I hover over
    or click on them.
    But
    > nothing happens. When I converted them to hotspots to
    test the script, the
    > interaction worked fine. They were hot only when they
    were supposed to be.
    When
    > I clicked on them, the executed appropriately.
    > These buttons are perpetual, but visible only on certain
    conditions which
    > makes using hoptspots and graphics difficult. For me at
    least.
    >
    > Can anyone tell from this why these buttons aren't
    working?
    >

Maybe you are looking for