‎2008 Nov 18 9:43 AM
I am getting acvalue from a legacy system, and i want to check whether the datatype of the incoming data matches with the data in the SAP database table?Hw can i do it?
plz help me.
‎2008 Nov 18 10:57 AM
Hi,
I think system will automatically handles this situation.
because if data type is not matching or legacy data doe't fit into the sap field system will automatically rise an error.
Regards,
Mr.A
‎2008 Nov 18 11:03 AM
Hi,
After uploading the data in sap internal table apply loop on internal table and match the data type. if data type is not matched raise the error message.
Mahesh
‎2008 Nov 18 11:12 AM
Hi Rajaram,
What method are you using to upload legacy data ? BDC, LSMW...
In LSMW there are places where you can insert validations and even change the format to match the SAP system format.
In BDC you can code the validation directly in the program
Regards