Skip to Content
0
Former Member
Jul 21, 2008 at 02:44 PM

Changing table

23 Views

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