Skip to content

Procedures

Tip

Procedures is one of the view type which can be invoked from the ILE Procedures option under Programming head from the left navigation menu.

It gives the the list of all the procedures with their object information.

ILE Procedures Screen

It has different options alt text, clicking on which gives further details about that particular procedure.

  • alt text Parameters used in Procedure
  • alt text Where Used Information
  • alt text Data Usage Information
  • alt text Field Usage Information
  • alt text Source code of Procedure
  • alt text More Options

Parameters

Clicking on parameters icon, gives the details of parameters used in the selected procedure.

alt text

Where Used

Clicking on Where Used icon, a screen appears with the list of objects where this procedure is used.

alt text

Data Usage

Clicking on Data Usage icon, a screen appears having details of data used in the selected procedure.

The eloborated information about the data usage screen is explained in Data Usage

Field Usage

Clicking on Field Usage icon, a screen appears having details of fields used in the selected procedure.

Field Usage

Source

Clicking on source code icon, a screen with source code of the relevent object appears highlighting the procedure name in it.

alt text

More Options

More options alt text gives option to open a context menu with some options like

alt text

On clicking these options, it will open the relevent screens and displays the related information.

  • The detailed information about the option Object Dashboard can be viewed here Object Dashboard

  • The detailed information about the option Object Dashboard Diagram can be viewed here Object Dashboard Diagram