Hi Arshid,
I am following your solution and stuck in displaying the data is adobe forms.
When I am calling the SSF_ABAP_SERVICE,
- Program is returning the error as CALL_C_FUNCTION_NOT_FOUND
- Alternatively I called a function module SSFC_BASE64_ENCODE to perform the encoding
PS: Browser issue in copy pasting the code, so attached the screenshot. Please click on the image for a clear view.
Snapshot of the code:
Runtime data of the variables:
In Adobe forms:
- Created an import parameter in the interface to receive the encoded value (lv_base64)
- Inserted a Textfield and set the property to RichText and done the data binding to the variable.
- Provided script is copied to form:ready of the Text field. Run At: Client
Data Printed on the Adobe form is encoded base64 text and not Hello
Can you please guide on what was wrong?
Regards,
Mugu