cancel
Showing results for 
Search instead for 
Did you mean: 

Master page Dynamic data not getting displayed in consecutive pages

Former Member
0 Kudos

Hi,

I have buit a dynamic form which has some dynamic content in master page and a dynamic table in the body page.

Layout is

Master page

Sub form

Field1 -TextView

Field2 - TextField bind with Node1--->Attribute1

Field2- TextField bind with Node2---->Attribute2

.

Field n - TextField

all the text fields are bound to various nodes from RFC

Body Page

Sub form

Table -Grows Dynamically

When i run the application all the fields are displayed perfectly in the first page.

when the table data goes more than one page the problem arises

The Text fields in the master page is not displaying the values in the second page ,but the text views and the table values are fine.

The values are getting displayed in both pages if i put any attribute inside the parent node.Is there any property i need to set at node level or subform level?

Thanks in advance,

Siva

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Got it solved by placing context attributes to node with Cardinality 1..1 as i had some attributes inside node with cardinality 1..n.

Former Member
0 Kudos

Hi

I Would like to give a suggestion eventhough i don,t have answer to you question.

Master Page is used for static content as per SAP and Adobe like company logo and company address footer section and placing watermarks etc....

I feel because of the Dynamic behavior in master page it Leeds this problem.

Regards

Malli