chapter 06_abap repository information system

13
IBM Global Business Services © IBM Corporation 2013  ABAP R epository Information System | Dec-2008 ABAP Repository Information System

Upload: bakkalibilal

Post on 02-Jun-2018

222 views

Category:

Documents


0 download

TRANSCRIPT

8/10/2019 Chapter 06_ABAP Repository Information System

http://slidepdf.com/reader/full/chapter-06abap-repository-information-system 1/13

IBM Global Business Services

© IBM Corporation 2013 ABAP Repository InformationSystem | Dec-2008

ABAP Repository Information System

8/10/2019 Chapter 06_ABAP Repository Information System

http://slidepdf.com/reader/full/chapter-06abap-repository-information-system 2/13

IBM Global Business Services

© IBM Corporation 20132 Dec-2008 ABAP Repository Information System |

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.

8/10/2019 Chapter 06_ABAP Repository Information System

http://slidepdf.com/reader/full/chapter-06abap-repository-information-system 3/13

IBM Global Business Services

© IBM Corporation 20133 Dec-2008 ABAP Repository Information System |

ABAPDictionary

Find (ObjectSearch)

Find all objects oftype A with

attributes X, Y, Z.

Where-used lists

Find all objects oftype A that use

object B

ABAP Repository Info System: Typical Queries

8/10/2019 Chapter 06_ABAP Repository Information System

http://slidepdf.com/reader/full/chapter-06abap-repository-information-system 4/13

IBM Global Business Services

© IBM Corporation 20134 Dec-2008 ABAP Repository Information System |

ABAP Repository: Initial Screen

8/10/2019 Chapter 06_ABAP Repository Information System

http://slidepdf.com/reader/full/chapter-06abap-repository-information-system 5/13

IBM Global Business Services

© IBM Corporation 20135 Dec-2008 ABAP Repository Information System |

Find: Selection Screen

Use the All Selectionspushbutton to limit search criteria

on other object attributes

Enter a singlevalue for

the searchattributes or

use the arrowpush-buttonsfor selection

options

8/10/2019 Chapter 06_ABAP Repository Information System

http://slidepdf.com/reader/full/chapter-06abap-repository-information-system 6/13

IBM Global Business Services

© IBM Corporation 20136 Dec-2008 ABAP Repository Information System |

Selection Options

Use SELECT and EXCLUDEFROM SELECTIONpushbuttons to performinclusive and exclusiverange searches.

8/10/2019 Chapter 06_ABAP Repository Information System

http://slidepdf.com/reader/full/chapter-06abap-repository-information-system 7/13

IBM Global Business Services

© IBM Corporation 20137 Dec-2008 ABAP Repository Information System |

Hit List Options: Standard Options

8/10/2019 Chapter 06_ABAP Repository Information System

http://slidepdf.com/reader/full/chapter-06abap-repository-information-system 8/13

IBM Global Business Services

© IBM Corporation 20138 Dec-2008 ABAP Repository Information System |

Where-Used List: Selection Screen

List all programs thatuse the table MARA

Where-Used Listpushbutton

8/10/2019 Chapter 06_ABAP Repository Information System

http://slidepdf.com/reader/full/chapter-06abap-repository-information-system 9/13

IBM Global Business Services

© IBM Corporation 20139 Dec-2008 ABAP Repository Information System |

Demonstration

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

8/10/2019 Chapter 06_ABAP Repository Information System

http://slidepdf.com/reader/full/chapter-06abap-repository-information-system 10/13

IBM Global Business Services

© IBM Corporation 201310 Dec-2008 ABAP Repository Information System |

Practice

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

8/10/2019 Chapter 06_ABAP Repository Information System

http://slidepdf.com/reader/full/chapter-06abap-repository-information-system 11/13

IBM Global Business Services

© IBM Corporation 201311 Dec-2008 ABAP Repository Information System |

ABAP Repository Info System

Business Engineering

ABAP Dictionary

Program Library

Class Library

Web dynpro Development Coordination

Test Objects

Enhancements

Enterprise Services

BSP Library

8/10/2019 Chapter 06_ABAP Repository Information System

http://slidepdf.com/reader/full/chapter-06abap-repository-information-system 12/13

IBM Global Business Services

© IBM Corporation 201312 Dec-2008 ABAP Repository Information System |

Summary

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

The two basic functions available in the Repository Info System are the Find andWhere-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 otherobjects. Both functions produce a list of results which met the specified searchcriteria.

8/10/2019 Chapter 06_ABAP Repository Information System

http://slidepdf.com/reader/full/chapter-06abap-repository-information-system 13/13

IBM Global Business Services

© IBM Corporation 201313 Dec-2008 ABAP Repository Information System |

Questions

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