Ads

SAP ABAP Development in a Team Environment

SAP ABAP Development in a Team Environment

SAP ABAP Development in a Team Environment


ABAP allows you to divide the work on large projects among many programmers. Consider an accounting application project with an Accounts Payable module and an Accounts Receivable module. The ABAP environment helps you create a workspace within the system for the project. Then you can assign tasks to each programmer and follow their work as they grow.

Transport Manager


The tool used to track development projects is called Transport Manager. The organizer tracks changes to existing SAP development objects and the creation of new objects. If you create a new object, the administrator will ask for the package when trying to save the object.

Package


The transport manager uses the package to determine if a change request is needed. The change request records changes made to one or more development objects. The $ TMP package contains local items that are not shipped. Local goods are not shipped and are not monitored by the administrator.

If you specify a non-local package, the system will ask you to enter a change request. The system will prompt for a change request when you try to edit an existing non-native object for the first time. The query dialog looks like this:

-This graph is explained in the accompanying text

When you associate a change request, the system creates an activity for that change request. The administrator creates an activity for each programmer that changes based on the change request. You can think of a change request as a container for change activities.

After associating an object with a change request, the system examines the objects being developed. The object is blocked due to random user changes. When you are done creating or editing an object, release your work. To send the changes to the production system, you issue a change request that managed your work.

You can edit the package and edit the request associated with an object. For more information on modifying an object's package, see the Structure link, assigning objects to another package

Comments

Popular posts from this blog

BADI Interview Questions in SAP ABAP

Sample SAP ABAP Programming Examples for Practice

Module Pool Programming Interview Questions and Answers in SAP ABAP

Step by Step tutorial on BDC Session Method Program in SAP ABAP

SAP ABAP Interview Questions and Answers for 10 Years Experienced