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

Length specification

Former Member
0 Likes
504

Why cant we use length specification in type I.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
440

Hi krishna,

Type i is classified in abap as a fixed-length Elementary type in ABAP. and there is no sense in specifying the length.

Regards

Sarath

2 REPLIES 2
Read only

Former Member
0 Likes
441

Hi krishna,

Type i is classified in abap as a fixed-length Elementary type in ABAP. and there is no sense in specifying the length.

Regards

Sarath

Read only

Former Member
0 Likes
440

Hi

For Integer types length is specified as below:

INT1 : 3

INT2 : 5

INT4 :10

if you want to specift a numerical with specified length use NUMC data type

Thanks

Sandeep

Reward if useful