google-code-export / saplink-plugins

Automatically exported from code.google.com/p/saplink-plugins
0 stars 1 forks source link

Import Error in Object type "SFPF". #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
 While uploading PDF forms we got this error 
"Exception ZCX_SAPLINK occurred (program: ZSAPLINK_PDF_FORMS============CP,
include: ZSAPLINK_PDF_FORMS============CM003, line: 108)"

What is the expected output? What do you see instead?
New PDF form will be created in Application Server.

What version of the product are you using? On what operating system?
Saplink1.0 and LINUX

Please provide any additional information below.

TRY.
          l_form = cl_fp_helper=>convert_xstring_to_form( i_xstring =
l_xstring i_language = sy-langu ).

          CALL METHOD cl_fp_helper=>set_new_layout_id
            CHANGING
              c_form = l_form.
        CATCH cx_fp_api_internal.
          RAISE EXCEPTION TYPE zcx_saplink
           EXPORTING msg = 'Convert XML error'.
          EXIT.
      ENDTRY.

Please provide the solution or ideas as soon as possible.

Thank You,
Anupama.

Original issue reported on code.google.com by anupamab...@gmail.com on 15 Jan 2009 at 11:51

GoogleCodeExporter commented 9 years ago
Hi,

 This error occurs only if the ADS conncection is not estabilished properly. If you 
are trying to create a Adobe form from SFP also, you will experience the same 
problem while creating a layout.

Thanks
Raghavendra

Original comment by raghaven...@gmail.com on 17 Jun 2009 at 1:27