Uppercase lower case issue..

I am fiinding this throughout all the oracle stuff.
If I create a view or stored procedure, it always returns the column names in uppercase...
This is an issue, becuase some of my code uses keys in grids that are case sensitive.
And my app has to work with both MS SQL and Oracle..
So the view listed below, returns the column names in uppercase instead of the case I have specified..
Is there any way around this?
SELECT View_AssetCurrent.AssetID,
View_AssetCurrent.ItemVar1 ,
View_AssetCurrent.ItemVar2 ,
View_AssetCurrent.ItemVar3 ,
View_AssetCurrent.ItemVar4 ,
View_AssetCurrent.ItemVar5 ,
View_AssetCurrent.ItemVar6 ,
View_AssetCurrent.ItemVar7 ,
View_AssetCurrent.ItemVar8 ,
View_AssetCurrent.ItemVar9 , View_AssetCurrent.ItemVar10 ,
View_AssetCurrent.ItemVar11 ,
View_AssetCurrent.ItemVar12 ,
View_AssetCurrent.ItemVar13 ,
View_AssetCurrent.ItemVar14 ,
View_AssetCurrent.ItemVar15 ,
View_AssetCurrent.ItemVar16 ,
View_AssetCurrent.ItemVar17 ,
View_AssetCurrent.ItemVar18 ,
View_AssetCurrent.ItemVar19 ,
View_AssetCurrent.ItemVar20 ,
View_AssetCurrent.AssetDate , View_AssetCurrent.ProfileID , View_AssetCurrent.Carrier ,
View_AssetCurrent.CurrentID ,
View_AssetCurrent.DestinationID ,
View_AssetCurrent.OwnerID ,
View_AssetCurrent.IntraUserName ,
View_AssetCurrent.ClientName ,
View_AssetCurrent.HDate ,
View_AssetCurrent.HStatus ,
View_AssetCurrent.HParent ,
View_AssetCurrent.HVar1 ,
View_AssetCurrent.HVar2 ,
View_AssetCurrent.HVar3 , View_AssetCurrent.HVar4 ,
View_AssetCurrent.HVar5 ,
View_AssetCurrent.HVar6 ,
View_AssetCurrent.HVar7 ,
View_AssetCurrent.HVar8 ,
View_AssetCurrent.HVar9 ,
View_AssetCurrent.HVar10 ,
View_AssetCurrent.SignatureID ,
View_AssetCurrent.ImageID ,
View_AssetCurrent.UpdatedByParent ,
View_AssetCurrent.ExplicitOwnerID ,
View_AssetCurrent.ExplicitDestID ,
View_RecipAndLoc_All.EmpID ,
View_RecipAndLoc_All.FullName ,
View_RecipAndLoc_All.RecipVar1 ,
View_RecipAndLoc_All.RecipVar2 ,
View_RecipAndLoc_All.RecipVar3 ,
View_RecipAndLoc_All.RecipVar4 ,
View_RecipAndLoc_All.RecipVar5 ,
View_RecipAndLoc_All.RecipVar6 ,
View_RecipAndLoc_All.RecipVar7 ,
View_RecipAndLoc_All.RecipVar8 ,
View_RecipAndLoc_All.RecipVar9 ,
View_RecipAndLoc_All.RecipVar10 ,
View_RecipAndLoc_All.DYNAMIC ,
View_RecipAndLoc_All.Download ,
View_RecipAndLoc_All.STATUS ,
View_RecipAndLoc_All.LastModified ,
View_RecipAndLoc_All.EmailAddress ,
ClientList.Client_Type ,
RTRIM(f_getRecipName(View_AssetCurrent.CurrentID, View_AssetCurrent.ProfileID)) CurrentName,
RTRIM(f_getRecipName(View_AssetCurrent.DestinationID, View_AssetCurrent.ProfileID)) DestinationName ,
RTRIM(f_getRecipName(View_AssetCurrent.OwnerID, View_AssetCurrent.ProfileID)) OwnerName ,
Signatures.Sig_Data "Sig_Data"
FROM View_AssetCurrent
LEFT JOIN Signatures
ON View_AssetCurrent.SignatureID = Signatures.Sig_ID
LEFT JOIN ClientList
ON View_AssetCurrent.ClientName = ClientList.Client_Name
LEFT JOIN View_RecipAndLoc_All
ON View_AssetCurrent.ProfileID = View_RecipAndLoc_All.ProfileID
AND View_AssetCurrent.DestinationID = View_RecipAndLoc_All.EmpID

Easy enough to test out....
ME_XE?create or replace view test_it as select 1 as "CaseSensitive" from dual;
View created.
Elapsed: 00:00:00.18
ME_XE?select * from test_it where casesensitive = 1;
select * from test_it where casesensitive = 1
ERROR at line 1:
ORA-00904: "CASESENSITIVE": invalid identifier
Elapsed: 00:00:00.04
ME_XE?select * from test_it where "casesensitive" = 1;
select * from test_it where "casesensitive" = 1
ERROR at line 1:
ORA-00904: "casesensitive": invalid identifier
Elapsed: 00:00:00.00
ME_XE?select * from test_it where "CaseSensitive" = 1;
     CaseSensitive
                 1
1 row selected.
Elapsed: 00:00:00.01

Similar Messages

  • Uppercase / Lower case

    Dear Master's,
    I created editable alv,when i press save from report data get saved in table as UPPER case.But i want data will save as UPPER/LOWER case. Please help
    Thanks & Regards
    Atul Singh

    Hi Atul,
    Please check the data type of the fields that you are using. If it is a character type that does not allow lower case letters then data would surely get converted to upper case.
    So, instead, try to use a field type for which the 'Lower Case' checkbox in its domain is selected.
    Regards,
    Aparna Alashe.

  • Uppercase / Lower case Flag in Function Modules

    I want the upper case / Lower case flag to be checked active by default when we execute my function module. How can we achieve ?

    The checkbox is a part of FM TEST Framework and any changes can't be made to it. Also, while calling through program it will come into picture.
    If you want text in specific case
    1. Check the domain lowercase property of the data element to be used in import parameters.
    2. Use TRANSLATE statement to change case inside the FM.

  • Managing Upper and Lower Case in URLs

    Hello,
    In conjuction with using Dreamweaver and the 'Round Trip' feature with Fireworks, I've created a menu (with drop-down and horizontal kick-out submenus) using the 'Slice' feature; however, every time I save the Fireworks file, all the first-letter upper-case letters I created (in the link's URL) for directories and filenames revert back to all lower case in the link's URL address. Is there some way within the Fireworks application where I can de-activate this automated 'lower case' default? I would like to have the choice as to retain my upper case letters in the URL each time I save the file and perform a round trip to Dreamweaver....AND...also have the upper-case letters retained after closing the Fireworks app and opening it up again (which does not happen at present). Any and all advice would certainly be appreciated!
    Many thanks!

    Hi Linda,
    Thank you for your feedback. You're right in a way that I find I have to tweak my upper/lower case letters in the Dreamweaver source code. But let's say I want to add another graphical menu selection to my drop-down menu (created by editing my 'slice' in Fireworks with its own .html file under my site directory 'images' folder)...but, as a result of invoking the 'Round Trip' function between Fireworks and Dreamweaver, the new menu selection also now appears in my Dreamweaver's index.html page --- after 'Save' , and as it should do (...BUT...overwriting all upper-case letters in all URLS within the index.html file---all the ones I had to tweak before in the Dreamweaver index.html source code ---- so, it appears every time I want to create a new graphical menu selection (or even edit an existing one for that matter) in Fireworks...the round trip writes over all my previous upper/lower case URL tweaks in Dreamweaver. If I could somehow manage the upper/lower case issue within Fireworks--and maintain it between closing and re-opening Fireworks--that would definitely solve the problem.
    Kind regards,
    John

  • Front is all uppercase, won't go to lower case

    This just happened out of the blue this morning, was working fine last night.
    The problem is that my text is stuck in upper case.
    1. The caps lock key is not on
    2. I am not using an all upper case text- it happens regardless of font type
    3. I have tried to reset my tools and it hasn't worked.
    Any ideas?
    Oh and I am using PSE6.0

    Barbara, I am sorry I am being difficult about this, but I really am pretty computer savy.  In my WIN 7 I am not finding the link you sent me below.  I added my user name and get nothing.  I a made sure my hidden files are showing (and they are) but I am not finding this Editor at all.
    Thank you,
    Sue Potter,
    Forever Photos By, Sue
    "Photography done with YOU in mind"
    http://foreverphotos.smugmug.com
    509-220-2783
    Date: Sat, 24 Apr 2010 14:06:50 -0600
    From: [email protected]
    To: [email protected]
    Subject: Front is all uppercase, won't go to lower case
    Try manually deleting the editor's prefs, which are in
    C:\Users\<your username>\AppData\Roaming\Adobe\Photoshop Elements\8.0\Editor
    You will need to enable hidden folder viewing to find this path.
    >

  • My prepaid app store card has a lower case lambda sign and an uppercase gamma sign. what do i do?

    my prepaid app store card has a lower case lambda sign and an uppercase gamma sign. what do i do?

    You could get a $15 iTunes card, redeem that to your account and then should be able to download things again.

  • Change Lower Case to Uppercase in Styles

    I have a document which uses lower case subheads throughout. Is it possible to make a character style sheet to change a subhead from lower case to upper case in a document?
    Or a way to search using find/change?
    Thanks for you help
    G4 OSX Tiger InDesign CS3

    You can use the paragraph style for the subheads.
    Open the paragraph style and go to Basci Character Formats.
    There's a setting for "Case".
    Choose All Caps from the menu.
    That should change all your subheads to All Caps.

  • Internal Order match-code fail becuase Upper-Lower case

    Hi
    I'need to search Internal Order using a piece of teh Order description.
    Unfortunately the description COAS-KTEXT is case sensitive, and the Order is not found if Upper/lower case rules are not respected. I Have create a new Z match-code, bust this has the same problem.
    Any Idea to solcve thsi issue ???
    Thanks for your help.
    Claudio

    Hello
    pls check OSS note 75233, is decribed the solucion you are looking for.
    Solution
    Check whether an F4 search for short text is required.
    You must then either allow for the fact that the selection criteria "short text" is case-sensitive, or you can change all the short text to uppercase. This change is then effective during all displays and entries of the short text for the order and cannot be reversed. Any information which is provided in lowercase letters is then lost.
    You should also consider creating an index for the field AUFK-KTEXT.
    If you want to change to uppercase letters, proceed as follows:
    1. Modify the table AUFK. The field KTEXT requires another data element with a domain in which the flag "lowercase letters" is not marked. The most effective solution is to copy the data element and the domains and in addition to the descriptions, change only flag "lowercase letters"
                  This change means that for overhead cost orders (transactions KO01, KO02) only short text in uppercase letters can be recorded. 
    2. To change the already existing database entries to uppercase letters run report RDOTXT2U which is contained in the standard program and the current version of which is shown below. Please read the documentation for this report.

  • Lower Case File Names on 5D iii?

    Can I modify the filing naming on the 5D iii so that it is all lower case rather than uppercase? If that's not possible, it is at least possible to change the extension from JPG to jpg?

    Hi homeboy!
    Thanks for the post!
    The file name on the EOS 5D Mark III has four alphanumeric characters followed by a four-digit image number and extension.  The first four characters are set upon factory shipment and unique to the camera. 
    However, you can change them.  With [USER SETTING 1], you can change and register the four characters as desired.  With [USER SETTING 2], if you register three characters, the fourth character from the left will be appended automatically to indicate the image size.  Please follow these steps to access these settings:
    Press the MENU button
    Select the [Tools #1] tab.
    Select [File Name].
    Select [Change User Setting 1] or [Change User Setting 2].
    Enter any alphanumeric characters.
    This didn't answer your question or issue? Find more help at Contact Us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Firefox changes my AOL username to CAPS when I tab and I can't sign in because it needs to be lower case

    When I go to sign into AOL and enter my username in lower case, as required, as soon as I tab to enter a password, FIREFOX changes the username to all caps and I can't sign in. AOL says it's not their problem, it's a browser issue. I tried clearing histories in FIREFOX and it didn't change the situation.

    Make sure that you haven't saved Uppercase and Lowercase versions of that name and password.
    Remove saved Password(s):
    * Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    *http://kb.mozillazine.org/Password_Manager

  • Upper or lower case letter for SOAP

    I used the JAXM from Sun to create my soap message,
    but the tag <soap-env> is in lower case. I don't know if this is right or wrong, but the application server doesn't accept this!
    Anybody can tell me if I can say this is a bug of JAXM?

    I used the JAXM from Sun to create my soap message,
    but the tag <soap-env> is in lower case. I don't know
    if this is right or wrong, but the application server
    doesn't accept this!
    Anybody can tell me if I can say this is a bug of
    JAXM?I'm having a very similar problem. The w3c SOAP specs appear to specify the <soap-env> tag to be uppercase, or at least it is in uppercase in all their examples.
    Anyone got any idea of a workaround or when a fix will be issued?

  • Keep lower-case in FM

    Hi
    I have made a FM, where the input is in lower-case, but inside the FM-code the parameters are converted to uppercase.
    The FM looks like this:
    FUNCTION Z_MY_FM.
    *"*"Local Interface:
    *"  IMPORTING
    *"     REFERENCE(REKV) TYPE  AD_TEXT_CS
    *"     REFERENCE(REF) TYPE  AD_TEXT_CS
    *"     REFERENCE(KONTO) TYPE  AD_TEXT_CS
    *"  EXPORTING
    *"     VALUE(XREKV) TYPE  AD_TEXT_CS
    *"     VALUE(XREF) TYPE  AD_TEXT_CS
    *"     VALUE(XKONTO) TYPE  AD_TEXT_CS
    *"     VALUE(XSUBRC) TYPE  SUBRC
      a_ordre = rekv.  "<-- allready here the rekv is in uppercase
      a_ref   = ref.
      a_konto = konto.
    The TYPE AD_TEXT_CS is for lower-case.
    When I start to run the FM, it is in lower-case, but when i reach the line a_ordre = rekv - the value in rekv is in uppercase.
    If I run the tcode SE37
    Insert the FM name Z_MY_FM
    and check the box "Uppercase/Lowercase",
    Then there isn't any problems...
    Can anybody help me how to keep the input in lower-case?

    Hi,
    I dont think the issue is with the data element AD_TEXT_CS
    I just created a function module in my system here :
    FUNCTION ZTEST_FUNC_PARAMETER.
    *"*"Local interface:
    *"  IMPORTING
    *"     REFERENCE(TEXT) TYPE  AD_TEXT_CS
    *"  EXCEPTIONS
    *"      BLANK_INPUT
    I called this function from a progran and passed the value 'New York' . It retained the value as it is.
    CALL FUNCTION 'ZTEST_FUNC_PARAMETER'
      EXPORTING
       text              = 'New york'
    * EXCEPTIONS
    *   BLANK_INPUT       = 1
    *   OTHERS            = 2
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Put a break point on the statment call function of your program and make sure it is passing the value correctly while calling the function.
    regards,
    Advait.

  • Filename case issue in precompilation of JSPs for Windows

    Hello,
              I have determined why my JSP pages have been recompiling
              despite including the corresponding compiled class files in
              my application package.
              It seems as though on Windows, any jsp files that have
              filenames that have upper
              case letters are being recompiled, even if their precompiled pages
              are included in the .war file. JSP files that have filenames that are all
              lower case
              are not recompiled, which is expected behavior.
              The UNIX version of BEA does not seem to have this bug
              related to the case of JSP filenames.
              Could someone from BEA please give us more information
              on this issue and when we can see it fixed?
              Thank you very much,
              Peter Kim
              p.s. I am using Weblogic Server version 7.0.1.0.
              

    I'm seeing something slightly different here.
              I'm including __MyJsp.class (with the proper case) in my
              packaged .war file, but when a request is made for MyJsp.jsp,
              BEA looks for __myjsp.class instead of __MyJsp.class--
              therefore it recompiles MyJsp.jsp.
              -peter
              "Simon Spruzen" <[email protected]> wrote in message
              news:[email protected]...
              >
              > You get the same behaviour on 6.1 SP2 as well. MyJsp.jsp gets turned into
              __myjsp.class
              > (all lower case), but WebLogic looks for __MyJsp.class. This works just
              fine on
              > NTFS which is case-preserving/case-insensitive, but is hosed on Unix.
              Hence the
              > recompile.
              >
              > But the generated class file refers to the correctly cased Jsp page in its
              _isStale()
              > method. Sigh.
              >
              >
              > simon.
              >
              >
              > "Peter Kim" <[email protected]> wrote:
              > >Hello,
              > >
              > >I have determined why my JSP pages have been recompiling
              > >despite including the corresponding compiled class files in
              > >my application package.
              > >
              > >It seems as though on Windows, any jsp files that have
              > >filenames that have upper
              > >case letters are being recompiled, even if their precompiled pages
              > >are included in the .war file. JSP files that have filenames that are
              > >all
              > >lower case
              > >are not recompiled, which is expected behavior.
              > >
              > >The UNIX version of BEA does not seem to have this bug
              > >related to the case of JSP filenames.
              > >
              > >Could someone from BEA please give us more information
              > >on this issue and when we can see it fixed?
              > >
              > >Thank you very much,
              > >
              > >Peter Kim
              > >
              > >p.s. I am using Weblogic Server version 7.0.1.0.
              > >
              > >
              >
              

  • My itune gift card says it's not authorized.  I've tried to redeem by typing in upper case letters and lower case letters.  I've never had this problem before, what do I do so I can use this gift card?

    I bought an itunes gift card yesterday and I have tried to redeem, but when I do I get a message the card has not been authorized.  I have typed in typed in the code as seen mostly upper case and I have tried lower case also.  Neither is working.  I've never had this problem before.  Should the store where I purchased it from done something to supposedly "activate" it.  I'm at a loss.  I do not have the store reciept a friend does, and I'm sure she desposed of it.

    Yes, the retailer is supposed to activate the card. Otherwise they'd lose hundreds to shoplifting. What you normally should do is go back the retailer from whom you purchased the card and discuss the problem with them. They should either correctly activate the card or give you a new one. If they refuse to help, as some retailers do, or this was a gift so you cannot contact the retailer, go here:
    iTunes Support
    and follow the instructions to report the issue to the iTunes Store.
    Regards.

  • Case issue in Database table

    Hi All,
    We have an issue of lowercase in database table and we want to convert that lowercase data to upper case. The code for doing this operation is as follows:
    SELECT * FROM zehs_volumes INTO TABLE i_volumes_temp.
    LOOP AT i_volumes_temp.
    DELETE zehs_volumes FROM i_volumes_temp.
    IF sy-subrc is INITIAL.
      COMMIT WORK.
    ELSE.
      ROLLBACK WORK.
    ENDIF.
    TRANSLATE i_volumes_temp-zehs_business TO UPPER CASE.
    MODIFY i_volumes_temp.
    CLEAR i_volumes_temp.
    ENDLOOP.
    SORT i_volumes_temp BY SUBID ZEHS_BUSINESS ZEHS_SITE ZEHS_ROLE
                           ZST_DATE ZED_DATE.
    DELETE ADJACENT DUPLICATES
    FROM i_volumes_temp COMPARING SUBID ZEHS_BUSINESS ZEHS_SITE
                                  ZEHS_ROLE ZST_DATE ZED_DATE.
    MODIFY zehs_volumes FROM TABLE i_volumes_temp.
    IF sy-subrc is INITIAL.
      COMMIT WORK.
    ELSE.
      ROLLBACK WORK.
    ENDIF.
    The problem wid the above code is that it first clears the entire database table and then fills it with the modified data from the internal table. But we do not want to take risk of emptying the database table. Is there any way out to perform the above operation?
    Thanks in advance
    Regards,
    Yogesh Sharma

    Hi Karthik,
    Thanks for replying.
    In our case the scenario is we need to delete wrong entires in the database table based on the primary input fields. There is already a utility to do so. But in the table some of the entries are present in the lower case.
    For eg. Suppose we need to delete entry with field zehs_business = "Pioneer". When we input this SAP interpret it as PIONEER and we get an error message "No data exist".
    So the code should we in such a way that all the value in field zehs_business should be translated to upper case otherwise SAP will give an error message of non-existence of data.
    The code which you gave adds one more entry in database table with zehs_business = "PIONEER". Now the database table have two records one with "Pioneer" and other with "PIONEER". After the execution of DELETE statement only the record with zehs_business = PIONEER gets deleted....and the other record still exist.
    Is there any way to avoid above situation....

Maybe you are looking for

  • Sales order confirmation form in Adobe Forms-Urgent

    Hi Experts, I have to create an adobe form for Sales order Confirmation. I have worked on ABAP but no idea about Adobe forms. I am new for this. Could you please tell me what are are the things required to delelop an adobe forms What are the steps i

  • Finished podcast missing tracks on playback

    OK, my brother's a digital audio engineer. I'm not. I recorded students in class using (a very grindy-sounding) iPod 80G and a Griffin iTalk mic. Uneven, but it was the first time. I didn't even try to fool with taking out the whirring disk noise und

  • How to cache the objects MANUALLY?

    hello some o-r mapping tools can cache the objects that have been queried,then next time these objects are required,it don't need to access the database again,it can also monitor the database updating. i wonder how i can implement such "cache" functi

  • Unknown administrator password ?!

    Hi I have just install Mac OS 10.7.3 and I did not set up administrator password. I am trying to download and install some programs but when I am trying to installing programs the system asking to entire  administrator password to allow this for exam

  • Communities application error

    I downloaded the Communities Beta app because it was recommended when I went to the Facebook website. When I try to log in to Twitter and Facebook, there's a message: Error: The client failed to connect to the gateway. How do I fix this? Or is it a p