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

LongText Truncation

Former Member
0 Likes
365

Hi all,

When i am uploading the Data for FB02. The Longtext i.e., RSTXT-TXLINE is not saving completely.It is taking only first 40 characters and the same is repeating in next line and so on.How to overcome this problem.

Thanks in Advance.

2 REPLIES 2
Read only

Former Member
0 Likes
343

check you internal table field of TXLINE it should be refrence of TXLINE only which is 72 char.

Read only

0 Likes
343

Hi Amit,

Yes my internal-table of TXLINE is 72 Char.But while doing BDC

I hav to save around 200 char text. while doing Recording,if i am giving long-text more then my recording is coming like this i.e.,RSTXT-TLINE(02).

RSTXT-TLINE(03).

RSTXT-TLINE(04).

perform bdc_field using 'RSTXT-TXLINE(02)'

perform bdc_field using 'RSTXT-TXLINE(03)'

etc.

How to overcome it.

Thanks