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 spec...