14
ABAP Repository Information System March-2005 ABAP Repository Information System | 2.06

Chapter 06 abap repository information system1

  • View
    213

  • Download
    0

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Chapter 06 abap  repository information system1

ABAP Repository Information System

March-2005ABAP Repository Information

System | 2.06

Page 2: Chapter 06 abap  repository information system1

Objectives

• The participants will be able to:–Explain and use the Repository Information

System.–Perform Object Searches (FIND).–Search for SAP Objects using other SAP Objects

(WHERE-USED). –Search for Objects outside of the ABAP Dictionary.

March-2005ABAP Repository Information

System | 2.062

Page 3: Chapter 06 abap  repository information system1

ABAP Repository Info System: Typical Queries

March-2005ABAP Repository Information

System | 2.063

ABAPABAPDictionaryDictionary

Find (Object Search)Find all objects of

type A with attributes X, Y, Z.

Where-used lists

Find all objects of type A that use

object B

Page 4: Chapter 06 abap  repository information system1

ABAP Repository: Initial Screen

March-2005ABAP Repository Information

System | 2.064

Page 5: Chapter 06 abap  repository information system1

Find: Selection Screen

March-2005ABAP Repository Information

System | 2.065

Enter a single value for the search

attributes oruse the arrowpush-buttonsfor selection

options

Use the All Selections pushbutton to limit search criteria

on other object attributes

Page 6: Chapter 06 abap  repository information system1

Selection Options

March-2005ABAP Repository Information

System | 2.066

Use SELECT and EXCLUDE FROM SELECTION pushbuttons to perform inclusive and exclusive range searches.

Page 7: Chapter 06 abap  repository information system1

Hit List Options: Standard Options

March-2005ABAP Repository Information

System | 2.067

Page 8: Chapter 06 abap  repository information system1

Where-Used List: Selection Screen

March-2005ABAP Repository Information

System | 2.068

Where-Used List pushbutton

List all programs that use the table MARA

Page 9: Chapter 06 abap  repository information system1

Relationship between Objects Where-Used and Sub-Objects Lists

March-2005ABAP Repository Information

System | 2.069

Domains

Table

Program

Screen

DataElements

Page 10: Chapter 06 abap  repository information system1

Demonstration

• Finding of all the tables using a SAP standard field in the ABAP Dictionary by use of the Where-used functionality.

March-2005ABAP Repository Information

System | 2.0610

Page 11: Chapter 06 abap  repository information system1

Practice

• Finding of all the tables using a SAP standard field in the ABAP Dictionary by use of the Where-used functionality.

March-2005ABAP Repository Information

System | 2.0611

Page 12: Chapter 06 abap  repository information system1

ABAP Repository Info System

March-2005ABAP Repository Information

System | 2.0612

Modeling

ABAP Dictionary

Programming

Environment

Page 13: Chapter 06 abap  repository information system1

Summary

• The ABAP Repository Information System is a tool which allows you to perform quick searches for information on all ABAP development objects

• The two basic functions available in the Repository Info System are the Find and Where-used list functions.

• The Find function allows you to search for objects from a specific object class meeting selection criteria.

• The Where-used list function allows you to determine the use of an object in other objects. Both functions produce a list of results which met the specified search criteria.

March-2005ABAP Repository Information

System | 2.0613

Page 14: Chapter 06 abap  repository information system1

Questions

• What is the ABAP Repository System ?• How to use the Where-used-list functionality ?

March-2005ABAP Repository Information

System | 2.0614