Skip to Content
0
Former Member
May 28, 2009 at 09:13 AM

Checking format of data after GUI_UPLOAD

424 Views

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.