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

SAP Script Form Element enquiry

Former Member
0 Likes
596

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
537

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

3 REPLIES 3
Read only

Former Member
0 Likes
537

Please check the window position. You may get this error in case of Window overlapping...

Thanks

Mohan

Read only

Former Member
0 Likes
537

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?\

Read only

Former Member
0 Likes
538

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