2007 Feb 05 5:37 PM
hi all,
how to add flag or symbol beside the spare part so that by seeing it , i can know its a spare part.
sekhar
hi all,
how to add flag or symbol beside the spare part so that by seeing it , i can know its a spare part.
sekhar
2007 Feb 05 5:59 PM
HI,
U can Use CONCATENATE..
Loop at iTab.
Concatenate itab-sparepart '§' into itab-sparepart.
modify itab transporting sparepart.
Endloop.
U can change the symbol '§' with ur symbol or flag.
if the sparepart field doesn't allow u to add ( like 10 chareacters filled and no space for flag) then add one more field in itab to carry sparepart and flag.
Regards
SAB
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |