Remove check table from a characteristic in CO-PA

Hello,
for one user defined characteristic in our operating concern, we would like to remove the related check & text table (T25**). We would like to keep the values and keep using the field, but without the additional controls of the check table;
Note 70623 helps a bit.
Does anybody have any experience with that kind of actions? Possible Consequences?
tx
Nico

Hi,
   You cannot remove the check table once values have been posted to the char. It is not possible to change the characteristic validation to 'no check' for a char to which values have been posted.
Let us assume that the user defined char is WWRGN
WORKAROUND:
If you wish to invalidate the check table then
1.) Remove the entries for fields CHTAB and CHFIE from the TKEF record   for WWRGN (that means FIENM = WWRGN) so that these fields are afterwards initial in table TKEF for the WWRGN record. In tcode SM30 you    can maintain the values for V_TKEF.
2.) Execute function module RKD_SHORT_TEXT_GENERATE for APPLCLASS = KE    so that program RK2FGPKE is regenerated.
Afterwards there should be no KE0C133 error any more for char WWRGN.
regards
Waman

Similar Messages

  • Remove a Table from a mapping

    It is really monday,
    I can not seem to find how to remove a table from a mapping that was put there by accident.

    Never mind. Ware scared by the Delete but tried it.
    Just delete.
    it does not delete the object.
    An enhancement would be to call that remove from map.

  • Forms Designer - Unable to remove Child Table from the form

    Hello,
    While testing adding additional attributes, I have assigned an additional child table to the form. However I am not able to remove it. I get an error message: "This version has been made active. Add/Update/Delete not allowed."
    I tried creating new version and making it active to remove 'active' status from the form I modified, but still getting the same error. What am I doing wrong? Thank you in advance.

    creating new version and making it active to remove 'active+'
    Make new version then remove child form and then make version active..
    You are making version active b4 removing child table.
    Don't change the sequence which I have written above.

  • How to remove a table from Replication

    Version: SQL 2008 R2
    Problem: I have a user who wants to remove table, but when she tries to remove it ( drop the table), she gets an error:
    ===========================================================
    MSG 3724, Level 16, State 2, Line 6: Cannot drop the table, 'dbo.<table name>' because it is being used for replication.
    MSG 2714, Level 16, State 6, Line 2
    There is already an object named '<table name>' in the database.
    ============================================================
    To investigate, I saw the following:
    In the SSMS---> Replcation---> Local Publication--> [XYZ].Pub_XYZ
    [SERVER Name].[XYZ_Replication]
    Local Subscriptions:
    [Reference DB].[Server\Instance].[Instance Name]:ABC.ABC_TO_XYZ.Reference DB).
    How do I remove that table? Do I need to edit Replication? How? Which one?
    Thanks for your help.

    You need to reinitialize the subscription.
    If a subscription is not synchronized within the maximum distribution retention period (default of 72 hours) and there are changes in the distribution database that have not been delivered to the Subscriber, the subscription will be marked deactivated by the Distribution
    clean up job that runs on the Distributor. The subscription must be reinitialized.
    If a subscription is not synchronized within the publication retention period (default of 336 hours), the subscription will expire and be dropped by theExpired subscription clean up job that runs on the Publisher. The subscription must
    be recreated and synchronized.
    If a push subscription expires, it is completely removed, but pull subscriptions are not. You must clean up pull subscriptions at the Subscriber. For more information, see Delete
    a Pull Subscription.
    --Prashanth

  • How to Remove Checked Rows from JTable

    Hello All,
    I am currently working on a JTable, in which I have also include a JCheckbox. What i have to do is to remove all the Rows which are Checked in the JTable, when the 'Delete' button is clicked.
    Please tell me how i can this can be done, it will be of great help.
    Thanks,
    Shikha

    Loop through the TableModel, Use the getValueAt(...) method to find rows with a selected checkBox. Then use the removeRow(...) method of the DefaultTableModel to remove the row.
    Note: make sure your loop starts at the last row of the table and counts down to 0, to simplify the delete logic.

  • How to drop/remove temporary tables from TempDB

    Hi,
    I do have multiple temp tables with same prefix but with different code at the end. How do i drop them i am sure there is no active connections to it as the created date is from two months ago. I am currently using SQL Server 2005 Sp2 version want to know
    if its a bug in that version as the temp tables are not being dropped. 
    1.The temp tables are being created in Stored procedure
    2. The stored procedure is being executed by a sql agent job
    3. The sql agent job keeps failing as the stored proc fails half way thru the code 
    4. Does it not drop the temp tables if the stored proc is being executed by agent job and fails ?  does it not consider as session closed ?
    Please let me know if needed any more details on it. 
    Thanks, Sri The journey is what brings us happiness not the destination―Dan Millman

    Hi Uri..
    Yes, thats what i have read but i still have ten temp tables with same prefix and different session code at the end . I am sure there are no open/active sessions tied to them .want to know if there is a bug with SQL server 2005 SP2 version  ?
    I am executing the stored proc using SQL Agent job so when it fails does it end the session ? if not how do i do it ?
    if i add the below query to the proc does it drop rest of the old temp tables ?
    IF EXISTS (
    SELECT *
    FROM sys.tables
    WHERE name LIKE '#temp%')
    DROP TABLE #temp
    Thanks, Sri The journey is what brings us happiness not the destination―Dan Millman

  • To remove check marks from the polist

    i am using 'BAPI_PO_CREATE1' to create a Purchase Order.The purchase order gets created but the problem is that when the purchse order list is displayed the "Goods Reciept" and "GR non-valuated" check boxes int the delivery tab are clicked which is not a requirement.
    i have tried top remove it by altering the BAPI_POITEM by making the feilds GR_IND = ' ' and GR_NON_VAL = ' ' but it doesnt work.
    Could you please help me to find a solution at the earliest.

    Hello,
    Have you also set the following fields:
    BAPIMEPOITEMX-POITEM = '00010'. "The Item number in PO
    BAPIMEPOITEMX-GR_IND = 'X'.
    BAPIMEPOITEMX-GR_NON_VAL = 'X'.
    BAPIMEPOITEMX-IR_IND = 'X'.
    along with
    BAPIMEPOITEM-POITEM = '00010'. "The Item number in PO
    BAPIMEPOITEM-GR_IND = ''.
    BAPIMEPOITEM-GR_NON_VAL = ''.
    BAPIMEPOITEM-IR_IND = ''.
    Also FM BAPI_TRANSACTION_COMMIT is to be called after the above BAPI is called to make a DB commit.
    I assume you have filled necessary fields in PO Header Structure.
    Let me know still if this does not work. Hope this helps you.
    Best Regards, Murugesh AS

  • Dropping a table does not remove the entry from USER_OBJECTS

    Hi,
    While dropping a table with "cascade constraints" option, I find that no. of objects in the user_objects table does not decrease. Only "Object_Name" is updated to a value like "BIN$K+97YWCIcRTgRAASeZWmDQ==$0"..
    Can you please help me to find out the reason.
    Thanks in advance..
    Rgds,
    Anjan

    Thanks both of u for ur reply..
    sorry for not mentioning the version of db, it is 10.2.0.2.0..
    I've applied purge statement and it has removed the table from the recycle bin and user_objects table as well.
    Now, is recycle bin got empty after perticular time duration? can we recover table from the recycle bin?
    Thanks,
    Anjan

  • Performance from removing a table

    If i wanted to update data in table with a new set of data, at the moment i am removing the table from the GUI and then instantiating a new table and adding it back to the GUI.
    Would i be right in assuming this is costly on performance?
    Is the alternative to create a tablemodel and as the data changes in the model, would i use JTable's method setModel() to update the data??
    Cheers
    Dave

    If i wanted to update data in table with a new set of dataIf you are changing all the data in the model, then creating a new model and using the JTable.setModel(...) method is the most efficient. However there is one gotcha. All the custom renderers you have attached to the table and any reordering of table columns the user may have done will be lost. To prevent this make sure to use the following:
    table.setAutoCreateColumnsFromModel(false);
    table.setModel(...);
    If you are only changing a couple of values then use the JTable.setValueAt(...) method.

  • How to remove a component from a panel

    i have a table attached to a scrollpane...the scroll pane is attached to the CENTER of a panel that have a borderlayout like this :
    JScrollpane sp = new JScrollpane(table);
    add(sp, BorderLayout.CENTER);
    how to remove the table from the center....i have tried : remove(sp); and then calling revalidate(); but that did not work....
    please help....
    Thanks in advance

    i did not try it...but i insert a repaint() after the revalidate and it seems to work...
    thanks a lot

  • Clear a table from cache

    hi there,
    I am currently trying to analyse the number of physical reads needed to perform certain queries to see which one is best.
    I am not getting accurate results because the table is being cached after the first query.
    Basically, my question is how can I remove the table from the cache, so I can read the table from the disk with each query?
    I have tried the nocache paremeter an i do not have permissions to do:
    alter system flush buffer_cache;
    or
    alter system flush shared_pool;
    Any help here would be much appreciated.
    Cheers

    Hi,
    you should tune your query regarding consistent gets and CPU time, because disk reads may change and it's simply not real running a DB without Buffercache.
    Shared Pool has nothing todo with bufferchache. You store parsed SQLs, PL/SQL and the Data Dictionary in it.
    To get your table out of the buffercache drop and recreate it if you don't have dba rights.
    Dim

  • Moving tables from one schema to another

    Hi
    I have 9 tables in Schema_1 that have already been populated with data.
    I would like to remove these tables from Schema_1 and place them into Schema_2
    These tables also have indexes attached to them.
    Thanks

    I don't think there's a "move" command as such, though someone may prove me wrong.
    You could "grant select" on the relevant tables to user Schema_2, then log on as the second user and perform "create table ... as select * from Schema_1.....". Then, create the indexes manaually. After all this, drop the old tables.

  • Export Tables from Pages to Numbers with AppleScript?

    I've hit a stumbling block while trying to use AppleScript to remove a table from pages and paste it into Numbers.
    I've found no way to directly identify the table in the document to copy for pasting into Numbers and I've been unable to remove the other information from the document to isolate the table for a select all command.
    The easiest thing I can think of is a AppleScript to remove the first set of characters before the table or to explicitly extract tables only from the document.
    I've tried all manners of AppleScripts and I can't seem to get it to work. None of the AppleScript text selection commands work to remove the information other than the table.

    Try selecting the whole of the contents of the document and then running:
    tell app "Pages"
    selection
    end tell
    This will return a list of the selected objects, amongst which you should see something like: table 1 of body text of document id 15373020 of application "Pages"
    With that data you should be able to select just that item:
    select table 1 of body text of document id 15373020 of application "Pages"
    Obviously that's just an example. If you were scripting this, you would most likely work through the list filtering only those objects you want to work with - the tables in this case.

  • Need to Add and Remove Columns of ADF Read Only table from Backing bean

    I have a scenario where I am trying to Populate TransientVO which is shown has a ADF Read Only Table in page.
    I have couple of Check Boxes Based on their selection I am trying to render and hide certain Columns.
    But the Issue which I am facing is only the Column Header seems to change where as the Rows and Values doesnt..
    even If I apply the expression language rendering condition on the outputText inside those columns.. ..
    So I am thinking to add and remove VO Attribute columns to the table from backing bean.
    Need some sample code snippet or a better design to achieve this. Its kind of urgent too...having an aggressive deadline :(
    Please chip in People..
    Thanks in Advance .
    TK

    Table Code..
    <af:table value="#{bindings.InventoryGridTrans.collectionModel}"
                                    var="row"
                                    rows="#{bindings.InventoryGridTrans.rangeSize}"
                                    emptyText="#{bindings.InventoryGridTrans.viewable ? 'No data to display.' : 'Access Denied.'}"
                                    fetchSize="#{bindings.InventoryGridTrans.rangeSize}"
                                    rowBandingInterval="0" id="t4"
                                    partialTriggers="::sbcSales ::sbcUsage ::cb1">
                            <af:column sortProperty="Period" sortable="false"
                                       headerText="#{bindings.InventoryGridTrans.hints.Period.label}"
                                       id="c38">
                              <af:outputText value="#{row.Period}" id="ot33"/>
                            </af:column>
                            <af:column sortProperty="Past12SalesCount"
                                       sortable="false"
                                       headerText="#{bindings.InventoryGridTrans.hints.Past12SalesCount.label}"
                                       id="c29"
                                       rendered="#{backingBeanScope.IndexPageBackingBean.onUsage != true and backingBeanScope.IndexPageBackingBean.onSales == true}">
                              <af:outputText value="#{row.Past12SalesCount}"
                                             id="ot40"
                                             rendered="#{backingBeanScope.IndexPageBackingBean.onUsage != true and backingBeanScope.IndexPageBackingBean.onSales == true}"
                                             visible="#{backingBeanScope.IndexPageBackingBean.onUsage != true and backingBeanScope.IndexPageBackingBean.onSales == true}">
                                <af:convertNumber groupingUsed="false"
                                                  pattern="#{bindings.InventoryGridTrans.hints.Past12SalesCount.format}"/>
                              </af:outputText>
                            </af:column>
                            <af:column sortProperty="Past12UsageCount"
                                       sortable="false"
                                       headerText="#{bindings.InventoryGridTrans.hints.Past12UsageCount.label}"
                                       id="c40"
                                       rendered="#{backingBeanScope.IndexPageBackingBean.onUsage == true and backingBeanScope.IndexPageBackingBean.onSales != true}"
                                       visible="#{backingBeanScope.IndexPageBackingBean.onUsage == true and backingBeanScope.IndexPageBackingBean.onSales != true}">
                              <af:outputText value="#{row.Past12UsageCount}"
                                             id="ot47"
                                             rendered="#{backingBeanScope.IndexPageBackingBean.onUsage == true and backingBeanScope.IndexPageBackingBean.onSales != true}"
                                             visible="#{backingBeanScope.IndexPageBackingBean.onUsage == true and backingBeanScope.IndexPageBackingBean.onSales != true}">
                                <af:convertNumber groupingUsed="false"
                                                  pattern="#{bindings.InventoryGridTrans.hints.Past12UsageCount.format}"/>
                              </af:outputText>
                            </af:column>
                            </af:column>
                    </af:table>

  • Automatic Workflow Customizing - Check entries from HR Control Tables

    Hi All
    I am preparing the R/3 system before a ESS MSS implementation.
    When I execute Transaction SWU3 I have a few red cross marks. Few of those are because the Gateway addresses are not specified and Webserver path is not specified.
    The bit that I am worried about is
    Check entries from HR Control Tables
    SAP Documentation says
    *To solve problems of this type, use the report RHTTCP77.
    If there are errors regarding the transport objects PDST or PDWS, the relevant entries are not maintained in table SOBJ. You can use the report RHSOBJCH to rectify this later.*
    I want to know the implications of correcting the entries with the report RHSOBJCH. Will it affect the configuration which has been done on the system for the business processes?
    When I fire off
    Consistency Check for Event Linkages
    there are a whole bunch of errors which are thrown. Can I Activate/Deactivate the linkages
    Wanted to make sure that there will be no knock on effects. Do I need to consider something else regarding these issues?
    Thanks in advance

    Hi Sriram,
    I have also faced a similar issue.
    Running the mentioned reports did not cause any problem for my case.
    Only after running the reports and generating the task was I able to remove the red cross mark.
    Regards,
    Saumya

Maybe you are looking for

  • ITunes 7 and new iPod not playing video

    OK here's my other problem: I have a new iPod, and have downloaded iTunes 7 and Tiger. I've downloaded a video from iTunes (Michael Jackson's Thriler). But when I double click on it in 'purchased', it won't play. Nothing happens, no icon, nothing. Th

  • How to rename node in JTree?(URGENT)

    Hi,all: I am facing a renaming problem in JTree. After I rename, the node still remain the old name, Could anybody tell me why and how to solve it? The piece of code is as follow: JTextField textField = new JTextField(); newDndTree.setCellEditor(new

  • Album Art - How can it be deleted?

    After not being able to get iTunes to retrieve the album artwork for a few of my songs automatically, I searched for the album on the Internet and found a picture there. But by accident I dragged the wrong photo into iTunes and now there are two phot

  • Parse document without validating

    Hi all, I'm writing a program which will be run in a stand alone machine (i.e. no network connection). When I parse my document which contain a "DOCTYPE", it will have an exception. Also, I don't want to store the DTD file in my local machine. How ca

  • Committing specific items

    Hey all ! In my model i have a Post entity and a Tag entity; and posts have tags. Simple ! In my form, when the user creates a tag that is not existing in the DB, I do: - tagService.serviceControl.createItem(t:Tag) - keep the returned ItemReference i