‎2007 Jul 20 5:43 AM
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
‎2007 Jul 20 5:44 AM
‎2007 Jul 20 5:46 AM
Yes of course. I added the text element in window address.
Thanks
‎2007 Jul 20 5:48 AM
‎2007 Jul 20 5:49 AM
‎2007 Jul 20 5:52 AM
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
‎2007 Jul 20 6:00 AM
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.
‎2007 Jul 20 6:21 AM
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.