SAP QUICK VIEW
SAP GUI giving option to create very simple report without using ABAP language, this will help people who are all not familiar with ABAP language.
We can’t consider this is only for creating report, because It has lot of information
We can use for,
1. To check the relationship between the selected tables (LIKE database diagram in SQL Server)
2. We can check the field description of the table easily
Step to create view,
Use transaction SQVI
Give any name for the view and click create option
Insert tables into the view and you can see the joins will be added automatically based on the relationship between the tables.
As you can see the options, joins between the tables & field description.
Once added all the tables, click the back option there you can save the view after selecting the fields which required for the report.
Please let me know, if you have any issue.
If you are like this post, please share it.
Thanks.
Comments
Post a Comment