Hi All,
I am using GUI_UPLOAD and saving data in an internal table for further processing.
The file to be uploaded from legacy contains fields like date and quantity.
Before I go ahead with the processing of data i need to check if the format of the data is correct or not.
For example, quantity cant be 1.0001 as it can go to three decimal places max.
If any quantity or date is entered in incorrect format, i need to display an error log displaying specific data.
I have seen the exception BAD_DATA_FORMAT.Its not of my interest.
Kindly help me with some different solution.
Regards.