‎2007 Oct 10 5:32 PM
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
‎2007 Oct 10 6:27 PM
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