QuickView for Functional Consultants in S/4HANA are views that can be created in SAP to display data as a report from a single data source or multiple data sources efficiently, with little to no coding involved. Yes, you heard that right. You can create reports with virtually no knowledge of ABAP programming. QuickView is simply the evolved version of SQVI or Queries in our SAP ECC system, and nothing has changed in S/4HANA.
Assuming you are now mindful of SQVI or SQ01/02/03 exchanges. You might stop this article and use your time discovering some new information.
The information can be directly read from a selected table, a table join, or a consistent dataset. QuickView for Functional Consultants in S/4HANA provides the simplest way to quickly display data from a specific source in an ALV report with all built-in features for sorting, hiding, and other aggregation capabilities.
The only prerequisite for creating a QuickView for Functional Consultants in S/4HANA is that the user should have authorization for transactions SQ01 or SQVI, along with access to read data from the data sources.
Implementation Example.
- Step 1: Call Transaction SQVI
- Step 2: Enter QuickView name which you need to make and tap on make choice gave. For the situation underneath we have made ZTEST_QUICK as our QuickView.
One needs to likewise choose the information source choice for the QuickView. Different QuickView choices are table, table join, consistent information bases and sap inquiry infoset. For our situation since we need to show information from two unique tables we utilize table join as dataset.
- Step 3: When you make QuickView with information source as table join following window will be shown.
Click on Supplement Table and add two tables (or more) from which you want to show information. For our situation the two tables are ZYASH_HEADER and ZYASH_ITEM. Key fields will be planned naturally (assuming the programmed planning is erroneous, you can erase the connection and guide it physically) and afterward click exit.
- Step 4: Select the fields which should be shown in the report from the rundown of accessible fields.
- Step 5: One can likewise add the determination conditions from the choice tab in view of which results can be separated. These fields would carry on like the info fields of the choice screen of the report.
You can also specify the sort condition using the Sort Order tab.
- Step 6: Click on execute and you see that the report is made consequently with the choice boundaries referenced by you.
- Step 7: Enter the choice condition and snap on more->program->execute
Here the clients can carry out all usefulness what can be accomplished in ALV like arranging, sending out information in succeed sheet and so on. You just made a report utilizing SQVI without a solitary line of code.
We can add custom code to this report as well. SQVI QuickView has a restriction. It very well may be gotten to simply by the client who made it. Yet, this restriction can be relieved by making a t-code for the relating report program created for the QuickView.
We can tie the report program perfectly code and offer the t-code with different clients or move to next Drain climate in our SAP Scene.
Assuming you have involved SQVI in ECC, you probably been frustrated. There is no distinction among ECC and S/4HANA QuickView.
YOU MAY BE INTERESTED IN
10 Real-World SAP ABAP Programming Examples (with Code!)
Your Definitive Guide to Becoming a SAP ABAP Developer
Your Guide To Data Science Career 2024