Step 5 (As-Is) - Install the data extract program
To install the data extract program on your As-Is SAP system, follow these steps:
- Open the downloaded data extract program using a text editor.
                                                     
                                                
- Copy the program text to the Windows Clipboard using Edit > Select All (Ctrl+A) followed by Edit > Copy (Ctrl+C).
- Sign in to your As-Is SAP system as a user with sufficient permissions to create custom programs.
- Run transaction SE38. The following screen is displayed.
                                                     
                                                
- In the Program field, enter a new program name that uses your own custom namespace (for example, Z* or Y*). Click Create to display the following dialog.
                                                     
                                                
- Enter a description for the program in the Title field and select ‘Executable program’ from the Type dropdown list.
                                                     
                                                
- Click Save. The following dialog is displayed.
                                                     
                                                
- Click Local Object. The following screen is displayed.
                                                     
                                                
- Paste the Clipboard text into the editor, replacing the existing code.
- Modify the Report comment line and the REPORT program line so that they specify the name you provided for the custom program. The ABAP Editor screen should look like this:
                                                     
                                                
- Save and then activate the ABAP program.