Hi Experts,
I need to pass an internal table which have dynamic count of columns to pdf interface to print the table data in pdf.
the columns of internal table depends on the selection year which is input.
say for example :
when A is my input : my internal table may have "X" no. of columns . like c1, c2,... cx, as columns
and when B is given : my internal table may have "Y" no. of columns . like c1,c2,.. cy, as columns
after loading this internal table with data, i need to pass it to adobe application, to have a print output. As it should be passed to the function module of adobe interface. How the same internal table is declared there and handled there.?
please help me in declaring this internal table and printing the same in adobe.
your help will be greatly rewarded and appreciated .
Thanks ,
Srinivas.