cancel
Showing results for 
Search instead for 
Did you mean: 

transfer data with in a view

Former Member
0 Kudos

Hi all,

I get some data from function module, they are not binary type and i want to display that table data in pdf. In my context, one node gets the data from model and another node(PDFObject) displays in a view. i.e. Those two nodes in same View Context!. Can any one help me.

thanks

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ravi,

It seems that you are using Adobe Document services to display data in PDF.

You are getting values from the RFC by calling SAP R/3.

Here, you can use same model node available for RFC in PDF as Data source or you can transfer data from your model node in to value node and use this value node as Data source in PDF object.

I guess you are finding trouble in trasferring data from model node to value node, right?

If yes, then what you can do is, after fetching data in model node iterate through this model node in for loop. Inside this for loop, get values from model node, create element of value node and set corresponding values in this element.

Let me know if you are not looking for this or any other questions.

Regards,

Bhavik