‎2007 Apr 22 3:30 PM
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.
‎2007 Apr 22 5:38 PM
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.
‎2007 Apr 22 6:13 PM
Change the field type from CHAR to MENGE.
Regards,
Rohit
Reward the helpful replies
‎2007 Apr 23 5:04 AM
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.
‎2007 Apr 23 5:35 AM
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
‎2007 Apr 23 6:08 AM
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.
‎2007 Apr 23 6:08 AM
hi,
Instead of taking from stro just take menge as
Menge(10) type c,
‎2007 Apr 23 6:16 AM
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.
‎2007 Apr 23 6:22 AM
declare qty/amount fields of internal table like this
data: amount(15) type p decimals 3.
it will work.
Regards
Prabhu
‎2007 Apr 23 7:26 AM
Hi all,
i am still facing the same problem can any body please help.
thabks & Regards,
chandra.
‎2007 Apr 24 4:56 AM
Thank you for all of your suggestions.
Problem solved with write statement.
Thanks&Regards,
chandra.