‎2007 Dec 19 12:53 AM
my flat file
char numc currency
karthi 1233 123,000.0.
i have check give feild give correct format or worg.
urgent .................
‎2007 Dec 19 1:27 AM
Hi ,
Use FM 'NUMERIC_CHECK' to findout whether value is character or numeric.
paramters:
STRING_IN = '123ABC'
Result:
HTYPE: CHAR
‎2007 Dec 19 1:14 AM
when ever u get the data from flat file to internal table..
give a check if condition...
if check is fine append or else put it into a error file.. or write out..
‎2007 Dec 19 1:19 AM
my flat file
char numc currency
karthi 1233 123,000.0.
i have check give feild give correct format or worg.
urgent .................
when ever u get the data from flat file to internal table..
give a check if condition...
if check is fine append or else put it into a error file.. or write out..
how to write condition?sample code need .
‎2007 Dec 19 1:27 AM
Hi ,
Use FM 'NUMERIC_CHECK' to findout whether value is character or numeric.
paramters:
STRING_IN = '123ABC'
Result:
HTYPE: CHAR