我需要在 SAP 中的字段上填充日期,如果手动输入,脚本记录器会正确捕获这些日期。
是否可以使用 Excel 中的单元格链接更新脚本日期?
session.findById("wnd[0]/usr/ctxtLKO74-PERIO").Text = "2"
session.findById("wnd[0]/usr/ctxtLKO74-BUPERIO").Text = "2"
session.findById("wnd[0]/usr/txtLKO74-GJAHR").Text = "2016"
session.findById("wnd[0]/usr/ctxtLKO74-BZDAT").Text = "29.02.2016"
我计划复制记录的 SAP 脚本并将其作为按钮合并到 Excel 宏中。