UT
|
CORE
/ | \
ST HR CA
A screen from ST can detail to another screen in ST, or CORE, or UT, but it can't go to HR or CA. There's a trick to make this happen. If you want to detail to a HR screen from ST, you can do this:
CALL S.SESSION.INIT('HR')
CALL_SCREEN SUSPEND HRS105( $PRIMARY)
CALL S.SESSION.INIT('ST')
This code would initialize all environment variables required from HR application, open the screen, then reinitialize the ST application.
Credit: Eric Small from eCommunities.