cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL with base64binary translated to RAWSTRING

former_member637921
Participant
0 Kudos

Hello,

I have the file data translated to base64 in a field typed STRING.

The translation of the WSDL to base64binary was to RAWSTRING. How do i translate the STRING data to RAWSTRING type in order to fill the input of the WSDL?

Thanks,

Moshe

Accepted Solutions (0)

Answers (1)

Answers (1)

turmoll
Active Contributor
0 Kudos

Better to post such question in ABAP forum.

RAWSTRING is same as XSTRING:

New Data Types STRING and RAWSTRING - Release notes 46A - SAP Library

Check this one:

How to move STRING to XSTRING when STRING is al... | SCN

/k