Frequency of printout

hi
     I need to display the frequency of printout in the output.i mean suppose i have taken a printout for purchase order,if we taking the print for the same production order ,i want to display second in the output.is there any way..?

Hi
I'm not sure how you want this to work, but...
Many SAP standard documents are controlled via table NAST, so maybe you can just count how many times your document object is found in NAST?
If this doesn't work, you can create your own print log in a z-table. Then you must update this table every time the document is printed.
Best regards
Thomas Madsen Nielsen

Similar Messages

  • Print job

    I keep gettng the same print job sent to my printer every 7 days- how do I stop it from doing that?

    Is this a print from a Web App? If so, there are settings in there about time and frequency of printouts.
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

  • Increase counter frequency performanc​e

    Hello,
    I want to increase the frequency performance for my period counter. I'm using a USB-6210 board and I have the vi that is attached - period measurement.
    The problem is that I want to measure the period for a 8MHz signal (I know that is a lot, I would be happy even with 4MHz). The source freq for the counter is 80Hz. If the frequency is high, the accuracy is not very critical for me.
    1. I get most of the time the error: "Buffer overwritten". I've seen that I can get rid of it if I decrease the frequency, but I don't want to do that . I think that another solution would be to increase the number of points that are read. I noticed that the maximum buffer size is around 9000 points (I've read it with DAQmxRead Property Node).
    2. Another fact that I've noticed is that in the While loop where I'm doing the Data Reading I should have no other operations or delay. Is this true, or just a coincidence?
    3. There is a strange behavior: if I start the acquisition and I have at the input high frequency, I get the error (Buffer overwritten) almost instant. If I start acquisition at low freq I can increase it even at high freq.
    4. There is another strange behavior: if the input frequency is high the frequency and the measured period increase and decrease togheter. I think that this is caused by alias. Where can I find some more information about the board limits?
     If you can give me some other advice/hints/links/pdfs I would be very thanksful.
    Maybe there are some small mistakes in the VI. I made it only to get a feeling of what I'm doing. I didn't chek it with the hardware.
    Regards,
    Paul
    Attachments:
    example.vi ‏32 KB

    Paul,
    I  have added some comments to your answer.
    Regards,
    Jochen 
    KPanda wrote:
    Jochen,
    thanks for this information. This was what I was looking for some while.
    I still have a question related to this topic: I've read that the maximum size of FIFO is 1024 samples. What does it mean?
    [JK:] The FIFO is the hardware buffer on the board. In general the PCI-bus or the USB should have enough bandwidth to transfer the data as fast as they are acquired by the device, but in fact there are sometimes some latencies that require some local memory on the board. That's what is called FIFO in this context.
    This FIFO is the same with the: Available Samples Pro Channel from Read Property node?
    [JK:]  No. This value refers to the buffer in the PC's memory that is allocated for the acquisition operation.
    I've noticed that when the value for this property is passing 9000 I get the error with Overwritten Buffer. If it is like this why do I reach more than 9000 samples pro channel? Please take a look at the attachement (test1.png - screenshoot with the values / speed_test_x - the VI that I used for this measurement).
    [JK:] The buffer size is not limited to 9000 values. NI-DAQmx allocates memory automatically by default. If you like you can increase the buffer size manually.
    Which is the relation between maximum numbers of sample that can be read with the Counter 1D Read NSamples? In my VI there are N=250 samples. Can I increase it in order to avoid the error? If yes, which should be the maximum limit, 1024 ?
     [JK:] You can increase the number of values to read up to the size of the buffer (not of the FIFO). A reasonable value is up to 50% of the buffer size, but this is not a strict rule. Anything between 10% and 90% could make sense, depending on the timing requirements of your application.
    Paul
    PS: I've hope that I translated the LabView terms in the right way. I have my LabView in german (but I don't know german, so it is a nightmare for me )

  • Record and Playback performanc​e goes down at high frequency

    Hi,
    We're testing record and playback using USRP-2920( LV 2013sp1, NI-USRP 14)
    To test it, we downloaded record and playback example code.
    Signal source is a function generator outputting 6 MHz bandwidth 8 VSB modulation signal.
    USRP Rx parameters are center = variant / gain = 0 / IQ rate = 25MHz and Tx parameters are center = same as Rx center / gain = 0 / IQ rate = 25MHz
    The problem is... in low carrier frequency like 70MHz, quality of playback signal is great.
    But in high carrier freqency like 2.2GHz, SNR and signal power dropped significantly i.e. they tend to drop as carrier frequency goes high.
    And  the strange thing is as carrier frequency is increased, a small peak on the center is increased as well.
    Please check the attatched file to see the tendancy.
    So.. my question is why is this tendancy occures?(we tested another USRP and the result was same as before)
    and what should we do to reduce this effect?
    Regards,
    Youngmin
    Attachments:
    record and playback results.xls ‏469 KB

    Hi,
    I suggest a couple of things:
    NI USRP 2920 is a non-calibrated device. So setting a gain value of 0 at different frequencies could mean a different actual gain. So try increasing the Rx recording gain (on the USRP) in cases where you observe low SNR. Similarly Tx is not calibrated.
    Is the signal recording done with cables or over wireless medium ? You can try to eliminate any spurious signals if you use SMA cables while recording.
    I think the power at the center of the spectrum is the DC offset. You may refer to the DC Offset/LO leakage section in the best practices section here http://www.ni.com/white-paper/13881/en/
    Thanks.

  • How to sort out fundamental frequencies from harmonic?

    Hello,
    I have a problem, because I have signals with different frequencies and with their harmonic. But I need only fundamental frequencies. I have found a device: Harmonic distorsion analizer that is theoretically able to find all the fundamental frequencies. I am using PXI 6221 but now for simulating I am using waveforms. In this waveform I have 3 music voice together, but this VI is able to found only two of them. I have an E, C, A - like an "A minor " chord.
    It founds After FFT analysis all the fundamental frequency is visible on the graph but I can not measure using this VI. These frequencies are 219, 260, 328 Hz, but the first one is missing. On the indicator called Measured frequency all the fundamental and the harmonic frequency can be seen. Displaid datas depend on the number set using max num tones.
    I would be really happy if anybody could help me.
    Unfortunately this forum not allowes to attach wav files, but I can send it to anybody by e-mail.
    Thanks you
    Attachments:
    topic.vi ‏46 KB

    Hello Sofija and Lynn,
    Many thanks for your answer. At first all I have tried to find examples but it didn't help me. I addtached that datas you were interested in.
    So I tired to use the harmonic distorsion analyzer to find the fundamental frequencies. 
    I know that values, because that waveform was made in a church and I plaid it on the organ. So I pushed 3 different key - a c' e' voices, the instrument was tuned up appoximately 438 Hz, so the frequencies of these voices is possible to be calculated using some frequency proportions
    octav = 2 : 1
    quint = 3 : 2
    quart = 4 : 3
    big terc = 5 : 4
    small terc = 6 : 5
    so the a' equals 438 Hz -> the e' equals: 438*4:3=328,5 Hz -> the measured value is 328,7
    c' will be: 328,7*4:5= 262,98 Hz -> the measured one is 260,9
    and finally the "a" will be one octav lower than the reference 438 Hz one-> so 438:2=219 -> measured one: 219,4
    So in this way I know the fundamental frequencies, and on the spectrum they are visible as well, but unfortunately this device was able to found only two of them and I don't know where I did the mistake.
    Attachments:
    measured.values.gif ‏315 KB
    values.gif ‏262 KB
    inside the VI.gif ‏163 KB

  • Image processing - doubling frequency?

    There's some image processing commands in photoshop, like high pass and blur (i.e. low pass). I want more. Is there a way to achieve frequency doubling, or better yet, frequency x N where N is any number the user can specify?
    This may be useful for making coarse skin texture look finer. It can be implemented by diving the selected area into small squares, and then shrink each squares to half their original sizes. This would make the details look finer grain (hence frequency doubling). It would open up gaps between the squares, which can be filled in by taking additional samples and shrinking them to fill the gaps. This is similar to frequency doubling in audio processing.
    I'm using cs4 extended. Is there an add-on to do this?

    Yes there is a retouching method that uses "so called" high frequency and low frequency layers. There is a great discussion in the retouching section on a site called Model Mayhem. Some pretty clever retouchers hang out there. You can use this effect to smooth skin for portraits, and you can vary the smooting from just a small amount to some of the images used in makeup advertising where the model has a perfect yet sort of plastic looking skin. I use this technique now and again working on portrait subjects that have less than perfect skin.
    Basically you make two copies of your opening layer, name the first layer "Low Frequency" and the second layer "High Frequency".
    Select the Low Frequency Layer and apply a small amount of Gaussian Blur around 2.9 is a good starting point
    Now go to the High Frequency Layer and go to Image and select apply image. In the drop down select your low frequency layer and check the invert box and set the blending mode to add with a scale of 2 offset 0 and apply then change the Layer Mode to Linear Light. You now have two retouch layers you can work on and you still maintain some texture in the skin.
    To finish off, select the Low Frequency Layer and duplicate and name as smooth skin. Apply a blur, surface blur works best with a starting point of Radius = 7 and Threshold = 6 apply and then create a black mask, Now painting with white over selected parts of the image will smooth out the skin.
    Experiment with the settings to get the effect you are looking for. Also, when cloning and healing on the high and low frequency layers look to see what is effected which will give you a better idea on the seperation technique.
    Here is a quick example of this technique
    The Before Image
    The After Image
    Mike

  • 2 analog output channels with different frequencies

    Hi,
    hope that somebody can help me:
    I created two physical tasks, analog output channels.
    I should give signals (triangle signals) to a scanner. The problem ist that I need these triangle signals with two different frequencies.
    I can create the signal with each of the task, but not together. Can I solve this problem somehow?
    Ah, and of course the 2 tasks should start together...
    Thanks for your help!!
    Telly

    You didn't mention the type of device you're using, so I'll assume it's a standard MIO. A typical MIO only has one AO timing engine, so you'll have to create one task for both channels and use a single update rate for the task. You will have to make the output frequencies different by passing different data for both channels.
    For example, let's say your update rate is 1KHz. The data for channel 0 is 1000 data points of a single cycle of a triangle wave. The data for channel 1 is 1000 data point of two cycles of a triangle wave. When you run the task, you will get a 1Hz triangle wave on channel 0 and a 2Hz triangle wave on channel 1.
    Good luck,
    Joe

  • No form feed after short printout

    We use a Linux RedHat program to print customer invoices and receipts. Receipts have only about ten lines of printout. Most of our printers (HP and Dell) eject the printout automatically. So the receipt is programmed correctly to feed. Two printers (a LJ 4200 and a LJ 2420) do not feed that particular receipt. You have to press the green button to have it feed the page. What could be changed? Both 'guilty' printers have 66 lines to page set up in PCL; manual feed is 'off; print PS errors is off. have played with append CR after LF. No change. What else could be done? 
    Thank you in advance for your suggestions.

    Hi,
    If the problem still persists, I think you have to raise an OSS Message.
    Regards,
    <i><b>Raja Sekhar</b></i>

  • One of the frequencies on Verizon FIOS TV does not work, and I can't get certain HD channels

    So I've had two techs out to check the box outside my house where the wire comes in from the pole.  The problem is I cannot get HD TBS, TNT, Fox Sports 1, Comedy Central and many other channels.  These channels come in over the frequency that kicks out a fault (I saw when the 2nd tech came in and hooked my coax from the box outside my house directly into the tester)
    The tech confirmed it was not coax in my house, but connections outside.  he changed those connections and then all of a sudden it worked.
    Two days later, not working again.
    Verizon is incapable of figuring this out or setting me up with an appointment that is not in the middle of the work week at 2pm (i've already taken two days off from work to try and get this fixed...shall I just take a week long vacation and devote it to them?)
    Anybody ever run into this and figured out a way to fix it yourself, since Verizon hasn't a clue?
    thanks

    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you.
    Please go to your profile page for the forum, and look in the middle, right at the top where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under “My Support Cases” you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis as the agent may be waiting for information from you before they can proceed with any actions.
    To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe".
    Please keep all correspondence regarding your issue in the private support portal.

  • How to adjust line sampling frequency in photoshop CC on surface pro 3

    I just got a Surface Pro 3 so that I could work on my art on the go. I am used to working on a mac with a cintiq, but fell for the hype that photoshop was optimized to work with SP3. However, when I try to use the brush tool, my lines look AWFUL! no matter what I do, the lines are wavy and messy looking. I read that PSCC raised the sampling frequency rate so that the line would look better, but I think THAT is exactly why it looks awful. the Surface pro seems to be picking up EVERY microscopic twitch. I cant work like this ... and I am surely not the only person using PSCC on the SP3, as they're ADVERTISED to work together. How do I adjust the sampling frequency so that my line looks as smooth as it does on a Wacom in photoshop? ...because THAT image below.. looks like crap.

    I'm not an artist so I don't draw using my Surface pro 3.  Many have the same issue with wacom tablets and cintigu from what I read.  They seem to be able to solve their concerns by installing a plugin Lazy Nezumi Pro - Mouse and Pen Smoothing for PhotoShop and other Apps Remember I don't draw and have not installed that plug-in so I can not state that it works well on a surface pro 3.
    Doing a Web search  I found this I quote
    Hi guys,
    I'm the author of Lazy Nezumi Pro!
    Here's the situation with the Surface Pro 3: I'm not 100% sure, but I think the people who got LNP to work with the SP3 the ones who have Photoshop CC 2014, which uses the new Windows 8 native tablet API (instead of Wintab, which is very old tech). If you have this version, make sure you enable Windows Ink for it to work right. It's possible that the N-Trig Wintab implementation is just buggy, or that it's doing something very differently than what LNP is expecting (this is probably the case since I have reports that PS works fine without LNP). Unfortunately I won't know more until I get a SP3 myself and do some testing/debugging.
    I'm sorry I can't help more right now, but I'll keep you updated!  

  • Fields missing in the printouts

    Hello everyone
    I have a crystal report application in VB.NET 2005, which gets the values of a field from the database and supports printing of the report in the following formats
    1.     pdf
    2.     directly to a printer - printout
    When i export the report using reportdocument to pdf , all the fields are getting printed :  Normal - As expected
    But when i print the report directly using PrintToPrinter method,i am not able to print some of the fields.  i.e some of the entries are missing in that report printout
    Can someone guess and guide me what could be the problem ???
    Are there any limitations / preconfigurations that needs to be doen before using the PrintToPrinter method
    Regards
    Srivatsa

    Hi Srivatsa,
    Since you are facing the issue while printing the report from VB.NET 2005, the best forum to post this question would be: -
    Business Objects SDK Application Development Forums.
    However, can you please let us know if the fields which are missing in the print out, what is their data type and what is the printer type (prefrably the printer name and model number).
    Please re-post the question on Business Objects SDK Application Development Forums with the requested information.
    Regards,
    Abhishek Jain.

  • In Pages document, how do I search for word and view its frequency and page numbers in a sidebar?

    I have a long document and I want to be able to search for certain key words and phrases, and then see how many times they appear in the document and exactly where.  How do I conduct this sort of search and viewing?  In the past, in Pages and Word, I've been able to view my "finds" in a sidebar but I can't figure out how to activate that service anymore.
    Thanks!

    Here is a word frequency concordance Automator Service that works in both versions of Pages. It does not present a page number reference. It is by descending count, and alphabetically, within the repetitive counts as shown in the image here. In any document, you select the text to process, then Menu > Application Name > Services > Frequency. The Service will open TextEdit with the n-pages of scrollable results. It is 16 pt Helvetica Neue for legibility.
    Here is the code:
    on run {input, parameters}
         try
              set mySelection to input as text
              set formatted_result to concordance(mySelection)
              if formatted_result is not null then
                   set textHeading to "Word Frequency List"
                   tell application "TextEdit"
                   activate
                         set NewDoc to make new document with properties {name:"Concordance"}
                         make new paragraph at beginning of text of NewDoc with data textHeading & return
                         make new paragraph at end of text of NewDoc with data formatted_result
                         tell text of NewDoc
                               set font to "Helvetica Neue"
                               set size to 16
                               set color of paragraph 1 to {0, 0, 65535}
                         end tell
                        end tell
              else
                        display dialog with title ¬
                         "No input selected" with icon stop ¬
                          giving up after 15
              end if
         on error errmsg number errnum
                    display alert ¬
                               "AppleScript Error" message errmsg & "[" & errnum & "]" as critical ¬
                                  giving up after 30
         end try
         return input
    end run
    on concordance(mySelection)
    -- Use Ruby to count word frequency and alphabetically sort words
        set rb to ¬
        "selected = String.new\nfreqs = Hash.new(0)\nselected = ARGV.join('  ').gsub(/[,.]/, \"\")\n
         words = selected.split(/[^\\w-]+/)\nwords.each { |word| freqs[word] += 1 }\n
         freqs_sorted = freqs.sort do |a,b|\n\t
         a.last == b.last ? a.first <=> b.first : b.last <=> a.last\nend\n
         freqs_sorted.each { |k,v| printf \"[ %8s ]          %s\", v, k }"
        do shell script "/usr/bin/ruby -e " & rb's quoted form & space & mySelection's quoted form
    end concordance
    Launch /Applications/Automator and choose New Document, then click the Service icon, and then select the Choose button.
    On the left, you will have a list of Libraries from which to choose workflow items. Find Library > Utilities. In the adjacent column, locate the Run Applescript workflow. Click on it, then drag and drop it in the large workflow window to your right.
    At the top, you can select Service receives text in any application. Leave Output replaces selected text unchecked.
    In your Run AppleScript workflow window, you will see AppleScript boilerplate. Click on it and press command+A, then backspace to delete this content. Copy and paste the above code into this Run AppleScript workflow window. Press the Run button in Automator's upper right corner. If (and it should) a TextEdit window pops up, you are good, and you want to press File > Save. A dialog box will pop-up where you can name your Service. I called my Frequency, you may wish to call it something else. Once you have save it, you can exit Automator. Services are deposited in yourlogin directory/Library/Services.
    If you have a Pages document open with text, either select it, or command+a to select the entire document. Now, you select your Service via Pages > Services > Frequency. This will now pop-up a new TextEdit document with the results. If you want to save this new document, you must use option+File to Save as...

  • System frequency on a Satellite A100-01L notebook should always be high

    Hello,
    Because I am a battlefield gamer there is a speed problems with my notebook.
    It is a Satellite A100-01L notebook with 1.73 GHz normal system tact. (2 GByte RAM, 120 GByte HD).
    The system frequency changes between 800 MHz (without hard job...) and 1.73 GHz (if it seems to be necessary). In the system BIOS its possible to select a 800 MHz (named slow ') or a dynamic clock speed (called: 'dynamic' modus).
    My question is: was it possible to set the system clock always to 1.73 GHz?
    Thank you.

    Hm, usually there should be also an option "High" or something like "Always High". So, I suggest you to perform a bios update and then to check if such an option is available.
    Otherwise you should look into the toshiba powersaver and make sure that everthing is on maximum.
    Greets

  • MSI 760Gm-P21(FX) PCI-E Frequency problem

      I'm having difficulties maintaining a constant PCI-E frequency. AMD Overdrive always shows it to be 60Mhz (and It should be 100Mhz - if I'm not mistaken). Always - meaning at any BIOS settings - overclocked, underclocked and/or 'Optimized Default'.
      So I got a letter from MSISupport saying basically that PCI-E frequency on my board is in fact proportional to HTLink frequency. Then I overclocked NB Frequency from 2000 to 2020 hence HTlink frequency went from 2000Mhz to 2020Mhz and fortunately got a reading of 101Mhz by AMD Overdrive.
      Now it's all good exept for the fact that I can't overclock the system for gaming (by raising FSB and lowering HTlink and\or NB Freqency) sinse Htlink being set to anything other than 2020Mhz (giving me PCI-E Freqency of constant 101Mhz) - is for some reason set to 60Mhz.
      Another thing that really concerns me is the fact that you can completely damage the videocard if PCI-E is set above the default 100Mhz. To add - you can really see the difference between 60Mhz and 101Mhz while playing the latest games (which is why to begin with I buit my PC).
    Here's my PC:
    AMD Athlon x3 450 (3.2Ghz overclockable to 3.6)
    MSI 760Gm-P21(FX)
    2x2Gb Kingston HyperX 1333Mhz (overclockable to 1600Mhz @1.6)
    Sapphire Radeon HD7770 (OC)
    250 Seagate 7200RPM 2.5"HDD (SATA)
    Coolermaster Extreme Power Plus 600 PSU (160fps on OCCT PSU test)

    Quote
    well it says in the bios menu 'version 17.12' - on the download page it's called H.C.
    oki, its right one, but i noted that H.D official is already out:
    http://www.msi.com/product/mb/760GM-P21--FX-.html#/?div=BIOS
    Quote
    and what would be the point of flashing it if it won't add the PCI-E control?
    it may help with OCing eventually, its for your review. if don't want dont try it

  • No need label printout for 103 movement

    Hi Experts
    I have experinced some error while using 103 movement.Please below I have furnished details fo error.
    User gets error when ever using 103 (Material post to block stock) movement, which is also queuing in the label print out without printing, when ever using 105 movement for label printout that time gives a problem with unprinted label print outs for 103 movement, user does not want label printout for the movement type 103. Now  workaround is currently local help desk  is deleting the unwanted printouts from queuing and taking the required printouts.
    Please give your valuable resolution for the same.
    Thanks & Regards
    J.Jeyakumar

    hi,
    try using user exit for MIGO
    MBCF0002            Customer function exit: Segment text in material doc. item
    MBCF0005            Material document item for goods receipt/issue slip      
    MBCF0006            Customer function for WBS element                        
    MBCF0007            Customer function exit: Updating a reservation           
    MBCF0009            Filling the storage location field                       
    MBCF0010            Customer exit: Create reservation BAPI_RESERVATION_CREATE1
    MBCF0011            Read from RESB and RKPF for print list in  MB26          
    MB_CF001            Customer Function Exit in the Case of Updating a Mat. Doc.
    thanks

Maybe you are looking for