‎2008 Dec 15 1:06 AM
Good day,
I just came across an SAP Script error which the print programs call an element to Write Form...but the element is not exist in the Form Window.
It return an error message box "Element XXXXX window YYYY is not defined for form ZZZZZ".
I would like to ask if anyone encounter this problem before?
Is this the limitation of the SAP Script?
Can bypass / skip the error and continue to print out the form?
Is this 100% not ppossible to call a element which does not exist in the form?
‎2008 Dec 15 3:23 AM
Hi,
The error is bcz the element doesnt exist for the window. Either create the element in the window or if you wish to skip the element & run the program then simply comment the WRITE_FORM statement for that element in the print program.
Best regards,
Prashant
‎2008 Dec 15 1:47 AM
Please check the window position. You may get this error in case of Window overlapping...
Thanks
Mohan
‎2008 Dec 15 2:00 AM
Hi Mohan,
The windows are not overlapping.
Just happen that the print program calls the element which does not exist in the FORM.
Is it definately will pop up a error box to show the error message or can it bypass the error and print out the form?\
‎2008 Dec 15 3:23 AM
Hi,
The error is bcz the element doesnt exist for the window. Either create the element in the window or if you wish to skip the element & run the program then simply comment the WRITE_FORM statement for that element in the print program.
Best regards,
Prashant