2008 Feb 21 7:14 PM
We are upgrading from 4.6 to 6.0.
the statemant is having a problem now.
IMPORT i_tmp FROM MEMORY ID 001.
Please suggest.
error message : "001" must be a character-type field (data type C, N, D, or T) .
There is no declaration for '001'.
2008 Feb 21 7:21 PM
2008 Feb 21 7:21 PM
2008 Feb 21 7:28 PM
Hi,
I´m working with same version (6) and the the sintax is:
IMPORT XXXXX FROM MEMORY ID 'xxxxx'.
The ID is of the type c.
regards
Cardoso
2008 Feb 21 7:34 PM
Hi,
the memory id should be of character type.
use: Import itab from memory id 'table'.
regards
Kannaiah
2008 Feb 21 8:06 PM