cancel
Showing results for 
Search instead for 
Did you mean: 

Internal table to Adobe form

Former Member
0 Kudos

Hello,

I have problem in sending table data to Adobeform.

In the WDINIT method of view , I am passing data to internal table in the context.

In my context I have a node say 'X' , below it one more node 'Y' with cardinality o to n.

I am passing data to Y using BIND Table method.

Following runtime error is coming when I execute webdynpro application.

' WebDynpro Exception: ADS call failed ADS: com.adobe.ProcessingException:

com.adobe.ProcessingException: com.adobe.ads.exception.TransientException: A

problem was encountered with the results: RenderResult array is null.(200.101): '

Could you please help me..

Thanking you,

Regards,

satya

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Still trying

0 Kudos

Maybe your data contain some special character. ADS can't process that.

bhakti2
Active Participant
0 Kudos

hi Naga Lingolu,

did you get any solution ?

I am getting same error exactly

it is webdynpro abap application and the form shows trip related data. and for few trips its giving this error. it seems that the trips are expired status of the trip documents.

thanks

bhakti

Former Member
0 Kudos

Try creating node X with cardinality 1:1 below it define node Y with cardinality 0:n. Now When you are creating the interface for adobe form use the node X instead of using node Y directly. Now you will see node X and Y as a sub node in adobe form interface. Use the node Y now in your adobe form for table display.

Thanks

Vishal Kapoor

Former Member
0 Kudos

Hello Visahl,

Thanks. I have done exactly same way you told. But I am still getting the same error.

Infact I have created an attribute inside 'X' node. But this attribute is properly displayed in Adobeform.

Regards,

satya

Former Member
0 Kudos

Hi,

Go to your adobe form in SFP tcode. Go to form attributes. Make sure that "layout type" is selected as ZCI Layout.

If you are working with interactive adobe, please check the "enabled" property in interactiveform UIElement.

Regards

Vishal kapoor

Former Member
0 Kudos

Hello Vishal,

I did it earlier.

I think it is my data problem.

It is now working ..Thanks for that.

Regards,

satya

Former Member
0 Kudos

This issue seems related to ADS , not to the context nodes you created.

Are you able to run other Adobe application on the same server?

If no, then Run these report programs: FP_TEST_00, FP_PDF_TEST_00, FP_CHECK_DESTINATION_SERVICE.

Also check the ADS entry in SM59.

And the password of the ADS (confirm with BASIS).

Former Member
0 Kudos

Hello,

Thanks.

But I have other webdynpro applications which have Adobe forms. They are running fine.

Infact If I pass string from webdynpro component , Adobe form output is coming.

So I think it is the problem of Mapping the context of webdynpro component to Adobeform interface.

But I am not getting how to do it correctly.

Regards,

satya