2008 Dec 04 11:18 AM
Hello Folks,
Iam facing the problem in moving the data from standard table to hashed table. Getting type compatible error. Please suggest what can be done on this.
2008 Dec 04 11:28 AM
if it is type compatible error, then first you need to check for which fields this type compatible error is occuring and then you need to adjust or use temporary variables to move the data from one table to other table.
Hello Folks,
Iam facing the problem in moving the data from standard table to hashed table. Getting type compatible error. Please suggest what can be done on this.
2008 Dec 04 11:28 AM
if it is type compatible error, then first you need to check for which fields this type compatible error is occuring and then you need to adjust or use temporary variables to move the data from one table to other table.
2008 Dec 04 11:50 AM
and also i want to use the statement append lines of (standard table) to (hashed table)
2008 Dec 04 11:54 AM
You cannot append lines to hashed tables, since this would invalidate the sort order.
Thomas
2008 Dec 04 11:54 AM
Hi
Make sure the 2 structures are same and HASHED table with unique key doesnt accept duplicate values
or you can loop the standard table and can use MOVE-CORRESPONDING then append it to the HASHDE TABLE
so sort standard table and delete adjacent duplicates from it otherwise you will get a dump.
Regards
Ramchander Rao.K
2008 Dec 04 11:55 AM
iam facing type not compatible error while using move corresponding
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |