This tutorial shows how to create a report from a template. The following steps will guide the reader through the creation process:
- Go to ABAP Workbench (transaction SE80), choose Program from the development object list, and choose a name. We've used ZMSA_R_CHAPTER0_0:

- You will be asked whatever you want to create new object. Click Yes on the popups that will appear:

- Give a program name and click the green check mark on the popups that will appear:
- Add the following code into the editor window and ...