Unicode Coverage analyzer

Hi,
Can somebody please help me with how to use coverage analyzer?
Thanks,
Yogita

Hello
The Coverage Analyzer is a tool for entering the number of calls for processing blocks and executable programs separately according to periods, users and functional areas. The processing blocks and executable programs together with their keywords are shown in the following table:
Unit
Keyword
Procedures
form, function, method
Dialog modules
module
Event blocks
at line selection, at pf<xx>, at selection screen, at user command, end of page, end of selection, get, get late, initialization, start-of-selection, top-of-page
Programs
program, report
The Coverage Analyzer is, therefore, a function for monitoring the system-wide execution of ABAP programs. It also
enables the success of test activities to be assessed for quality checks,
provides an overview of the use of programs for development purposes.
The transaction is SCOV.
For help on this check
http://help.sap.com//saphelp_470/helpdata/EN/c7/af9a79061a11d4b3d4080009b43351/frameset.htm
Coverage Analyzer tool.
Bye
Gabriel

Similar Messages

  • Reg: Unicode- Coverage Analyzer- (SCOV)

    Hi
    Can any one tell me how we can use the Coverage Analyzer (Transaction SCOV)as a tool for Unicode enabling. What are the sequence of steps that are to be followed.
    Any Information, Documentation, Links, or examples that elucidates  the same are highly solicited.
    Thank you in anticipation.
    Regards,
    Sravan.

    Hi,
    I haven't used SCOV much.
    In SCOV, 'global view' gives you a set of figures and graphical representation of system performance data. One of these graphs show the unicode-percentange of all programs that are unicode-enabled(one axis is time (month) and other axis represents percentage of programs that are unicode enabled). This is just to see how many programs have been unicode-enabled in the system. As long as you are not 100%, there is work to be done.
    To force unicode-enabling (there may be programs which are unicode compliant but have not been set to unicode), you can check the profile parameter abap/unicode_check to enforce unicode syntax checks. (This has nothing to do with SCOV per se).
    Now, how best to use SCOV when an object is being unicode-enabled and you need to make sure it is working fine?
    After unicode-enabling the program you need to test it to make sure it works. But after running one or more tests successfully, how do you know whether all lines of code in the program have been covered in the tests?
    SCOV can give you information whether all blocks of the code has been tested or not. If all blocks of a program/object have been tested after unicode-enabling (as reported in SCOV) then you can assume your testing to be complete. If on the other hand some blocks (let us say cetain subroutines in the program) have not been executed,  you can see this in the detailed view in SCOV, and accordingly run other tests to ensure that this code is tested.
    I am sorry I can not give you a step by step for this, if you post your mail-id, I can probably mail you a document which talks about this in a little (not much) detail.
    cheers,

  • Needed: Programmer font with great Unicode coverage

    Subject line says it all: I need a font that:
    1) is excellent for source code files (especially Java, obviously)
    2) has glyphs for most Unicode characters (specifically, the first 65,536 ones, that is the [Basic Multilingual Plane|http://en.wikipedia.org/wiki/Basic_Multilingual_Plane#Basic_Multilingual_Plane])
    It would be most excellent if the font is truly free and available on all major platforms.
    Here are the minimal requirements for a good programming font:
    1) monospaced
    2) extremely readable, even at small font sizes
    3) all unique characters are readily distinguishable, especially in the Basic Latin subset usually used in source code. In particular:
         a) o, O, and 0 (with zero preferably having a slash thru it, or at least a dot inside it)
         b) l, 1, I, | (ells, ones, capital eyes and vertical bar; and | shouldn't look like ! with a signle white pixel but must be more distinguishable)
         c) clear punctuation characters, especially braces, parenthesis and brackets
    4) proper sizing and alignment. In particular:
         a) operator symbols: * should not be raised relative to +/-; the same is true of ~; all these should align with =
         b) % should be cap height
         c) ", &, and ' should be straight, not angled or curved
         d) & must not become gray when antialiased at small ppm
         e) - must not be too short; en-dashes aren't typically used in programming
         f) bracketing chars have to align reasonably with both lower case and capitals.
         g) glyphs should not draw outside their metric bounds
         h) underscore must be at the baseline instead of hanging beneath, which most fonts wrongly choose and make words jarringly ugly
    I did some web searching before doing this posting, and was frustrated by what I found.
    There are many alleged programmer fonts
    [http://keithdevens.com/wiki/ProgrammerFonts]
    [http://www.advogato.org/article/867.html]
    [http://www.lowing.org/fonts/]
    [http://peterc.org/2008/61-liberation-mono-ultimate-coding-source-code-font.html]
    [http://en.wikipedia.org/wiki/Consolas]
    but all look like they have poor unicode coverage.
    There are several unicode fonts
    [http://en.wikipedia.org/wiki/Unicode_fonts#List_of_Unicode_fonts]
    [http://www.math.utah.edu/~beebe/fonts/unicode.html#fonts]
    but most are not monospaced or have poor coverage or are not free. For instance, these monospaced fonts lack Chinese unicode coverage:
    [http://www.gnu.org/software/freefont/]
    [http://www.evertype.com/emono/]
    and these monospaced fonts (which appear to have even Chinese unicode coverage) are not free:
    [http://en.wikipedia.org/wiki/Andale_Mono#Andale_Mono_WT]
    [Ascender UniDuo|http://www.ascendercorp.com/fonts/multilingual/ascender-uni/ ]
    [This posting|http://www.mail-archive.com/[email protected]/msg17127.html] alleges
    "There is no free monospaced font covering Unicode"
    Please prove him wrong by showing me a font that has what we all need!

    [This stackoverflow.com question|http://stackoverflow.com/questions/4689/recommended-fonts-for-programming] has some pretty good points.
    Regarding the Unicode coverage: I doubt that you'll find a good bitmap font there, as it's simply too much.
    But then again, a reasonable font rendering framework will substitute the font for a similar one if some glyph can't be rendered in the chosen font (at least fontconfig/GTK+ on Linux does that).

  • Using SCOV ( Coverage Analyzer) in Production

    Hi,
    Our organization would like to start using SCOV ( Coverage Analyzer ) on our Production system. From owr understanding, when the main switch is turned on, there are several jobs sheduled that compile all programs. This step should be very expensive in terms of system resources and when it is done on Production system - it could be crutual. My question: is there any way to make this step easier in terms of performance overhead? Maybe to run it on each Application Server seperately?
    In general I would like to know if anyone has experience running SCOV on production system. Is there any effect on performance except the first compilcation step?
    Thanks in advance,
    Anna Lifshits-Agmon

    you might want to take a look at OSS note 626215. We recently ran this overnight in our development system and it fell over, running out of tablespace in certain areas. Next time we ran it, we used the note, extended the necessary tablespaces and made sure we kept an eye on it. It took a day to run in our development system as it generates every program on the system. We've not yet tried it on Production.

  • Running SCOV ( Coverage Analyzer ) on Production System

    Hi,
    Our organization would like to start using SCOV ( Coverage Analyzer ) on our Production system. From our understanding, when the main switch is turned on, there are several jobs scheduled that compile all programs. This step should be very expensive in terms of system resources and when it is done on Production system - it could be crutual. My question: is there any way to make this step easier in terms of performance overhead? Maybe to run it on each Application Server seperately?
    In general I would like to know if anyone has experience running SCOV on production system. Is there any effect on performance except the first compilcation step?
    Thanks in advance,
    Anna Lifshits-Agmon

    Hi,
    Please check this link
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/aff89590-0201-0010-5aa1-bc174397594e
    Thanks and regards
    Durga.K

  • Unicode in Analyzer

    I created a unicode mode application in Essbase XTD Analytic Servers.When I tried to use Analyzer to query databases, I could not link database in unicode mode application.Is that true I can't use Analyzer for unicode database?Or, is there something wrong when I created unicode mode database?Sandy

    Hi Denis,
    I didn't change font in BEx Query Designer, everything is default. Font is Arial.
    In Crystal Report call to the same Bex Query, I can read unicode characters, but in Web Intelligence I can't.
    I think that, the problem occur because I don't config in Universe or in local machine. But I don't know to check that.
    If you have any ideas, please help me.
    Thanks

  • Coverage Analyzer

    Hi,
    Please let me know regarding the function of Coverage Analyser, how exactly it function and transaction assocaited with it.
    Thanks in Advance,
    Irfan Hussain

    The transaction is SCOV.
    For help on this check
    http://help.sap.com//saphelp_470/helpdata/EN/c7/af9a79061a11d4b3d4080009b43351/frameset.htm
    Cheers

  • Unicode programs testing

    Hi ,
    I have question about unicode UCCHECK programs testing.
    Do we need to do testing after UCCHECK errors are fixed and Unicode flag is set in SE38 to check the functionality and runtime errors in Non-Unicode system?
    Or
    Just do the testing in Unicode system after conversion?
    For what volume of programs , we should use transaction SCOV for test coverage?
    Thanks!

    Hello Yogita
    If you removed all Unicode errors and set the flag this just means your program objects run on a Unicode system - either right or wrong
    Therefore, you must test on a Unicode system. See also: Unicode Compliant: Sample test plan
    I would recommend to use transaction SCOV even with a small number of program objects. This way you can make your experiences with the coverage analyzer and you are prepared for "big" development tasks.
    Regards
      Uwe

  • No colouring in Statement Coverage

    Hello,
    Im using EHP6 for SAP ERP 6.0.
    In the Unit Tests there are some Codes that arent highlighted in red or green in the coverage Analyzer.
    Does anybody know why this is so? And if there´s a Workaround for this?
    The Codes have a lot of comments in it, i´ve seen code without comments and everything runs finde (red/green highlighting).
    Is it neccessary to clean the Code from comments?
    Best regards,
    Timo

    Hi Randolf,
    Yes i know about that. I can´t give you a Screenshot for Security Reasons.
    What i´ve found so far is, that if i let the mouse curso for about 1500 ms on a line, then a popup near the cursor describes how often this code row has actually been reached and how often it was reached during the whole unit test. So it seems to me, that the process of gathering information about
    how often a line of code during the unit test was reached, runs as usual.
    The only annoying thing is, that this information isn´t painted in red/green on the code.
    So for security reasons, i can describe the code as pseudo as follows:
    - Public instance method test1
    METHOD test1.
      TYPES: BEGIN OF test_type,
                             amount TYPE i,
                             percentage TYPE internal_percentage,
                   END OF test_type.
      DATA:
         some Variables here....
      FIELD SYMBOLS:
         some Field Symbols here...
      BEGIN OF METHOD LOGIC
    *SOME COMMENT HERE
      ANOTHER MEHTOD LOGIC
    "SOME INLINE COMMENT HERE
    "THE COMMENT NOW GOES ON IN THIS LINE
      MORE METHOD LOGIC
    *ANOTHER COMMENT WAS WRITTEN HERE
    MODIFY SOME STRUCTUR "This is the Structur
    *HERE WAS THE OLD MODIFY OF STRUCTURE
    *YET ANOTHER COMMENT
      CALL  FUNCTION 'ROUND'
    ENDMETHOD.
    I hope this helps for any suggestions.

  • SCOV - how to setup?

    We are trying to set up SCOV (Coverage Analyzer) to assist us in finding testing % of programs.
    Using it for the first time
    There are some settings that we need to do:
    - Data Collection Background Server
    - Summarization Background server.
    What should be entered in these 2 fields? Can they point to the same server in which I am running the transaction?
    Also I read in the documentation following:
    A program is regarded as tested if the following conditions are fulfilled:
           1.      Count1 Absolute Value      > 0
           2.      Count2 Absolute Value      > 0
           3.      RABAX2 Absolute Value    = 0
           4.      Unicode Check           = 1
    Where are these fields Count1, Count2, RABAX2?
    Thanks in adv.

    Hi Gurus.
    Any replies to this?
    I am not sure how to use the Unicode thing also. The doc says that Cov Analyzer can help to let us know how much the system is "unicode ready".
    Another thing - I tried to set up SCOV. But in the graphical view, my graph does not change on selecting different nodes.
    Also, how to use the test groups?
    Any pointers welcome please.

  • [solved] Installing MS fonts breaks non-Latin character display

    Hello,
      I just installed the standard Windows 7 font-set by directly copying it into "/usr/share/fonts/Windows/"; now, various scripts -- including Arabic, Chinese, Japanese, and many others -- display as blank squares.  I have a number of unusual things installed, including the infinality-bundle and a large number of obscure manually installed fonts (to achieve complete unicode coverage).  This isn't the first time new fonts have broken things (I had to remove cardo.ttf because it replaces runic glyphs with its own placeholder) but it is the most severe.  I don't want to remove either infinality or the ms fonts, but can't find out what to modify in order to make them play nice.  The goal is to have the system primarily use Windows fonts (especially for web browsing), and fall back on the Linux fonts for unusual characters.  Fontconfig is confusingly documented.  Could anyone give me a push in the right direction?  Thank you all.
    On a related note; if anyone knows a good, cohesive set of fonts that cover the entire Unicode standard, I would be in tears of joy. 
    Last edited by Aestus (2014-02-03 22:25:18)

    ... Yes, something is definitely wrong with this picture.
    ┌(user@localhost)─(0)─(10:54 AM Sat Feb 01)
    └─(~)─(10 files, 256Kb)─> fc-query /usr/share/fonts/windows/* | grep vers
    Can't query face 0 of font file /usr/share/fonts/windows/ahronbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/andlso.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsa.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsaub.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsaui.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsau.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsauz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/aparajbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/aparajb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/aparaji.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/aparaj.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/arabtype.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/arialbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/arialbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/ariali.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/arial.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/ariblk.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/batang.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/browab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browa.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browaub.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browaui.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browau.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browauz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/calibrib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/calibrii.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/calibri.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/calibriz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cambriab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cambriai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cambria.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/cambriaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Candarab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Candarai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Candara.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Candaraz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/comicbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/comic.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/consolab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/consolai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/consola.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/consolaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/constanb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/constani.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/constan.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/constanz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/corbelb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/corbeli.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/corbel.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/corbelz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordia.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiaub.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiaui.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiau.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiauz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/courbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/courbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/couri.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cour.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/daunpenh.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/davidbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/david.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/dokchamp.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/ebrimabd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/ebrima.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/estre.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/euphemia.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/framdit.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/framd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/frank.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Gabriola.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/gautamib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/gautami.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/georgiab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/georgiai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/georgia.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/georgiaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/gishabd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/gisha.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/gulim.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/himalaya.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/impact.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/iskpotab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/iskpota.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kaiu.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kalingab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kalinga.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kartikab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kartika.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/KhmerUIb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/KhmerUI.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kokilabi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kokilab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kokilai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kokila.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/l_10646.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/LaoUIb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/LaoUI.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/lathab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/latha.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/leelawad.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/leelawdb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/lucon.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/lvnmbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/lvnm.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/majallab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/majalla.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/malgunbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/malgun.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/mangalb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/mangal.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/marlett.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/meiryob.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/meiryo.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/micross.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/mingliub.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/mingliu.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/monbaiti.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/moolbor.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/mriamc.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/mriam.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/msgothic.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/msjhbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/msjh.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/msmincho.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/msuighur.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/msyhbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/msyh.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/msyi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/mvboli.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/nrkis.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/ntailub.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/ntailu.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/nyala.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/palabi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/palab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/palai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/pala.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/phagspab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/phagspa.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/plantc.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/raavib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/raavi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/rod.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoeprb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoepr.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoescb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoesc.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoeuib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoeuii.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoeuil.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoeui.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoeuiz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/seguisb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/seguisym.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Shonarb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Shonar.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/shrutib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/shruti.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simfang.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simhei.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simkai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simpbdo.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simpfxo.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simpo.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simsunb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simsun.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/sylfaen.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/symbol.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/tahomabd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/tahoma.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/taileb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/taile.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/timesbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/timesbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/timesi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/times.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/tradbdo.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/trado.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/trebucbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/trebucbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/trebucit.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/trebuc.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/tungab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/tunga.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcdbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcdb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcdi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcdl.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcebi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upceb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcei.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcel.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcfbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcfb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcfi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcfl.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcibi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcii.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcil.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcjbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcjb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcji.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcjl.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upckbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upckb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcki.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upckl.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upclbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upclb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcli.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcll.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/utsaahbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/utsaahb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/utsaahi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/utsaah.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Vanib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Vani.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/verdanab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/verdanai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/verdana.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/verdanaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/vijayab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/vijaya.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/vrindab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/vrinda.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/webdings.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/wingding.ttf
    ┌(user@localhost)─(130)─(11:04 AM Sat Feb 01)
    └─(~)─(10 files, 256Kb)─> fc-query /usr/share/fonts/Unicode/* | grep vers
    Can't query face 0 of font file /usr/share/fonts/Unicode/Aegean.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Aegyptus_B.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Aegyptus_R.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Akkadian.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Analecta.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Anatolian.ttf
    fontversion: 65536(i)(s)
    fontversion: 203162(i)(s)
    fontversion: 72745(i)(s)
    fontversion: 131072(i)(s)
    Can't query face 0 of font file /usr/share/fonts/Unicode/CODE2001.TTF
    Can't query face 0 of font file /usr/share/fonts/Unicode/CODE2002.TTF
    fontversion: 76736(i)(s)
    fontversion: 65602(i)(s)
    fontversion: 65536(i)(s)
    fontversion: 65536(i)(s)
    family: "Everson Mono"(s)
    fullname: "EversonMono"(s)
    file: "/usr/share/fonts/Unicode/Everson Mono.ttf"(s)
    fontversion: 406389(i)(s)
    postscriptname: "EversonMono"(s)
    Can't query face 0 of font file /usr/share/fonts/Unicode/gulim.ttc
    Can't query face 0 of font file /usr/share/fonts/Unicode/gulim.ttf
    fontversion: 101449(i)(s)
    fontversion: 65536(i)(s)
    fontversion: 65536(i)(s)
    fontversion: 131072(i)(s)
    Can't query face 0 of font file /usr/share/fonts/Unicode/Maya.ttf
    fontversion: 131072(i)(s)
    Can't query face 0 of font file /usr/share/fonts/Unicode/Musica.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Quivira.ttf
    fontversion: 39321(i)(s)
    fontversion: 183500(i)(s)
    fontversion: 65536(i)(s)
    fontversion: 327680(i)(s)
    fontversion: 58982(i)(s)
    fontversion: 163840(i)(s)
    fontversion: 163840(i)(s)
    Can't query face 0 of font file /usr/share/fonts/Unicode/UnBatang_0613.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Unidings.ttf
    fontversion: 262144(i)(s)
    fontversion: 65536(i)(s)
    fontversion: 52428(i)(s)
    fontversion: 52428(i)(s)
    fontversion: 281804(i)(s)
    fontversion: 144179(i)(s)

  • New Features in 4.7 version

    Hi Gurus,
    In my current project i will be working on SAP 4.7 version and wanted to know what all new features were added from Abap perspective.
    I did go though relaease notes but it was not realy helpful. I did saw new monitoring tools like
    1. Coverage analyzer
    2. code inspector
    3. Runtime monitor
    and must say are realy helpful for developers and testers.
    Gurus are there are new features/commands/tools added in 4.7 version which i should be aware of.
    Thanks in advance.
    Gurjeet.

    Hi,
    Thanks for your reply, but most of these features are not available in SAP 4.7 version.
    Like Memory monitor, assert command, enhanced debugger, shared memory are not available in 4.7 version.
    I wish i could use them but unfortunately my current version of SAP doesn't support it. Can you please provide information on 4.7 version.
    Thanks again.
    Regards,
    Gurjeet

  • Before calling an external program, check if the program is allready open

    I need to call an external program to print some labels, so i will use function WS_EXECUTE or the new one DSVAS_DOC_WS_EXECUTE_50 to call my program, but the problem that i have is:
    when I call this function, the program open a small window, and if i have to call it again, it will open another window, and so on... obviously this is not a good solution.
    Is there any one how knows how can i close the program, of perhaps it is enough if there is some way to know if the program is already open.
    Many thanks in advance,
    Miriam

    Hi
    you can use the ABAP Coverage Analyzer.
    OR
    This is a function module we use to limit the execution of a program to one instance at a time.
    DATA: PRG LIKE INDX-SRTFD. PRG = SY-CPROG.
    CALL FUNCTION 'ENQUEUE_ESINDX'
    EXPORTING RELID = 'ZZ'
    SRTFD = PRG
    SRTF2 = 0
    EXCEPTIONS FOREIGN_LOCK = 1
    SYSTEM_FAILURE = 2.
    IF SY-SUBRC NE 0.
    FORMAT COLOR COL_NEGATIVE INVERSE ON.
    WRITE: / 'ERROR: Program Is Already Running'.
    WRITE: / 'Program', PRG, 'has been stopped. Rerun in 1 minute.'.
    STOP.
    ELSE.
    WRITE: / 'OK ',PRG.
    ENDIF.
    Regards,
    Raj

  • Question about bw transport (3)

    Hello Gurus,
        will you please answer my following questions:
          (1)  can I transport everything in the AWB transport connection ? is there
                any exception?
          (2)  what is Standard Transport System (automatic transport connection) ?
          (3) what does object collector mean ?
          (4) when should we apply "object changeability"  function in AWB transport
               connect ?
    Many thanks,
    Frank Zhang

    Hi.....
    1) can I transport everything in the AWB transport connection ? is there
    any exception?
    Yes.........In the AWB transport connection u can transport all the BW objects.............U can go here through RSA1 ..........or u can also use the tcode : RSOR.......Here u can select Object types from the left side window..........In the right side click on the select objects..............then collect manuaaly all the objects which u want to transfer............
    2) what is Standard Transport System (automatic transport connection) ?
    Check this..........
    http://help.sap.com/saphelp_nw04/helpdata/en/94/d4943b00ce6622e10000000a114084/frameset.htm
    3) what does object collector mean ?
    Using object collectors, you can create a set of objects. For example:
    ·        By loading the objects from files
    ·        From object lists of programs such as Where-Used List, Coverage Analyzer, or Runtime Analysis
    4) when should we apply "object changeability" function in AWB transport
    connect ?
    Sometimes it is useful...........and also required to make changes in Production Box........... mainly in day to day operations......... such as Activating Objects , fixing data loads,Changing Starting time of a process chain,new quiries to be created.........
    Check this........
    http://help.sap.com/saphelp_nw04s/helpdata/en/0e/a7343e8c7f6329e10000000a114084/frameset.htm
    Regards,
    Debjani......

  • Call statistics for customer functions (CMOD)

    Hi experts,
    I wonder, whether R/3 4.6C provides an option to generate a call statistics for customer functions (w/o adding additional logging code in the ZX-includes).
    This would be beneficial to identify customer functions called frequently (and to check/improve the performance of these subsequently).
    I am aware of a similar feature for BAdIs as well as the coverage analyzer (in NW'04s).
    Regards
    Thomas

    Hello Thomas
    On a 4.6c release I would use the following approach:
    (1) Identify the transactions which pass user-exits
    (2) Analyze transaction log
    Regards
      Uwe

Maybe you are looking for

  • How to clean uninstall firefox on mac OS X 10.10.1

    Attempt to uninstall Firefox on my iMac has left "mozilla.org" and "mozilla.net" in my cache. I've tried to remove it by clearing history and website data but it refuses to go away. How do I get rid of it and get back to where I was before trying to

  • Plz help me my facetime not working and no have facetime app

    plz help me my facetime not working and no have facetime app

  • Is it possible to set value like commande idente in the metadata?

    Hi, I try to set dynamique values in métadata. in the log they are set but when i try to see properties from the doc, they don't is some one have try to do this. did i forgot some thing? thx.

  • Where is mail data stored in mavericks?

    I accidentally deleted all of the data for mail - and I'd like to restore it from a Time Machine backup. But, I can't find it. When I go to Library, there is no mail data. When I open the mail app now, nothing is there and the preferences are grayed

  • Lag time, etc: Citrix / Flash 9

    DOH!! I have just completed my first Captivate 2-developed Web-based training course for my new company. Looked great when I tested it via a Web server and my local browser. However, it must be launched by users via Citrix, and there are two problems