Getting warnings when activating table vkmi

hi to all
help me in this issue,
i am getting warnings for every field like this
Field name MANDT can be provided in this system. Please do not use.
The field with the name you selected can be included in a later system delivery, for example with an upgrade. In this case your field would be overwritten with the attributes of the delivered field, which might result in a conversion
can  anyone please tell how to overcome this warning
thanks
reddy
Message was edited by:
        k reddy

Dear Rajan,
Today I tried to activate in Expert mode , still its throwing Warning !!.
Regards,
Jagadish Bhandaru

Similar Messages

  • Getting error when activating serial key with cs6 creative suit  specifically for the Flash Builder 4.6

    I got he the software Adobe Creative  Master Suite CS6
    was able to activate all the software  except   Flash Builder 4.6  keep getting message Serial number is not valid cs6 master collection serial.
    Is there anything else needed to be done when activating  the program.
    Please advise

    I have been able to resolve by completing clean/complete uninstall and re-install -- as per these instructions:
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Getting Error when createing Table control in Module Pool.

    Hi expert ,
    i am creating a module pool program . i want to crate line item value for that i have created table control  on screen 200 .
    but when i am activation to that giving error below mention.
    The field "ZFBDCHALLAN-EBELN" is not assigned to a loop. "LOOP ...ENDLOOP" must appear in "PBO" and "PAI".
    thanks
    chandra

    Its mandatory to have loop endloop in both events
    PBO and PAI
    loop your internal table similarly.
    Please check it should be below format
    PROCESS BEFORE OUTPUT.
    * Set PF Status for screen 100.
      MODULE status_0200.
    * This module will initialize the field
      MODULE init_0100.
      LOOP AT t_custmat_asg INTO w_custmat_asg
          WITH CONTROL tc_1
          CURSOR tc_1-current_line.
    * It will count the record in internal table
        MODULE set_linecount.
    * Screen Modifications
        MODULE status_check.
      ENDLOOP.
    PROCESS AFTER INPUT.
    * Module AT EXIT-COMMAND
      MODULE exit_0200 AT EXIT-COMMAND.
      LOOP AT t_custmat_asg .
        CHAIN.
          FIELD :
          w_custmat_asg-check,
                  w_custmat_asg-kunnr,
                  w_custmat_asg-name1,
                  w_custmat_asg-asgtyp,
                  w_custmat_asg-productcls,
                  w_custmat_asg-sctegry,
                  w_custmat_asg-ctegry,
                  w_custmat_asg-parent,
                  w_custmat_asg-frmdate,
                  w_custmat_asg-todate,
                  w_custmat_asg-frecster,
                  w_custmat_asg-salesrep,
                  w_custmat_asg-flag,
                  w_custmat_asg-username,
                  w_custmat_asg-udate.
    * Validation For Forecaster.
          MODULE validate_forecaster.
    * Validation For Salesrep.
          MODULE valiate_salesrep.
    * Validation for Customer
          module validate_customer.
    * Validate null value
          module validate_null_vals.
    * Validation For Data Changed On The Screen
          MODULE data_changed_0200 ON CHAIN-REQUEST.
        ENDCHAIN.
      ENDLOOP.
    Regards
    Satish Boguda

  • Getting problem when retriving Table name

    Hi,
    I'm having problem when i trying to get the table name from database. I'm using NetBeans 6.0, And It does n't show any error during compile and run time. I could n't find where the problem is?
    Code:_
    DatabaseMetaData dbm=conn.getMetaData();
    String[] types={"TABLES"};
    ResultSet rs=dbm.getTables("%","%","%",types);
    System.out.println("TableName:");
    while(rs.next())
    String tableName=rs.getString("TABLE_NAME");
    String tableSchema=rs.getString("TABLE_SCHEM");
    String tableCatalog=rs.getString("TABLE_CAT");
    System.out.println(tableName);
    conn.close();
    System.out.println("Disconnected from database");
    Output is:_
    MySQL Connect Example.
    TableName:
    BUILD SUCCESSFUL
    Regds,
    Prabu
    Edited by: [email protected] on Apr 16, 2008 12:32 PM

    Why did you repost? Don't do this, it is extremely rude!
    Stick with your other thread. I just gave you what I believe to be the correct answer.
    [Original Post|http://forum.java.sun.com/thread.jspa?threadID=5286520&tstart=0]

  • PanelPage gets distorted when ADF table is big

    hi,
    I have an ADF table with 15 columns inside panelPage which is inside <h:form>. The table distorts the overall look of the panel, for example the title of panelPage is not shown although in design view it is shown, logout button only shows image without text link, copyright and About facets not shown etc. I tried to set the width of the table to low percentage but it didn't help. Is there a workaround?

    Hi,
    strange! Please try to convert h:form (teh JSF RI form) to af:form (ADF Faces form). This can be done in the structure window. Select the h:form noe and choose "convert" from teh context menu and select af:form.
    If this doesn't help, please provide infromation about the JDeveloper version you use
    Frank

  • Warnings while activating the smartform

    Hi All,
    iam trying to display data in a form. the data is present in the internal table of the driver program.
    i declared an internal table with the same structure as that of the internal table of the driver program in the TABLES paramaeter of the form interface.
    i declared a work area in the GLOBAL DATA of the GLOBAL DEFINITIONS tab. i have declared the necessary types in the TYPES tab of the global definition.
    i have looped the internal table using the LOOP command using the internal table declared in the tables tab and work area declared in the global definitions tab.
    when i activate the form it is showing warning messages that "THE WORKAREA IS NOT HAVING DEFINED VALUES".
    may i know what might be the reason for this warning.
    Thanks,
    BJR.

    you usually get warnings when you activate the form.Normally they are of unsused one and variables which dont have some constant value.
    Is your smartform working fine..?
    Nabheet

  • Need of Change log deletion for a DSO, when DTP delta Init with Active Tabl

    Hi,
    Thanks for your time, please help me with the following
    Scenario: I have Cube1 being updated from DSO1 with DTP delta, for quite some time. As per new requirement, I would need to create new data mart such that Cube2 gets updated from DSO1.
    In order to Configure the delta, I am Considering Following options, please let me know, which one is right one.
    Note: DSO1 is in Overwrite Mode.
    Create one DTP with update Mode "Delta" , and "Active Table".  I knew Delta Changes are captured in change log, but my understanding is, when you execute the DTP for the First time, it fetches the records from Active Table. And from 2nd Run onwards the very "same DTP" without "any changes" get the records from change log, even if we choose "Active Table".
    is my understanding is Right?
    Do I have to consider deleting the change log, because DSO1 is in Production from quite some time which is in Overwrite mode?
    Do I have to create a DTP  with Delta and Active Table, run the dtp Once(Init), then choose "Change Log for subsequent runs explicitly
    please help me with these. I have reviewed many sap help articles and sdn threads but none of them were helpful. all of them explains, difference b/w active table and change log table, also gives scenarios like use a full DTP and then 2nd DTP with Delta without Data transfer. I am not looking for that kind of details.
    Appreciate any help, Thanks again
    Edited by: curious maven on Mar 28, 2011 8:35 AM

    Hi Uma,
    Thanks for your response.
    to your question, If I need to load all the data from DSO1 to Cube1, answer is NO. if you read my post once again,
    Existing Flow is : DSO1 --> Cube1 (Means, Active Table and Change Logs of DSO1 already Filled Up)
    Requirement is: DSO1 --> Cube2. (Need to Init the Delta, and Detlas going forward)
    My Questions:
    (1) Imagine, DSO1 has 10 requests, so we see resepctive data in Active Table as well as Change Log. As a matter of fact, Data is being updated to DSO1 in Overwrite Mode, so all the changes(10 requests equivalent) would be captured in Change Log, which in turn helpful / used when we do Delta from DSO1 to any Cube, in my case, it used to update to Cube1. As per new requirement, it needs to update to Cube2.
    My assumption is, if I choose "Active table and Delta in Extraction Tab" in DTP, During First Run (Delta Init), Data would be fethed from Active table. And the 2nd Run Onwards, delta records would be fetehced from Change Log automatically, even if we don't change the selection from Active Table to Change Log.
    Is My Assumption Right?,
    in this process, Do I have to Delete Change Log
    (2) Do I have to Explicitly change DTP setting from "Active Table to Change Log" Once Delta Init has been run with setting "Active table" inorder to get Deltas from DSO1 --> Cube2 ?
    Appreciate your help
    Edited by: curious maven on Mar 30, 2011 3:14 PM
    Edited by: curious maven on Mar 30, 2011 3:29 PM

  • How can I create an active table of content in the sidebar to help readers to get to the section?

    How can I create an active table of content in the sidebar to help readers to get to the section?

    You can create bookmarks with Adobe Acrobat.

  • TS1814 I am trying to update my Iphone 3 and when i get to the activation step after a few minutes it shows a message that says " Your iPhone could not be activated because the activation server is temporarily unavailable. Try conenecting your iPhone to i

    I am trying to update my Iphone 3 and when i get to the activation step after a few minutes it shows a message that says " Your iPhone could not be activated because the activation server is temporarily unavailable. Try conenecting your iPhone to iTunes to activate it, or try again in a couple of minutes.
    If the problem persist, contact apple support at apple.com/support
    I been trying for a few times now and I keep getting the same message. How can i fix it? now my phone doesnt work.

    These are the steps mentioned in the article iPhone: Troubleshooting activation issues
    Perform the following steps if you receive one of the messages above:
    Restart the iPhone.
    Try another means of reaching the activation server and attempt to activate.
    Try connecting to a known-good Wi-Fi network if you're unable to activate using a cellular data connection.
    Try connecting to iTunes if you're unable to activate using Wi-Fi.
    Restore the iPhone.
    If you receive an alert message when you attempt to activate your iPhone, try to place the iPhone in recovery mode and perform a restore. If you're still unable to complete the setup assistant due to an activation error, contact Apple for assistance.

  • HT5622 When trying to sign in to Face Time, I continually get Face Time Activation "Could not sign in.  Please check your network connection and try again"  I have reset my Apple ID and my Password and I am successfully logging into Safari.  What am I doi

    When trying to sign in to Face Time, I continually get "Face time Activation"  "Could not sign in.  Please check your network connection and try again".  I am able to access the internet via Safari, so my network connection seems to be working.  What am I doing wrong, and how can I access Face Time?

    Hey sklingen,
    Thanks for the question. I understand you are experiencing issues signing into FAceTime. The following article may help to resolve your issue:
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    You may also want to reset your network settings:
    Settings > General > Reset > Reset Network Settings.
    Note: this will delete any network related settings (saved Wi-Fi passwords, etc), it will not erase any content from your device.
    Thanks,
    Matt M.

  • Warning messages recieved when activating z* tables after refresh.

    Hi all,
    We are having a problem in activating tables. After the system refresh, while activating z* tables warning messages are recieved. Some of the warnings recieved are as follows:
    Index LIKP-BGR is not in customer namespace.
    Enhancement category for table missing.
    Enhancement category for include or sub-type missing.
    It appears that the tables with "enhancement categories" set to "not classified" are the ones posing the problems.
    Earlier, this problem was not there. But after a technical weekend the issues are being faced.
    The details of the system are:
    Application Server beevssp1_RQ1_00
    SAP Kernel Information
    SAP Kernel :  700_REL
    Database Client Library : OCI_102 (10.2.0.2.0)
    created in  :  AIX 2 5 005DD9CD4C00
    created on  :  Oct 26 2008 20:51:39
    Support Level  :  0
    Kernel Patch number : 183
    Source ID  :  0.183
    DBSL Patch No. : 167
    ICU Version : 3.0 Unicode Version 4.0.1
    libsapu16 Version : 1.0025  Oct 24 2008 20:54:38
    Supported Environment
    SAP Database Version
    700
    Database
    ORACLE 9.2.0..
    ORACLE 10.1.0..
    ORACLE 10.2.0..
    Operating System
    aix 1 5
    aix 2 5
    aix 3 5
    aix 1 6
    Please suggest.

    Hi varsha,
    Index LIKP-BGR is not in customer namespace.
    Enhancement category for table missing.
    Enhancement category for include or sub-type missing.
    For this goto SE11
    Enter the table name .
    Click on Display               .
    Go to Extras-->Enhancement Category.
    select radio button for Can be enhanced Deep.
    Click on continue.
    This will resolve your issue.
    Let me know if you have any problem....
    Thanks & Regards,
    Sudheer.
    Edited by: sudheer chowdhary on Dec 22, 2008 8:02 PM

  • I am trying to get my phone activated for Prepaid, but when I try to register my phone with Verizon the FIRST thing it asks me for is my phone number... but I don't even have one.

    How am I supposed to give them my phone number when I haven't even activated my phone yet? I just want to get this phone activated ASAP.

    you're phone number should be in the phone settings.

  • Unable to update when executed, table gets lock Execution does not stop Execution even for an hour

    Following is my Query unable to update when Executed table gets lock Execution does not stop even for an hour.
    update Employees 
          set Status = 'Close'
          where statusid IN (select statusid 
                                             from MyView 
                                              where DownloadedDate ='2014-07-27 00:00:00.000'
    here Employee contains 3,00,000 of records and Subquery return 1,50,000 Empid 
    i tried in various ways but not able to solve, statusid  column have no index on,  i tried using cursor but it does not work.
    plz let me know how to solve this Issue, THANKS IN ADVANCE.

    Hello,
    You should better post your question to a more related Forum, like Transact-SQL or SQL Server Database Engine; this Forum is for samples & community Projects.
    Have you checked the execution plan if indexes are used?
    You could update the data in chunks, e.g. 10.000 rows per execution. For this you have to add a TOP clause and a filter to update only those, who are not updated yet.
    update TOP (10000) Employees
    set Status = 'Close'
    where statusid IN
    (select statusid
    from MyView
    where DownloadedDate ='2014-07-27 00:00:00.000')
    AND Status <> 'Close'
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Unable to update, when executed table gets lock and Execution does not stop even for an hour.

    Following is my Query, which unables to update. When Executed, table gets lock and Execution does not stop even for an hour.
    update Employees 
          set Status = 'Close'
          where statusid IN (select statusid 
                                             from MyView 
                                              where DownloadedDate ='2014-07-27 00:00:00.000'
    here Employee contains 3,00,000 of records and Subquery return 1,50,000 Empid 
    i tried in various ways but not able to solve, statusid  column have no index on,  i tried using cursor but it does not work.
    plz let me know how to solve this Issue, Its very Important to get solve as all my further work depends on Updation
    , THANKS IN ADVANCE.

    See also your other thread with the same question:
    http://social.msdn.microsoft.com/Forums/en-US/80243625-fc3b-4ee1-bce1-4adcdbc16c14/unable-to-update-when-executed-table-gets-lock-execution-does-not-stop-execution-even-for-an-hour?forum=sqlserversamples
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Which CZ-Schema tables get affected when we create Non BOM items in OCD?

    Hi,
    Please LIST ALL the CZ tables which gets affected when we create Non BOM structure.
    Or Else Atleast suggest a means where I can get which tables are getting affected(i.e, In which CZ tables rows are being inserted).
    Thanks.
    Edited by: 1008308 on May 28, 2013 2:03 AM

    I cannot speak for Murali, but from my experience...this information is not available in particular manual or documentation. These table names are known over the course of working with the product over a period of time, seeing SQL statements inside working code, working on bugs alongside Oracle Support and Development, etc. However, there is some information available in the following locations to help you out:
    * CZ Implementation Guide - Section D - CZ Subschemas (http://docs.oracle.com/cd/E18727_01/doc.121/e14322/T440679CHDJBBFB.htm). This part of the manual lists the key tables used for various activities (product structure, publishing, UI, etc.)
    * ETRM (http://etrm.oracle.com) also has some useful information. Not every table is described, but many of them are. As an example, here is what you might find as a description of the CZ_PS_NODES table:
    +"The CZ_PS_NODES table contains the entire structure of a product model. Data can be imported from Oracle Bill of Materials. Each project has a root (product) node. When the project structure is imported, project structure nodes mirror the imported BOM structure. Nodes of type REFERENCE are used to include a separate project ("model") into another psnode project tree."+
    Thanks,
    Jason

Maybe you are looking for

  • Oracle intermedia error while creating the index

    desc test no number(2) primary key name varchar2(20) SQL> create index tindex on test(name) indextype is ctxsys.context; create index tindex on test(name) indextype is ctxsys.context ERROR at line 1: ORA-29855: error occurred in the execution of ODCI

  • #MULTIVALUE Error while merging

    Hi, I merged two dataproviders and changed a dimension to Detail and added the detail object to the existing block.It gives me a #MULTIVALUE error. I found an article which addresses this issue, but i failed to understand how it could be achieved. be

  • Deleting Duplicate Photos in LR5

    How do I delete duplicate photos?  I have hundreds of duplicates in the catelog, folders and collections.  I must have imported them without checking "Do not import suspected duplicates".  Now what?  Thanks.

  • About source system parameters.

    when I create a source system in BW for connecting to R/3,what's the meaning of available destination(it provide several options,I think they are logical system and all refer to BW itself).There are 2 logical server targets,BW and R/3,but they are th

  • Schema access

    I have two oracle databases DB1 and DB2 With DB2 having two schemas namely e_s,e_s_d.TABLE1 is present in e_s schema of DB2 database Also, a synonym is in place as below in database DB2 ================================== create or replace synonym e_s