cancel
Showing results for 
Search instead for 
Did you mean: 

base64 encoding in ABAP cloud

rameshputta
Explorer
0 Kudos

Hello,

Previously I used following to encode string to base64 in my on premise system.

lv_string = cl_http_utility=>encode_base64( lv_String).

As I am currently working on BTP, cl_http_utility is not permitted there.

Wanted to check what the best way to do this in cloud.

thanks

View Entire Topic
_4ndr3as_
Explorer

Hi Ramesh,

did you already check CL_WEB_HTTP_UTILITY. This class is part of the released APIs.

Regards Andreas