Esteemed,
I have a problem when I need to export value in time format from excel vba to sap, using iw41.
n.findById("wnd[0]/usr/chkAFRUD-AUERU").Selected = Evaluate("g4")
Session.findById("wnd[0]/usr/chkAFRUD-AUSOR").Selected = Evaluate("g4"...
To have a better understanding I have a spreadsheet that calculates the expected start and end times of activities as planned. That done, I can't pull the information from each cell, for example a ("k5"), and its internal value, which is 08:00:00, go...
I ran a test now.It's allowed.thanks for the great help.However, when I put the symbol in the cell in excel, it keeps giving error.example: Session.findById("wnd[0]/usr/ctxtAFRUD-IEDZ").Text = Evaluate("k5")Cell K5 is filled like this: '08:00:00When ...
I did this way and it worked:session.findById("wnd[0]").maximizesession.findById("wnd[0]/usr/txtRSYST-MANDT").Text = "100"session.findById("wnd[0]/usr/txtRSYST-BNAME").Text = "***"session.findById("wnd[0]/usr/pwdRSYST-BCODE").Text = "***"session.find...