cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe offline form , populating dynamic header on new page

Former Member
0 Kudos

Hi,

I have requirment where i have a header table and relative item itab ,

i need to display header1 and its corresponding item in the form and if item data flow to next page then corresponding header need to be populated in every new page . At end of all items of header record1 then show header2 and its related items from item table .

Eg.

Header table

H1

H2

Item Table

H1 X1

H1 X2

H1 X3

H2 X4

Accepted Solutions (0)

Answers (2)

Answers (2)

OttoGold
Active Contributor
0 Kudos

What is the dynamic value? Does the value come through binding into the field? Or you do some manual copy? Otto

Former Member
0 Kudos

Dynamic value means :-

The values of fields in header table (H1) .

E.g :- if Header table (row1) has 3 fields as ( A , B , C )

Page 1 : - displays all mapped field value in form

Page 2 :- Doesnot display any field value in form related to header table

OttoGold
Active Contributor
0 Kudos

Hello,

you have several options. You can place a header onto a master page, but this way you would have to control the master pages appearance manually. You can create a table of tables in the backend and the place such a structure 1:1 onto a form. Or some other approach. Note there is Adobe forum under NetWeaver.

Regards Otto

Former Member
0 Kudos

I have made nested table in the Context area ,

When item data flow from one page to another then the dynamic value of header dont get populated into next page , its shows blank .