cancel
Showing results for 
Search instead for 
Did you mean: 

BC & unicode - pass raw data via SOLIX_TAB

Former Member
0 Kudos

In SAP ECC 6 we have created a PDF document (SX_OBJECT_CONVERT_OTF_PDF - raw data in table type SOLIX_TAB).

Now we want to pass this data + some other parameters to the Business Connector (4.6 SR8 - unicode listener). The parameters pass OK into the business connector but the table with the binary data appears in the BC flow as a record list with strings.

It is not clear how we can convert this record list of strings back into a PDF document.

Does somebody have an idea on the subject ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Result found with support from sapnet.

The data is transfered to Business Connector base64 encoded.

So to get the original data back we loop the record and base64decode every string.