SuccessFactors EC

Employee Central Blog Posts

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 »

SAP Developer News, February 8th, 2024

Podcast Version: SAP Developer News February 8th, 2024 – SAP Developers (opensap.info) International Day of Women and Girls in science  More information: https://www.un.org/en/observances/women-and-girls-in-science-day/  SAP Cloud Application Programming Model January 2024 Release  January 2024 Release Notes https://cap.cloud.sap/docs/releases/jan24  🚀Explore the Top Open Source Packages in the SAP CAP Ecosystem introducing Best of cap-js!  Website:  https://bestofcapjs.org/  Launch of a …

SAP Developer News, February 8th, 2024 Read More »

Future Skills in Techture of SAP Learning Insights Podcast

Dear Beginner Corner Community, “Educate and inspire” – This is what we are doing in the SAP University Alliances. There are almost unlimited resources to learn, develop and go beyond. In addition, there is now learning2go available for your earsl through the mini-series Techture of the SAP Learning Insights Podcast. In the first season it …

Future Skills in Techture of SAP Learning Insights Podcast Read More »

Scroll to Top