Application Development 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: 

strange Error in BDC: Input Value is longer than Screen Field

Former Member
0 Kudos

Hi Friends,

while posting through MFBF . i receive a error 'field RM61B-ECFMG. INPUT VALUE IS LONGER THAN SCREEN FIELD'

i'm passing the value 0.001 to the erfmg but i don't receive this value while running foreground processing

i'm unable to understand what the problem is.

could some one suggest me possible solutions.

thanks ,

kat.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

convert the value of ECFMG into character format.

it means that do not pass the other than character format values directly to the screen fields.

copy the value of ECFMG into some temporary field of the type character

and pass this to the screen field.

4 REPLIES 4

Former Member
0 Kudos

convert the value of ECFMG into character format.

it means that do not pass the other than character format values directly to the screen fields.

copy the value of ECFMG into some temporary field of the type character

and pass this to the screen field.

0 Kudos

Thank you very much sunita.

shaik_sajid
Active Contributor
0 Kudos

Hi

Use a write statement to fill the value into the screen field...

Regards

Sajid

GauthamV
Active Contributor
0 Kudos

Declare it like this and check.

Ecfmg(13) type c.