Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Function for encode Certificate in base 64

Former Member
0 Kudos

Hello Folks,

We have the issue regarding Electronic Invoicing Mexico since SAP don't support the generation in base 64 for Certificado (Digital Seal Certificate)issued by Taxes Authorities.

We still testing with some functions in order to generate the string in base 64 for example SSFC_BASE64_CODE , SSF_KRN_SIGN_BY_AS without sucessful.

Please if someone have some idea will be well received.

Regards.

1 REPLY 1

mvoros
Active Contributor
0 Kudos

Hi,

you can use static method CL_HTTP_UTILITY~ENCODE_X_BASE64 which converts any binary string into Base64 string.

Cheers