‎2007 Feb 12 4:16 AM
gmrng gurus,
i developed one script in which the first page showing the item no,material no and amount as a field name but these field names are not appearing on second page,,,i hv written the fieldnames in main window and i assigned it to the first page as well as the second page....
plz help me .thnx in advance.
‎2007 Feb 12 4:29 AM
Hi,
In the function module WRITE_FORM,
mention it as TOP in the TYPE parameter.I encountered the same problem sometime back & this resolved my problem.
Hope it helps you too.
Reward if helpful.
Regards,
Sipra
‎2007 Feb 12 4:29 AM
Hi,
In the function module WRITE_FORM,
mention it as TOP in the TYPE parameter.I encountered the same problem sometime back & this resolved my problem.
Hope it helps you too.
Reward if helpful.
Regards,
Sipra
‎2007 Feb 12 5:00 AM
‎2007 Feb 12 5:24 AM
Hi,
To write data in the main window You are using write_form Function Module. there are four import parameters
ELEMENT : Just assign the text element
FUNCTION : set
TYPE: TOP/BODY/BOTTOM
WINDOW: main
to display the main window contents on each and every page, You need to write the function module write_form three times. For top, body and the footer.
i think this will solve ur problem.
reward points if answer is helpfull
Regards
vamsi