Sunday, July 25, 2010

ABAP: Switch Application servers internally

Use function module : TH_WPINFO to find the work processes.
Now, find the WP 'ENQUEUE' , the servers having this WP is the central instance of a group of application servers.
To swicth the background jobs internally to different application server , use the 'TARGETSYSTEM' parameter of the 'JOB_CLOSE' FM .
The RFC connection for application servers can be found in SM59 under connection type as 'Internal connection'.

No comments:

Post a Comment