| The translated SQL Script   define corrent upper/lower case itemcode -> "ItemCode" this runs with all SAP- and Beas tables, UDF and UDT, not for own define fields outside the SAP System   Insert " itemcode -> "ItemCode"   replace convert, today and lot of other functions  getdate() -> now()   replace + itemcode + itemname = "ItemCode" || "ItemName"   Replace MSSQL udf names to HANA udf names select u_din from oitm -> select "U_besa_din" from "OITM" |