Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

errors in flat file

Former Member
0 Likes
244

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.

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
223

1. shift field left deleting leading...

2. if itab-field cn lv_non_special.

data: lv_special(36) type c value '1234567890abcdefgh...z'.