‎2008 Mar 29 5:58 AM
Hi,
I am using FB01 in a batch input session. For the field bseg-wrbtr , i get an error iput value longer than screen-field length.
but my value is of the same data element wrbtr. any clues?
‎2008 Mar 29 6:10 AM
hi Raghuram,
there may be some leading spaces or signs for that field which is populating in to the screen field.
Remove them and execute it.
it will work
Chandra
‎2008 Mar 29 6:27 AM
Hi Chandra,
Thanks for the input. The fields are amount type. that is numeric.
How can i dothe triming for such types. I cannot use condense or shift a sthey are for char sets only.
Can you please give an example too.
‎2008 Mar 29 6:32 AM
hi Raghuram,
Declare a local variable with Char type with same length(domain) of that amnt field.
and assign that amnt to char type variable.
then use that in building the BDCDATA int table.
Reward points if useful
Chandra