Application Development 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: 

Problem with NETPR field in BDC

Former Member
0 Kudos

Hi,

1.)I am creating BDC for ME11...in which i need to pass NETPR ( length = 11 dec pt. = 2 ) field.

In the BDc program in th internal table i have declared the field as:

NETPR type EINE-NETPR.

In the text file i m passing the value 100.00,

but when i m processing the sessions its givin an error sayin 'Input field has length more than screen field'.

Why so....

2.)When i m changin its type to NETPR(11) ie char its workin just fine.....

3.) when field has length = 11 an decimal pt = 2.. what max length value field can take..

is it 12345678912.00 or 123456789.00

pls help.

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos

.

3 REPLIES 3

andreas_mann3
Active Contributor
0 Kudos

.

andreas_mann3
Active Contributor
0 Kudos

you must use a auxiliary variable - <b>character fie</b>ld - as in 2.)

A.

Former Member
0 Kudos

all fields should be passed to BDC as character fields