Types of Change Requests
Posted by
Admin at
|
Share this post:
|
There are two main types or categories of change requests, SYST and CUST.
SYST changes record a version of the ABAP Objects and general customizing object
when the request is released. These changes also lock all the objects in the request, which prevents users from making changes to the objects from the time of change until the release of the request.
CUST requests are comprised of client-dependent customizing changes. Each object of a
CUST request contains a table key. The key has the client, where the data are stored; the table name, where the data are stored; and the key, which defines what rows of the table are stored in the request. CUST changes do not lock the objects (table rows) at anytime.So it's important that access to customizing changes is controlled properly.
Keyword: BASIS
Title : Types of Change Requests