Can anyone explain this error and how to solve it?

When I create a text table and activate it at last, the system gives me a warning as this:
Exactly one field LANGUAGE of LANG type: Select as text language
Message no. DT199
I don't know what it means. Can anybody explain it?
Thank you very much

Hello ZLMARK,
I think the documentation in this link will help you see the point. If not, please revert back with your exact question.
http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21ea9e446011d189700000e8322d00/content.htm
Regards,
Anand Mandalika.

Similar Messages

  • Can anyone explain this behavior and tell me how to fix it?

    Using NetBeans 6.5 on Windows, Glassfish v2.1
    I have a JSF application with a page that has a tab set.
    On one of the tabs I have a panel with company information.
    One of the components on the page is an InputText field with the value bound to a session bean variable.
    The tab also has an Add button.
    Here is what the JSP looks like for the input text and button components
       <h:inputText binding="#{MainPage.companyNameTF}" id="companyNameTF" readonly="#{SessionBean1.readOnlyFlag}"
       <h:commandButton action="#{MainPage.mainAddBtn_action}" disabled="#{SessionBean1.disableEdit}" id="mainAddBtn"
            style="font-family: Arial,Helvetica,sans-serif; font-size: 14px; font-weight: bold; left: 425px; top: 380px; position: absolute; width: 75px" value="Add"/>
         This is all plain vanilla stuff and I would expect that when the Add button is pushed, the session bean property would be filled with
    the value entered in the input text field.
    In the java code for the page, I have a method to process the Add button push.
    Originally, it just called a method in the session bean to check that a value was entered in the input text field by checking the bound
    session bean property.
    For some reason, that was not getting filled and I was getting either a null or empty string rather than the value in the text field.
    I added some checking in the method that processes the Add button push so I could check the values in the debugger.
    Here is a sample of that code:
        public String mainAddBtn_action() {
            String s = sb1.getCompanyName();
            s = (String)this.companyNameTF.getValue();
            s = (String)this.companyNameTF.getSubmittedValue();I check this in the debugger and NONE of the variants that I have listed have the value that was entered into the text field.
    The submittedValue is null and the others are empty strings (that is what they were initalized to).
    This is all pertty straight forward stuff and I am at a loss to explain what is happening.
    Can anyone expain this behavior, and, most important, how can I force the values to be present when the Add button is pushed.
    I have never experienced this problem before, and have no clue what is causing it.
    Thanks.

    Basically, the component bindings are just being used in plain vanilla get/set modes.
    I set them to "" when I do a clear for the fields and they are set to a value via the text field.
    No other action other than to read the values via get to insert them into the database.
    And, I always use the get/set methods rather than just setting the value directly.
    This is what is so strange about this behavior - I have created dozens of database add/update/delete pages using this same model and have not had a problem with them - even in a tab context.
    Not a clue why this one is different.
    I did notice that I had an error on the page (in IE7, you get a small triangle warning sign when something is not right).
    I figured that might be the problem - maybe buggering up the rendering process.
    I tracked that down and do not get that anymore (it had to do with the PDF display I was trying to get working a while back), but that did not resolve the problem.
    I don't think there are any tab conflicts - none of the components are shared between tabs, but I will see what happens when I move a couple of the components out of the tab context.
    I noticed that it seems to skip a cycle. Here is what I can do.
    1) Fill in text fields and add a record - works fine the first time.
    2) Clear the text fields
    3) Enter new data in the text fields and push Add
    4) I get an error saying fields are blank from my data check process.
    5) Enter new data and push Add - the record is added with the new data.
    My work around is to not enter data in step 3 and just accept the error message in step 4, then go ahead and enter the real data in step 5.
    Very ugly, but it works every time.

  • Can anyone explain this - iSight and fan speed?

    Hello - I pulled out my external iSight camera and hooked it up to my Powermac G4. I have a wind tunnel machine when the firewire was inserted in the iSight, the tower fans all revved down to a dull roar. I unplugged the the firewire and the fans revved up. I haven't used my iSight for quite a while and I recently upgraded to Leopard 10.5. Can anyone explain why the fans would rev up and down when I plug in the iSight??
    Thanks for any response!

    No, it hasn't happened to any external device only the iSight. Weird eh? When I did use the external iSight it has always gotten hot - it hasn't been any hotter than what I remember. But, the fans slowing down when I plug it in is what baffles me.

  • Can anyone explain this error??

    This program splits an int array to two arrays: one containing only even numbers, and the other only odd numbers. The two arrays are returned by the split method as array of two arrays, with the first containing only the even numbers and the second containing only the odd numbers.
    The source code:
    class OddEven
    public static void main(String[] args) {
    int[] input = {10, 5, 6, 1, 2, 17, 9, 4, 33, 11, 9, 8};
    // splits the array into two arrays
    int[][] output = split(input);
    System.out.print("original: " + input.length);
    for (int i = 0; i < input.length; ++i) {   
    if ( i % 2 == 1);
    System.out.print(" even: " + i);
    if ( i % 2 == 0);
    system.out.print(" odd: " + i);
    public static int[][] split(int[] ori) {
    int i,even = 0,odd = 0;
    // The result is a 2d array with result[0] containing even nos and result[1] containing odd nos
    int result[][];
    for(i = 0; i < result.length; ++i){
    // Even
    if( i % 2 == 0) {
    result[odd][even] = 0;
    even++;
    // Odd
    else
    result[even][odd] = 0;
    odd++;
    This is what i should get when it is run.
    D:\> OddEven
    original: 10 5 6 1 2 17 9 4 33 11 9 8
    even: 10 6 2 4 8
    odd: 5 1 17 9 33 11 9
    However, i keep getting the onr error "package system does not exist" for the line "system.out.print(" odd: " + i);".
    I really don't know why. Can anyone help me please??
    Priya

    It should be
    System.out.print(...), like you've used in all the other lines. Look at the capital "S"!
    Christian

  • Can anyone explain this Error Message?

    I am wondering if the following message taken from my console log would have any impact on not being able to use Back to My Mac and screen sharing in iChat across the internet at times.
    Here is the error message: (IP address has been XXX out)
    9/2/08 4:08:57 PM mDNSResponder[19] Failed to obtain NAT port mapping 00047CEC from router 192.168.2.1 external address XXX.XXX.XXX.XXX internal port 5353 error 0 .
    I believe I get this error message each time a wake my computer up from sleep.
    Any thoughts on what this message means?
    Thanks, Tom

    That's probably iTunes looking for Apple TVs.
    http://support.apple.com/kb/HT2463

  • Can anyone identify this error and what to do?

    http://login.myspace.com/index.cfm?fuseaction=login&nextPage=fuseaction%3duser.v iewProfile_commentForm%26friendid%3d57793568%26mytoken%3d114a03f3-df68-486b-b90b -72c28e60820d

    I appologize... I thought it might be obvious since it said myspace on it... I am trying to log in to my myspace acct.. but I get this error msg.. not really sure what to make of it... It's never happened before... thanks, tim

  • What is this error and how to solve it.

    Hi,
    I am getting this error while executing it.
    Warning Characteristic COUNTRY no longer exists in InfoProvider.
    Abort Characteristic Country not available in InfoProvider.
    Error Query ZTAR_BIL_QRY1 could not be opened.
    Thanks in Advance.
    Regards,
    Rafi

    Hi Mohd,
    Just open this query in the query designer. It will prompt you with the same message and will give you the option to repair the query. Click Repair and then save the query. Try to execute it now. This happens when you have included a char in the query, but later may have removed it from the InfoProvider on which the query is based. Hence when the query runs, it cannot find the said char and gives you this error message.
    Hope this helps...

  • Simple explanation of what is happening with iWeb and Mobile Me. Can anyone explain this simply and if our existing web site can be hosted elsewhere, if so can it still be updated using iWeb. Any advice very welcome

    We have a website that has run successfully using iWeb and Mobile me. We understand Mobile Me is being discontinued from June. From this forum it seems iWeb also is not being supported any more. So can the existing site be hosted successfully with another provider or is it best to start again. If so any advice on options would be very welcome;
    Thanks
    PB

    For the most part if you just get a new webhost you can continue to run with iWeb. Since you are still running Tiger iWeb should work just fine for you. You will simply need to publish your website to a folder or with the built in FTP in iWeb. Apple has simply quit updating iWeb & there will come a day when iWeb quits working in the later OS's whatever kitty comes after Lion.
    Here's a link to who I use for Hosting:
    http://jeffnitschke.com/wordpress/?p=84

  • Can anyone explain this: Numeric or Value Error Line 1

    I have a stored procedure that starts out like so:
    PROCEDURE test_proc(param1 IN VARCHAR2, param2 IN VARCHAR2, param3 OUT
    SYS_REFCURSOR) IS
    v_var varchar2(5);
    BEGIN
    SELECT * FROM. . .
    The procedure tested fine in PL/SQL Developer. When calling from
    ODP.NET like so. . .
    OracleCommand cmd = new OracleCommand("test_proc", <connection>);
    cmd.CommandType = CommandType.StoredProcedure;
    cmd.Parameters.Add("param1", "somevalue");
    cmd.Parameters.Add("param2", "XX");
    cmd.Parameters.Add("param3", OracleDbType.RefCursor,
    ParameterDirection.Output);
    DataSet ds = new DataSet();
    OracleDataAdapter da = new OracleDataAdapter(cmd);
    con.Open();
    da.fill(ds);
    con.Close();
    . . .the procedure executed as expected. If I changed the value of
    param2 to "XXX" or any value three chars long I got the "ORA-06502:
    Numeric or Value Error at Line 1" error.
    After beating my head against the wall for hours, I tried changing the
    size of v_var to 50, and the error disappeared. Mind you, the error
    was being thrown long before v_var was being set further down in the
    proc. Even more interesting is that the possible values of v_var were
    all less than 5 chars wide. Most interesting: the value of p_param2 had nothing whatever to do with v_var.
    Can anyone explain this?

    Hi,
    Is your database 9206 by chance? Re: Error ORA-06502 PL/SQL
    Cheers,
    Greg

  • When i go to my music and play a song it sounds like my headphones are blown but when i play songs on youtube they sound fine, can anyone explain this to me? please and thank you

    when i go to my music and play a song it sounds like my headphones are blown but when i play songs on youtube they sound fine, can anyone explain this to me? please and thank you

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.      

  • I am trying to listen BBC radio news from BBC App, but on pressing the button I always get the error "there was an error playing this radio feed". What is the source of this error and how can I remove it?

    I am trying to listen BBC radio news from BBC App, but on pressing the button "live radio" I always get the error "there was an error playing this radio feed". What is the source of this error and how can I remove it?

    That is probably just a generic error message and you might not ever know what is causing it. Assuming that you have been able to play live radio with the app in the past (I know nothing about the app) and assuming that all other Internet related functions (Safari, email, etc.) are working properly on your iPad, quit the app completely and reboot your iPad.
    Go to the home screen first by tapping the home button. Double tap the home button and the recents tray will appear with all of your recent apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    If that fails to resolve the issue, you might want to reboot your router, unplug it for about 30 seconds and then plug it in again.

  • TS3988 I have an icloud account and I view my mail with Mail V5.2. I recieve my email but the senders get messages saying the delivery failed. Can anyone explain this or help me.

    I have an icloud account and I view my mail with Mail V5.2. I recieve my email but the senders get messages saying the delivery failed. Can anyone explain this or help me.

    Thank you for replying.    Yes I deleted the old email address..   

  • I went to silence my iPhone 5s and had a box pop up--looked like one of those boxes telling me turning on Location Services would help--telling me I needed to change my password within 60 minutes.....I turned the phone off.  Can anyone explain this to me?

    I went to silence my iPhone 5s and had a box pop up--looked like one of those boxes telling me turning on Location Services would help--telling me I needed to change my password within 60 minutes.....I turned the phone off.  Can anyone explain this to me?

    I went to silence my iPhone 5s and had a box pop up--looked like one of those boxes telling me turning on Location Services would help--telling me I needed to change my password within 60 minutes.....I turned the phone off.  Can anyone explain this to me?

  • HT1430 I downloaded the lateest update and I can't turn off my apps like I did on 6os. The 7os is different and I can't seem to find out if apps turn off now by just closing them. Can anyone explain this to me? Please

    I downloaded the lateest update and I can't turn off my apps like I did on 6os. The 7os is different and I can't seem to find out if apps turn off now by just closing them. Can anyone explain this to me? Please

    Double tap the Home button and swipe the app preview page up
    iOS 7  also allows apps to run while they aren't open.
    You can manage these here:
    Settings > General > Background App Refresh

  • The home button has stopped working on my iphone 5c. Did the same a few months ago and recovered 24hrs later. Can anyone explain this problem. Phone still in warranty. Had steam issue recently but this was after last home button episode.

    Have an iphone 5c 8g. The home button has stopped working. Did the same a few months ago and recovered 24hrs later. Can anyone explain this problem. Phone still in warranty. Had steam issue recently but this was after last home button episode and no evidence of damage.

    If you are playing in hockey arenas a lot or if you are bringing it into bathroom same time as shower it may not seem like much but overtime the steam can acquire and build up in the phones usb dock flex cable swell as the home button flex cable. Bring again into apple store and should be covered under warranty again. could also be a delay in a 8gb 5c software may just be very lag.

Maybe you are looking for

  • Lenovo G560 - WLAN Driver

    Hi,   I am looking for the driver on my notebook Lenovo G560. I reinstalled my OS on Windows 7 and everythink is good, but I dont have chance to connect to my Wifi(802.11) I downloaded and installed almost all Wireless LAN drivers on this page: http:

  • Create a new site collection in different farm and connect to different content database from decommissioned farm

    I wish to bring down a SharePoint farm1 and create a new site collection in an existing farm2 and connect the new site collection in farm2 to the content db in farm1. Is this possible and how should I do it?

  • Can't get Email client to work with Network Solutions Email server

    This is a new Email account started after I installed Snow Leopard. The Email server is Network Solutions. I have tried all afternoon and evening trying to set up just one account / mailbox on the Mac and I still haven't gotten it to work. I have bee

  • How to force the user to enter a value in the prompt

    Is there a way to force the user to enter a value in the prompt before they run the report? We have a customer specific dashbaord. The user has to enter a customer number in Dashbaord prompt on a first page of the dashboard. We store that value in a

  • Where are the media files?

    I can't believe I'm asking such a basic question but I can't find the answer! Where are the media clips stored in iMovie 6? In past versions, the media was kept in a folder titled "Media". I've searched my computer for clips I want to export to FCE b