Change and Transport System - CTS
If you were provided with functional specification, you will design technical specification. (Senior developers will design technical specification). If you are a junior ABAP developer then you will be directly provided with technical specification).
To name the report program, you should refer the naming standards document. Please refer my previous post for the information about essential documents in a project.
As per the naming standards, you will name your report program.
Now you have to SAVE your report program.
There are two options:
1) save to development class
2) save as local object
If you are creating a test program, which you don’t want to transport into TEST system, then you can save your object as local object. But if you are creating a customer production program (that means which should go into Production system) you must assign it to a development class. When you try to save an object assigning it to a development class, you should create a new transport request or attach it to an existing change request.
(We will see how to create requests in the coming posts).
We will see what a development class is in next post.
1) SAP IMG ( Implementation Guide)
The most important customizing tool is the Implementation Guide. (IMG). We can use the IMG to make all configurations possible in the SAP standard.
Any modifications we make in the SAP IMG (Implementation Guide) are known as customizing settings. Functional consultants use IMG to configure SAP according to the Client requirements.
SAP provides ABAP workbench as a complete environment. The ABAP Workbench includes tools for defining data structures (ABAP Dictionary), developing ABAP programs (ABAP Editor) and designing interfaces (Screen Painter and Menu Painter), as well as many other functions.
0 comments:
Post a Comment