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

error in BDC

Former Member
0 Likes
1,140

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
Read only

amit_khare
Active Contributor
0 Likes
1,107

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.

Read only

Former Member
0 Likes
1,107

Change the field type from CHAR to MENGE.

Regards,

Rohit

Reward the helpful replies

Read only

Former Member
0 Likes
1,107

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.

Read only

Former Member
0 Likes
1,107

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

Read only

Former Member
0 Likes
1,107

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.

Read only

Former Member
0 Likes
1,107

hi,

Instead of taking from stro just take menge as

Menge(10) type c,

Read only

Former Member
0 Likes
1,107

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.

Read only

Former Member
0 Likes
1,107

declare qty/amount fields of internal table like this

data: amount(15) type p decimals 3.

it will work.

Regards

Prabhu

Read only

0 Likes
1,107

Hi all,

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

thabks & Regards,

chandra.

Read only

Former Member
0 Likes
1,107

Thank you for all of your suggestions.

Problem solved with write statement.

Thanks&Regards,

chandra.