cancel
Showing results for 
Search instead for 
Did you mean: 

Why table is not coming correctly as per its # of rown?

former_member202077
Participant
0 Kudos

Hello,

I placed a Adobe form (not Interactive form, just a form for dsplaying), wherein 2 TABLE TYPE nodes, say, my_table_type_of_wd_context_1 and my_table_type_of_wd_context_2 node in webdynpro context.

I draggged & dropped these 2 TABLE objects (which r as per to my_table_type_of_wd_context_1 and my_table_type_of_wd_context_2) on to the adobe form, so i can see that 2 table are created, well

Then, i populated this 2 nodes in WDDOINIT and tested, working fine, but 1st Tables data is falling on the down located 2nd table data, mess, overlapping!

Pls. let me know

1) How to get the multiple tables on the form from webdynpro?

2) Am i doing correct (dragging & dropping the TABLEs on to the form so that SUBFORMs & Binding is taling place on its own)?

3) If so, why data is falling, i mean, i expcted the as per table rown the space is flexible/occupied, but not!

4) or Do i need to use TABLE object on the adobe's object pallette library? if so, how to bind this table to interface?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Check this document: http://scn.sap.com/docs/DOC-46051

and this thread : https://scn.sap.com/thread/2019936

Hope this helps u,

Regards,

Kiran

former_member202077
Participant
0 Kudos

Thank you Kiran, i will try and keep posted here the results

Answers (1)

Answers (1)

Former Member
0 Kudos

Take a nested table.

Number of pages = Upper table table entry.

While displaying lower table restrict entries using condition ( like upper table-count = lower table-count).

In the upper table data row use page break on count.

Count - you can imagine as page number populated in you driver program.Upper table and the lower table both have to have same field count and to be populated quite logically in the driver program.