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.

SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

  • Upload
    others

  • View
    13

  • Download
    1

Embed Size (px)

Citation preview

Page 1: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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

Page 6: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click on Technical info

Page 7: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click on

Page 9: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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

Page 10: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click on

Page 11: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 13: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Click

Page 14: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Double click

Page 15: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Update the following:-

Page 16: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 17: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click down to find where customer table for general data appears

Page 18: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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

Page 19: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

2. Create a User group

Use the following path:-

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

Click

Page 20: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users
Page 21: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Update the following:-

Page 22: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 23: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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

Page 25: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 26: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click on

Click

Page 27: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

3. Create an Infoset

Click Environmentà Infosets

Page 28: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Update the following:-

Page 29: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 30: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Update the following:-

Page 31: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Click

Page 32: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 33: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 34: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click on Insert field(s) in field group

Page 36: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

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

By clicking

Page 37: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 38: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Click to generate the infoset

The infoset is now ready to use in the query.

Click

Page 39: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

4. Assign Infoset to User Group

Update the following:-

Click

Page 40: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Select

Click

Click

Page 41: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

5. Create Query

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

Click to select user group

Page 42: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Select

Click

Page 43: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Update the following:-

Click

Page 44: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Click

Page 45: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Update the following:-

Page 46: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 47: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Select

Click

Page 48: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Update the following:-

Page 49: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 50: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users
Page 51: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 52: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Update the following:-

Page 53: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Click

Page 54: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 55: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Double click

Click

Page 56: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Double click

Similarly double click other fields to select

Page 57: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 58: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Update the following:-

Click

Click

Page 59: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Update the following:-

Page 60: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Click the field will open upChange it to Customer Name

Page 62: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click on

Click

Page 63: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Click

Click on

Click until you reach

Page 64: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Let us proceed with creating a new query

1. Creating an Infoset

Update the following:-

Page 66: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 67: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Update the following:-

Click

Page 68: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Update the following:-

Click

Page 69: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Click

Page 70: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Click

Select

Page 71: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click on Settingsà Settings

Click

Page 72: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Select

Now click

Page 73: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 74: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Position the cursor on

Click Undo relationship

Page 75: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Click

Page 76: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Now Update the following:-

Page 77: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 78: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 79: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 80: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 81: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Click

Page 82: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

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: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click until you will see

Select the following fields

Page 84: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Select

Click

Page 85: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Click on

Click

Click

Click

Page 86: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

2. Assign Infoset to User group

Click

Page 87: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Select

Click on

Click twice

Page 88: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

3. Create a Query

Click Other user group

Click

Click

Page 89: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 90: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Uncheck

Update the following:-

Click

Page 91: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 92: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Update the following:-

Page 93: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 94: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Select

Click

Page 95: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Select

Page 96: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 97: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 98: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users
Page 99: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 100: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Update the following:-

Page 101: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 102: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users
Page 103: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 104: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users
Page 105: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 106: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 107: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click twice

Click on

Click thrice

To execute a query

Select

And then Click

Page 108: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

4. Transporting Queries

Click

Page 109: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users
Page 110: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Update the following:-

Page 111: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users
Page 112: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Click

Page 113: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click

Page 114: SAPTOPJOBS Copyright …thefico.weebly.com/uploads/1/4/9/7/14970654/abap_query.pdf · ABAP Query was a blessing in disguise for both functional SAP consultants as well as end users

Click