cancel
Showing results for 
Search instead for 
Did you mean: 

how to include the page header in smartforms

Former Member
0 Kudos

Hi,the text element of the type include text is placed in the main page in header.

this text element extending to several pages.

The user wants to include page header only on pages where this element displays.

EX:in the page they are 5 elements include text will appear from 3rd page.

then they want to display the page header only from 3rd page.

IS it possible?

Message was edited by:

hymavathi bomma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi!

You have to define more header objects.

You can use conditions, which object appears. You can use a flag variable for this: gv_header_flag.

Based on this gv_header_flag, you can tell the Smartform, which header to print.

And you have to fill gv_header_flag with correct values in some ABAP code, entered into your Smartform, before you print your header.

Regards

Tamá

Former Member
0 Kudos

HI,

Thanks for reply.

i don't know how to create thepage header.

can u give me one example.

is we have to write the code in abap driver prog or in the smartforms.

i also tried for the conditions seeting flag value in the conditions..

can u explain me more detail,so that it will be more help to resolve the issue.

thanks.