Hi,
I'm trying to create a special customer table (SE11) with the following fields and have question regarding TYPE etc:
Fields of table
CUST_ID
CUST_NAME
CUST_DESC
1. CUST_ID should work as a counter (increment by 1 every time.) What kind of TYPE should I use ?
(How do i do the increment stuff...)
2. CUST_DESC should be able to take approx 5 kb of data and be searchable in WHERE clause. What kind of TYPE should I use ?
3. Is there any advantages of creating/using Data Element instead of Build-in type ?
//Martin
Message was edited by: Martin Andersson