Hey,
created a table with following elements:
Client (Mandt) -> key
ID (CHAR64) -> key
Title (CHAR64)
I tried a select statement where I had checked the ID with an integer.
Of course he couldn't compare integer with char, so I tried to change
the element in data base table to
Client (Mandt) -> key
ID (INTEGER) -> key
Title (CHAR64)
Trying to activate this, he replies an error:
"Package check for Table/Structure <Tablename>"
...
The used object, DTEL INTEGER, is not visible.
What do I have to do?
How to change the element type of an existing z-table?
thanks
chris