cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Subscribe

Hi ,

Can some one suggest me , what is the error in the screenshot all about.

0 Likes
View Entire Topic
Former Member
0 Likes

hi gupta,

This error will come in the following scenario.

Suppose  Infoobject zp2_eqs1 having the length 10, But from the source the value is coming like 336(length 3).In this case the system could not understand this number.This number should be of length 10( 0000000336).To convert external format to internal format we use conversion routines.

If the value is numeric then it will put leading zeros and if the value is char then trailing spaces.This will done by conversion routines.

  • CONVERSION_EXIT_xxxxx_INPUT
  • CONVERSION_EXIT_xxxxx_OUTPUT

Solution:

1.check the conversion routine at infoobject level.

2.check the conversion routine at Transfer rules level

Go to psa and edit the data as internal format and load the data again.

Regards,

Babu