on ‎2006 Apr 24 5:27 AM
HI All
can anybody please tell me waht are default elements and active elements in SAPscript
Usuallt in address window, header, footer etc we use delfault elements ..what does it mean??
Thanks in advance
Request clarification before answering.
Hey guyz
i thin you din get my question
I simply asked whats the difference between default elements and active elements??
m bit confused in between..
whatever we want to output on the form , we need to output from write _form FM in print program but we don need to use this FM for default elements??
so whats these default elements??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rashmi,
1. /E
2. In layout, we use /E for writing any data ,
using the ELEMENT.
3. For this we have to specifically
use WRITE_FORM.
(other wise it won't get printed)
4. Any data which is outside this /E
(ie. not under any element)
will be printed AUTOMATICALLY
when that page is printed.
regards,
amit m.
Actually i was going though already existing example S_example_1 in sapscipt and in that ex.. they passed sm elements using FM write_form in Main window and then mentioned , texts in address window will get automaticallt printed as it is default texts and thatz why don need to use write_form fm for that
So just wann know what is this default element and how do we define it ??
Thanks
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.