Example 5: Accessing the SAP Server With Credentials Stored in Metadata

User name and password credentials for the SAP system that you want to access are stored in metadata. The credentials are associated with an authentication domain named SAPAuth. The SAS Metadata Server is named meta.sup.com.
options metaserver=meta.sup.com metauser=test metapass=secret;
libname bwides r3 authdomain=SAPAuth client=800
    language=EN ashost=sapr3srv.sup.com sysnr=03;