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
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 6 | |
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.