cancel
Showing results for 
Search instead for 
Did you mean: 

parameters of function module 'CONVERT_OTF"

Former Member
0 Kudos

hi,

Plz guide me to know each parameter of function module 'CONVERT_OTF'

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You need to assign the Points then close the thread

Regards

Sudheer

Former Member
0 Kudos

t

Former Member
0 Kudos

Hi,

CALL FUNCTION "CONVERT_OTF"

       EXPORTING    
                 FORMAT                = "PDF"     " Format of the File which you are going to Transfer
       IMPORTING   
                BIN_FILESIZE          = FILE_LEN   " File Length
       TABLES       
                OTF                   = OTFDATA    " Internal table to hold the OTF file data
                LINES                 = PDFDATA  " Number of lines which you want to convert to the file
      EXCEPTIONS   
                   ERR_MAX_LINEWIDTH     = 1                   
                    ERR_FORMAT            = 2
                    ERR_CONV_NOT_POSSIBLE = 3
                    OTHERS                = 4.