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

screen-field value error

Former Member
0 Likes
476

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?

3 REPLIES 3
Read only

Former Member
0 Likes
445

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

Read only

0 Likes
445

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.

Read only

0 Likes
445

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