‎2008 Feb 07 9:52 AM
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?
‎2008 Feb 07 9:57 AM
Before passing the quantity field you have to convert the quantity field to character field.
‎2008 Feb 07 9:57 AM
Before passing the quantity field you have to convert the quantity field to character field.
‎2008 Feb 07 10:02 AM
‎2008 Feb 07 9:57 AM
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..