Application Development and Automation 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: 
Read only

regarding sap script

Former Member
0 Likes
439

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
419

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

3 REPLIES 3
Read only

Former Member
0 Likes
420

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

Read only

0 Likes
419

THNX SIPRA,,,MY PROBLEM HAS BEEN SOLVED

Read only

Former Member
0 Likes
419

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