cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello Experts,

  

  The following code returns system error. What is inconsistent in the system so that it is throwing this error ?

CALL FUNCTION lv_fm_name
         EXPORTING
           /1bcdwb/docparams  = fp_docparams
           quote_details      = lt_pdf_info
         IMPORTING
           /1bcdwb/formoutput = output
         EXCEPTIONS
           usage_error        = 1
           system_error       = 2
           internal_error     = 3
           OTHERS             = 4.

Thank and Regards,

Nikhil Kulkarni

0 Likes
View Entire Topic
paul_max1
Explorer
0 Likes