on 2021 Jun 23 8:09 AM
Hello All,
we have a scenario in SAP Inventory manager where as part of the requirement we are passing a Base64 value from Agentry to Java which has to get updated to a SAP table with import parameter defined as a XSTRING variable.
In SAP we have an import parameter "IS_FILE_CONTENT_BIN" of Type "XSTRING"
Java code :
String base64Data = _user.getString((new StringBuilder()).append(prefix).append("ZInspectedBySign").toString()); byte[] bytes = ConversionUtility.hexStringToByteArray(base64Data);
setValue(this._imports, "IS_FILE_CONTENT_BIN", bytes);
Any help is much appreciated.
Thanks.
Ashwin
User | Count |
---|---|
68 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.