Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Column heading not displaying in 2nd page of form output

Bharath84
Participant
0 Kudos

Hi All,

In my smartform, there is only one page say PAGE1, wherein for MAIN window I have Header, Main area and Footer. I have created text elements for Column headings under the Header.

In my form output, the column headings are displayed only on first page. The column headings are not displaying in other pages of form output.

I copied the Table line of column heading from Header to Main Area. But the column headings are displayed for each line items.

How to display the column headings in all pages of form output.

Please help me.

Thanks,

Haritha

1 ACCEPTED SOLUTION

Jelena
Active Contributor
0 Kudos

What exactly do you have under DISPLAY_HEADINGS ?

The screenshot in the first post shows that the header is actually there but no text. So the issue is likely not in the header settings but in the actual text elements.

13 REPLIES 13

pranay570708
Active Contributor
0 Kudos

Make sure in:

1. HEADER->Output Options, 'at page break' is checked.

2. Conditions tab of DISPLAY_HEADINGS, 'only on first page' check box is unchecked.

0 Kudos

Hi Pranay,

1. HEADER->Output Options, 'at page break' is checked and also ''at start of table' is also checked.

2. Conditions tab of DISPLAY_HEADINGS, 'only on first page' check box is unchecked.

I am getting the same output as above. Column headings not displaying from 2nd page of form output.

Thanks,

HT

0 Kudos

Hi Haritha,

Do you have hard-coded header texts or you passing variables for that? In case of variables, check they are not initial.

Also look into the condition tab of header's column text element, if there's any condition specified.

Former Member
0 Kudos

Hi,


Click on HEADER node in your TABLE and in the OUTPUT OPTIONS tab check whether AT PAGE BREAK checkbox is checked.

Regards,

Noufal

0 Kudos

A picture is worth a thousand words.

0 Kudos

Hi Richard,

I too have the same settings in my form.

Thanks,

HT

Former Member
0 Kudos

Hi,

I used same line type for header and item and its working perfectly for me.I didn't change any default options.

Use the same line type if you are using different line type for header and item.

Regards,

Noufal

Jelena
Active Contributor
0 Kudos

What exactly do you have under DISPLAY_HEADINGS ?

The screenshot in the first post shows that the header is actually there but no text. So the issue is likely not in the header settings but in the actual text elements.

0 Kudos

HI,

I have created Text under the DISPLAY_HEADINGS.

Thanks,

HT

Jelena
Active Contributor
0 Kudos

Sorry, this does not help at all as it doesn't show what's inside the text elements. Could there be variables that are empty? Have you tried changing something to see if it makes a difference? Does it work with other forms in the same system?

I think you'd be better off doing some experiments in your system than waiting for answers on SCN. It's clearly not some obvious mistake, such as a missed checkbox.

0 Kudos

Hi All,

Issue resolved. Thanks for all your inputs.

Regards,

HT

Jelena
Active Contributor
0 Kudos

If this is resolved then kindly post the solution and close the discussion. See this blog: http://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why

0 Kudos

Sure.. I have unchecked the check box for Lines in the Main window and increase the size of main window.

Thanks,

HT