cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error screen shot attached

Former Member
0 Likes
531

Hi ,

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

Accepted Solutions (1)

Accepted Solutions (1)

naresh_babu3
Contributor
0 Likes

Hi,

Goto Trnsfer Rules of the Infoobject, select that particular Infoobject ie zp2_eqs1 and scroll thru right and u will find Conversion Checkbox. Check it and activate the transfer rules and do loading.

Naresh.

Answers (2)

Answers (2)

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


Former Member
0 Likes

Hi Manjunath,

Check this thread to resolve your issue.

http://scn.sap.com/thread/948242

Br,

H