SAP Script Recording & Playback With MS Excel Integration
SAP Script Recording & Playback With MS Excel Integration
Click on customize icon as displayed below and opt for “Script Recording and Playback”
Code PATCH 1
In below code I have taken 6 columns. Because I want to enter 6 values through excel
REM ===
Dim objExcel
REM ===
Code PATCH 2
In below code I have taken 6 columns. Because I want to enter 6 values through excel
REM ===
aux=col1 & " " & col2 & " " & col3 & " " & col4 & " " & col4 & " " & col5 & " " & col6
CreateObject("WScript.Shell").run("cmd /c @echo %date% %time% " & aux & " >>
%appdata%\ProjCreationLog.txt")
next
REM ====
Update VB Script File
Regards
Aditya