cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro Exception: The ADS call has failed

Former Member
0 Kudos

Hi

Could Some one please help me with this problem:

I created an abap webdynpro application, that uses the ui element "interactive form". When ever i set the property "enabled" in the property section of this ui element and then try to run the web dynpro app, the above mentioned error always comes up.

If the property "enabled" is not set the pdf shows up in my web browser( internet explorer), but i need to have the pdf to be interactive.

I checked the abap dump in transaction st22 and got the following information:

1. The exception was raised in this method:

method RAISE .

DATA: error TYPE STRING.

error = MSG_STRING( msg = msg a = a b = b c = c i = i j = j k = k ).

RAISE EXCEPTION TYPE CX_WD_GENERAL EXPORTING msg = error.

endmethod.

2. The contents of the system fields when this error occured:

sy-title = HTTP Control

sy-msgty = E

sy-msgid = FGRUNX

sy-msgno = 001

sy-msgv1 = com.adobe.ProcessingException: Could not retrieve

So any help is appreciated.

Also could someone point me to the correct documentation of using interactive form in abap webdynpro. My version number is SAP NetWeaver 2004s.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

You can use the program FP_PDF_TEST_00 to do this. The program FP_CHECK_DESTINATION_SERVICE must also run successfully (both with and without the checkbox selected on the selection screen). If this program does not run successfully, there is a error in the configuration.

OR

Perform the ADS configuration check as specified in : http://help.sap.com/saphelp_nwmobile71/helpdata/en/43/f0638873b56bede10000000a11466f/frameset.htm

Regards,

Runal

Former Member
0 Kudos

Hi Runal,

Thanks for your reply. The link you provided was useful but i was still getting the same error. I checked the abap dump in transaction st22 and found the following error:

ads: com.adobe.ProcessingException: Could not retrieve a password for credential. readerrights (200. 101).

As it says i had not installed the readerrights certificate on the j2ee engine. So followed the sap note 736902, on acquiring it.

Regards,

Anish

Answers (0)