cancel
Showing results for 
Search instead for 
Did you mean: 

Master Page data only in 1st page

Former Member
0 Kudos

Hi,

I have some employee information in a header that I want to come to every page eg. employee name. I therefore positioned it in master pages. The data comes to 1st page but not to any others. Am I missing a script or something?

Regards, Piers

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Piers,

To make the values appear on all pages, make sure that the field is declared as Global on the binding tab of your layout. Either that or pass the contents of your table to a work area declared on the interface and assign it on your form.

Best Regards,

abap_peer_dangs _

OttoGold
Active Contributor
0 Kudos

If this is not about table data: I would check that for the body pages where you miss the master page data there is no wrong setting for master pages (this body page does not use your master as a template).

If this is about tale data: Table data are not meant for master page, I believe.

Otto

Former Member
0 Kudos

Hi Piers,

There is no script required for the content you place in master page to be visible in all the body pages.

As long as you have only one master page which you use for all the body pages this should work.

Are you sure you have only one master page ....?

Sai.

Former Member
0 Kudos

Hi,

I only have one master page.

Regards, Piers

chinna_babu2
Active Participant
0 Kudos

check whether master page content is overlap by subpage content.

Thanks

Murthy