Hi Folks
I have to split long strings into multiple small strings of fixed length.
For example:
the 1st line of itab contains a numeric field and a character field containing string of 500 characters.
I want to create 5 more records with a string length of 100 characters. so the 1st line of itab is now split into 5 new records in itab2 with 5 strings of 100 characters each.
Points will be rewarded for a helpful answer.
Regards
Waz