Skip to Content
0
Former Member
Jan 29, 2009 at 11:49 AM

Break the contents and pass to internal table.

27 Views

Hi All,

I am writing a code in which i need to pass the content from one internal table(T1) to another(T2).

But T1 has fieldlength 255chars whereas T2 has 64chars, so at a time i need to append 64 characters to T2, then again next 64 in next line and so on... how can i break the content in T1 and pass it to T2?

I have implemented a logic which is not working perfectly.

So, Please provide me with some logic or sample code for this.

Thanks in advance.

Sunanda.