Changing data in Std table

hi all i need to chabge data for 2 feilds in table eskn.i had done the meintanace genaretor,but in tcode sm30 im not able to see my table eskn.plz help me out

Hi,
The best practice to update Std tables is thru Transactions or BDC programs....
NEVER DO IT MANUALLY....
Sreedhar

Similar Messages

  • Approaches to transfer changed data from a table to another table

    Hello expert,
    will you please show me all approaches to automatically detect and transfer changed data from a table to another table ? I don't need detail information, but a little comment for those approaches are more welcome.
    Many Thanks,
    Edited by: 843178 on 19-Dec-2011 2:04 PM

    You will want to review information on replication and similar methods
    In a nutshell:
    Replication allowed data to exist at more than one site and take the Master / original table data and clone it at a different site
    As tranporting all of the table data to a remote / clone site got more and more expensive we developed a method
    to identify just the 'diffs' and only send those from the master to the clone which needed only the diffs to become a clone of the master table
    This has many methods and options, but looking under key words such as
    - distributed transations
    - materialized views
    - replication
    ... are a few categories that will get you started

  • Error While enahling CDC(Change data capture) on Table.

    I am enabling Change data capture (CDC) on SQL server 2012 Enterprise edition(11.0.2100.60)
    . I am able to enable it on Database level with below SQL, but failed to enable on Table level.
    Use DatabaseName
    GO
    Exec sys.sp_cdc_enable_db 
    GO
    EXEC sys.sp_cdc_enable_table @source_schema = N'dbo',
                @source_name = N'TableName', @role_name = NULL
    GO
    Got Error like,
    'msg 22832, Level 16, State 1, Procedure sp_cdc_enable_table_internal, Line 623
    Could not update the metadata that indicates table [dbo].[TableName] is enabled for Change Data Capture. 
    The failure occurred when executing the command '[sys].[sp_cdc_add_job] @job_type = N'capture''. 
    The error returned was 22836: 'Could not update the metadata for database DatabaseName to indicate that a Change Data Capture job has been added. 
    The failure occurred when executing the command 'sp_add_jobstep_internal'. 
    The error returned was 14234: 'The specified '@server' is invalid (valid values are returned by sp_helpserver).'. 
    Use the action and error to determine the cause of the failure and resubmit the request.'. 
    Use the action and error to determine the cause of the failure and resubmit the request.'
    Would anyone help me to out of this?
    Thanks in advance..!!

    Related thread:
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/fa0c2a52-63b5-4a39-9f35-fe6f0eb21d1d/change-data-capture-on-table?forum=sqldatawarehousing
    Make sure SQL Server Agent is running.
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Design & Programming
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • How to change data in decision table using excel file in operating system?

    Hello, BRF Experts
    I now brf + for the first time in the current project is being developed.
    Now, project has been facing a big problem.
    Develop system that was developed in the history of decision table in the operating system can be used to update excel file, etc. I do not know whether.
    So, I was tested, but can not change data in decision table.
    [ error message : system is not change allowed ].
    The operating system itself to the current system setting is immutable and check it
    : changes and transports for client-specific object -> no changed allowed
    : cross-client object changes -> no changes to repository and cross-client customizing object.
    Decision table in the operating system can update the details if I want to know what to do.
    Maintenance view can be modified in the operating system as a decision table, I wonder if you can create a view.
    Edited by: Sung-Wook Ha on Jan 13, 2012 2:02 PM

    Hi ,
    Exchanging data with Microsoft Excel is done with the help of the XML-based file format (file extension .XSLX) introduced with Microsoft Excel 2007. If you are using an older version of Microsoft Office, you can download the Microsoft Office Compatibility Pack to upgrade the supported file formats from the Microsoft Download Center ([Exchanging Decision Table Data With Microsoft Excel |http://www.microsoft.com/downloads/details.aspx?familyid=941b3470-3ae9-4aee-8f43-c6bb74cd1466]). Once you have downloaded the Compatibility Pack, you have to install it on every workstation that has an older version of Microsoft Office installed.
    Please refer the link-
    [BRFplus-Data exchange with MS Office 2007|http://help.sap.com/erp2005_ehp_05/helpdata/en/b8/e03486d1df48c6baa3c4354f5198ee/frameset.htm]
    Hope this helps.
    Thanks,
    Ajay

  • How to change data element in table?

    Hello all:
          I just need to change data element for a field in some Z table. I know I can do it through SE11 but I just want to make sure if there is anything I should be aware of? Are there any other steps I should perform apart from making changes through SE11? Any information you could provide would be great.
    Thanks.
    Mithun

    Hi Mithun,
    Yes, you can change the table using SE11. After saving, check for errors and activate. Using Menu, Utilities
    -> click on Database Utility and then click on 'activate and adjust database'.
    Hope this helps.
    Thanks,
    Srinivasa
    Message was edited by:
            Srinivasa Bhanuprasad Moningi

  • URGENT - How to change data in a table

    I have created the basic table to display some data. But how do I change some of the data in the table. I generate the data within my program and then need to display the new table data in the same original table.

    So far I am just testing with the example codes from the sun website. How would I change the name Mary to say Kate? Do I have to implement an abstract table model? Can I just change the value in the array or something?
    Thanks in advance
    // create the table
                   Object[][] tableData =
                {"Mary", "Campione",
                 "Snowboarding", new Integer(5), new Boolean(false)},
                {"Alison", "Huml",
                 "Rowing", new Integer(3), new Boolean(true)},
                {"Kathy", "Walrath",
                 "Chasing toddlers", new Integer(2), new Boolean(false)},
                {"Mark", "Andrews",
                 "Speed reading", new Integer(20), new Boolean(true)},
                {"Angela", "Lih",
                 "Teaching high school", new Integer(4), new Boolean(false)}
              String[] columnNames = {"First Name",
                                    "Last Name",
                                    "Sport",
                                    "# of Years",
                                    "Vegetarian"};
              final JTable table = new JTable(tableData, columnNames);
            table.setPreferredScrollableViewportSize(new Dimension(500, 100));
              //Create the scroll pane and add the table to it.
            JScrollPane scrollPane = new JScrollPane(table);
              //Add the scroll pane to this window.
            //getContentPane().add(scrollPane, BorderLayout.CENTER);
              displayPanel.add(scrollPane);

  • Change data capture-staging table

    hi,
    while using change data capture in oracle 11g,r2.I used source table and target table in the mapping.[ both source and target are oracle].
    Do i have to use staging table for the mapping ,instead of target table.??
    if yes, then where and how do i create a staging table and put it in the code template mapping.
    Do i have to enable cdc in property editor for both the source and target tables?

    Could you explain your requirement?
    Where does change take place?

  • Creation and Change date in T Tables

    Hi
    When entries are made in SAP tables like T001  , T001L ,T001W etc. Creation of company code, plant is there a creation date , change date maintained ?
    Where can i retrieve this information from? Preferbly an SAP table
    -Dexter

    The dates are recorded in tables only if the "Log data changes" checkbox in SE11->Table display -> Technical settings is checked.
    The logs are maintained as documents in CDPOS and CDHDR maintains the date and time.
    If you are creating a Z-Table and want to have such a log, you can create timestamp fields (date and time) and modify at runtime during database update.
    Hope this helps!
    Cheers,
    Shailesh.

  • Changing data in the table control during run time of transaction F-28

    Dear Experts,
    in transaction F-28 of second screen of second column (Field Name: Assignment) currently the data is getting from BSEG table and populating this column of table control, now I have a requirement that the data should be get from the other ZTABLE and populate this column during run time instead of the data from BSEG table, please let me know your suggestions, if you guys feel it will be done using User Exit then please let me know the suitable exit for this.
    Best Regards
    Venkat

    Hi Venkat,
    Use the appropriate sort key in the GL to fill up the assignment field automatically.
    U can create ur new sort key through OB16
    Regards,
    Kiran

  • How do I change data in a table?

    I updated to Mavericks,  and use Pages as my word processor.  I have tables within pages documents that I change the data periodically.  Go from 1 time to 5 times in a cell and the rest of the table re-calculates the results in the table.  Kind of basic stuff.  Now the new pages will not let me change the values and have the table recalculate?
    So whats the problem.  A simple product that worked for me, and one that I paid for originally, now does not do the basic functions!
    please help.  Not very satisfied with Apple right now, and I have been a loyal customer for 20+ years.
    JM

    I think you are talking about creating series in the tables, like a series of numbers, days, months etc.
    Yes that has been removed along with amny other features:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&mforum=iworktipsn trick
    Go back to Pages '09
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=432&mforum=iworktips ntrick
    and rate/review Pages 5 in the App Store.
    Peter

  • HOW TO CHANGE DATA IN STANDARD TABLE

    PLEASE HELP AS PER ABOVE.
    THANKS,
    LALIT

    Hi,
    You can use the statements UPDATE / MODIFY to change the DATA in a database table
    UPDATE
    The statement UPDATE changes the content of one or more lines of the database table specified in target. The entries in source determine which columns of which lines are changed, and how they are changed.
    System fields
    The statement UPDATE sets the values of the system fields sy-subrc and sy-dbcnt.
    sy-subrc Meaning
    0 At least one line has been changed.
    4 At least one line was not able to be changed, either because no appropriate line was found, or because the change would generate a line that leads to double entries in the primary key or a unique secondary index in the database table.
    The statement UPDATE sets sy-dbcnt to the number of changed lines.
    The changes are definitively copied to the database with the next database commit. Until that point, they can still be undone using a database rollback.
    MODIFY
    ex - modify <dbtab> from TABLE it_tab.
    The MODIFY statement inserts one or several lines specified in source in the database table specified in target, or overwrites existing lines.
    System fields
    The MODIFY statement sets the values of the sy-subrc and sy-dbcnt system fields.
    sy-subrc Meaning
    0 At least one line is inserted or changed.
    4 At least one line could not be processed since there is already a line with the same unique name secondary index in the database table.
    The MODIFY statement sets sy-dbcnt to the number of processed lines.
    The changes are transferred finally to the database table with the next database commit. Up to that point, they can be reversed using a database rollback.

  • Change date format in table?

    Hi all,
    I'm trying to make my first VB.NET iview and I need some help! I can already display the results of a RFC in a databound table, but now the dates are displayed in YYYMMDD format. How can I change this to a .NET date (DD/MM/YYYY)?
    Thanks!
    Liesbeth

    What you want to do is a kind of fomating the data in the cells. One possible way is to subscribe to the ItemDatabound event of the Table and format the contents of the cell accordingly:
      Private Function ReformatDate(ByVal format As String)
        Return format.Substring(6, 2) + "/" + format.Substring(4, 2) + "/" + format.Substring(0, 4)
      End Function
      Private Sub Table1_ItemDatabound(ByVal sender As Object, ByVal e As SAP.Web.UI.Controls.Table.ItemEventArgs) Handles Table1.ItemDatabound
        Dim dateView As TextView = CType(e.Item.Cells(DateColumnIndex).TableCellContent, TextView)
        dateView.Text = ReformatDate(dateView.Text)
      End Sub
    DateColumnIndex is the index of the column that has the date field.
    There is an even easier tricky way to do it: If you databind the table at design-time, the framwork creates databinding expressions for the TextViews in the cells that look like
    Text='<%# DataBinder.Eval(Container.Parent, "DataSourceRow.DataItem.Fldate") %>'
    You can change this to contain your formatting function, e.g.
    Text='<%# ReformatDate(CType(DataBinder.Eval(Container.Parent, "DataSourceRow.DataItem.Fldate"), string) %>'
    You can change the expression either in HTML view or usign the DataBindings property editor of the cell's TextView. In this case of cause you don't need the Table1_ItemDatabound event handler.

  • Change data content of table.

    I have a table that initially starts out with no record. I want to add the record on the first run of the program and then change the data content on the next run. The table only has 1 record. What would be the ABAP code for that?

    In the following, I assume you have defined a type "yourfile" for the structure of your file.  At the very list, the data dictionary definition of the file will do.
    The following is only applicable if you are updating a Z table, not an SAP table that ships with the system.  DO NOT DO THIS WITH SAP TABLES.
    If you are updating an SAP table, you need to use a function module/BAPI etc.   If that is the case, you need to identify what table your want to update.
      DATA: gs_yourfile_Structure TYPE yourfile.
            SELECT SINGLE FOR UPDATE *
              INTO gs_yourfile_structure
              FROM yourfile
              WHERE yourfilekeyfield1= yourfilekey1
                  AND yourfilekeyfield2= yourfilekey2
                 etc .
            IF sy-subrc = 0.
              (load update data into gs_yourfile_structure)
              UPDATE yourfile FROM gs_yourfile_structure.
            ELSE.
              (load initial data into gs_yourfile_structure)
              INSERT yourfile FROM gs_yourfile_structure.
            ENDIF.
    You may also want to check sy-subrc after the update and/or insert to see if they were successful.
    Good luck.
    Brian

  • How to change data in item table in sales order in  UI

    Hi Experts ,
    i have 5 products line items in my item table in UI in sales order and i want to change the status of third line item on the basis of some condition .
    please guide me how to do it .
    thnx in advance

    Hi Abhinav,
    You can assign a status profile to the item category of Item 3. Then set the condition depending on the new status profile.
    Hope this helps..
    Regards,
    Shwetha

  • Manually change data in a table

    I am running a test and having the data collected from sensors displayed in a table. After the test is complete I want to allow the user the capability to over ride data in the cells they select in the table. Has anyone been able to, or is it possible to, leave the table "editable" while the vi is running?

    Look at the attached picture. You have to disconnect your table from the express VI and instead wire up the local variable. Putting the table as a control in a while loop after it's been written to will then allow a user to modify the contents.
    Attachments:
    Table_as_Control.jpg ‏11 KB

Maybe you are looking for