C_TADM_23 · Question #66
You are logged onto an AS ABAP-based SAP system. What happens when you release a task of a transport request that contains changes to a program?
The correct answer is C. The object list of the task is handed over to the transport request. When you release a task of a transport request that contains changes to a program in an AS ABAP- based SAP system, the object list of the task is handed over to the transport request (C). This means that all the objects associated with that task, including programs, function…
Question
You are logged onto an AS ABAP-based SAP system. What happens when you release a task of a transport request that contains changes to a program?
Options
- AThe repository locks are released.
- BA temporary version is created in version management.
- CThe object list of the task is handed over to the transport request
- DA data Tile and a cofile are created.
How the community answered
(52 responses)- A4% (2)
- B15% (8)
- C73% (38)
- D8% (4)
Explanation
When you release a task of a transport request that contains changes to a program in an AS ABAP- based SAP system, the object list of the task is handed over to the transport request (C). This means that all the objects associated with that task, including programs, function modules, tables, etc., are consolidated under the transport request, preparing it for transport to another system. Repository locks (A) are not released until the entire transport request is released, ensuring the consistency of changes. A temporary version in version management (B) might be created during the editing of objects, but this is not directly related to the task release. The creation of a data file and a cofile (D) occurs when the transport request itself is released, not just an individual task within it.
Topics
Community Discussion
No community discussion yet for this question.