cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion of type h to type g not supported

Former Member
0 Kudos

Hi Experts,

I am getting the Conversion error when using the Adobe forms.

Below is the code that I have used.

CALL FUNCTION lv_fmname
      EXPORTING
        /1bcdwb/docparams  = ls_fp_doc
        pernr              = lv_pernr
        zcit                 = lt_citation
        zsignam         = lv_signam
        ename            = lv_ename
        zyears           = lv_years
        desig              = lv_desig
        zdate              = lv_date
      IMPORTING
        /1bcdwb/formoutput = ls_formout
      EXCEPTIONS
        usage_error        = 1
        system_error       = 2
        internal_error     = 3
        OTHERS             = 4.

I am getting the error because of lt_citation. It is of type string_table.

My requirement is displaying the paragraph with the formattings done (newline, spacing, etc).

The paragarph is converted to guid and stored in a table. As of now, I am converting the GUID to tline format and then to string_table and passing that as input to the above function module. It gives the dump.

If I convert it to string and pass to the FM, its working fine. But the formatting is missing. Please suggest.

Accepted Solutions (0)

Answers (1)

Answers (1)

OttoGold
Active Contributor
0 Kudos

Go through these threads to get some help:

Formatting in SO10 texts into the form

regards Otto