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

Issue with type INT1

Former Member
0 Likes
1,430

Hi All

I am creating a function module with import parameter leadtime(type int1 ).So it is not accepting more than 255.My requirment is leadtime should accept max upto 999(length must be 3).

Hi All

I am creating a function module with import parameter leadtime(type int1 ).So it is not accepting more than 255.My requirment is leadtime should accept max upto 999(length must be 3).

1 REPLY 1
Read only

Former Member
0 Likes
708

Hi,

you can create domain or find one with data type NUMC lenght 3. Create a data element with this domain and you'll be able to store 999 in length 3.