cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in SAP SCRIPT

Former Member
0 Kudos

Hi firnds,

I am creating one script in which i am taking only one window (main).

Now in that i am printing different material numer and its description...

Now i want header in that window only and it should b printed on every page..

So is it possible to take one windows only and print header and data both?

Thanks in advance....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prashant,

Yes, its possible using control command <b>TOP...ENDTOP.</b> As TOP...ENDTOP will trigger for every page of main window and you can maintain your header information in this control command block.

/: TOP

/: 'Material',,'Material Description'

/: ENDTOP

Thanks,

Vinay

Former Member
0 Kudos

i am taking 2 elements header and main in main window and i have put top and end top in header element.

so how can i call write_form and how to give 2 elements in form.

Answers (0)