cancel
Showing results for 
Search instead for 
Did you mean: 

Problem regarding display of Smartf form stored in SAP from webdynpro java

Former Member
0 Kudos

Hi,

I am trying to display the smart form stored in SAP from webdynpro java.

The data is passed through BAPI in TLINE table format.While running the application the BAPI is getting executed but I am not able to get the TLINE table output.

While assigning the TLINE node as data source to interactive form I am getting the message that the data source does not hold any data because of which I am not able to display the smartform.

I have gone through the threads and one of the suggestions is to call one more webservice which will pass the pdf binary file to webdynpro java.

Is it the only possible solution or is there any other way to extract the TLINE data.

Looking forward for the reply.

Regards,

Pawan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pawan,

try to modify the BAPI to return the data as xstring. You can bind this xstring to interactive form uielement and it will display you the PDF.

--MLS

Former Member
0 Kudos

Hi Laxmi,

Thanks for your reply.Can you please tell what modification can be done in BAPI and please provide me with the code snipplet or example if you have any.

Looking forward to your reply.

Regards

Pawan