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

output-length

Former Member
0 Likes
537

Type F vis a neumeric, non-generic field whose value ranges from [10 to the power -307 to 10 to the power308] for both positive & negetive . It's default length is 8 bytes ---theh please explain the vaqlue "22" below:-

data: float TYPE f,

out TYPE i,

ien TYPE i.

DESCRIBE FIELD float LENGTH len OUTPUT-LENGTH out .

Results:-

length len is 8 & the field containing the field "out" is 22---WHY??

Regards

Type F vis a neumeric, non-generic field whose value ranges from [10 to the power -307 to 10 to the power308] for both positive & negetive . It's default length is 8 bytes ---theh please explain the vaqlue "22" below:-

data: float TYPE f,

out TYPE i,

ien TYPE i.

DESCRIBE FIELD float LENGTH len OUTPUT-LENGTH out .

Results:-

length len is 8 & the field containing the field "out" is 22---WHY??

Regards

2 REPLIES 2
Read only

andreas_mann3
Active Contributor
0 Likes
484

hi,

22 ist the output-length of domain <b>FLTP</b>

(look with se11)

A

Read only

Former Member
0 Likes
484

ok