Skip to Content
0
Feb 24, 2009 at 05:14 PM

RFIDCZ_VAT_DOC_DP

82 Views

Dear SAP,

Our users need to use report RFIDCZ_VAT_DOC_DP for Downpayment documents print out but system doesn't allow them to do so and it keeps on popping up whether error message IDFI035 - 035 Device type of & is not compatible with Adobe Document Server.

On Include RFIDCZ_VAT_DOC_DP_FORMS for RFIDCZ_VAT_DOC_DP report system it is ready to display this error message under this conditions:

  • IF cv_is_ext_job_handling IS INITIAL.

  • ADS job open

CALL FUNCTION 'FP_JOB_OPEN'

CHANGING

ie_outputparams = cs_outpar

EXCEPTIONS

cancel = 1

usage_error = 2

system_error = 3

internal_error = 4

OTHERS = 5.

IF sy-subrc <> 0.

CASE sy-subrc.

WHEN 1.

EXIT.

WHEN 4.

MESSAGE e035 WITH cs_outpar-dest. " 035 Device type of & is not compatible with Adobe Document Server

WHEN OTHERS.

I can not manage to understand why this standard report doesn't allow me neither to display under Adobe nor to print under my Local Print.

Could you help me? Thanks in advance,

Regards,

Abdali