hi,
i have an internal table(uploaded the records from flat file) comprising of 7 fields,
all the fields are of type c.
i need to find if there are any errors in those records.
ex: there should not be 1.leading spaces,
2.special characters etc.,
i should not use either call transaction or session method.