List of Contributions

Russel Hunter

Contact Details

My Content

1 to 5 of 5 total
Posted By Russel Hunter 11-11-2025 04:57
Found In Egroup: Automate
\ view thread
I have a query which is appending rows to an existing excel template which will then go away and update some SAP data using a tcode script. Everytime i run the append query it is adding 2 blank rows of data. Maybe its a setting ? But how can i get the query so it doesn't write the 2 blank rows.? ...
Posted By Russel Hunter 10-23-2025 11:41
Found In Egroup: Automate
\ view thread
Let me try to explain. I have a situation where Material Master Sales Status in MVKE is updated using an MM02 Script in our "Master" Sales Org and then we have a batch SAP process which then updates that Material Status to all other Sales Orgs. So if I change it from Status "A" to "B" in "Master" ...
Posted By Russel Hunter 10-13-2025 05:02
Found In Egroup: Automate
\ view thread
Hi all, An example situation. I have a script which is scheduled to run everyday. The Data file mapped to the script lets say is called MM02_UPDATE_SOME_DATA Each day a user creates an update file and because we need an audit trail the file has a date stamp in the name. MM02_UPDATE_SOME_DATA_YYYYMMDD ...
Posted By Russel Hunter 09-26-2025 06:43
Found In Egroup: Automate
\ view thread
Is there a way to point a scheduled T Code script to a particular template. ? Let me explain the use case. In a script we can save a particular data file name. When that script is scheduled it will then look for that data file name when it executes. However if i have filenames/templates that ...
Posted By Russel Hunter 09-26-2025 06:33
Found In Egroup: Automate
\ view thread
In previous versions , the documentation stated that we could call Winshuttle from a CMD line and pass parameters to it which specified the template name, the script name and additional stuff like what to do with errors and so on. This seems to have been a little known feature and wonder if it still ...