SAP BACKGROUND WORKPROCESS
Dialog work process takes the user request and process the user request.
SM50 is the transaction code for local work process overview. Only one application server
related information is shown here.
Via SM51 transaction code, we can check how many application servers are there in the
system.
SM60 is the transaction code for global work process overview.
One dialog work process (10/9) is up and running.
Go to SM13 transaction code.
SM13 is the transaction code to check if there are any failed update records or not.
Update work process will update the records in the database table level.
SM14 is the transaction code used to check the status of the update.
Whether the update is active or not.
If the update is active then the records will be updated in the database table level otherwise
the records will not be updated in the database table level.
SM12 is the transaction code used to lock the entries.
Same person cannot execute the same transaction codes.
One of the users got locked by doing so.
SM36 is the transaction code for background job creation.
Enter the job name and job class (A – High priority).
Go to job step and enter the program name.
Enter the program name which is to be executed as a background job and then click on save
button.
Click on job startup and then choose the startup conditions.
Go to SM37 transaction code for background job monitoring.