Determine processing type |
Batch processing jobs are run in the specific screen of interest. Therefore, you first need to identify which screen to use and which transaction type to run.
To identify a screen, you need to know its screen ID. There are two ways to learn screen IDs:
Use the Queries/Reports -> Query/Report Generator screen to execute the PR:UI-SCREEN ID report.
Access a screen and display its properties (screen, window, and control IDs; table and column name).
Once you have identified the screen, you need to choose a processing type:
Insert (enter new records into the database)
Modify (change one or more fields in one or more records that already exist in the database)
Delete (delete records from the database)
The next step in the process is to create an import file template using the screen you selected in this step.
Next step in the process:
Generate an import file template
Previous step: