February 2024

Help needed in my VBA code SAP logon / SAP Scripting & Excel Interaction in VBA

Hi there,   I have the following code: ‘ Function to read data from fileFunction GetDataFromFile(filePath)Dim ExcelAppDim WorkbookDim DataSheetDim DataRangeDim Data ‘ Create Excel objectSet ExcelApp = CreateObject(“Excel.Application”)ExcelApp.Visible = False ‘ Optional: Hide Excel application ‘ Open workbookSet Workbook = ExcelApp.Workbooks.Open(filePath) ‘ Assuming data is in the first sheet (Change if necessary)Set DataSheet = Workbook.Sheets(1) …

Help needed in my VBA code SAP logon / SAP Scripting & Excel Interaction in VBA Read More »

Help needed in my VBA code SAP logon / SAP Scripting & Excel Interaction in VBA

Hi there,   I have the following code: ‘ Function to read data from fileFunction GetDataFromFile(filePath)Dim ExcelAppDim WorkbookDim DataSheetDim DataRangeDim Data ‘ Create Excel objectSet ExcelApp = CreateObject(“Excel.Application”)ExcelApp.Visible = False ‘ Optional: Hide Excel application ‘ Open workbookSet Workbook = ExcelApp.Workbooks.Open(filePath) ‘ Assuming data is in the first sheet (Change if necessary)Set DataSheet = Workbook.Sheets(1) …

Help needed in my VBA code SAP logon / SAP Scripting & Excel Interaction in VBA Read More »

Innovation at its core – AsInt entry for SAP Innovation Award 2024

AsInt Navigating Innovation in SAP – Innovation Awards 2024 entries AsInt, a leading player in the technology landscape, proudly announces its submission of two groundbreaking entries for the SAP Innovation Awards 2024. At the heart of AsInt’s commitment lies a relentless pursuit of innovation, driving transformative changes within the SAP ecosystem focused on asset intensive …

Innovation at its core – AsInt entry for SAP Innovation Award 2024 Read More »

Local Storage Database problems when Migrating from old SAP Appgyver

Hello, We have been developing a web application in SAP Appgyver over the last few years but we ran into an issue recently regarding local databases when migrating our app to the new SAP Appgyver Community Edition. In our app (ID: 72530), we have several databases which were created in the old Appgyver platform as …

Local Storage Database problems when Migrating from old SAP Appgyver Read More »

Scroll to Top