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 using INT4 datatype for infotype

Former Member
0 Likes
438

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

2 REPLIES 2
Read only

Former Member
0 Likes
395

Hi

Can we know the fields in the custom infotype.

Also,

Can you give us your code to analyze.

Regards

Raj

Read only

0 Likes
395

Solved