cancel
Showing results for 
Search instead for 
Did you mean: 

Scripts

Former Member
0 Kudos

Hi all,

I defined a summary window in windows and then assigned this window to page windows.

i used write_form for this window in y prog.

But i got the error of ELEMENT WINDOW 'SUMMARY' Not defined in form ...<form name>

when i debug the write form , summary window is not available in ELEMENTS table, remaining windows are there .

Pls help me.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Shekhar

I think u must be missing something very little step which is need to be done.

After creating the window summery u need to assigned it to the particular page where u want to print that window.

do remember to activate the form before executing it..

tell bit more elaborately to us so that we can able to solve it..

Former Member
0 Kudos

Hi

One more thing for write form you need to have any text element in that window like the below code

CALL FUNCTION 'WRITE_FORM'

EXPORTING

ELEMENT = '<TEXT ELEMENT>'

WINDOW = '<WINDOW NAME>'.

Do reward if useful

Cheers

Anup S.

Former Member
0 Kudos

Have you used text elements to print the data? Also check if you have developed the form in multip[le languages. and check the window is created in other languages also.

Regards,

Nageswar