Installing the ABAP program
- 1 Minute to read
- Print
- PDF
Installing the ABAP program
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
The following article explains how to create a new development class, an executable ABAP program, and a new transaction in SAP.
Creating a New Development Class
Create a new Development class for the Panaya ABAP program -
- Start Transaction SE80
- From the drop-down menu, select the Object Type Development class / Package.
- Type the Development class/package name ZPANAYA and press Enter.
- Press Yes to create a new development class/package.
- Select a transport layer and press Save.
Creating an Executable ABAP program
- Start transaction SE38
- Type the program name in the Program field and press Create.
- Enter the program name as Title, set the Type as Executable program, and press Enter or Save.
- When prompted for Development class/package, select the Development class/package ZPANAYA and press Save.
- If prompted for a change request, enter a workbench change request or create one.
- Press the button above the editor or choose from the menu:
Utilities > More Utilities > Upload / Download > Upload - Choose the appropriate text file that you saved and press Open.
- Activate the program by pressing the button or choosing from the menu Program > Activate
Creating a transaction
- Start transaction SE93
- Type the transaction name in the Transaction code field and select Create
- Enter a description in the Short text field
- From the Start object list, select the second option, Program and selection screen (report transaction), and press Enter or select Continue
- Update the relevant program name in the Program field -
ZPANAYA_EXTRACT_PROG_LIB (for Panaya Code Extractor)
ZPANAYA_RECORD_SCENARIO (for Panaya Testing Tool)
ZPANAYA_EXPORT_CRS (for Release Dynamix Synchronizer)
then press Enter or select Save - When prompted for development class/package, choose ZPANAYA and press Save
- If prompted for a change request, enter a workbench change request or create a new one