The structure of a table has been changed in the ABAP/4
Dictionary.
Which of the following adjustments in the relevant database
table is correct, if you want to retain the previous data?

Answer Posted / tanmoy

The database utility is the interface between the ABAP
Dictionary and the relational database underlying the R/3
System.

You can use the database utility to edit all the database
objects that are generated from objects of the ABAP
Dictionary. These are database tables that are generated
from transparent tables or physical table pools or table
clusters, indexes, database views.

It is mainly used when a table is changed in the ABAP
Dictionary.At that time,we must ensure that the database
structure of the table is adjusted to the change in the ABAP
Dictionary during activation.

You can call the database utility from the initial screen of
the ABAP/4 Dictionary(SE11) with Utilities -> Database
utility or using T-code SE14.

The database structure of a table can be adjusted to its
changed ABAP Dictionary definition in three ways:

* By deleting and recreating the database table The
table is deleted in the database. The revised version of the
table is then activated in the ABAP Dictionary and created
again in the database. Data in the table is lost during this
process.
* By changing the database catalog (ALTER TABLE) Only
the definition of the table is changed in the database. Data
in the table is retained. The indexes on the table might
have to be rebuilt.
* By converting the table . The database table is
renamed and serves as a temporary buffer for the data. The
revised version of the table is activated in the ABAP
Dictionary and created in the database. The data is reloaded
from the temporary buffer to the new database table (with
MOVE-CORRESPONDING) and the indexes on the table are built.

The database utility provides a number of options for
administering and monitoring requests for database
modifications. You can perform these functions directly in
the initial screen of the database utility.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we declare a method of a class final? What can be the purpose? Give a scenario.

1080


How can you find the field/data underlying a transaction?

799


Create any functions? How to go about it?

746


What are the attributes of the data? : abap data dictionary

824


What is the collect statement? How is it different from append?

750


What do you do when the system crashes in the middle of a BDC batch session?

904


What are standard layouts sets in the sap script?

724


Why do we use events and actions in web dynpro?

764


I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/

2021


How do you use tab sets in layout sets?

849


I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr

761


What are the merits of its?-

797


What are the kinds of foreign key fields?

721


How to call a subroutine in sapscript?

778


What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr

917