Public Holiday text not displaying in PT03 (Special Days)

Hi Experts,
For my client, I have to configure a public holiday and restrict it to only few WSRs. This public holiday is not part of any public holiday calendar. I have configured this holiday as a special day by defining the day type selection rule & special day.
When I checked the work schedule in PT03, it is not displaying the holiday class and the text of the public holiday. It is only displaying the day type for this day.
Please help.
Many Thanks for your help in advance.
Warm Rgds,
Arun.M

            qPane = new JScrollPane(qTextArea);
            qPane.add(qTextArea);
            performedOpsPane = new JScrollPane(performedOpsTextArea);
            performedOpsPane.add(performedOpsTextArea);
            logPane = new JScrollPane();
            logPane.add(logTextArea); When you create a scrolled component, you either pass the component to the JScrollPane constructor or add it afterward, not both. If you're going to add it afterward, you use the setViewportView() method, not add().

Similar Messages

  • Public Holiday calendar not to be taken into account for Sick Leave

    Dear All,
    I need help.
    Public Holiday calendar not to be taken into account for Sick Leave.
    Eg -When I employee applies for sick leave, the public holiday in between the dates shouldnt be considered. How can I configure this requirement.
    Please help.
    Regards,
    Poornima

    For that group, you need 2 counting rules:
    - one for Holiday Class 0 (not a public holiday) and Day Work Schedule Class 0 (not a working day)
    - one for Holiday Class 0 (not a public holiday) and Day Work Schedule Class 1 to 9 (a working day)
    If you want, you can add an other one or two for Holiday Class 1 to 9 (public holiday)
    extract from our T556C
    2       1   10 Q      10 Sick leave deduct from quotas (incl personal/spec) XXXXX   X  X    XXXXXXXXXX  XXXXXXXXX X X        XX XX    100.00  100.00              1     1       10              
    2       1   10 Q      11 Sick leave deduct from quotas (incl personal/spec) XXXXX   X  X    XXXXXXXXXX X          X X        XX XX      0.00    0.00              1     1       10              
    2       1   30 Q      10 Special leave with pay (with quotas deduction)     XXXXX   X  X    XXXXXXXXXX  XXXXXXXXX X X        XX XX    100.00  100.00              1     1       30              
    2       1   30 Q      11 Special leave with pay (with quotas deduction)     XXXXX   X  X    XXXXXXXXXX X          X X        XX XX      0.00    0.00              1     1       30

  • Flash Text not displaying certain fonts

    Thanks as always…
    I am trying to use Flash text for some headings, but after an
    hour of pulling my hair out I've just realised it will only display
    certain fonts, such as Helvetica etc.
    I added the font I want to use to my font list but it still
    does not display…
    I'm using MX on OSX 10.3.9.
    Any ideas? Thansk.
    Flash Text not displaying certain fonts

    Fodderstompf wrote:
    > Thanks guys,
    >
    > I don't have Flash MX and it turns out the font is a
    Postscript Type 1.
    >
    > Didn't realise about the true-type thing, bit of
    nusiance (and completely the
    > opposite of the hassle I normally have with print
    work!).
    >
    > I'm gonna look and see I can get a true-type version of
    the font (Tabitha), or
    > is there any other work around?
    >
    > Thanks.
    >
    >
    Is your text in a dynamic text box, or static text box in
    flash?
    I don't think the issue concerns the "true-type" or not
    "true-type" font.
    In Flash, when text is part of a dynamic text box (which I
    assume is the case in your situation),
    then the font works just like in an html page:
    if the font is installed on the computer it will show, if
    not, it won't. The way around this, is to
    embed the font data in the authoring flash file, and link it
    to the dynamic text box, via actionScript.
    So if you cannot work on the authoring Flash file with Flash
    MX or Flash8, and if indeed we're
    talking about a dynamic text box, your only option is to use
    a web-safe font.
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    An Ingenious WebSite Builder:
    http://sitelander.com

  • Why won't voice generated text not display as I speak?

    Why won't voice generated text not display on the screen as I speak?

    All you get in 10.6.5 is spoken COMMAND recognition.
    Dictation requires 10.8 Mountain Lion or later:
    Mac Basics: Dictation lets you speak text instead of typing

  • USF on iTunes U collections such as Sustainability and iteach Initiative are not displaying new items even days after they are uploaded to the collections. The items show in the Preview of the collections but not Live view. not displaying

    USF on iTunes U collections such as Sustainability and iteach Initiative are not displaying new items even days after they are uploaded to the collections. The items show in the Preview of the collections but not Live view. not displaying

    Greetings;
    This seems to an ongoing issue (see related discussion link).  We've been experiencing the same update lag since last Friday.  The new additions to the Collection appear and are accessible in both the iPad and iPhone applications, but even though they additions appear in "Quick View", the material doesn't appear in the Collection itself.  Apple is aware of the issue and is investigating.  All the best...
    Syd Rodocker
    Tennessee State Department of Education
    https://discussions.apple.com/message/15461971#15461971

  • Text not displaying

    I have been slowly converting an AS3 Flash IDE-based interface to Flash Builder, keeping up with the daily builds (for the most part) and reporting bugs as I go.
    For a long while, things were going great, aside from the several bugs that I reported.  At some point along the way, though, the text in my entire project started not displaying properly.  Certain characters do not display at all.
    It is a Windows standard font, though newer (Calibri), and the entire font set is currently embedded in the project.
    For some reason, most capital letters do not display, nor do certain special characters (underscore, etc)  Some lowercase letters don't display.
    It is always the same letters that don't display.
    I thought this was an issue with the build, but I rolled the SDK back the whole way to 4.0 (the original beta build) and it is happening there as well.  There is no rhyme or reason to it, as far as I can tell.
    Here is a screenshot with the problem:
    The tabs should read:
    Menu
    Important Points
    Glossary
    The menu list should read:
    Pre-Test Pt 1
    4800_020
    Fred Bauer Audio
    Learning Activity
    Learning Activity
    Fred Bauer Audio
    4800_020
    Learning Activity
    Learning Activity
    And the horizontal list at the bottom should read:
    Page 1
    2
    3
    4
    5
    6
    7
    8
    9
    Has anyone else encountered this type of problem? Any workarounds?

    Rich,
    +1 to Alex's simple test case suggestion.
    For example, does this work for you?
    It renders correctly on for me using XP/FP 10.0.22.87 (debug) with SDK 4.0.0.8847:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:mx="library://ns.adobe.com/flex/halo">
    <s:layout>
            <s:HorizontalLayout gap="20" paddingLeft="20" paddingTop="20" />
        </s:layout>
        <fx:Script>
            <![CDATA[
                [Embed(source='C:/WINDOWS/FONTS/CALIBRI.TTF',
                       fontFamily='CalibriE',
                       mimeType="application/x-font",
                       embedAsCFF="true")]
                public static var CalibriEmbedded:Class;
            ]]>
        </fx:Script>
        <fx:Style>
            @namespace s "library://ns.adobe.com/flex/spark";
            @namespace mx "library://ns.adobe.com/flex/halo";
            s|SimpleText,
            s|RichText,
            s|RichEditableText {
                fontFamily: "CalibriE";
        </fx:Style>
        <s:VGroup>
            <s:SimpleText text="SimpleText test:" fontSize="16" />
            <s:SimpleText text="Menu" />
            <s:SimpleText text="Important Points" />
            <s:SimpleText text="Glossary" />
            <mx:HRule width="100%" />
            <s:SimpleText text="Pre-Test Pt 1" />
            <s:SimpleText text="4800_020" />
            <s:SimpleText text="Fred Bauer Audio" />
            <s:SimpleText text="Learning Activity" />
            <s:SimpleText text="Learning Activity" />
            <s:SimpleText text="Fred Bauer Audio" />
            <s:SimpleText text="4800_020" />
            <s:SimpleText text="Learning Activity" />
            <s:SimpleText text="Learning Activity" />
            <s:SimpleText text="Page 1" />
        </s:VGroup>
        <s:VGroup>
            <s:RichText text="RichText test:" fontSize="16" />
            <s:RichText text="Menu" />
            <s:RichText text="Important Points" />
            <s:RichText text="Glossary" />
            <mx:HRule width="100%" />
            <s:RichText text="Pre-Test Pt 1" />
            <s:RichText text="4800_020" />
            <s:RichText text="Fred Bauer Audio" />
            <s:RichText text="Learning Activity" />
            <s:RichText text="Learning Activity" />
            <s:RichText text="Fred Bauer Audio" />
            <s:RichText text="4800_020" />
            <s:RichText text="Learning Activity" />
            <s:RichText text="Learning Activity" />
            <s:RichText text="Page 1" />
        </s:VGroup>
        <s:VGroup>
            <s:RichEditableText text="RichEditableText test:" fontSize="16" />
            <s:RichEditableText text="Menu" />
            <s:RichEditableText text="Important Points" />
            <s:RichEditableText text="Glossary" />
            <mx:HRule width="100%" />
            <s:RichEditableText text="Pre-Test Pt 1" />
            <s:RichEditableText text="4800_020" />
            <s:RichEditableText text="Fred Bauer Audio" />
            <s:RichEditableText text="Learning Activity" />
            <s:RichEditableText text="Learning Activity" />
            <s:RichEditableText text="Fred Bauer Audio" />
            <s:RichEditableText text="4800_020" />
            <s:RichEditableText text="Learning Activity" />
            <s:RichEditableText text="Learning Activity" />
            <s:RichEditableText text="Page 1" />
        </s:VGroup>
        <s:SimpleText activate="event.currentTarget.text = mx_internal::VERSION;" />
    </s:Application>
    Peter

  • Text not displayed in the Web Report

    Hi All,
    I have a query where user is expecting both Key and Text to displayed in the report for the Info object "Local Product High". This infoobject has text data available. But Iam not sure why this is not getting displayed even when I select both Key and Text in the properties screen.Only Key is getting displayed.
    Can some one throw some light on this.
    Regards,
    Srinivas

    I juct checked the Text table and I see the texts for the infoobject exists. I do not think CHange run will resolve this issue. but yes the master data is active .
    I will now try to run the report through Bex and come back.
    Thanks for the input..
    regards,
    Srinivas

  • PO Material text not displayed in PO

    Hi All,
    Please help me in finding a solution for my issue,
    We use SAP ERP 6.0, and recently upgraded from SRM 4.0 to SRM 7.0. whenever a PO is processed in SRM and replicated to SAP, "Item text" inputs entered in SRM is replicated to "Material PO Text" in SAP and when the PO is printed, those inputs are not displayed in the PO..
    However if I amend the same PO again in SRM (by just modifying the inputs in "Item text") and re-replicate to SAP and reprint the PO, the inputs are displayed in PO this time. becoz of this, we had to amend every PO again to have the Item text displayed in PO.
    Why the inputs are not displayed in PO at the first time and what made the system to display it after i amend the PO the second time???
    Any help is much appreciated.
    Thanks
    Vinoth

    Nabheet, Thanks for your response.
    I have already raised this with the tech team and they said they antcipate this to be fixed by this March. I have no idea if this takes so long to fix it. Since we had to process 100s of POs every day, it is affecting our SLA badly
    Vinoth

  • Arabic text not displaying correctly in Win Server 2008 R2

    Hi,
    We have an .mdb database stored on our Windows Server 2008 R2 server but when we view the contents some of the text has strange characters.
    When we view the same db in Windows Server 2003 we do not have these characters. I'm not sure what exactly we need to do to correct this issue..
    Any suggestions welcome..

    Hi,
    Thanks for your post.
    When you open a Web page or a text file that contains a string of Arabic characters, the string is not displayed correctly. This issue occurs when the following conditions are true:
    The Left-to-Right Override (LRO) Unicode control character is used in the string of Arabic characters.
    You specify a font that is not Simplified Arabic Fixed.
    Please apply the hotfix below:
    Incorrectly displayed Arabic characters in Windows 7 or in Windows Server 2008 R2
    https://support2.microsoft.com/kb/976525?wa=wsignin1.0
    And check the result.
    Regards.
    Vivian Wang

  • Info Record Text and Material Text not displayed in Subcon. PO printout

    Hi,
    I have this scenario, where the Info record text from Info Record PO text does not appear in Print out but appears in Print preview.
    Also the Info record text for  standard Purchase order is displayed in Print preview and Print output.
    The config settings for texts for Purchase order is the same for Purchase order with no Item Category (Standard) and Subcontracting (item category L).
    Also the texts in Purchase order automatically copies in Standard purchase order (adopt button not present) but not in Subcontract purchase order (Adopt text is present).
    I have checked the config for copying rule, for Info record text is automatically adopt.
    I am unable to identify the missing config for this.
    Also the same problem exists for Material text from Material Master PO text is not displayed in Fax output but appears in Print output.
    Please let me have your inptus,
    Regards, Muthuvel

    The solution to this is SPRO->SAP Reference IMG->Materials Management->Purchasing->Messages
    ->Text for Messages->Define Text for Purchase Order.
    Select Texts for Document Item folder - There will be a list by Document Type and Item Category. Make sure there are entries for your combination, otherwise they will not be part of the output message.

  • Text not displaying on components

    I have one swf file where im using the default textInput and
    button components. Just so the user can enter a zip code and click
    submit. When i publish that swf, everything looks fine. The problem
    is that i am loading that swf into a master swf and when i view it
    through the master swf, it displays the components without text.
    The submit button is blank, it should say 'submit' on it, and no
    characters display when you type into the textInput component. I am
    able to type characters and submit the form, but i can't see what
    im typing. I've tried messing with embedding fonts in the child swf
    as well as the master to no avail. If anyone has any suggestions,
    they would be greatly appreciated.

    Here's how to talk to your dynamic text box. Where you put
    this bit depends
    on how you are building the preloader, but since you say the
    progress bar
    works fine, I'll assume you know what you're doing there and
    will be able to
    get this in the right spot.
    // variable that calculates a number for the percent loaded
    preloaded = Math.floor((loadedBytes/totalBytes)*100);
    // this line is talking to a dynamic text box named
    "percentage_txt" that is
    inside a movieClip named "preloader_mc" on the root timeline
    // depending on your setup the path may be different, but
    make sure
    everything on the way to the text box is named
    _root.preloader_mc.percentage_txt.text = preloaded + "%";
    // You've probably left out the ".text = " bit. Just a guess,
    but that's
    the bit I always find
    // I've left out when I'm having trouble with dynamic text.
    // Also make sure your text color is not set to the same
    color as your
    background. Duh.
    Good luck.
    --KB
    "patbegg" <[email protected]> wrote in
    message
    news:ejuu12$bmd$[email protected]..
    > Hi,
    > Cheeky little problem. I cannot get the dynamix text to
    show on the
    > preloader
    > of a loaded movie. I am calling in a .swf which has a
    preloader in it, the
    > progress bar is fine but the text showing the percent
    will not display.
    >
    > I have tried the _lockroot method, but no joy. Any ideas
    anyone?
    >
    > Any help appreciated guys.
    >
    > Cheers,
    > Pat
    >

  • TextArea text not displayed correctly with ImageSnapshot

    I am having an issue with the ImageSnapshot.captureImage command capturing the text in a TextArea. Attached are two files illustrating the issue. The "screenshot.jpg" pic shows how the TextArea controls are displayed on the screen. The "created jpg.jpg" pic shows how the text is displayed in the jpg that is created. Below is the code that creates the snapshot, everything is pretty standard there as far as I can tell. The text is obviously not sized the same from one to the other. Any ideas whats going on here or what I can do to correct it?
    var myencoder:JPEGEncoder = new JPEGEncoder(50);
    var imgss:ImageSnapshot = ImageSnapshot.captureImage(viewstack.selectedChild, 100, myencoder);
    var fs:FileStream = new FileStream();
    var ssfile:File = File.applicationStorageDirectory.resolvePath("ProjectImages/snapshot.jpg");
    fs.open(ssfile, FileMode.WRITE);
    fs.writeBytes(imgss.data, 0, imgss.data.length);
    fs.close();
    Thanks,
    Scott

    Scott,
    Can you file a bug? http://bugs.adobe.com/flex
    Thanks,
    Jason

  • OTR text not displayed correctly

    Hi,
    I have view in which there are 3 tables with 3 colums each.
    All the data binding etc is fine and it is displayed correctly in the portal.
    My issue is with the OTR texts maintained. The text for column headings in the table is binded with the OTR texts (created through transaction sotr_edit) $OTR:<package>/<alias> in properties value field.
    We have an option to change the language in the portal. So when a language is selected, the texts for these column heading is displayed in the corresponding language selected.
    But for some langauges selected, the texts show some random language instead of the one selected.
    Any idea on how this can be corrected.

    Thanks for the reply Thomas.
    And sorry for delayed reply.
    I could see that the binding of the OTR was not correctly done with the texts.
    After i made the changes, the languages were displayed correctly.
    My concern here is that i have made the changes as this is a custom development and the issue was solved.
    But this same issue is seen in a standard component where the text was not displayed in the language selected and this issue is coming only for the users assigned to a particular role. And for all others, the texts are displayed with the language selected.
    Any inputs on this would be helpful.
    Thanks.

  • Full Text not Displaying in table

    Hi Experts
    I am displaying Long text in Text elements in table But  It is not displaying full Text only Half of text is displaying.
    How to overcome this? Is there any length limitation for text elements in table.
    and Variable type is STRING
    i am concatenating lines from Read text FM.
    Regards
    Jagadish
    Edited by: acj_vy on Aug 17, 2010 10:23 AM

    Hi,
    You should not concatenate the text into string which you read using READ_TEXT.
    You should loop at the table and then display the text using work area of the table.
    It will be displayed line by line as it is getting displayed in your standard transaction.
    Thanks,
    Archana

  • Subtitles & other text not displaying properly safari & firefox

    Hello
    some text in Safari and Firefox is seriously degraded. I changed to Firefox because Safari was displaying wrongly, but Firefox has the same problem. See image:
    I cannot use subtitles on BBC streamed movies either, and the timing of the movies on the bottom ribbon do not display either
    I am using Lion 10.7.5
    Is there a solution for this problem?

    The tags at the bottom of my original message are out of date:
    Should be
    Mac OS Lion 10.7.5
    Safari 6.0 (7536.25)
    Firefox 16.0.2

Maybe you are looking for

  • System Settings - Mail Contacts Calendars - iCloud

    After switching to Mountain Lion, I have created a new Apple ID with @icloud.com domain. I try to set it in System Settings -> Mail Contacts Calendars -> iCloud and it works for Contacts , Calendars, Safari, Documents but not for Email. When clicking

  • Convert JPG images to PDF

    Working with 8.0 Pro. I want to basically open the JPG image and save it as a PDF via VB script. For some reason, I can't seem to make it work. Can anyone provide a few lines of code to do this? Thanks for any help.

  • Slow iPhoto Thumbnails in iDVD

    Gang, Here's the problem. The girlfriend has a large photo library in iPhoto (not extreme!) and running iDVD on her 12" laptop was unbearable slow in scrolling through photos to add to menus. Spinning beach ball between each screen for 10 seconds or

  • Connecting to Netezza/GreenPlum from Oracle

    i have requirement where i need to get data from Oracle, Netezza and GreenPlum into one report. Is it possible to connect these DBs from an Oracle Stored Proc? Secondly, is it possible to use Database links to connect to Netezza and GreenPlum from Or

  • Problem with diagonal lines printing jagged and unclean

    I am new to computer illustration and vector graphics. i am using Illustrator CS2. lines drawn using the pen tool that are slightly diagonal are printing "pixelated" or jagged. Especially bad when placed into an Indesign doc. They appear clean onscre