2014 Jul 31 4:23 PM
Hi All,
I am trying to add some code to a newly created custom routine.
Only for a selective range of customers - say "1000" to "1790" I want to append the delivery numbers.
Something like this:
IF VBAK-KUNNR in ( RANGE OF CUSTOMERS )
THEN APPEND LIKP-VBELN.
What is the most efficient way of selecting the range in the IF condition without hardcoding?
Any ideas.
Thanks,
Meghna
2014 Jul 31 4:30 PM
Run GS01
- Insert a name and the table with the value (KNA1)
- Press enter and insert the name of the field (KUNNR) for the range
- Then insert the ranges and save
Max
2014 Jul 31 4:30 PM
2014 Jul 31 4:36 PM
Thanks Max.
I never knew this - could you please explain a little more?
Meghna
2014 Jul 31 4:46 PM
Run GS01
- Insert a name and the table with the value (KNA1)
- Press enter and insert the name of the field (KUNNR) for the range
- Then insert the ranges and save
Max
2014 Jul 31 4:53 PM
There are sevral fms to get the values from a set and move them in a range, try to check demo program RGSEX001
Max
2014 Jul 31 5:56 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |