Skip to Content
Author's profile photo Hanumathprasad SAP QM PP

Creating Material Master field status report by using Quick Viewer and Creating Tcode

HI All,

      This Document may helpful to creating own functional reports with out ABAP’s help by using Quick Viewer.

   

SAP Menu–>Tools–>ABAP workbench–>Utilities–>Quick Viewer(SQVI)

  1. Enter the Name starting with
    “Z”(for our identification purpose) and click on creation button.
  2. A POPUP screen will appear than
    select the “Table Join”( As shown below screen shot) option in data source
    field and enter. 

/wp-content/uploads/2012/11/1_153423.png

3 .Goto Menu bar Edit–>Insert table

4. Enter the initial table name “MARA”  and again click on insert table and enter the name “MARC”.

5. Now you can see the join relation between the two tables (As shown below screen shot)./wp-content/uploads/2012/11/2_153424.png

6. Please remove the non required join between the tables(then only we can get the results).

7.  Please click on back in menu

8.  Please click on Basic mode button for selecting the layout (As shown below
screen shot).

/wp-content/uploads/2012/11/3_153443.png

9. Please select the initial required fields (input fields in initial screen) in selection fields tab(As shown below screen shot).

/wp-content/uploads/2012/11/4_153444.png

10. Please select the required fields for report ( output fields ) in List field selection tab(As shown below screen shot).

/wp-content/uploads/2012/11/5_153445.png

11. Goto menu bar Quick viewer–>check

12. Goto menu bar Quick viewer –>Execute 

13. You will see the selection fields as shown in below screen shot.

/wp-content/uploads/2012/11/6_153455.png

14. Enter the Material number and/or plant and/or material type / without entering anything .

15. Click on Execute.

16. Now we can see the required report with required fields as shown below screen shot./wp-content/uploads/2012/11/7_153457.png

17. We can change the report layout by using “Layout mode” /wp-content/uploads/2012/11/8_153458.pngpush button before saving the Quick viewer.

Creating T.code based on Quick viewer
program:

  1. Enter the T.code SE93.

/wp-content/uploads/2012/11/9_153459.png

2. Enter the creating T.code name with “Z”(for our identification purpose) and click on creation button.

/wp-content/uploads/2012/11/10_153460.png

3. Enter the short text and select the radio button for program and selection screen (report transaction)as shown above screen shot.

4. Enter the Program field.

5. We can take the Program name from Quick viewer screen main menu bar

Quick viewer–> Additional  functions–>Display report name (as shown a screen shot).

/wp-content/uploads/2012/11/11_153471.png

6.Copy the program name and past in Program filed in T.code creation field.

/wp-content/uploads/2012/11/12_153472.png

 

7. Save the transaction .

/wp-content/uploads/2012/11/13_153476.png

.

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.