<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% 'The following three lines of code are used to make sure that this page is not cached on the client. Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "no-cache" Response.Expires = -1 if session("UID")="" then Response.Redirect "Logon.htm" Response.End end if %> Vivace E-business Showcase

 

Converting SAP Data
The SCMB makes use of data stored in an Access staging database. This standardises the data interface during Arena model creation. However, company data comes in different formats. Macros are used to convert these data formats into Access data format. The following video is an example showing data conversion with macros from SAP ERP format into Access data format.