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

A question On BDC

Former Member
0 Likes
652

Hi all,

Lets say i am uploading data using BDC.

i am having 10 fields and the the last field should contain 5 pages of text.

How do i do that.? what kind of data type will support this.?

Thanking u all in advance,

Hari Kiran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
636

Hi,

take the string data type. it captures the high amount of data.

regards,

satish.

Hi,

*Just declare it in string data type with large value in bracket like this,

data : loc_var(250) type string,

*Make sure that you last value should be saved in this local variable(loc_var) and append this variable in to a internal table and use that internal table for uploading data in the transaction.

Thanks,

Sakthi C

*Rewards if usefull*

4 REPLIES 4
Read only

Former Member
0 Likes
637

Hi,

take the string data type. it captures the high amount of data.

regards,

satish.

Read only

Former Member
0 Likes
636

Hi,

*Just declare it in string data type with large value in bracket like this,

data : loc_var(250) type string,

*Make sure that you last value should be saved in this local variable(loc_var) and append this variable in to a internal table and use that internal table for uploading data in the transaction.

Thanks,

Sakthi C

*Rewards if usefull*

Read only

0 Likes
636

Thank u all, that will do

Regards,

Hari Kiran

Read only

Former Member
0 Likes
636

Make use of string type field as a last field in the internal table.

reward if useful

rgds

umakanth P