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

regarding flat file validation

Former Member
0 Likes
315

HI,

i have a ammount field in flat file whis data type is decimal.if user takes other than decimal type for that amount field in flat file,i need to give error message to user.

for any function modules are there?

regards,

vasu

1 REPLY 1
Read only

Former Member
0 Likes
285

I would suggest you read the flat file into a charater based internal table first. Then validate the contents in the column to see if decimals are there. If not give a error message. FInally you can move the contents to a internal table of required type.

- Cheers