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

Problem with BDC

former_member282823
Active Participant
0 Likes
552

Hi Friends,

I have done a Recording for ME22 and I am changing the values in the Delivery Schedule Quantity. The problem I am getting when I am doing the program is, it is not taking the quantity when i m passing as a variable. But when i m passing as a constant it is taking.

It is showing me as Field(EKET-MENGE(01)input value is longer than screen field.

Plz let me know what is the problem?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
528

Before passing the quantity field you have to convert the quantity field to character field.

3 REPLIES 3
Read only

Former Member
0 Likes
529

Before passing the quantity field you have to convert the quantity field to character field.

Read only

0 Likes
528

Thanks guys its working...

Thank you so much...

Read only

Former Member
0 Likes
528

Hi ,

It is because of the field length problem...

Do one thing ....in ur BDC program.....make that particular field type as character with length of EKET-MENGE.

Its better if ur unternal table in BDC has all the fields with Chara type..