0% found this document useful (0 votes)
69 views1 page

Why Do We Activate Programs in ABAP

We activate programs in ABAP so that changes are reflected in the database server and the object can be accessed by other dependent objects. Without activation, objects only exist in the application server and are not written to the database, so modifications will not be reflected until the program is activated and written to the database.

Uploaded by

sudhakp
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views1 page

Why Do We Activate Programs in ABAP

We activate programs in ABAP so that changes are reflected in the database server and the object can be accessed by other dependent objects. Without activation, objects only exist in the application server and are not written to the database, so modifications will not be reflected until the program is activated and written to the database.

Uploaded by

sudhakp
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Why do we activate programs in ABAP?

Without activation object cann't copeid or created in data base layer rather they still exists in appliaction server itself, when we made any changes , that changes are reflected in database server only if we activate the object. Any object (programs, tables, domains, etc)without activating cant be accessed by other dependent objects in SAP. The reason is, until the object is activated, it is not written to the database. For the modifications to reflect, you will have to activate the program.

You might also like