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

SAPScript error: Element window ADDRESS is not defined for form ZTEST

Former Member
0 Likes
1,300

Hi,

I got an error in sapscript: Element window ADDRESS is not defined for form ZTEST when I tried to add text element TEST in window address. Everything is activated.

Does anyone know how I can solve this?

Thanks.

Tyken

7 REPLIES 7
Read only

Former Member
0 Likes
961

Hi

Check whether you have Address window??

Thanks

Read only

0 Likes
961

Yes of course. I added the text element in window address.

Thanks

Read only

0 Likes
961

Did you use ADDRESS element???

Read only

0 Likes
961

Use where? In the calling program, yes.

Thanks.

Read only

0 Likes
961

No

In Text elements ,for Address type you should not use TEST or anything

you have to use ADDRESS ...ENDADDRESS

and write whatever you want inside .

Thanks

Read only

0 Likes
961

The Name of the window is ADDRESS with type VAR.

The code calls a subroutine of an external program then displays the address of the company. I want to display something above the address.

Thanks.

Read only

0 Likes
961

Here is the code of window address type var with text elements test and test1.

TEST

SET DATE MASK = 'DD MMM YYYY'

Account statement at &RF140-DATU2&

TEST1

SET DATE MASK = 'DD MMM YYYY'

Account statement at &RF140-STIDA&

ADDRESS PARAGRAPH A5

.

.

.

.

.

.

.

.

ENDADDRESS.