Lowercase letters allowed / not allowed

Hi All,
In the Characteristic InfoObjcet Maintaince:
From SAP HELP:
Lowercase letters allowed / not allowed
1)If this indicator is set, the system differentiates between lowercase letters and capital letters when you use a screen template to input values. If this indicator is not set, the system converts all the letters into capital letters when you use a screen template to input values.
2)If you choose to allow the use of lowercase letters, you must be aware of what happens when you input variables:
If you want to use the characteristic in variables, the system is only able to find the values for the characteristic if the lowercase letters and the capital letters are typed in accurately on the input screen for variables. If, on the other hand, you do not allow the use of lowercase letters, any characters that you type onto the input screen, are converted automatically into capital letters
Both points are not clear to me.
Can Anybody expalin me in detail with an example?whats screen template?...etc
regards
murali.
Message was edited by: cmd

Hi cmd,
The "Screen template" here refers to the selection screen when running a BW report.
The other details are self-explainatory I suppose.
Bye
Dinesh

Similar Messages

  • TS1398 My wireless password in only 6 lowercase letters, but my iPod touch requires me to enter 8 before allowing me to join.  Therefore it will not let me log on to the wireless network, any solutions?

    My wireless password in only 6 lowercase letters, but my iPod touch requires me to enter 8 before allowing me to join.  Therefore it will not let me log on to the wireless network, any solutions?

    What encryption are you using on the router?
    If WEP you have to set the router to use the first key and you have to enter the first key as the password on the iPod. See:
    iOS: Recommended settings for Wi-Fi routers and access points

  • AUR Submition: only lowercase letters are allowed.

    I'm getting this error when trying to submit a src tarball:
    Submit
    Invalid name: only lowercase letters are allowed.
    pkgname() is all lower-case, so I'm not sure why it's complaining....?
    Here's the PKGBUILD:
    # Maintainer: Phillip Smith <[email protected]>
    pkgname=('kernel26-fedora-pae' 'kernel26-fedora-devel-pae')
    pkgbase="kernel26-fedora-pae"
    pkgver=2.6.31
    _FEDORA_RELEASE=40.fc12
    pkgrel=1
    url="http://www.kernel.org/"
    pkgdesc="The Linux Kernel and modules, compiled by Fedora. PAE supported. (Memory >= 4GB)"
    arch=('i686' 'x86_64')
    license=('GPL2')
    depends=('coreutils' 'module-init-tools' 'mkinitcpio>=0.5.15')
    makedepends=('rpmextract')
    backup=('etc/mkinitcpio.d/kernel26.preset')
    provides=("kernel26=$pkgver" "kernel26-fedora-pae=$pkgver")
    conflicts=('kernel24' 'kernel24-scsi' 'kernel26-scsi' 'kernel26' 'kernel26-fedora')
    # We need to force the upgrade because the previous maintainer
    # used the Fedora release number as the pkgrel number so we could
    # never have more than one release of each PKGBUILD!
    options=(force)
    install="kernel26-fedora.install"
    source=("http://kojipkgs.fedoraproject.org/packages/kernel/${pkgver}/${_FEDORA_RELEASE}/${CARCH}/kernel-PAE-${pkgver}-${_FEDORA_RELEASE}.${CARCH}.rpm"
    "http://kojipkgs.fedoraproject.org/packages/kernel/${pkgver}/${_FEDORA_RELEASE}/${CARCH}/kernel-PAE-devel-${pkgver}-${_FEDORA_RELEASE}.${CARCH}.rpm"
    "kernel26-fedora.preset")
    md5sums=('cfc0310d8afbfdc42074029a2d6ae565'
    '2ade9257df9eaccff5a4ad8fbbbd0c7c'
    'c8f559ad29f3bce277ed054d85878c40')
    build() {
    msg "Nothing to compile for $pkgname"
    package_kernel26-fedora-pae() {
    cd $pkgdir
    rpmextract.sh $srcdir/kernel-PAE-${pkgver}-${_FEDORA_RELEASE}.${CARCH}.rpm
    rm -rf $pkgdir/etc/ld.so.conf.d || return 1
    rm -rf $pkgdir/usr || return 1
    msg "Generating kernel26-fedora.kver..."
    _kernver=${pkgver}-${_FEDORA_RELEASE}.${CARCH}.PAE
    mkdir -p $pkgdir/etc/mkinitcpio.d/kernel26-fedora.kver <<EOT
    cat > $pkgdir/etc/mkinitcpio.d/kernel26-fedora.kver <<EOT
    # DO NOT EDIT THIS FILE
    ALL_kver='$_kernver'"
    EOT
    # Install mkinitcpio files
    install -D -m644 $srcdir/kernel26-fedora.preset $pkgdir/etc/mkinitcpio.d/kernel26-fedora.preset || return 1
    package_kernel26-fedora-devel-pae() {
    replaces=('kernel-devel-pae')
    cd $pkgdir
    rpmextract.sh $srcdir/kernel-PAE-devel-${pkgver}-${_FEDORA_RELEASE}.${CARCH}.rpm
    # vim:set ts=2 sw=2 et:

    Oh... I thought I had other split packages in there. Obviously not!
    And I see there's already a feature request for it... Cool. I'll split the package back into individual PKGBUILD's for now
    http://bugs.archlinux.org/index.php?do= … k_id=16394

  • 'Lowercase letters' setting for Shared infoObjects

    Hi Experts,
    As you all know, the following properties are shared across Environments and are reused infoObjects.
    /CPMB/ACCTYPE
    /CPMB/CALC
    /CPMB/RATETYP
    /CPMB/YEAR
    /CPMB/CURR
    /CPMB/ENTITY
    /CPMB/REPORT
    /CPMB/FLOWTYP
    /CPMB/TILEVEL
    /CPMB/PERIOD
    They are used for referential integrity between BPC dimensions.
    E.G. The ENTITY dimension has property CURRENCY (/CPMB/CURR) which should contain an existing member of the Currency dimension.
    In BW, shouldn't the 'Lowercase letters' setting always be flagged for these shared infoObjects? (Like it is flagged for each BPC dimension!)
    As at my current client, this is not the case... They migrated from BPC 7.5 to 10.0 NW. The shared InfoObjects have an empty tickbox for Lowercase letters. I wonder if this setting should be part the Upgrade process?
    Anyone that has experienced the same?

    So, because dimension ID's can be entered with upper & lowercase, shouldn't shared infoobjects that reference members (like a foreign key) allow lowercase as well and thus have this tickbox checked?
    Because now I see validation failing when trying to populate the ENTITY property in INTCO dimension even when it's entered in the same case as the ID of the ENTITY dimension.
    Would reactivating environmentshell fix the settings of all shared objects under /CPMB/IOBJGEN ?
    p.s. Yes Gersh, I see in changed version the tickbox correctly ticked. So something must have changed it... maybe during some transports.

  • Issue with lowercase letters

    Hi,
    The PC: DS1_SBCGST008_ZOHM_O08 is getting failed in the BW side daily due to lower case letters issue for the follwing fields:OI_BASELO the infoobjects is:0OI_BASELO.
    For the above fields data is getting from this table: MSEG.
    Error:-Value 'GTL Duisburg ' (hex. '00470054004C002000440075006900730062007500720067 ') of characteristic 0OI_BASELO contains invalid c.
    In R/3 side the field OI_BASELO (Base location) has entered GTL Duisburg but when we load the data into Bw its not allowed b'coz of lowercase letters which we have in R/3 for the above field OI_BASELO.
    Please hightlight the solution for the above issue As we need to fix immediately.
    Regards,
    Sudhan Reddy

    Hi Sudhan,
    You can either change your lower case letter to upper case during load (with help of routine) or use the checkbox for lower case letter in characteristic maintenence screen.
    http://help.sap.com/saphelp_nw04/helpdata/en/b7/f470375fbf307ee10000009b38f8cf/frameset.htm
    Check these posts:
    ALL_CAPITAL
    ALL_CAPITAL String in RSKC
    lowercase letters
    Hope it helps,
    Regards,
    Ashish

  • IPod Touch ...unable to type lowercase letters....

    I just got an iPOD touch from my wife for Christmas, and I'm not able to log on to the net. I have a wireless network at home (router, laptop etc.) and try to connect to that through the Safari. However, as I'm asked for the password on my Wi-Fi network I'm not able to type lowercase letters. I have tried to tap the shift button both once twice and more...it doesn't help..I'm not getting any lowercase letters. Have tried to switch off the activating of the Caps Lock at settings...feel like an idiot and I'm getting frustrated. Anybody out there with a tip or even the solution..? Please....S?

    Hello and Welcome to Apple Discussions. 
    Are you sure that you're not getting lower case? The keyboard always shows upper case but only types it when the 'shift' key glows white. If the shift key is an outline then it should type lower case.
    If you are still having issues download and restore the latest +iPod touch+ software:
    http://docs.info.apple.com/article.html?artnum=305744
    Merry Christmas
    mrtotes

  • The following letters will not print on my wireless keyboard: q,w,e,r,t,y,u,i,o. All the other keys are fine.

    The following letters will not print on my wireless keyboard: q,w,e,r,t,y,u,i,o. All the other keys are fine.

    Keyboard/Mouse – Troubleshooting Wireless
    Keyboard Doesn’t Work
    Keyboard Keys Do Not Respond

  • My keyboard doens't work correctly when I push numbers it appears symbols and all the letters are not good

    My keyboard doens't work correctly when I push numbers it appears symbols and all the letters are not good

    I suspect someone or something in your house may have changed a keyboard preference. Try System Preferences - Keyboard - Keyboard tab  - uncheck Use all F1......

  • Hi.. I got some problem  when i want to type something , letters are not displaying immediately , they are displaying after some seconds. can you help me out

    Hi.. I got some problem  when i want to type something , letters are not displaying immediately , they are displaying after some seconds. can you help me out

    Hello:
    I am not being critical, but you seem to want Safari to behave exactly like Chrome.  Every software developer has a plan.  Sometimes features in one product parallel other products - sometime not.  There might be some things available that would help you.  Do not hold your breath, however, for suggestions from people who use these forums.  Most of us use (and like) Apple products.  If you wish to make suggestions for future improvements, there is a feedback area on this web site that Apple employees read/review.
    Candidly, your approach would be akin to suggesting that Apple emulate the "features" in Windows (heaven forbid).
    I use Safari (and have for years).  I use Firefox (not a bad product) as my alternate browser.
    Sorry for what appears to be a pedantic lecture.  However, I think most of us adapt to different products if we really want to use them.
    Barry
    Message was edited by: Barry Hemphill

  • Letters do NOT appear on internet

    Hi everyone,
    Recently I was installing Microsoft Word and when uninstalling must of deleted the wrong file, if I remember correctly it had to do with fonts. The problem is now, on certain websites certain letters do not appear on screen, leaving blanks. When I copy and paste something here though, the writing shows up. I am thinking that the fonts for certain letters is gone. Anyone have any ideas where to download them ?
    http://www.imagedumpwitheasy.com/uploads/5ba4e3675a.png
    Thanks everyone
    P.s. I didn't have time machine set up

    Uninstall Word using "Remove Office" which in Microsoft Office 2008>Additional Tools>Remove Office. Then reinstall.

  • HT1338 wireless keyboard letters are not working

    My wireless keyboard letters are not working after i using retouch option on aperture
    Thanks
    Vic

    superdupertyn wrote:
    i left my macbook pro open for along period of time,
    after i open it
    What did you open if if was already opened?
    As for your non-working keys, perhaps debris somehow got beneath the keys.  Especially if you were eating while using your computer.  Spilled anything on the keys lately or previously?
    How to remove and clean your Macbook Pro Keyboard
    Cleaning Macbook keys after a spill
    If none of the above applies to you, you could have a hardware issue.  If you have Apple Care, call them and get a case number.  Otherwise, take the computer to an Apple store or an AASP.  Whichever is more convenient for you.
    Liquid damage is not covered under Apple's standard 1 year warranty or Apple Care.
    NOTE:  If you are out of warranty and purchased the computer with a credit card, discuss the warranty issue with the credit card company which you purchased the computer with.   They are the only ones who can at this point cover the computer after it goes out of warranty with the manufacturer (Apple).  
    If you have Homeowners insurance, place a claim with them.

  • I purchased an IPAD2 for my special needs daughter.  She only currently understands lowercase letters only and gets confused with the uppercase letters.  Is there a way to change the keyboard to display lowercase letters?

    I purchased an IPAD2 for my special needs daughter.  She only currently understands lowercase letters only and gets confused with the uppercase letters.  Is there a way to change the keyboard to display lowercase letters?

    There is no way for the keyboard itself to display only lower case letters. It doesn't display lower case letters at all for that matter.
    When you are using the keyboard - The other issue that you will have is with the shift key. Even with auto caps turned off you can still type capital letters if you tap the shift key and if you double tap it by mistake - it will turn into all capital letters so also turn off Caps Lock in the keyboard settings.
    Other than that, there is no way to ensure that you can type in lower case.
    Maybe an external bluetooth keyboard would be a better solution but I don't use one, and I have never even seen one in person so someone else will have to verify that for you.

  • My Elements 13 just updated about 2 weeks ago and all of my fonts are now all capital letters and I cannot get lowercase letters, help

    My Elements 13 just updated about 2 weeks ago and all of my fonts are now all capital letters and I cannot get lowercase letters, help

    Hi JenRR,
    Please try resetting your tools from Tool options.
    Open Tool options in PSE status bar. Click on flyout menu and click on Reset All Tools.
    Let me know if this solves the issue.
    Thanks,
    Nikita

  • From when i installed 10.8.3 combo, the frequency of my video (samsung 2233sn) changes so that the dock disappears at the bottom and the letters are not focus-free feature stays in focus at mostviewing. Luigi

    From when i installed 10.8.3 combo, the frequency of my video (samsung 2233sn) changes so that the dock disappears at the bottom and the letters are not focus-free feature stays in focus at mostviewing. Luigi

    From when i installed 10.8.3 combo, the frequency of my video (samsung 2233sn) changes so that the dock disappears at the bottom and the letters are not focus-free feature stays in focus at mostviewing. Luigi

  • How to convert from lowercase letters to uppercase letters?

    how to convert from lowercase letters to uppercase letters?

    Hi KS,
    In the transfer / update rules you can use a formula to convert lowercase to upper case letters.
    Functions for Character string>>TOUPPER(CHAR)
    Hope this helps.
    Bhargava
    Message was edited by:
            Sista Bhargava Kumar

Maybe you are looking for

  • Depriciation error.

    Hi, one asset Document has been posted after Actual date, 12 days after the capitalization of asset say asset supposed to  capitalized on 4.11.2008 but document has been posted on 16 th of the month, so first i need to change asset calculation and ca

  • Not able to connect to grid

    Hi All, I have an oracle management agent installed on my host which was working fine till 28th april but after that it is not able to connect to grid .I see thru emctl agent status and it showed agent is not running.I tried starting the agent thru e

  • Split large sound files

    Is there a easy way to split large sound files? Thank you

  • I deleted my merge conflicts calendar in trying to straighten it out.  How do I get it back?

    I deleted my merge conflicts calendar in trying to manage it. How do I get it back? I probably should ask if I should get it back.  I am trying to figure out just what does Icloud do for me.

  • Multiple Oracle Homes and Multiple Listeners

    I have two existing oracle homes on the same server and would like to change the configuration so that they have their own listener listening on different ports. How do I do this? What are the critical files that need to be changed?