2020-09-22 12:20发布
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
您好,
我们需要在内容修改器/脚本中调用安全参数。 是否可以在SAP HCI/Cloud Platform Integration中实现??
大家好,
借助集成脚本,我可以从安全参数中调用/检索值,并将其存储在标头或属性中。
谢谢
Deva
感谢Deva。
我已使用以下脚本获取安全参数:
导入com.sap.it.api.ITApiFactory; 导入com.sap.it.api.securestore.SecureStoreService; 导入com.sap.it.api.securestore.UserCredential; def消息processData(消息消息){def service = ITApiFactory.getApi(SecureStoreService.class,null); def凭证= service.getUserCredential(" BS_Password"); 如果(凭据== null){抛出新的IllegalStateException("找不到别名'BS_Password'的凭据""); }//String user = credential.getUsername(); 字符串密码=新字符串(credential.getPassword());
此致
克里希纳
最多设置5个标签!
大家好,
借助集成脚本,我可以从安全参数中调用/检索值,并将其存储在标头或属性中。
谢谢
Deva
感谢Deva。
我已使用以下脚本获取安全参数:
导入com.sap.it.api.ITApiFactory; 导入com.sap.it.api.securestore.SecureStoreService; 导入com.sap.it.api.securestore.UserCredential; def消息processData(消息消息){def service = ITApiFactory.getApi(SecureStoreService.class,null); def凭证= service.getUserCredential(" BS_Password"); 如果(凭据== null){抛出新的IllegalStateException("找不到别名'BS_Password'的凭据""); }//String user = credential.getUsername(); 字符串密码=新字符串(credential.getPassword());
此致
克里希纳
一周热门 更多>