Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data type to replace int4 type in damain type

Former Member
0 Likes
749

i have a problem here i have to change the data type of the domain from int4 ( which can have -ve values also ) to the type on which i can use offset functionality like in char but i should also be able to use it for basic integer functions .....please suggest me such one data type... points will be rewarded

i have a problem here i have to change the data type of the domain from int4 ( which can have -ve values also ) to the type on which i can use offset functionality like in char but i should also be able to use it for basic integer functions .....please suggest me such one data type... points will be rewarded

3 REPLIES 3
Read only

Former Member
0 Likes
501

Hi Abhishek,

I'm afraid there is no such data type available.

Type N comes close to your requirement but cannot hold negative values.

The workaround would be to use local variables whenever you want to do some calculations in the programs in which the field is used.

Regards,

Ravi

Read only

former_member183804
Active Contributor
0 Likes
501

Hello Abhishek,

you might use the type 'N'. This type is basically a character type which SHOULD contain only numbers. But this restriction is only observed by the standard dialog techniques like dynpros. At programming level you may move any value like 'NONSENS' into a variable of that type. Additinally arithmetic operations are slower compared to integer.

So such a change is a big change in the semantics of your type. To my opininion such a move is only advisable if you do lots of char like operations in only seldom arithmetic calculations.

Kind Regards

Klaus

Read only

Former Member
0 Likes
501

Hi

Please check the following threads as this may help to solve your problems.

All The Best

Priyanka

Do Reward Points.