New ABL Structured Procedure wizard
- Last Updated: April 17, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The New ABL Structured Procedure wizard helps you create an ABL procedure file with default AppBuilder markup.
To view this, select . The Select a wizard window is displayed. From the Select a wizard window click
The following controls are available:
| Container | Specifies a currently open project or a folder within the project where the procedure file is to be created. Click Browse if you want to select a project other than the current one (the default value). |
| File name | (Required) Specifies the name of the include file. The .p extension is appended automatically. |
| Description | Lets you optionally enter a description for the file. This text will appear in the file header. |
| Purpose | Lets you optionally enter an explanation of the purpose of the file. This text will appear in the file header. |
| Author | Lets you optionally enter the author's name. This text will appear in the file header. |
| Error-handling statement | Adds one of the following error-handling statements to the
generated ABL code:
|