How does SAP modify the data of a table

Transaction code: se16n

  Enter the table name

  Enter /h Enter maintenance mode

E.g:

Field start value Enter the query condition, F8 executes:

In the debugging state, modify the contents of GD-EDIT and GD-SAPEDIT to uppercase X, and then execute F8:

Zui Zhou enters the editor interface to modify the data, you can add, delete, etc., save after the modification:

 

 

 

Intelligent Recommendation

How does mysql add, modify and delete columns in a table, and how to replicate the structure and data of the table?

How does mysql add, modify and delete columns in the table? alter table table name add to increase the column in the table alter table table name drop delete columns in the table alter table table nam...

SAP How to lookup table according to the data elements

abaper look-up table is no stranger to rely on a consultant to tell you, and on the accumulation of three tools by st05, four seniors on external summary table of the modules of the main classificatio...

How to dynamically modify the width of the SAP CRM WebClient UI table column

Achievement By clicking down or up button, the table width could be changed dynamically - each time the button is clicked, the width increases or shrinks at 10 px interval. (1) Create a table view wit...

The method of SAP through debugging to modify the system table data

I haven't used it for a long time. I forgot. There was a data to be changed today. It took a long time for debugging and tracking to find the correct position of the breakpoint. Record it so that I do...

SAP: Modify Table Data over standard program breakpoints

Standard procedure: lsetbf01 SE11 enters the modified table data note: In this case, you can modify: SE16 standard list Select the row item to modify, double-click to enter the breakpoint Modify the C...

More Recommendation

Modify SAP standard table data using debug mode

The standard table of the SAP system cannot be modified under normal circumstances. If you enter the error data such as posting date, you can use debugging mode when you want to modify it.   Step...

mysql how to modify a data table

update table set field name = 'new content' + where conditions...

How does MySQL modify the structure of an established table

1. Why should we discuss the issue of ALTER TABLE? MySQL performs most of the principle of modifying the table structure: Create an empty table with a new structure, find all data from the old table a...

How does SAP Spartacus get the Angular Component corresponding to a table field

Take the following figure as an example. What is the Angular Component responsible for rendering the table column name? There is no field named headerComponent: So read from headerComponent in tableOp...

How SAP does not affect the filtered data when selecting all

When ABAP filters out data, selecting or deselecting it should not affect the filtered data Method: CL_GUI_ALV_GRID->GET_FILTERED_ENTRIES   2. After execution, the filtered data will save the ...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top