2008 Nov 13 7:06 AM
hi,
i have a requirement to convert 10 records in an internal table to single record which should be passed
to a single variable and store in the database.Kindly let me know is there any function module
which meets my requirement. Also i need to do split one single record to 10 records each of
say 65 length interval.
kindly provide me if there is nay functinon module as such.
I can do with ABAP-OOPS.Please suggest function module.
2008 Nov 13 9:38 AM
I dont think such FM exists, but if you wanna code one it would be simple. Just loop through the internal table, keep concatenating the currently processing record into a long character variable to convert 10 records into one record.
2008 Nov 13 9:38 AM
I dont think such FM exists, but if you wanna code one it would be simple. Just loop through the internal table, keep concatenating the currently processing record into a long character variable to convert 10 records into one record.
2008 Nov 13 9:48 AM