SPOOL DIALOG DOES NOT APPEAR WHEN NO_DIALOG = SPACE

The control parameters that allow the spool dialog popup to appear work when executing directly from MB90, but when executing from MIGO, the spool dialog popup does not appear.  The print output is occurring without giving user option to change spool dialog entries.  The desired outcome is to have the spool dialog popup appear when executing IM transactions and our output type is WEE4 to allow user input prior to printing. 
See below for code:
FORM CALL_GR_SMARTFORM.
  TABLES: LTBP,
          QAMB.
  DATA:  LV_LTBP TYPE LTBP,
         LV_SFORM_NAME TYPE SFORM,
         LV_FM_NAME   TYPE RS38L_FNAM,
         LV_MESS      TYPE STRING,
         LT_OUTPUT_OPTIONS TYPE SSFCOMPOP OCCURS 0 WITH HEADER LINE,
         LT_COPIES    LIKE MSEG-MENGE,
         LT_CONTROL_PARAMETERS TYPE SSFCTRLOP OCCURS 0 WITH HEADER LINE,
         LV_MATERIAL_TEXT TYPE MAKT,
         L_CX_ROOT    TYPE  REF TO CX_ROOT.
     SELECT SINGLE * FROM MAKT INTO LV_MATERIAL_TEXT
            WHERE MATNR = MSEG-MATNR AND
                  SPRAS = 'EN'.
  IF mseg-werks = '0050' AND NAST-KSCHL = 'WEE2'.
    LV_SFORM_NAME = 'ZZEBRA_GRSERVLBL'.
  ELSEIF mseg-werks = '0050' AND NAST-KSCHL = 'WEE4'.
    LV_SFORM_NAME = TNAPR-SFORM.
    LT_COPIES = MSEG-MENGE.
  ELSEIF MKPF-VGART = 'WQ' AND MSEG-BWART = '321'.
    IF MSEG-ZEILE <> '0001'.
      RETURN.
    ENDIF.
    SELECT SINGLE * FROM QAMB
          WHERE MBLNR = MSEG-MBLNR AND
                MJAHR = MSEG-MJAHR.
    IF sy-subrc = 0.
      SELECT SINGLE * FROM LTBP INTO LV_LTBP
            WHERE QPLOS = QAMB-PRUEFLOS AND
                  MATNR = MSEG-MATNR.
    ENDIF.
    IF sy-subrc = 0.
      SELECT SINGLE * FROM LTBP
            WHERE TBNUM = LV_LTBP-TBNUM AND
                  MATNR = LV_LTBP-MATNR AND
                  MBPOS = LV_LTBP-MBPOS AND
                  ELIKZ = ''            AND
                  BESTQ = ''.
    ENDIF.
    LV_SFORM_NAME = TNAPR-SFORM.
  ELSEIF mseg-bestq = 'Q'.
    SELECT SINGLE * FROM LTBP
          WHERE LGNUM = MSEG-LGNUM AND
                TBNUM = MSEG-TBNUM AND
                TBPOS = MSEG-TBPOS.
      LV_SFORM_NAME = 'ZZEBRA_GRQMLABEL'.
  ELSE.
    LV_SFORM_NAME = TNAPR-SFORM.
  ENDIF.
  LT_OUTPUT_OPTIONS-TDIMMED   = NAST-DIMME.
  LT_OUTPUT_OPTIONS-TDDELETE  = NAST-DELET.
  LT_OUTPUT_OPTIONS-TDDEST    = NAST-LDEST.
  LT_OUTPUT_OPTIONS-TDDATASET = NAST-DSNAM.
  LT_OUTPUT_OPTIONS-TDSUFFIX1 = NAST-DSUF1.
  LT_OUTPUT_OPTIONS-TDSUFFIX2 = NAST-DSUF2.
  LT_OUTPUT_OPTIONS-TDARMOD   = NAST-TDARMOD.
  LT_OUTPUT_OPTIONS-TDCOVER   = NAST-TDOCOVER.
IF sy-tcode = 'MB90'.
  LT_CONTROL_PARAMETERS-NO_DIALOG = SPACE.
ELSE.
  LT_CONTROL_PARAMETERS-NO_DIALOG = 'X'.
ENDIF.
IF NAST-KSCHL = 'WEE4'.
  LT_OUTPUT_OPTIONS-TDCOPIES  = LT_COPIES.
  LT_OUTPUT_OPTIONS-TDGROUP  = 'X'.
  LT_CONTROL_PARAMETERS-NO_DIALOG = SPACE.
ENDIF.
  APPEND LT_CONTROL_PARAMETERS.
  APPEND LT_OUTPUT_OPTIONS.
**To get Function Module Name
CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
      formname                 = LV_SFORM_NAME
  VARIANT                  = ' '
  DIRECT_CALL              = ' '
IMPORTING
     fm_name                  = LV_FM_NAME
EXCEPTIONS
  NO_FORM                  = 1
  NO_FUNCTION_MODULE       = 2
  OTHERS                   = 3
IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
   CATCH CX_FP_API INTO L_CX_ROOT.
     LV_MESS = L_CX_ROOT->GET_TEXT( ).
     MESSAGE LV_MESS TYPE 'E'.
ENDIF.
To call SMARTFORM Form
  CALL FUNCTION LV_FM_NAME
   EXPORTING
  ARCHIVE_INDEX              =
  ARCHIVE_INDEX_TAB          =
  ARCHIVE_PARAMETERS         =
     CONTROL_PARAMETERS         = LT_CONTROL_PARAMETERS
  MAIL_APPL_OBJ              =
  MAIL_RECIPIENT             =
  MAIL_SENDER                =
     OUTPUT_OPTIONS             = LT_OUTPUT_OPTIONS
     USER_SETTINGS              = SPACE
     po_item                    = ekpo
     mat_text                   = LV_MATERIAL_TEXT
     mat_doc_item               = mseg
     mat_doc_post               = mkpf
     QM_INSP_LOT                = ltbp
IMPORTING
  DOCUMENT_OUTPUT_INFO       =
  JOB_OUTPUT_INFO            =
  JOB_OUTPUT_OPTIONS         =
EXCEPTIONS
  FORMATTING_ERROR           = 1
  INTERNAL_ERROR             = 2
  SEND_ERROR                 = 3
  USER_CANCELED              = 4
  OTHERS                     = 5
    IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
ENDFORM.                    " call_rm07etikett_smartfo

Hi azman1437.
I see that since an update you haven't been able to scan with your Deskjet 3050A. I try to help with this.
I would suggest by starting with an uinstall/install of your software. Something may have changed how the software is loading on the computer when you attempt to scan.
The other option, is looking for the HPscan application.
Where this is located depends on your computers operating system. To help with that would need to know the OS of the computer.
I hope this helps, thanks for your post.
I worked on behalf of HP.

Similar Messages

  • I have just updated my MBP to Maverick OS. I am unable to shutdown or log off. When i press the shutdown button, a black screen appears which goes off on pressing any key. The shutdown or log off dialog does not appear. Your kind help is much appreciated.

    I have just updated my MBP 17 / retina display to Maverick OS. I am unable to shutdown or log off. When i press the shutdown button, a black screen appears which goes off on pressing any key. The shutdown or log off dialog does not appear. Your kind help is much appreciated.

    The button response has changed. 
    Short press : sleep
    Medium press (2-3 sec) : restart, shutdown, sleep dialog
    Long press : force shutdown. (Same as before)

  • Since my last firefox update, I have been unable to type an email - the text box does not appear when I press 'reply' , or press 'compose'. The email provider is '123-reg.co.uk. I have been using both firefox and the provider ['webfusion Ltd/webmail123] s

    Hello. Since my last firefox update, I have been unable to type an email - the box within which one would usually type does not appear when I press 'reply' to a received email, or press 'compose'. The email provider is '123-reg.co.uk. I have been using both firefox and the provider ['webfusion Ltd/webmail123] successfully for well over a year. The provider says it is a browser problem. I can still add an attachment to the email header, which successfully can be sent, but the recipient gets my standard email 'signature' with font messages and the attachment. Can anyone help? My email addresses are [email protected] [this is the one with the issue] and [email protected] in English
    == today

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • How do I know if private browsing is working? The purple mask does not appear when I click the mask icon. In my privacy settings "Never Remember" is selected.

    I'm trying to confirm private browsing is working. Right now I have no way of knowing if it is on or not. The purple mask ,referred to in help, does not appear when selected. I should say in my privacy settings, I have selected "Never Remember" for history.

    Do you mean you have checked the box: "Always use private browsing mode"? If so, it's intentional that the private browsing icon isn't displayed as we didn't want Firefox to be showing everyone within view that you're using private browsing mode IIRC.
    There are some easy things you can do to confirm that you are in private browsing mode such as visiting a new website and then confirming it doesn't appear in the history window.

  • The navigation menu does not appear when published to folder and my 12 photos are not on the site either

    The navigation menu does not appear when published to a file.  My 12 photos are also absent as well, just as if they wernt added.
    I have tried rebuilding the site but the same problem appears.  Everything else seems perfect up to tha publidhed file.
    Has anyone had the same problem,
    John
    Message was edited by: BOURBAH

    Have you tried: Trouble installing iTunes or QuickTime for Windows or iTunes for Windows Vista or Windows 7: Troubleshooting ...

  • The navigation menu does not appear when published to folder and my 12 photos arenot on the site eitherr

    The navigation menu does not appear when published to a file.  My 12 photos are also absent as well, just as if they wernt added.
    I have tried rebuilding the site but the same problem appears.  Everything else seems perfect up to tha publidhed file.
    Has anyone had the same problem,
    John

    Have you tried: Trouble installing iTunes or QuickTime for Windows or iTunes for Windows Vista or Windows 7: Troubleshooting ...

  • I am unable to work on docs in adobe as the toolbar does not appear when I tap on the doc.

    how do I get my adobe to work? I open the doc in adobe but cant work on the doc. the toolbar does not appear when I tap in the middle. All contact us help leads to nowhere. the e mails from support cant be replied to. is there another app that one couls use to download doc and actually be able to work on them?

    What is your operating system?
    What is your Reader version?
    Are these local or online documents?  If online, in what browser?

  • The "info" button does not appear when trying to sync in iTunes.

    The "info" button does not appear when trying to sync in iTunes. It used to, but no longer does. Anybody?

    Sync Services (which iTunes uses for the Info button) was removed in Mavericks.
    Sync Contacts & Calendars via iCloud.
    -> http://support.apple.com/kb/PH12117?viewlocale=en_US&locale=en_US

  • The progress indicator in version 11.0.1.2 does not appear when a song or podcast starts. It may or may not appear during play.

    The progress indicator in version 11.0.1.2 does not appear when a song or podcast starts. It may or may not appear during play. How do I make it appear so I can start a podcast in the middle of the program?

    No errors in error console. No effect using *. I tried using the dns name of my localhost both in the Firefox URL and in the javascript and I get exactly the same. I have spent a huge amount of time looking into this issue.
    One thing I noticed is that if I use the examples on the internet (http://arunranga.com/examples/access-control/preflightInvocation.html or http://saltybeagle.com/cors/) they work in the same browser. These examples however, are accessed through HTTP proxies.
    I am wondering if the issue has to do with using the same hostname just with different ports.

  • Bell icon (symbol) does not appear when i put my phone on silent

    Bell icon (symbol) does not appear when i put my phone on silent (or vice-versa) when in standby mode. Help.

    I would try a reset
    Also look here
    https://discussions.apple.com/message/9446783#9446783

  • Itunes icon does not appear when attepting to uninstall. Any suggestions?

    When i click on iTunes is tells me I need to reinstall. (Error 7). However, itunes icon does not appear when attempting to unistall. Any suggestions?

    I'm going to assume you are indeed using Windows Vista as your computer information states, and request this be moved to the Windows forum (it was posted in the iTunes for Mac forum).

  • Item pictures not appear does not appear when I sync

    Item pictures not appear does not appear when I sync

    after looking at a few other posts, i tried the uncheck the sync box, did a sync, rechecked the box, and synced again.  the music is now downloading into my phone.  if anyone else has this problem try this first.

  • My main menu does not appear when I turn on my apple tv first generation.  How do I restore my main menu?

    My main menu does not appear when I turn on my apple TV first generation, how do I restore my main menu screen?

    When I turn on, it asks for language choice, then it asks for 1080i, then it asks for network choices.  I choose my network, then it asks for my network password.  I enter the password, then it say it does not connect to network, and if I hit menu on remote, it goes back to network selection.  I can not get to main menu to see my setting for the network, because there is no menu. 

  • The download button does not appear when I try to download Flash Player

    The download button does not appear when I try to download Flash Player on my MacBook Pro.  I'm using Firefox.  I uninstalled Flash Player yesterday and can't download the newest version 11.6.602.180 today, help!

    Here's the current link to the offline installer:
    http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_osx.dmg
    Are you running any ad-blocking or anti-tracking plugins?  When the product download center appears broken, those are common contributors.

  • HT1399 Hi! The "chapter" menu does not appear when I open a book in itunes. How can I make it appear?

    Hi! The "chapter" menu does not appear when I open a book in itunes. How can I make it appear? In fact, one time it did appear, but it seems to have been more of an incident.

    Books are meant to be read on your Devices through iBook App and will not work on iTunes.

Maybe you are looking for

  • Calender to be called in Forms

    Hi , I am new to this forum and new to Oracle forms i have many doubts to be cleared My very first Query is to know what are the steps to be done to invoke the calender to a form my Second one as follows when i select a date from the calender it shou

  • Deleting completely AS400 Database connections from jdev

    hi I want to delete connections of AS400.i deleted first jt400.jar from lib and deleted the AS400 DB from Connections navigator. Now when iam compiling simple html or jsp file from jdeveloper without any connections also iam getting the following err

  • [svn:osmf:] 13633: Add build config file for SMILPlugin project

    Revision: 13633 Revision: 13633 Author:   [email protected] Date:     2010-01-19 14:23:44 -0800 (Tue, 19 Jan 2010) Log Message: Add build config file for SMILPlugin project Added Paths:     osmf/trunk/plugins/SMILPlugin/SMILPlugin-build-config.xml

  • Itunes icon and a USB cable is all that shows on my new Ipad.

      I hooked it up to my PC, but it isn't recognized. The manual doesn't explain what to do. Isn't an Ipad supposed to be easy to use? It won't even come on :-( something simple I'm sure - but what?

  • Pioneer Blue ray burner does not work in a Mavericks.

    MY Pioneer Blu Ray burner BRD-RW 206D does not work and I get this message (The disc can't be used because the disc drive is not supported (error code 0x80020025). I have the last firm ware update in it. It worked fine in Mountain Lion but not in Mav