Hi;
I need a help in executing 1 SAP transaction.
I am reading a XLS file & passing that value to SAP Transaction.
Here I am using the _SAPObjValueSet with variable ; but it seems to fail.
For $i = 1 To $rows ;Loop
Local $sCellValue = _ExcelReadCell($oexcel, $i, 1)
_SAPObjValueSet("usr/txtTERMSCHL-LOW","$sCellValue")
_SAPObjValueSet("usr/ctxtABRDATV", "01.01.2001")
_SAPObjValueSet("usr/ctxtABRDATB", "31.12.2020")
_SAPVKeysSend("F8")
Next
Can any one help me please ?