Smartforms, Output device WA_EKPO-NETPR not defined., ME9F

Hi
I am creating a form of purchase order, I am trying to have the price printed, but I have the following message when I try to print:
Output device WA_EKPO-NETPR not defined.
Message no. SSFCOMPOSER011
Diagnosis
The output device specified is not known in the SAP System. Valid output devices are maintained in spool administration.
System Response
The system issues an error message.
Procedure
Choose an output device from the possible entries help on the printer dialog box.
Procedure for System Administration
Check the output devices defined in spool administration.
thanks

hi, i guess you havent defined your printer (i.e) output type.
if you use driver program then when you call your sf just insert the below code.
also please check your reference field
NETPR in > global declaration >Currency / Quant. Fields and select either currency or quantity.
  call function 'SSF_FUNCTION_MODULE_NAME'
          exporting
            formname                 = f_sf_formname
*   VARIANT                  = ' '
*   DIRECT_CALL              = ' '
          importing
            fm_name                  =  f_sf_fmname
         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.
  endif.
st_control_parameters-no_dialog = 'X'.
st_control_parameters-preview = 'X'.
st_output_options-tddest = 'WINDEFAULT'.
and also please check your smartform -> form attributes -> output tab page format and also check output format.
regards,
koolspy.

Similar Messages

  • Output device LOCL is not defined

    Hi,
    I am getting an error message while executing a report containing smartform
    'Output device LOCL is not defined'.
    The coding is as follows:
      l_s_ssfctrlop-no_dialog   = 'X'.
      l_s_ssfctrlop-getotf      = 'X'.
      l_s_output_options-tddest = 'LOCL'.
      l_s_output_options-tdnoprint = 'X'.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    Please let me know what is the issue here.
    Thanks,
    Soumya.

    Hi,
    Might be the local printer is not defined. Try using LP01.
    To verify for LOCL...
    Goto SPAD tcodeFull Administrations>Mention the LOCL in the Output Device I/0 Field.
    Regards,
    Aditya

  • Output Device LOCL is not type PDF1

    Hi
    I can see the payment specifications waiting to be sent in SOST. But I am getting the error message (below) when I try to print them off. I cannot print. I need to be able to print out the payment specifications by batch. these payment specifications are in .pdf format
    Output device Output Device LOCL is not type PDF1
    Message no. TD429
    Diagnosis
    You have selected an output device that does not have device type specified.
    System Response
    The system will not accept this output device.
    Procedure
    Please enter an output device of the proper device type. The possible values pushbutton allows you to display a list of devices you can enter here.
    Please help me,
    Al Mamun

    Hi,
    check this link:
    http://help.sap.com/saphelp_nw04/helpdata/EN/38/5bc3f2e4bd11d18e2b0000e83dd9fc/content.htm
    and configure LOCL printer in tcode SPAD correctly.

  • Assigning Output  Device in SU01 not working

    All,
    I am trying to assign specific Printers to specific Ids as their default output Device in SU01.
    But when I give the Printer name in the Output Device field. It says Entry doesnot exist. This is happening if I try to assign any Printer( which actually exists in the System) in SU01.
    In short its not accepting any Printer in SU01.
    Please help!

    Hello Bidwan,
    Yes this should happen. It is really hard to explain how you have printers in SPAD and not in the table. Please do a transport.  However I will suggest this approach.
    First transport only couple of printers and see if the entry comes into TSP03. If it is successful then do it for remaining printers. This will save effort for you in case initial transport is not successful. In that scene you will have to check again.
    By the way how were the printers created ?
    Please award points accordingly.
    Regards.
    Ruchit.

  • HWC Problems Android Device ERROR : Resources not defined

    Hello, I got some problems with the Hybrid apps on android device.
    I'm using an android emulator and in an android device.
    My apps on the emulators are ok, but when i open my app in android devices i get the error "Resources not defined" in a popup.
    If when generate the app's check  Optimize java script, the error not appears but it's like the Jquery framework it's not working.
    The app version is the same but the android version it's different.
    Are any problems with the HWC and Android 4.4.2 version?
    Android version on emulator 4.2.2
    Android version on device 4.4.2
    Thanks
    Some info maybe helps
    SMP server 2.3 SP3
    Relay Server 16

    Hi Viru p, The version of HWC is 2.3.3.6954, it's the same in the emulator and in the device.
    The emulator it's the apk came with the SMP SDK 2.3, and the device it's installed from the play store.
    Maybe the problem it's in the SDK
    SAP Mobile WorkSpace Product
    Version: 2.3 SP03
    Build id: 201309221318
    SAP Mobile WorkSpace - Mobile Business Object Development Documentation
    Version: 2.3.3.20130922001053
    Build id: 20130922001053
    SAP Mobile WorkSpace - Hybrid App Package Development Documentation
    Version: 2.3.3.20130922001053
    Build id: 20130922001053
    SAP Mobile WorkSpace - Eclipse edition
    Version: 2.3.3
    Build id: 201309221318

  • Sound output device issue - can not choose speakers if phones are plugged in

    when I have headphones plugged in, sometimes I dont want to use them for sound, but dont want to disconnect them (I got extra, and iMac is to the wall, hard to take them out without moving whole Mac; so I like having them plugged in constantly)
    I dont have the option to choose inbuilt latest iMac speakers when I use ALT+volume icon.
    when I alt click sound the only options are
    1. headphones, then airplay devices
    2. apple tv
    3. pioneer VSX 2021K
    how can I choose speakers on my iMac when headphones are plugged in?

    Hi @tahir77 
    Welcome to the HP Support Forums!
    I understand that the sound is playing in your earplugs and from the speakers at the same time, and that your system is also not detecting your earphones among the audio devices. I am happy to help.
    Firstly, please post the full product number for your notebook. See the following if you need help in finding that.
    How Do I Find My Model Number or Product Number?
    With that I can find any update drivers for you, but for now you may like to look at this and see if it helps:
    Resolving headphones and headset problems (Windows 8)
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • Output device option in smartform

    Hi,
    I am getting the below error in a program which calls a smartform.
    'Output device LOCL is not defined'.  As the output device LOCL is not maintained in the system through tcode SPAD, ia m getting this.
    My doubt is if i remove the option of giving output device, will it work.
    The coding is as follows:
    * Set the Parameters of smartform
      l_s_ssfctrlop-no_dialog   = 'X'.
      l_s_ssfctrlop-getotf      = 'X'.
      l_s_output_options-tddest = 'LOCL'.  --------> if I comment this line, will it work without any error as I don't want to print it.
      l_s_output_options-tdnoprint = 'X'.
    * call FM to get the name of the FM of smart for smart form
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = g_form_name
        IMPORTING
          fm_name            = l_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.
      ENDIF.
      CALL FUNCTION l_fm_name
        EXPORTING
          control_parameters = l_s_ssfctrlop
          output_options     = l_s_output_options
          user_settings      = ' '
        IMPORTING
          job_output_info    = l_s_job_output_info
        TABLES
          g_t_datatab        = g_t_datatab
        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.
    Thanks & Regards,
    Soumya

    Hi,
    One more doubt if I give the parameter
    l_s_output_options-tdnoprint = 'X'. will it prevent the printing of the form generated or is it just to disable the print button in the pop up.
    Thanks & Regards,
    Soumya.

  • Output device - printing in unix file - where do I define the UNIX path?

    Hi,
    We use an special Output Device to print spool requests directly in Unix. These Output Devices are defined as Local Unix File. When those spool requests are printed, a file is created in certain path in UNIX.
    The question is where this link is defined?, I dont see where in the Output Device (trn SPAD) is defined the path in UNIX.
    Thanks!
    Aaron

    Hi,
    Might be the unix path would have been defined in the SPAD only under the Access method of the output device, in the field Destination host.
    Regards,
    Aditya

  • Output device is not type sapwin

    Hello SAP Gurus ,
    i am trying to print the dunning letter and i am getting the error "output device XYZ is not type SAPWIN".
    I did look up in the forum for the appropriate answer but could not find one .
    Has anyone else gone through the same error .
    any suggestions and solutions please
    thanks in advance ,
    Sumit

    This is message TD429 (note: providing the message number (we usually can't know) is useful to search forum and sap notes).
    Is that custom code which prints the dunning letter? Check that it doesn't force the device type.
    This message is also triggered when you try to reprint a spool to an output device whose device type is different from the original device type.
    Otherwise report this error to SAP support.
    For more information, see Note 528802 - xxx output device does not have a yyy device type.

  • Output  device

    Hi,
    there  is  an  issue  with  immediate printing.
    there  is  one  output  device  which  is  not  printing  immediately and  all  the  rest yes.
    I ve  checked  table  TSP03  and looks  Ok  everything...
    And  the outputs  are  configured  to  print  immediately.
    Any  Idee whats  up?
    Thanks and  best  regards
    Germo

    Hi Luis
    Check while maintaining condition record have you checked print immediately. As print parameters are maintained by BASIS consultants , ask them if any changes have been done or not.
    Regards
    Srinath

  • How do I know where output devices are referenced?

    When deleting an Output device using transaction SPAD, how do you where this output device was reference?  E.g. Batch jobs, user default, etc.  Ideally, I would like a program that can take an output device as an input and give me back everywhere the output device is reference within SAP.

    I don't know and Ok, try RSPO0040 (better than nothing), but I really consider this challenge bordering on impossible in any non trivial scenario, if the whole output devices setup has not been thought through from get go (with logical output devices being "exposed" by spool system) and the changes being done under conditions of iron fist discipline... Not one of 5 productive instances I've worked on had a semblance of order in printer setup by the time I got there, not one had a concept, description, anything for printer setup... by the time I had to take care of the stuff I was happy if there was at least any naming convention used.
    There are around 150 DB tables that have data element RSPOPNAME in it... more of tables if you consider other data elements for domain RSPOPNAME and who can say if it's only RSPOPNAME... Device names get assigned to SET/GET parameters, to custom development customizing tables not using RSPOPNAME, they get hard-coded in programs, stored in report variants - utter chaos is "normal" state of things in my experience . If you know what functionality is in use in the system (which SAP modules), you can narrow down, but asking for where used list of any reliability for whole SAP - impossible challenge.
    cheers
    Jānis
    Message was edited by: Jānis B

  • HP Pavilion DV6604NR "no audio output device is installed"

    my laptop is HP Pavilion dv6604nr with windows vista OS. Suddenly, the laptop lost its audio. the error message is "no audio output device is installed". i searched the internet and HP websites for possible solution and have done all including reinstalling the OS to factory settings but it does not resolve the problem. at the same time, it cannot detect the DVD player too

    Hi,
    Check if you have performed all the steps mentioned the links below and also run the microsoft fixit. If you have done all these steps then most likely a hardware issue..
    Resolving No Sound or Audio Problems (Windows Vista)
    Error in Vista: No Audio Output Device is Installed
    Note:
    If you have HP Support Assistant installed on the computer(The Blue Question Mark) then open it ==> Complete all pending Updates & Tuneups==> Restart and Check. It may solve your problem
    Although I am an HP employee, I am speaking for myself and not for HP.
    **Click on “Kudos” Star if you think this reply helped** Or Mark it as "Solved" if issue got fixed.

  • Spool Output Device changes after printing the 1st Copy

    Hi ,
         While printing the spools from the batch jobs for the 1st time it prints properly . In SP01 I find that the Output Device changes from the defined device to local printer after the 1st print and the spool is in waiting status.
             Can any one kindly tell me what might be the issue.
    Thanks.

    Found the following article from Microsoft in which they recognize this problem :
    http://support.microsoft.com/kb/952266 
    But NO fix !!!??? Thanks MS !!

  • How to create Output device for Adobe forms

    Hi,
    SWIN/SAPWIN output device types are not working with Adobe forms. How to create a output type for Adobe forms.
    Thanks,
    Mathivanan.G

    hi Mathivanan,
    This might help you.
    http://help.sap.com/saphelp_nw70/helpdata/EN/c8/7f065c7363f14c84a97a3687aa7e62/frameset.htm
    Regards,
    Runal

  • Output device not defined error while saving the quotation

    Hi all,
    We have some custom output types (ZGEN, ZSSO, ZQTO, ZJT)configured in the nace transaction for Application V1.  Whenever i am creating / saving a quotation one of the output type(ZQTO) is not processing for mail (External Send) and it is displaying an error as 'Output device not defined'.  If i remove all the output types while changing the quotation in VA22 from header, it is processing.
    I checked with all other output types combination.  The error is trigerred only when we  have ZJT output type along with ZQTO.
    We are not able to recognise the error.  Please help out to solve this issue.  Its very urgent.
    Thanks.

    Hi Remi
    Thanks for your reply. As per your reply I followed procedure and it allowed me to save Basic Pay Infotype (0008)
    Thanks a ton.
    Regards
    Prakash Bhave

Maybe you are looking for