One of the Tool used to generate reports in SAP is given below.
Report Painter and Report Writer
SAP Report Writer and Report Painter:
This tool can be accessed as follows.
SAP Menu >>>> Information Systems >>>> Ad Hoc Reports >>>> Report Painter
Under Report Painter you have the following Options
Report (GRR1 Create, GRR2 Change, GRR3, Display, GR34 Delete) Model (GRR4 Create, GRR5 Change, GRR6 Display) Utilities Catalog Transport Report Writer Set Variable Key Figures Standard Layout Library Report Report Group
Note: Instead of using ABAP code to write a report in FI and CO, Transaction MC27 is used by a lot of consultants to build a report by using Report Painter/ Report Writer library. Transaction GRCT has many advantages over MC27 in most cases, and eliminates the need to use transaction MC27.
Always use Pretty Printer and Extended Program Check before releasing the code.
Do not leave unused code in the program. Comment the code thoroughly. Align the comments and the Code. Follow the SAP Standards and SAP Best Practices guidelines. It’s a good practice to take a dump of the code on your local drive.
No comments:
Post a Comment