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

Problems with INT4 datatype on selection screen

Former Member
0 Likes
383

Hello,

I' am using a custom infotype. The infotype has certain fields which has INT4 as data type.

These fields has a length of 10, but on the infotype screen the length is restricted to 4.

I suppose it is due to internal length being 4.

The main issue here is I' am not able to update the custom infotype using the function

module HR_INFOTYPE_OPERATION. Inside a standard subroutine INITIAL_VALUES, it

is trying to pass hexadecimal values to the fields and it is dumping. Has anyone come

across such an issue. Please get back to me, if you have any idea

Thanks,

Aravind

Hello,

I' am using a custom infotype. The infotype has certain fields which has INT4 as data type.

These fields has a length of 10, but on the infotype screen the length is restricted to 4.

I suppose it is due to internal length being 4.

The main issue here is I' am not able to update the custom infotype using the function

module HR_INFOTYPE_OPERATION. Inside a standard subroutine INITIAL_VALUES, it

is trying to pass hexadecimal values to the fields and it is dumping. Has anyone come

across such an issue. Please get back to me, if you have any idea

Thanks,

Aravind

1 REPLY 1
Read only

Former Member
0 Likes
338

You cannot use INT4 as a data type in the case of infotypes.