IBM Power servers are purpose built for data-intensive applications such as SAP HANA and S/4HANA that require large amounts of in-memory computing but still let you maintain the high availability and flexibility required for your hybrid cloud.
How to Display numbers and Dates in Arabic format in Webi Reports:To display numbers and dates in Aarabic format in SAP BO Webi report you have to create variable as the following:for Date:=FormatDate(ToDate([Start Date];"dd.MM.yyyy");"yyyy/MM/dd")for Number:=FormatNumber(ToNumber([Social Insurance Number]);"######")you have to FormatNumber number to avoid the decimal comma.