2007 Dec 30 4:47 AM
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
2007 Dec 30 5:57 AM
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*
2007 Dec 30 5:57 AM
Hi,
take the string data type. it captures the high amount of data.
regards,
satish.
2007 Dec 30 6:06 AM
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*
2007 Dec 30 11:46 AM
2007 Dec 30 6:24 AM
Make use of string type field as a last field in the internal table.
reward if useful
rgds
umakanth P
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |