2007 Oct 29 1:04 PM
Hello,
I need to have a report where all of the parameters are already entered. The parameters (select-options) are shipping points (likp-vstel). I have a list of 7 shipping points. How do I go about adding them to the table so_vstel?
Davis
2007 Oct 29 1:09 PM
tables:
likp.
select-options:
so_vstel for likp-vstel.
INITIALIZATION.
so_vstel-low = '1000'.
APPEND so_vstel.
so_vstel-low = '2000'.
APPEND so_vstel.
tables:
likp.
select-options:
so_vstel for likp-vstel.
INITIALIZATION.
so_vstel-low = '1000'.
APPEND so_vstel.
so_vstel-low = '2000'.
APPEND so_vstel.
2007 Oct 29 1:08 PM
2007 Oct 29 1:09 PM
tables:
likp.
select-options:
so_vstel for likp-vstel.
INITIALIZATION.
so_vstel-low = '1000'.
APPEND so_vstel.
so_vstel-low = '2000'.
APPEND so_vstel.
2007 Oct 29 1:10 PM
Rajesh, thanks for that info! I wasn't sure if I would duplicate the so_vstel-low or if the -low part would be replaced with something new for each append.
Thanks again!
Davis.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |