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: 

How do you get around the BDC limits of FVAL field being only 132 bytes?

Former Member
0 Kudos
486

All,

Trying to help out a friend here.

They are uploading some routings via a BDC.

It is truncating the text due to the BDC field FVAL only allowing 132 bytes.

Maybe there is a BAPI out there to use.

Thanks .

Scott

4 REPLIES 4

Former Member
0 Kudos
195

You haven't given us a lot to go on:

What transaction?

Rob

Edited by: Rob Burbank on Nov 13, 2008 5:18 PM

Former Member
0 Kudos
195

Here is all I know (they also gave me a screen shot but can't put that in here so:

The program is reading the full length of data from excel sheet to SAP internal table, once it is filled, using the BDC recording method we are inserting the text into transaction level(CA02),

But the BDCDATA structure is allowing only 132 char length, and over input data is more than 132 char, for this reason the data is not totally updating into long text.

The field is BDCDATA-FVAL.

Scott

0 Kudos
195

ALSO - they may be able to use the program RCPTRA02 - Data Load of routings via Direct Input (no BDC used and field limit is 1492 bytes.

Scott

Former Member
0 Kudos
195

This worked - use the program RCPTRA02 - Data Load of routings via Direct Input (no BDC used and field limit is 1492 bytes.