2007 Apr 26 6:05 AM
hi ,i m facing error when i copying data from one table to other
do 10 times varying it1-f1 from alpha0 next alpha1.
append it1.
error: it1-f1 and ALPHA are type-incompatible
2007 Apr 26 6:14 AM
Mohit,
Check both the fields of internal tables have same or compatable type.
Don't forget to reward if useful.
hi ,i m facing error when i copying data from one table to other
do 10 times varying it1-f1 from alpha0 next alpha1.
append it1.
error: it1-f1 and ALPHA are type-incompatible
2007 Apr 26 6:08 AM
hi,
Check the types of both the it1-f1 and alpha..
Just put the alpha type of it1-f1//
rewards
regards
nazeer
2007 Apr 26 6:11 AM
Hi,
SInce u r increasing the value of it-f1 from alpha0 to alpha 1 , both should be of same type.
declare alpha as of type it-fi.
Regards,
Sonika
2007 Apr 26 6:14 AM
Mohit,
Check both the fields of internal tables have same or compatable type.
Don't forget to reward if useful.
2007 Apr 26 6:27 AM
Hi Verma,
The error it self tells us that some incompatable between the types. So as of mentioned above solutions check the type for both varialbes means it-f1 and alpha.
Reply for queries, shall post the updates.
Regards.
Kumar.
2007 Apr 26 6:29 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |