cancel
Showing results for 
Search instead for 
Did you mean: 

Same Table in 3 Pages of Adobe.

Former Member
0 Kudos

Hi All,

I have a requiremnt where, I need to print Copy1, Copy2 and Copy3 of an Adobe Output.

Now, my baffelment is that I need to print some data in Table,

So, I created my Table in Master Page and binded it with table data,

for my happiness, it is displaying data on first page but second

and third page remains blank.

My interpretataion to the problem,

I have created my table on Master Page,so it will flow to next page

only if the table have sufficient record, else only first page will show the

table data.

My Requirement,

I need to display the same Table Data on all the three pages,

To say, If my internal table has 5 records, all the pages in

my Adobe will show the same 5 records.

Also the Number of Records in my Internal Table is not fixed,

but it will have less than 10 Records.( 0 < Records < 10  ).....!!!!!!

My Approch,( Almost Stupid ) ,

I tried creating my Table on Design page for all the free pages,

but it did not worked.

Please share your views for my pitty requirement.

Thanking You All.

Accepted Solutions (1)

Accepted Solutions (1)

rakesh_m2
Contributor
0 Kudos

Hi Ankit,

Instead of printing same data in three pages.  You could try taking three copies right.  while executing function module, you have an option of setting number of copies.  

Are three master pages have different design?  if so, create three copies of tables and place each copy on three pages.  Creating a table in master page leads to some problems.  Its better to be created in design page.

thanks,

Rakesh

Former Member
0 Kudos

Hi Ankit

Interesting problem

My suggestion for you (since your requirement is to have exactly three tables) is to have three different tables in the backend system thats running the interactive form and copy the content of the first table to the other two tables. that way the dataSource itself will have three different tables and you can do it easily in design page instead of in master page by having three tables binded to three different sources with the same content.

regards

Shai

Answers (3)

Answers (3)

former_member198834
Participant
0 Kudos

Hi ankit,

1. Same itab not possible to print 3 times

2. take same 3 itabs and move the final itab values to those itabs.

3. so now u have same data in 3 itabs

hope it will work

suresh

Former Member
0 Kudos

Hi Ankit,

I agree with Suresh, you only can print the itab once; So you definitely need 3 itabs with same data; now the key thing is to make sure these itab will start at top of page.

So, on each itab's subform , go to Object Palettes > Pagination tab > Place: Top of Next Content Area.

Hope this helps.

Thanks.

regards,

Xiang Li

Former Member
0 Kudos

Hi Rakesh and Sahi,

Thanks for you reply, yes I think I could go by the suggested approach......!!!!!!!!!!

But Do you think, it will be right to pass the same data thrice through the Interface ?

In fact, tomorrow we may have the requirement of 4th copy, so again I will have to

pass one extra table through interface.

So, I was thinking some thing from JavaScript coding side ...........!!!!!!!!

But how to go ?

Please put your views....!!!!!!!!!!!

Thanking You All.

rakesh_m2
Contributor
0 Kudos

Ankit,

dont pass data from interface 3 times.  Pass only once and make copies of data in code-initialization part.  You could do this in javascript also, but this would be easy method.. Please let me know, if you are planning to work using javascript.

Thanks,

Rakesh

Former Member
0 Kudos

Hi Rakesh,

Yes, I would like to do it using JavaScript, but I am pretty new to JavaScript.

Are you handy with JavaScript ?

What I was planning is,

to write the java script code, which could tell the table

to start printing the same data, on change of page.

It will work well, with my table in Master Page.

Will it be too lengthy ?

Please share your views, how to go ahead.....!!!!!!!!!!

Thanking You All.

Former Member
0 Kudos

Hi Ankit ,

Interesting requirement.

Instead of creating of tables in master page create the 3 subfoms and design with 3 tables of same data.

Regards

Khaleel