2006 Mar 28 8:02 AM
*Hi all,
*The following works:
set parameter ID 'MBN' FIELD doc_no .
set parameter ID 'MJA' FIELD doc_year .
call transaction 'LT06' .
**===============================
*But the following will not work: because the parameter is value in range. My question is, how to set the ranged parameter value.
set parameter ID 'VAG' FIELD TP_KUNNR .
call transaction 'VA14L' .
2006 Mar 28 8:07 AM
you can try:
set parameter ID 'VAG' FIELD TP_KUNNR-low .
But this may not give you what you want as a range has field 'high' too... and it may contain a pattern or have a complex 'option' like 'not equal'... Are you sure you always want to refer to the 'low' component of the range?
Hi Kokwei,
You can't set ranges. Instead set either the low or the high value.
set parameter ID 'VAG' FIELD <b>TP_KUNNR-low</b> .
2006 Mar 28 8:06 AM
Hi Kokwei,
You can't set ranges. Instead set either the low or the high value.
set parameter ID 'VAG' FIELD <b>TP_KUNNR-low</b> .
2006 Mar 28 8:07 AM
you can try:
set parameter ID 'VAG' FIELD TP_KUNNR-low .
But this may not give you what you want as a range has field 'high' too... and it may contain a pattern or have a complex 'option' like 'not equal'... Are you sure you always want to refer to the 'low' component of the range?
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |