cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop displaying window header from displaying

Former Member
0 Kudos

Hi All,

I have one issue in sap scripts.

Issue: I have one layout set already existing.

I have one window called 'Itemhead' in this we are having

Item header without ant element,

So it is getting displayed in every page though there is

no itemdata available .

Now i want to stop it getting displayed.

How can solve it!

Thanks in advance.

Thanks,

Deep.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Deep,

Put the header text element within the MAIN window where you are printing the line item details.

In the MAIN window call the header within the command /:TOP and /:ENDTOP

Hence only when a line item is printed in MAIN window, would the header be printed. If there are no items for the page, then the MAIN window would not get triggered and hence the header also will not get printed.

Cheers,

Aditya

Answers (0)