Table copy and transport

Hi all,
           i have copied a few existing tables and  used it in my program.after activating my tables(tables that are copied)
i ve sent it for transport from development to quality.but my basis consultant replied me with RC = 8.
and in the report output it showed like this.
Activate table YQM_TBL_TC_REF
     / | Key field TCNO has unpermitted type                                                                                |
     / | Field TCNO: Component type or domain used not active or does not exist                                                              |
Field TCNO cannot be used as key field because no default exists for type
     / | Nametab for table YQM_TBL_TC_REF cannot be generated                                                                                |
Table YQM_TBL_TC_REF was not activated
Activate table YWBG
     / | Field EXCESSM: Component type or domain used not active or does not exist                                                           |
     / | Field MOIST: Component type or domain used not active or does not exist                                                             |
     / | Nametab for table YWBG cannot be generated                                                                                |
       |   Table YWBG was not activated       
but i have activated all the tables and even adjust and activated.i have to transport these tables along with the program. any help in resolving wud be greatfull.
Thanks,
naren

Hi Naren,
First activate all the Data Elements, Domain in the Package. Then activate all the structures and then finally the Database Tables. It so happens that sometime during Generation, some problem happens and this doesn't gets generated properly. And hence inactive Objects are locked in a Transport  Request. And when it reaches the Q system, the dependent transport fails.
So, I would suggest you to regenerate all the Objects. And then check for any generation related errors. Then lock them in a new transport and release the request. I hope this will solve the problem.
Have a look at the Runtime Object of the DDIC Tables. The way to navigate is SE11 --> Open the DDIC Table --> Utilities --> Runtime --> Check. This will tell you the status of all the Runtime Object.
Hope this helps.
Thanks,
Samantak.

Similar Messages

  • Advanced table copy and delete slow when done programatically

    I am modifying a line in an advanced table, then copying it and deleting it. What I noticed is that
    it takes a lot less time to copy and delete manually within the application verses doing it programatically.
    To copy or delete 10 lines it takes about 1 or 2 seconds within the form. When I do this programatically
    it can take up to 20 seconds. Does anyone know why it takes so much longer?
    Here is a sample of my code.
              porequisitionlinesvorowimpl.setSelected("Y"); //programatically select line for copy
         ArrayList deletearraylist = null;
         String s1 = porequisitionlinesvorowimpl.getItemNumber();
              java.sql.Connection connection = oadbtransaction.getJdbcConnection();
              //Query values from for child item.
              OraclePreparedStatement oraclepreparedstatement = null;
              ResultSet resultset = null;
              try {oraclepreparedstatement = (OraclePreparedStatement)connection.prepareStatement("SELECT I2.DESCRIPTION WHERE                       I.SEGMENT1 = ?");
                               int i = 1;
                               oraclepreparedstatement.defineColumnType(i++, 12, 240);                                                                 oraclepreparedstatement.setString(1, s1);
                               resultset = oraclepreparedstatement.executeQuery();
                               while(resultset.next())
                                    //Collect values from query for child item.
                                    String desc = resultset.getString(1);
                              porequisitionlinesvorowimpl.setItemDescription(desc);
                              //Copy modified parent to produce a child line.
                              ArrayList copyarraylist = new ArrayList(2);
                               copyarraylist.add("populateAndDuplicate");
                               copyarraylist.add("lines");
                               executeServerCommand(oapagecontext, oaapplicationmodule, "CheckoutLinesSvrCmd", copyarraylist);
                               } //while loop for resultset
              resultset.close();
         oraclepreparedstatement.close();
              catch(SQLException sqlexception) {
                   ErrorUtil.handleFatalException(oadbtransaction, sqlexception, this);
              //Delete original Kit Parent           
              deletearraylist = new ArrayList(2);
              deletearraylist.add("populateAndDeleteReqLines");
              deletearraylist.add("lines");
              executeServerCommand(oapagecontext, oaapplicationmodule, "CheckoutLinesSvrCmd", deletearraylist);

    I timed these too and they appeared to completed very quickly. The only events that took a significant amount of time where the calls to the executeServerCommand when I copied and deleted lines.
    Can the database connection and looping the resultset be slowing these activities down?
    There is no VO existing that generates the query results I am looking for. Do I need to create my own VO?

  • System Copy vs Transport

    Hello,
    I am a functional person and wanted to know the difference between System
    Copy and Transport.
    Also what are the advantages of each.
    Please help.
    Thank you
    Jay

    Hi Jay,
    System copy
    http://help.sap.com/saphelp_nw70/helpdata/en/a2/2f0c173a5e43d19585724239ff4de7/content.htm
    Transports:
    http://help.sap.com/saphelp_nw70/helpdata/en/62/117d0cb40145d6bfc655dac7deb9c1/content.htm
    http://help.sap.com/saphelp_nwpi71/helpdata/en/49/630650f75d4df6a3dc2f93d51eb864/content.htm
    http://help.sap.com/saphelp_nwpi71/helpdata/en/9a/775de286874bc78dcb1470bc80f0f9/content.htm
    Thanks,

  • Copy Z table structure and contents

    Hi all,
    I am looking at a quick and easy way to copy a Z Table structure and its contents from
    one system to another completely different system on different servers and locations.
    Is this possible?
    Thanks

    Yes its possible Try to transport the request
    The request should contain your required objects
    Contact your basis admin he will do the transport the request from OS level.
    Then Go and change the SID in the table TADIR
    And Give the object name and change the SID of the object then it allows you to change as per the new requirement.
    Hope This will help you.
    Regards,
    Madan Mohan.

  • Whats the diff between copying a Transport request and Importing a request?

    Hi gurus,
    Can some one explain me the difference between copying a transport request between clients and importing transport request between clients? say for eg: difference between copying a transport request containing a datasource being copied from client 100 to client 200 and importing the same request from client 100 to client 200?... When do we follow such scenario's?
    thanks.
    kishore

    Hi Kishore,
    A request copy applies only for customizing (client dependent) objects.
    A request tracks object modifications since its last transport. if the object is created in source system and included in a transport request, when it is transported to another system, it will create the object in target system. Then if you modify the  object, it will include modifications since last transport.
    As i said, a request copy is only valid for customizing objects. This is entries in tables, you will see that you have two kind of requests, customizing and workbench. Workbench objects are client independent, so request copy doesn't applies.
    it's very important to keep the order of requests when you transport and also not to delete requests in any system.
    Hope this helps (and hope it is clear, if you have any doubt, just ask!).
    Regards,
    Diego

  • Edit Problem after changing and transporting a table view

    Hallo Experts,
    I hope you can help me.
    I changed a Z-table in the Data Dictionary. For this table there exists an Tableview.
    After I added three new fields I generate a new tableview:
    Utilities -> table maintenance generator
    Change -> create maintenance screen -> ok
    after this I optimized the layout of the screen.
    On our Enviromentsystem my Tableview works perfect.
    I can make changes in the table.
    Then I transported the new tableview to our testsystem.
    There I started the sm30 "Maintain table view" and tried to change table entries.
    After a click on "Maintain" the following Message appears:
    TK 730 Changes to Repository or cross-client Customizing are not permitted.
    The strangest thing is, that before my transport, it worked, I could change table entries.
    There were no changes on the userrights.
    And I can change a similar table on the testsystem.
    I compared the properties of both tables. But I could not find a difference.
    Have anybody an idea where the error can be?

    Hi
    Caution: The table is cross-client
    Message no. TB113
    Diagnosis
    You are in the process of maintaining a cross-client table. You are using the standard table maintenance screen here, which is frequently used to maintain client-specific Customizing entries. This message serves to warn you that each change you make will have an effect on all other clients in the system.
    System response
    You have the authorization required for cross-client maintenance.
    Procedure
    Think carefully about the effect of your changes. Due to logical dependencies between client-specific Customizing and applications data on the one hand and cross-client Customizing data on the other hand, changing or deleting cross-client data could result in inconsistencies.
    Therefore such changes should be carefully planned and coordinated, taking all the clients in the system into consideration.

  • Can items from a list be copied and pasted into a new Pages Table?

    In iWork Pages, I have a list of 50's & 60's recording artists and their songs, (which is about 40 pages long) from my '45 rpm record collection for my Jukebox.
    Is there any way to copy and paste the artists' names, and their songs into a Pages Table, so that I can sort the artists' names into an alphabetical list?
    If there is a way, it would save me a ton of work of typing each name into a Table one at a time.
    Thank you,
    Jim

    Recently, I have had documents of lists that I had wanted to put into a Table afterwards, but there was no way that I could do it.... which brought me to my question to the Forum.....
    I had made the artists' listing & songs of about 40 pages, about 7 years ago when I had a PC, and it was done in MS Word, and I haven't worked on it since then. 
    Being a veritable Newbie at the time, I had put the artists' name in one column, and the song title in another.  When I had to insert a new artist and song, I would "Add Row Below" and then type the info in.
    Little did I realize at the time that I had created a Table, without knowing it (I told you that I was a Newbie).
    So when I started to work on those files this morning for the first time in a number of years, I wondered how could I put all the info from that Word document into a Table in Pages.
    Then I could sort Ascending, instead of "Add Row Below" to squeeze the new name in when I wanted to add another artist. 
    Then I realized after posting the question on this Forum, that it ALREADY WAS in Table form. 
    I looked into the help section of Pages and found that I could sort the names in the Inspector Box in the Table Tab.
    So, sorry to say I didn't discover a new technique of copying a list and then pasting the info into a new Table in one shot......
    Sincerely sorry for the false alarm...
    Jim

  • Creation of Copy and insert in Table

    Hi guys,
               I am new to Web Dynpro.I have created one table from SAP by calling of RFC Adaptive method. Now i want to create copy the table single or multiple rows and paste in same table.
                Could anyone please send me that exact documentation for creation of copy and paste button.
    Regards
    Velu.

    Hi Kulanthaivelu,
    There is no such exact documentation. But you can implement that using the code. You have to keep few things in mind for this particular code:
    1) There should be one empty row where you want to paste the selected row.
    2) You cannot copy a selected row on a row already having some data. If you want to do that you have to modify the code.
    3) This code is not for multiple copy & paste. For doing that you can modify the code.
    <b>Steps for Copy:</b>
    1) Create a button and create a action for that say Copy
    2) Write this code for implementation of this function:
    public void onActionCopy(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionCopy(ServerEvent)
           int currentIndex = wdContext.node<having_the_attributes_for_column>().getLeadSelection();
           IWDNodeElement ne1 = wdContext.node<having_the_attributes_for_column>().createElement();
           WDCopyService.copyCorresponding(wdContext.node<having_the_attributes_for_column>().getElementAt(currentIndex),ne1);
           ne = ne1;
        //@@end
    <b>Steps for Paste:</b>
    1) Create a button and create a action for that say Paste.
    2) Write this code for implementation of this function:
    public void onActionPaste(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionPaste(ServerEvent)
           int currentIndex = wdContext.node<having_the_attributes_for_column>().getLeadSelection();
           IWDNodeElement tempElement = wdContext.node<having_the_attributes_for_column>().getElementAt(currentIndex);
           if(!isRowBlank(tempElement)){
                wdThis.wdGetAPI().getComponent().getMessageManager().reportException("You can paste elements only in a blank row");
           else{
                  WDCopyService.copyCorresponding(ne,wdContext.node<having_the_attributes_for_column>().getElementAt(currentIndex));
        //@@end
    <b>isRowBlank Funtion:</b>
    public boolean isRowBlank( com.sap.tc.webdynpro.progmodel.api.IWDNodeElement nodeElement )  {
        //@@begin isRowBlank()
           IWDNode node = nodeElement.node();
           Iterator itr = node.getNodeInfo().iterateAttributes();
           while(itr.hasNext()){
                IWDAttributeInfo info = (IWDAttributeInfo)itr.next();
                if(nodeElement.getAttributeValue(info.getName())!= null){
                     return false;
           return true;
        //@@end
    I hope this helps you!!
    Regards
    Pravesh
    PS: Please consider rewarding points for helpful answers.

  • Cannot Copy and Paste Tables

    When I copy and paste a table from Numbers it does not appear correctly, and is not even recognized as a table in keynote. I cannot access changes through the Table Inspector. I am also trying to link a chart with a table (from Numbers), and when I paste the chart in Keynote, I do not get the LINKED notification . HELP! I did the exact same steps as shown in a video tutorial. I am using Keynote 09.

    Hi,
    How about the issue now, is it solved?
    This issue might be caused by her user profile. What the result would be if using another user account to log on her computer to test this issue.
    Also do you have the same problem when you open excel in Safe Mode?
    Try opening Excel without any Add-ins or hidden workbooks:
    Press and hold the CTRL key, and then click the excel program.
    Best Regards,
    Wind

  • Copy-and-paste table row results in hang in Contribute 6.5 Mac

    Am running Adobe Contribute 6.5 for Mac on OS X 10.8.2 Mountain Lion.
    Cannot copy-and-paste a table row from one page to another without having Contribute hang. Get spinning multi-colored beach ball and have to eventuall Force Quit Contribute.
    This worked correctly in Contribute 3 on OS X 10.7.x Lion.
    Any suggestions? Any Adobe engineers who have seen this behavior?

    Can you try restoring default preferences of Contribute. Please refer to the link below:-
    http://help.adobe.com/en_US/contribute/using/WS9bb3bf4338822288-4d5ec4dc12bd2bd955c-8000.h tml

  • How to copy and paste a table and pictures from pdf files to word using MacBook pro 10.5.8

    Hi Guys,
    I want to copy tables out of a PDF document onto a word document. I only get the text and not the table when I copy and paste. I would also like to know how I can do the same with pictures or diagrams in PDF to word.
    Regards,
    Craig

    You can take picture of anyhting from any document using Command + Shift + 4. Hold all three at the same time and your mouse will turn into a little plus sign where you can then drag across anything you'd like to take picture of it. The picture will be placed on your desktop.
    See if that works for you.

  • Cannot copy and paste a table

    The Thunderbird text editor does not consistently allow copying and paste a table from Word. More generally, its text editor is full of bugs and anomalies, such as arbitrarily setting text to a different font.

    As recently as December 30, 2013, I was able to copy LibreOffice calc data and paste it w/o problems into Tbird messages. Formatting, merged cells, all came across perfectly. I've been doing this for a long time (over a year at the least) without problems.
    Now when I copy and try pasting nothing at all happens ... as in literally nothing changes in the email.
    It's really frustrating when something this basic gets broken. If you know what version I'd have to revert to until it's fixed (and where to get the download), that would be great.
    Don't know if it helps having the following, but just in case:
    * Win 7 Pro 64-bit SP1
    * Tbird 24.3.0
    * LibreOffice 4.2.0.4

  • Copy and paste table in pages

    Anyone know how to position a table properly when copying and pasting it from one pages doc to another?

    revbobmat,
    You may also want to post in the Pages forum, that is where the Pages gurus tend to hang out. Oh and I was able to find this by using Google, it may help you out:
    http://www.apple.com/support/pages/objects/

  • Copy and paste a Table from a web Page

    I want to copy this Table at the link below into a Pages Document so I have these shortcuts/key combos nearby in case of disaster (For example, I did not know that you boot off a CD by holding the C key upon restart.
    http://docs.info.apple.com/article.html?artnum=75459
    How do I do this and retain the Table Format?
    (New to the Mac and Pages)
    Thanks

    That web page has several tables so you'll need to do this for each one. First, don't use Safari, use Firefox or Camino. Safari doesn't "see" the tabs in the tables. Select the text of the first table & copy. Now, go to your Pages document & create a 2-column table with a header row. Click in the first cell & paste. In previous versions of Pages you had to create the table with the exact number of columns or the pasted table filled rows across before pasting in the next row. I tried this without a header row & everything pasted in the first cell. Adding the header row, everything pasted nicely.

  • How to copy and paste a multi-page table of contents?

    Hi everyone.
    I have a large document with a Table Of Contents extending over two pages. I'd like to copy the entire TOC then paste it into a new Pages document.
    I have been able to copy the TOC however when I try to paste it into a new blank Word Processing pages document the following Error message appears: "The table of contents is empty because none of the paragraph styles selected in the Document Inspector are used in the document."
    I can paste it into a blank Page Layout pages document however it pastes it into a text box with only one page of the TOC in it.  Even if the new Page Layout document has two pages and I extend the text box over the two pages only one page of the TOC is copied into the new Page Layout document. At the moment the only work-around I can do is to take a screen shot of each individual page of the TOC and paste them individually into a new pages document. I have tried exporting the entire original document to a plain text file however all the formating is lost (obviously).  I have also tried exporting the entire original document to a Word document (.doc) however it won't let me copy the multi-page TOC and paste it into a new Word document. 
    Is there any way to successfully copy a multi-page table of contents to a new Pages document?

    VQM wrote:
    Thanks Peter.
    PeterBreis0807 wrote:
    The TOC is a hyperlinked text derived from the contents of the file it was generated in.
    You can try exporting the pages the TOC is on as rtf, text or pdf and transferring that, but I would question the value of a TOC for one document being in an entirely different document, which doesn't have what the TOC is pointing to.
    Have you tried copying the T.O.C. Section from the document Thumbnails and pasting into the document Thumbnails of the 2nd document?
    Peter
    How does one export individual pages from a Pages document?
    I've also tried to copy the TOC section from the document thumbnail however I can't figure out how to select multiple pages in the document thumbnails.  It only allows me to select one at a time. Furthermore, when I do select a single page from the thumbnail section and attempt to drag and drop it into the the thumbnail section of the second document it picks up the whole document and wont allow me to move it from the thumbnail section of the original document.
    Shift click to select multiple pages, and I did say Copy and Paste, not drag and drop.
    Peter

Maybe you are looking for

  • Does Firefox 3.6.8 on Mac OS X 10.6.4 support Juno Web Mail "new message center" display?

    Does Firefox 3.6.8 on Mac OS X 10.6.4 support Juno Web Mail "new message center" display? == URL of affected sites == http://webmaila.juno.com/webmail

  • Why we maintain usage for work approval,  applications and documents in WCM

    hi, what is significance of maintaining usage for Work Approval, Work clearance Application and Work clearance documents in Customizing of work clearance management. Please reply.... with detailed notes.. regards, Amit kushwaha

  • Multiple compositions

    Hi, I'm trying to put 2 animations on 1 HTML page, but it doesn't seem to work. Here it is: http://www.kerckhaert.com/nl/Test.aspx. The bottom animation is OK, but the top animation doesn't look like it's supposed to. This is how it's supposed to loo

  • JDK1.4 AWT bug?

    hi, the following code works just fine with JDKS 1.1, 1.2 and 1.3, but doesn't work under 1.4. can someone tell me what's wrong with it? import java.awt.*; public class AwtTest public static void main( String[] args ) Window f = new Window( new Frame

  • Implementation class memeber variables are null

    I have faced this before and I never could figure it out and now I really need to know why this happens. Please see the following pseudo code: // Parent public class MyAbstractPanel extends JPanel{    public MyAbstractPanel{      try{        jbInit()