Multiple choice technology architecture

What is the name of the program at the operating system level which is used when an ABAP/4 program is used to trigger an external program?

  1. disp+work

  2. gwrd

  3. sapevt

  4. sapxpg

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

sapxpg (SAP eXternal Program Gateway) is the OS-level program that executes external programs triggered from ABAP. disp+work is the SAP work process, gwrd is the gateway, and sapevt handles event management. The SAP external program interface uses sapxpg to spawn and monitor external programs at the operating system level.