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: 

error in BDC

Former Member
0 Kudos

hi all,

In BDC I am getting one error for quantity Field.The Error is for "MENGE"field.

The error is "The length of the field is more than the screen field."what should i have to do???

please reply.

Thanks & Regards,

Reddy.

10 REPLIES 10

amit_khare
Active Contributor
0 Kudos

Check the length of the variable you are using to store and pass the value to BDC for MENGE field it should be same as MENGE.

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

Change the field type from CHAR to MENGE.

Regards,

Rohit

Reward the helpful replies

Former Member
0 Kudos

Hi all,

actually i selected menge from stpo and i passed this value to BDC.Here the length of the field is same as screen field.

kindly please suggest.

regards,

chandra.

Former Member
0 Kudos

hi Reddy's,

I think ur specified that in types menge like table-menge.

That why u got the error.

Plz spefcify like this.

Data: ............

Menge(10) type c,

...................... .

rgds,

P.Nag

Former Member
0 Kudos

hi all,

here this field is not from flat file it is selected from the table stpo .

any way i checked with u r solutuons but i am getting run time errors.here the lenght of the menge field is (13,3).

please suggest.

regards,

chandra.

Former Member
0 Kudos

hi,

Instead of taking from stro just take menge as

Menge(10) type c,

Former Member
0 Kudos

hi all,

here this field is not from flat file it is selected from the table stpo .

any way i checked with u r solutuons but i am getting run time errors.here the lenght of the menge field is (13,3).

please suggest.

regards,

chandra.

Former Member
0 Kudos

declare qty/amount fields of internal table like this

data: amount(15) type p decimals 3.

it will work.

Regards

Prabhu

0 Kudos

Hi all,

i am still facing the same problem can any body please help.

thabks & Regards,

chandra.

Former Member
0 Kudos

Thank you for all of your suggestions.

Problem solved with write statement.

Thanks&Regards,

chandra.