‎2008 Aug 01 7:15 AM
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.
‎2008 Aug 01 7:30 AM
check you internal table field of TXLINE it should be refrence of TXLINE only which is 72 char.
‎2008 Aug 02 6:54 AM
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