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

Di Api insert smallint

acasegra
Discoverer
0 Likes
329
  • SAP Managed Tags

hi, i have a table with smallint field if i do

Int16 horaini =100

oUserTable.UserFields.Fields.Item("U_mifield").Value = horaini; to crash with illgal value error

but if i do

string horaini ="100"

oUserTable.UserFields.Fields.Item("U_SEIHoraIni").Value = horaini;

the field is insert but the value is 0

0 REPLIES 0