3,398 SAP Managed Tags: ABAP Development Hello, is there any documention which values can be set to a variable of type abap_encoding or abap_encod ? I found some mentions of 'UTF-8' but that's it. What about the different ISO-XXX and ANSI character sets? ThanksReply...
This topic describes functions available on AS ABAP.For all generic Web applications where you accept input parameters, you must use encoding methods provided by the ICF handler. The implementation of the encoding is available as an API in two variants:...
2,579 SAP Managed Tags: ABAP Development Hi, in need a base64 encoding in ABAP, and can't use the methods of the IF_HTTP_UTILITY interface. Does anybody have some ABAP code for RFC 2045 compatible base64 encoding code to share? Thanks!Reply...