Choose an installation method
Installation through abapGit is recommended because it tracks the maintained repository and handles updates more reliably.
SAPLink for ABAP 7.00
Use this legacy route only when abapGit is not available. The package is intended for SAP NetWeaver 7.0; most examples in Z_XTT_DEMO work there, but current repository features may require a newer release.
-
Download SAPLink with plugins.
-
Create program
ZSAPLINK_INSTALLERin SE38 fromzsaplink_installer.txt, then importSAPlink_Daily.nugg. -
Import each NUGG file twice. SAPLink often cannot overwrite inherited methods during the first pass.
Set the Overwrite Originals radio button a second time

-
Activate all imported objects.
-
Run
ZSAPLINKand importNUGG_ALL_PLUGINS.nugg. If SAPLink is already installed, import onlyplugins\NUGG_W3MI.nuggfor the SMW0 demo templates. -
Install EUI in two passes:
1) First activate EUI dictionary objects

2) And only then the whole EUI code
- Install XTT in two passes:
1) First activate the XTT dictionary objects

2) And only then all the XTT code
Verify the installation
Run transaction Z_XTT_DEMO and generate a basic report.
