Hi,
i am trying to to fill a table with the repmcli from a data file with
the data file format COMPRESSED.
I have problems with the DATE imports, the datetimeformat in the data
file is EUR ('DD.MM.YYYY').
If i use this command file
----------------------------------------
DATALOAD TABLE presse1
datum_der_eingabe 6
INFILE 'pressedatenbank.data' COMPRESSED
----------------------------------------
repmcli reports : Invalid input for date or time column: 28.12.2001
If i use this command file
----------------------------------------
DATALOAD TABLE presse1
datum_der_eingabe 6 DATE
INFILE 'pressedatenbank.data' COMPRESSED
----------------------------------------
repmcli reports : File option FORMATTED required.
How can i change the datetimeformat and using the data file format
COMPRESSED?
greetings,
Martin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general