sapbasisbasics
Jul 16, 2024

SAP Basis Basics Part 31

flush DNS on SAP (ABAP)

SAP AS ABAP loads services and host names in cache. Changes to services and hosts files are not loaded automatically.

A restart of the SAP instance can be avoided by invalidating the host name buffer (which includes the services buffer).

Call transaction SM51 and use menu Goto -> Host Name Buffer -> Reset

No responses yet