Abap query

114
ABAP Query Published by Team of SAP Consultants at SAPTOPJOBS www.sap-topjobs.com Copyright 2005@SAPTOPJOBS All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form, or by any means electronic or mechanical including photocopying, recording or any information storage and retrieval system without permission in writing from SAPTOPJOBS.

description

 

Transcript of Abap query

Page 1: Abap query

ABAP Query

Published by Team of SAP Consultants atSAPTOPJOBS

www.sap-topjobs.com

Copyright 2005@SAPTOPJOBS

All rights reserved. No part of this publication may be reproduced, stored in aretrieval system, or transmitted in any form, or by any means electronic ormechanical including photocopying, recording or any information storage andretrieval system without permission in writing from SAPTOPJOBS.

Page 2: Abap query

TABLE OF CONTENT

INTRODUCTION ..................................................................................................3Scenario 1.............................................................................................................41. Finding Database tables for creating queries.................................................42. Create a User group ....................................................................................193. Create an Infoset .........................................................................................274. Assign Infoset to User Group.......................................................................395. Create Query ...............................................................................................41Scenario 2...........................................................................................................641. Creating an Infoset ......................................................................................652. Assign Infoset to User group........................................................................863. Create a Query ............................................................................................884. Transporting Queries .................................................................................108

Page 3: Abap query

INTRODUCTION

In every project we come across situations where the client is not satisfied by thestandard SAP reports. In such situations most of the times functional consultantshave to be at the mercy of ABAPERS. This not only costs time but also a gooddeal of money for the client.

ABAP Query was a blessing in disguise for both functional SAP consultants aswell as end users of the company. Here, one could easily design various reportswithout any technical knowledge. Functional consultants will find this tool veryuseful and an added skill in today multi tasking environment.

We have attempted to bring you meat of ABAP query in this document. I am sureyou would find this very useful in your current job as a consultant or a end user.

Page 4: Abap query

Scenario 1

1. Finding Database tables for creating queries

We want to view the company code segment of the entire customer mastersin the company. Standard reports available do not give the desiredinformation. Therefore we feel the need to create an ABAP Query.

To create an ABAP query you need to know the database table where theinformation exists.

How can that be obtained?

Option 1

We want to see the company code information of a customer.Use the relevant transaction code to see the information. In this case it isFD03

Go to the company code data

Page 5: Abap query

Position the cursor on the field Recon. account and press functionkey F1 on the key board to see the field help.

Page 6: Abap query

Click on Technical info

Page 7: Abap query

Thus you get the Transparent table name – KNB1

Here you have easily got the table.

Option 2

Sometimes the table name is not as easily available as was available inoption 1.

In the same transaction

Page 8: Abap query

Click on

Page 9: Abap query

Click on the field Name and now again press function key F1 onthe keyboard

Page 10: Abap query

Click on

Page 11: Abap query

In the above screen transparent table is not visible.

Note down the field name NAME1

In another session type in transaction code SE90 in the command field.

Page 12: Abap query

Click

Page 13: Abap query

Click

Click

Page 14: Abap query

Double click

Page 15: Abap query

Update the following:-

Page 16: Abap query

Click

Page 17: Abap query

Click down to find where customer table for general data appears

Page 18: Abap query

We will use the table KNA1 for General data in Customer Master.

Page 19: Abap query

2. Create a User group

Use the following path:-

SAP menu à Toolsà ABAP Workbenchà Utilitiesà SAP Queryà SQ01Queries

Click

Page 20: Abap query
Page 21: Abap query

Update the following:-

Page 22: Abap query

Click

Page 23: Abap query

Update the following:-

Click

Assign users to the user group. You need to assign the users of the particulardepartment to the user group.

Click on

Page 24: Abap query

You will update the relevant users who will be using these queries.

Page 25: Abap query

Click

Page 26: Abap query

Click on

Click

Page 27: Abap query

3. Create an Infoset

Click Environmentà Infosets

Page 28: Abap query

Update the following:-

Page 29: Abap query

Click

Page 30: Abap query

Click

Update the following:-

Page 31: Abap query

Click

Click

Page 32: Abap query

Click

Page 33: Abap query

Click

Page 34: Abap query

You will notice in the above screen that some fields have T above them

This means that in this field text is also available.

Now we need to select fields from the table (left hand side) to the FieldGroup/data fields (right hand side).

Position the cursor on

Then position the cursor on

Page 35: Abap query

Click on Insert field(s) in field group

Page 36: Abap query

Click

Hold the Ctrl key on the keyboard and select other fields also

By clicking

Page 37: Abap query

Click

Page 38: Abap query

Click

Click to generate the infoset

The infoset is now ready to use in the query.

Click

Page 39: Abap query

4. Assign Infoset to User Group

Update the following:-

Click

Page 40: Abap query

Select

Click

Click

Page 41: Abap query

5. Create Query

Here we maintain the source fields which are to be updated with the data.

Click to select user group

Page 42: Abap query

Select

Click

Page 43: Abap query

Update the following:-

Click

Page 44: Abap query

Click

Click

Page 45: Abap query

Update the following:-

Page 46: Abap query

Click

Page 47: Abap query

Select

Click

Page 48: Abap query

Update the following:-

Page 49: Abap query

Click

Page 50: Abap query
Page 51: Abap query

Click

Page 52: Abap query

Update the following:-

Page 53: Abap query

Click

Click

Page 54: Abap query

Click

Page 55: Abap query

Double click

Click

Page 56: Abap query

Double click

Similarly double click other fields to select

Page 57: Abap query

Click

Page 58: Abap query

Update the following:-

Click

Click

Page 59: Abap query

Update the following:-

Page 60: Abap query

In the above you screen shot you see that the Customer text is being showing asCustomer number. We need to change this.

Click twice

Page 61: Abap query

Click

Click the field will open upChange it to Customer Name

Page 62: Abap query

Click on

Click

Page 63: Abap query

Click

Click

Click on

Click until you reach

Page 64: Abap query

Now you can execute this query

By selecting

Click

Scenario 2

In scenario 1 we saw a simple query, where in all information required wasavailable in a single table.

But that is not the case always. Information which we require is not available in asingle table and is scattered across in more than one table. In such as scenarioyou need to create a join between these tables through a common field betweenthese tables.

In this scenario we want to have information of the customer master with name,address and also the accounting information.

We have seen earlier that the customer address information is available in thetable KNA1 and the accounting information for the customer is available in thetable KNB1. These 2 tables can be joined based on the common field customernumber in them.

Page 65: Abap query

Let us proceed with creating a new query

1. Creating an Infoset

Update the following:-

Page 66: Abap query

Click

Page 67: Abap query

Update the following:-

Click

Page 68: Abap query

Click

Update the following:-

Click

Page 69: Abap query

Click

Click

Page 70: Abap query

Click

Click

Select

Page 71: Abap query

Click on Settingsà Settings

Click

Page 72: Abap query

Select

Now click

Page 73: Abap query

Click

Page 74: Abap query

Position the cursor on

Click Undo relationship

Page 75: Abap query

Click

Click

Page 76: Abap query

Now Update the following:-

Page 77: Abap query

Click

Page 78: Abap query

Click

Page 79: Abap query

Click

Page 80: Abap query

Click

Page 81: Abap query

Click

Click

Page 82: Abap query

Click

Thereafter select all the fields you want to move on the right side.

Press the Ctrl button to select more than one field.

Click

Click

Page 83: Abap query

Click until you will see

Select the following fields

Page 84: Abap query

Select

Click

Page 85: Abap query

Click

Click on

Click

Click

Click

Page 86: Abap query

2. Assign Infoset to User group

Click

Page 87: Abap query

Select

Click on

Click twice

Page 88: Abap query

3. Create a Query

Click Other user group

Click

Click

Page 89: Abap query

Click

Page 90: Abap query

Uncheck

Update the following:-

Click

Page 91: Abap query

Click

Page 92: Abap query

Update the following:-

Page 93: Abap query

Click

Page 94: Abap query

Select

Click

Page 95: Abap query

Select

Page 96: Abap query

Click

Page 97: Abap query

Click

Page 98: Abap query
Page 99: Abap query

Click

Page 100: Abap query

Update the following:-

Page 101: Abap query

Click

Page 102: Abap query
Page 103: Abap query

Click

Page 104: Abap query
Page 105: Abap query

Click

Page 106: Abap query

Click

Page 107: Abap query

Click twice

Click on

Click thrice

To execute a query

Select

And then Click

Page 108: Abap query

4. Transporting Queries

Click

Page 109: Abap query
Page 110: Abap query

Update the following:-

Page 111: Abap query
Page 112: Abap query

Click

Click

Page 113: Abap query

Click

Page 114: Abap query

Click