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

Packed fields before submitting to a BDC session.

Former Member
0 Likes
835

What has to be done to the packed fields before

submitting to a BDC session.

Title Edited by: Alvaro Tejada Galindo on Jan 11, 2008 4:08 PM

What has to be done to the packed fields before

submitting to a BDC session.

Title Edited by: Alvaro Tejada Galindo on Jan 11, 2008 4:08 PM

3 REPLIES 3
Read only

Former Member
0 Likes
543

Currency fields are usually packed fields, so you need to move it to a character field. Also, BDCs only accept data in CHAR format

Read only

Former Member
0 Likes
543

Hi ,

I guess , Fields are converted into character type. All numeric data should be passed to the BDC in character fields that are the same length as the screen fields of the transaction.

HOPE THIS ANSWER HELPS U.....

thanks and regards

suma sailaja pvn

Read only

Former Member
0 Likes
543

Hi Reddy,

Fields get converted into character type.

Declare these fields in the internal table as characters and the length of the field should be same as the field length of the field’s data element. This internal table is used to hold the data fetched from the sequential file using WS-upload function module

All numeric data should be passed to the BDC in character fields that are the same length as the screen fields of the transaction.

<REMOVED BY MODERATOR>

Thankyou,

Regards.

Edited by: Alvaro Tejada Galindo on Jan 11, 2008 4:08 PM