cancel
Showing results for 
Search instead for 
Did you mean: 

SAP SCRIPT ERROR :: TD247

Former Member
0 Kudos

Hello ,

I developed a code with External subroutine in SAP SCRIPT..

When am executing custom script in quality server it shows that '' Element <Element name> window <window name > is not defined for form <form name>''..

Pls give me solution for this..

Regards

ksreddy...

Accepted Solutions (1)

Accepted Solutions (1)

nabheetscn
Active Contributor
0 Kudos

Please check whether in code in driver program you are writing the element of a window which is not prsent in sapscript...in debugging check which write form is giving errror and change it accordingly.

Nabheet

Answers (3)

Answers (3)

mayankmrai
Explorer
0 Kudos

is your issue resolved?????

Former Member
0 Kudos

Thanks to all,

Issue Resolved.!!!!

former_member205763
Active Contributor
0 Kudos

once your question is resolved, do mark it as answered, and assign points to all those whose suggestions helped you, it would encourage n motivate them.

mayankmrai
Explorer
0 Kudos

Hi,

Even I was facing the same issue,

Actually the thing is your script might be called with standard driver program where there would be some writ_form function with window name and test element e.g 'KOPF' '/KOPF'.

so do one thing just create that particular window with that text element and a single line with no text.

place thet window in some unused area of script and its done.

u wont face the issue do that for all the window errors that are coming.

Former Member
0 Kudos

Hi,

check whether did you defined text elemnt in form window. if not,

Please specify a text element defined in the form window. You can determine the names of text elements in form windows using the SAPscript form maintenance transaction.

if still error comes, you need to apply SAP - NOTE : 147577

for note details check this link

http://www.saptechno.com/component/sapnotes/?task=detail&note=147577

Regards,

Ravi