Output device defaulting

Dear Gurus.
I have created the output type. and defined the condition record using tcode VV31. Now when I issue the billing document it is picking the output type properly. But the output device it picks up LP01. I want to make LOCL device by default. How should I proceed.
Regards
EKS.

Hi,
Go to transaction NACE, now select V3 as your application and now click on Condition Records, now select your output type and based on the access sequence. Enter the values, and click on Execute.
Now select your billing type and your partner function and press Enter
Now select the entire row and click on Communication, Maintain your output device there (LOCL in your case) and make sure you tick print immedieately.
Now click on save.
Create a new order, do the invoicing, and based on the settings that you have (Either Print with own application (3) - transaction VF31, or Print immedieately (4) your output device will be selected automatically).
Hope this will be helpful, if yes. dont forget to reward points accordingly.
Regards
Ravi

Similar Messages

  • Output Device - Shop paper

    Hi All,
    I have little query.
    While Printing maintenance Orders, how the output device (default printer) is linked with Shop Papers.
    If it is through SU01 - I have changed the Default printer in the same and yes it is reflecting in print Order against few shop papers
    BUT it is NOT reflecting for all the Shop Papers.
    How the linkage is maintained between Shop Paper and Default Output Device i.e. Printer.
    Kindly through some light on this.
    Thanks
    DM
    Edited by: Deepak M on Jul 20, 2009 4:39 AM

    Hi go through following details,
    Run the transaction SU3.
    Go to Defaults TAB PAGE.
    Go to spool control screen area.
    Select the out put device which you want to keep as default.
    Select the check box for output immediatly.
    Save
    Sundar

  • Is there a way to have Firefox respect the default audio output device when it has been changed while Firefox is open?

    I have been a Firefox user for many years and I still use it as my primary browser. One problem that has bothered me for years is the fact that when Firefox is open and I change my default audio output device, Firefox doesn't respect that change and continues playing audio through the device that was originally being used. Even if you stop the audio and continue playing, the output device doesn't change.
    Is there any way this can be configured in Firefox? Now if I listen to music online (e.g. Soundcloud) I always use Chrome since it's respects the default audio output device change even while in the middle of playing audio.
    Reproduce:
    1. Start playing audio (e.g. from a YouTube video; HTML5 and Flash are affected)
    2. Change your default audio output device
    3. Audio will continue to play from original output device
    Thanks!

    This is the same issue that has plagued me for years. I always thought that this was a Flash plugin issue, but it does occur on HTML5 as well. A friend of mine verified that this does not occur in Linux, but only on Windows. It would be great to have this fixed, as it's honestly the only thing that's making me use Chrome all the time, as I don't want to have multiple browsers open.

  • Default output device not coming

    I made one PDF form and attached it in List LG01 in CB85 to print process order through COR2 output device is mentioned as LP01 in list Lg01, but while printing, output device is coming as which is mentioned in user profile.
    I want that output device which i mentioned in configuration should come as default during printing through COR2....Pl. help
    Edited by: lisa harley on Feb 26, 2010 11:09 AM

    Hello,
    Please check the below settings at "Printer Specification" for CB85,
    If output device = 1  ,then it will select the output device for user profile
    if output device  = 2 , Output device from configuration, ie CB85
    Regards
    Pradeep

  • How to select default output device (microphone) in ALSA?

    Hello,
    My webcam microphone does not work.
    It is not set in ALSA, and pulseaudio points back to ALSA. As a consequence, skype doesn't work.
    I have read a bunch of wiki and manpages, found no answer. https://wiki.archlinux.org/index.php/ALSA#Configuration
    Hence, how do I set usb webcam microphone as the default input device in ALSA? It is set by alsamixer, but
    $ arecord -d 5 test-mic.wav
    $ aplay test-mic.wav
    produces nothing except files.
    I've installed archlinux only because OpenBSD doesn't support skype. That's what I need from archlinux for.
    I appreciate your answers and thank in advance.

    emeres wrote:
    To use arecord with your webcam you need to know and specify the device:
    arecord -l; # Look for your usb device
    arecord -D hw:X,Y # where X is the card number and Y the device number
    As for skype, it should have some configuration options.
    I know the device. I can see it by various commands. I know for various config options. That's now what I'm asking.
    I am asking how to specify it. Where is the config file for ALSA? Is it input or output device?

  • Settings to set default Output Device in FPCJ

    Hi,
    System is taking LP01 as default Output Device instead of the custom made Output device(ZLOCL) while executing the Z smartforms using transaction FPCJ.
    In user setting I have defaulted ZLOCL as default output device & desired page format type is also assigned to the smartforms.
    Is there any other system/config setting to be done to make ZLOCL as default.
    Please advice.
    Thanks in advance
    Sunil

    Sunil,
    Check your user profile using tcode SU3 and make sure you do not have LP01 there as your default OutputDevice. If you have it then your printing jobs will default on that.
    I hope this helps you.
    Regards,
    David

  • How to set a default output device for FAX outputs

    Hi Experts,
    Business requires to set a default output device for fax outputs ( Medium as 2 Fax medium ).
    as fas as print output ( medium as 1 print medium ) is considered we can maintain output device in condition record--> communication
    I tried maintaining output device in VP01 for my condition type based on sales org but it did not worked.
    Can you please suggest ways to achieve default output device for fax outputs.
    Thanks,

    Well, obvious solution would be to either update user profiles or change the output from 'process immediately' to 'process by a background job'. Then create a generic user ID with any fax number desired and use that user ID to process the output through the background job.
    This is not really an SD question, so if this simple option doesn't work for you, I'd suggest to discuss other custom solution with your ABAP / Basis team.

  • Default output device for ALV report

    Dear friends,
    Here there is a user requirement that he want print a particular ALV report in a
    perticular output device. and want to fix that output device for that report instead of changing everytime.
    Kindly suggest.
    Regards,
    Praveen Lobo

    Hi,
    This way system is expected to search for default printer. What I would recommend you to do is call transaction SP01 within the report and pass the initial screen parameter thru FM.
    Hope this lead, help you solve your issue!
    Reetesh

  • Default output device for smartform

    Hi all
    how can we assign a default output device to a smart form so that the every time we execute a smartform it doesnt ask for a output device?
    thanks in advance....

    Hi
    First see what your default out put device is.
    That you can see in SU3>Default>OutputDevice.
    Suppose it is set as 'PRINTER' .
    Then in ur print program you have to write the logic as below.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          FORMNAME           = 'Z_smartform
        IMPORTING
          FM_NAME            = WF_FUNCMODULENAME
        EXCEPTIONS
          NO_FORM            = 1
          NO_FUNCTION_MODULE = 2
          OTHERS             = 3.
      CLEAR: WA_CONTROL_PARAMETERS.
        WA_CONTROL_PARAMETERS-GETOTF    = 'X'.
        WA_CONTROL_PARAMETERS-LANGU = 'E'.
      WA_CONTROL_PARAMETERS-DEVICE = 'PRINTER'.
        CALL FUNCTION WF_FUNCMODULENAME
          EXPORTING
            CONTROL_PARAMETERS   = WA_CONTROL_PARAMETERS "Control Params
            OUTPUT_OPTIONS       = WA_OUTPUT_OPT  "Output Options
            WF_CARRID            = WF_CARRID
            WF_CONNID            = WF_CONNID
            WF_FLDATE            = WF_FLDATE
          IMPORTING
            DOCUMENT_OUTPUT_INFO = WA_DOCUMENT_OUTPUT_INFO
            JOB_OUTPUT_INFO      = WA_JOB_OUTPUT_INFO
            JOB_OUTPUT_OPTIONS   = WA_JOB_OUTPUT_OPTIONS
          EXCEPTIONS
            FORMATTING_ERROR     = 1
            INTERNAL_ERROR       = 2
            SEND_ERROR           = 3
            USER_CANCELED        = 4
            OTHERS               = 5.

  • How to set the default DVD Burner (output device) in DVDSP 4.2.2

    For the life of me I can't find that click - default DVD Burner (output device) - but I can see where you can set it under both Build/Format and Format. Too bad it always goes back to the superdrive, which I never use. Thx!

    ha! So I am not crazy on this one. The strange thing is that every once in a while when I open DVDSP, the external burner has become the default, and I can use the Burn click, but only until I do a reboot or shutdown. But obviously then there is nothing in the interface for setting a default. jvenzon, If you do a format and build you can choose, which is what I do each time, remembering to change the Destination to the external drive. Then say "reuse" when asked, and I think that does what the Burn click would do anyway. Cheers,
    coocoo

  • How to redirect built in mic to default output device

    Is there a program i can get that will take my voice from the default input device (built-in mic) and redirect the audio to the default output device?
    Note: i do not want to record my audio.
    Thanks for your time.

    Ask Microsoft.... I'm not kidding either. This is a mac forum. You could try to be more specific but, I really don't know if anyone will have an answer.

  • No longer able to mute or change playback output device for capture.

    I have no preview button to turn off in my capture window and have instead gone into the FCP preferences to change the playback output device to something other then my Fireface800 IO device, such as the built in output so that what's being captured only comes out the little speaker in the tower.
    Thus I am free to work on other stuff. (8 core mac pro, gobs of ram, multitasking has never been a problem, even while capturing HD.)
    But as of the latest update (I keep all my apps up to date), capture plays through the System default device no mater what the FCP setting. So with out a mute button for the capture, I'm screwed.
    I'm screwed because I have to Mix down an EP while I capture 26 hours of conference footage at the same time. Obviously, I can't mix properly with that chatter playing loudly over it.
    Apple said I have to reinstall because there's no preview button and there should be but I am curious if there's any other way (because it's a huge pain in the *** and tends to screw up other things) and I would like to know if the way I usually do it is broken for other people, so I know if I can upgrade to the latest version again because it was some goofball problem with the framework that reinstalling fixed or if not because that's a bug in 7.0.3
    1. Choose one audio output (say, Built in Line Output or your default sound card) everywhere that matters in the Final Cut preferences for Audio output, including Audio Playback Output which is what I've been using to switch this for, gosh, years probably just out of habit.
    2. Log and Capture, capture some footage from tape. (I happen to be working with a basic HDV firewire profile.) What device do you hear output from?
    3. Stop capturing... and, if you wish, for good measure, close the capture window.
    4. Go back to FCP preferences, now choose a DIFFERENT audio output, say, Built In Speaker Output.
    5. Try to capture some footage. Is the sound coming out of the built in speaker now?
    IS THERE ANY OTHER WAY TO QUICKLY SILENCE THE AUDIO FROM FCP DURING CAPTURE?
    Thank you.

    excuse me, not linksystem, its a verizon FIOS wireless router & modem as part of the package. i was thinking my old setup.
    new system...cant edit my posts....?

  • How can you choose which audio output device to use?

    I currently have my system set up to have two different active audio output playback devices, Speakers and Headphones. By default, applications play on the default audio output device, which is set to Speakers on my computer. However, I am wanting to play iTunes on my Headphones output while all other applications are running on the default Speakers output. In Windows Media Player, there is a dropdown to select which output device the application streams to. Is there a way to make iTunes do this, either in the Preferences menu, by using a plugin, or installing a third-party application that overrides which output applications use?

    Under Utility you will find the Configurazione MIDI Audio.app  The name is in italian on my Mac but you should find it in your system language. The icon is a Piano Keyboard.

  • Is there no way to direct an AIR app's audio to different audio output devices?

    I'm needing to make a couple of our AIR apps select certain audio devices to send their audio output to, and last year, somebody mentioned possibly using native extensions to do this.  I had to start working on other things for a while, but I've come back to this (for the moment), and I've basically learned how to create native extensions.
    But so far, they don't seem to provide me any special access to anything going on under the hood of an AIR app.  When you stream live audio in through RTMP or RTMFP, the details of the audio are hidden from you.  There doesn't appear to be any place where you can actually access the audio bytes that are being sent over the wire.  You can specify a certain SoundTransform object for the NetStream to use, but that class is final and a vanilla Flash construct, so even if it may have a way to access the audio bytes, they're not acessible at all.
    It really looks like, when a NetStream object starts streaming in live audio, there is no way under the sun to access the audio bytes and direct them to a certain audio output device, with or without extensions.  Is this so?  It would be unfortunate if Adobe didn't allow this, even through native extensions.  Thanks.

    Couple quick thoughts..
    Limits are important. There's a large amount of work done to keep a clear separation between a users decision and a developers decision. For instance, you can't change a users default audio output because that clearly violates a users decision. That said, here's a whole mess of people debating the issue and actually eventually an undocumented COM API you can find that will actually let you do it in Vista/Win7 (but not 8), however don't expect that to be a 'good thing to do':
    http://social.microsoft.com/Forums/en-US/9ebd7ad6-a460-4a28-9de9-2af63fd4a13e/programatica lly-setting-the-default-playback-device-and-recording-device?forum=windowspro-audiodevelop ment
    You might want to get a beverage before reading that.
    Aside that, RTMP is secured, which is why you can't gain access to the bytes. The entire purpose of it is to assure media developers that their media can't easily be copied/stolen. Adobe doesn't document their method of securing streams but they do publish the RTMP specification. It's entirely possible for you to create your own RTMP server and encryption method while delivering a RTMP stream to custom client that you code yourself which can read the stream. Here's the spec:
    http://www.adobe.com/devnet/rtmp.html
    So I'd say it would be unfortunate if Adobe did give you access to the bytes. You might as well just hand users a mp3 of whatever song is playing because they would steal media left and right.
    That isn't to say you can't use a multitude of ways of getting the data going across the default output device. Plenty of apps (fraps/etc) capture video and mixed audio streams. But Adobe isn't going to give you the keys to the kingdom and let you decrypt their protected media protocol.

  • Invoice List print out multiple output devices

    Gurus
    I have a requirement where in I need the Invoice list to generate output to 2 different devices.....
    Here is my dillema, Invoice list program looks at the output device that is set up in the user defaults in the user area, SU3 transaction, Since only one output device can be used in that field I can generate Invoice list output to only one printer unless done manually that is not possible as the number of invoice list is huge.
    I am using ECC 5.0 , Does anybody have a solution for this???
    Thanks
    In advance

    The printer name can be defaulted from the output condition record, which I believe trumps the printer in the user's default.
    You could have two output condition types Z001 and Z002, both automatically proposed and each pointing to a different printer.

Maybe you are looking for

  • Problems with landscape mode

    Hi, I've a problem with my iPhone 3G. In apps like notes, sms or even ipod, it doesn't rotate in landscape mode. But in "not apple apps" the accelerometer is working. I've tested it with Labyrinth LE. After restoring the device it doesn't rotate too.

  • Not run script in policy

    hi i have a bach file run .bat this is in network \\dc\data but wen run this file of this way , not run i must map this way and run it to correct now i create setup.bat  and it whole ====== net use  t: \\ dc\data t: call run .bat ==== when run setup.

  • Fpga i/o node error - input is not configured

    I'm trying to run through the sbRIO eval kit tutorial, and am getting the following errors from HD44780 FPGA.lvlib: The FPGA I/O In parameter on the FPGA I/O Node is wired to an input that is not configured. Select an I/O item from the control or con

  • Transferring Time Machine Backup.

    Hey peeps. I hope everyone is good. I'm trying to copy my backups for Time Machine from my USB External HDD to a new USB External HDD that i'm gonna be using to do my backups now. Can anyone give me some guidelines. Thank you.

  • I want to add my existing iPad Air 2 to a new iMac Retina 5K. Can I do this without erasing the contents of my iPad?

    I just bought an iMac with Retina 5K display. I have an existing iPad Air 2. Can I connect the iPad to the iMac without erasing the contents of the iPad? If so how? Thanks for your help.