Hello,
Need support to build bat script to copy data from access table to SAP CC01 screen. now i am using the below mentioned code which will login and run the transaction code.
start sapshcut -sysname= -client= -user= -pw= -maxgui -command=cc01
But i am not sure as how to copy details from the access table and paste the change number and description to SAP.
is something like this possible using bat scripting ?