List of Contributions

Jan van Asseldonk

Contact Details

My Content

1 to 20 of 50+ total
Posted By Jan van Asseldonk 10-19-2022 05:09
Found In Egroup: Automate
\ view thread
Hi Jana, please reply in this site: Your response was: Hello Jan many thanks for your help. Now I can only insert numbers with a point as "comma" BUT I need to limited the amount of decimal places to 3. Mean, I should only insert numbers with max. 3 decimals like 10.555 BUT NOT ...
Posted By Jan van Asseldonk 10-11-2022 03:58
Found In Egroup: Automate
\ view thread
Hi Jana, we had same kind of problem for value of Net_Weight. We set it ot a textfield and use a Validation Rule for this field with the conditon: ( Net_Weight is not blank AND Net_Weight does not match pattern ^0$|^[1-9]\d*$|^\.\d+$|^0\.\d*$|^[1-9]\d*\.\d*$ ) By using the pattern ...
Posted By Jan van Asseldonk 09-16-2022 02:25
Found In Egroup: Automate
\ view thread
On the view where it causes issues hit F12 and then in the console use $form.setValue(' '), if the needed value is a string then put it between single quotes. ------------------------------ Jan van Asseldonk | Consultant CTAC | +31629078169 ------------------------------ ---------------- ...
Posted By Jan van Asseldonk 09-16-2022 02:20
Found In Egroup: Automate
\ view thread
We upgrade from 12.1 to 20.1 and after that we already upgraded to 20.2.8 and now we are on 20.2.9 (the newest version). I would advise you to first uninstall the earlier version and then install the new version. Also install the latest WFM for you SAP environment. Check on https://support.winshu ...
Posted By Jan van Asseldonk 09-06-2022 11:09
Found In Egroup: Automate
\ view thread
In that case I would check all the authorities of that person. It looks like this person doesn't has the authority to use filters. ------------------------------ Jan van Asseldonk | Consultant CTAC | +31629078169 ------------------------------
Posted By Jan van Asseldonk 09-06-2022 02:25
Found In Egroup: Automate
\ view thread
I would suggest to run the script in debug mode to see where this message is set. ------------------------------ Jan van Asseldonk | Consultant CTAC | +31629078169 ------------------------------
Posted By Jan van Asseldonk 08-08-2022 10:14
Found In Egroup: Automate
\ view thread
Hi Aitor, I agree with Jan Ketele for using Direct for this. But if you have to use Transaction I guess you will also use a loop for this. I would then suggest to use a fixed value 1 for the tax class. ------------------------------ Jan van Asseldonk | Consultant CTAC | +31629078169 ...
Posted By Jan van Asseldonk 08-01-2022 10:19
Found In Egroup: Automate
\ view thread
Hi Radoslav, in such a case we mostly contact our SAP developers to create a ZFunction which calls the original function CS_BOM_STPO_UPDATE. Then in Winshuttle Direct you can use the ZFunction. ------------------------------ Jan van Asseldonk | Consultant CTAC | +31629078169 ------------- ...
Posted By Jan van Asseldonk 07-27-2022 10:23
Found In Egroup: Automate
\ view thread
Hi Rishav, can you tell me where the new versions can be downloaded? For Studio 20.2.9 we recieved a download link and I installed it already. But for Evolve and WFM I can't find the links on the download pages and we didn't recieve a link for these. We plan to go to UAT next month ...
Posted By Jan van Asseldonk 07-20-2022 05:56
Found In Egroup: Automate
\ view thread
Glad to be helpfull. Ran into that problem myself in the past. ------------------------------ Jan van Asseldonk | Consultant CTAC | +31629078169 ------------------------------
Posted By Jan van Asseldonk 07-20-2022 03:04
Found In Egroup: Automate
\ view thread
Hi Robert, you mentioned "like it detected that few next lines in U are blanks and it's not worth to continue. Many of the lines will be blank in column U,". There is a setting for stopping the run after [n] empty rows. Did you check that? . ------------------------------ Jan van Asseldonk ...
Posted By Jan van Asseldonk 07-05-2022 02:32
Found In Egroup: Automate
\ view thread
Hi Armando, if you get a RAISE_EXCEPTION error I expect you can see this error also in SAP in T-Code ST22. It looks like an error in the program behind the SAP-transaction you are using. ------------------------------ Jan van Asseldonk | Consultant CTAC | +31629078169 ------------------- ...
Posted By Jan van Asseldonk 07-05-2022 02:27
Found In Egroup: Automate
\ view thread
Hi Chrisatina, do you mean PO's with just line items or are there also schedule line items for the different line items? Then you will have to use  a loop in a loop. Is it known what has to be changed or is first a query needed to extract the current data from SAP? ------------------------------ ...
Posted By Jan van Asseldonk 05-11-2022 02:21
Found In Egroup: Automate
\ view thread
Hi Michael, I guess the chained scripts all use the same Excelfile.  I would suggest to publish all the scripts to the Excelfile and then just share the Excelfile. ------------------------------ Jan van Asseldonk | Consultant CTAC | +31629078169 ------------------------------
Posted By Jan van Asseldonk 04-06-2022 03:19
Found In Egroup: Automate
\ view thread
Hi Ioannis, I would advice you to use a BAPI for this. You don't have to check on which position the characteristic is you want to change, not even if those are grouped under tabs. And it give a better performance. For change BAPI_OBJCL_CHANGE can be used. For working with classification ...
Posted By Jan van Asseldonk 04-04-2022 05:15
Found In Egroup: Automate
\ view thread
Hi Vanessa, did you check the transitions ass well? I had a same error in Evolve a few weeks ago and finally I discovered ther was a double transition line between the same objects. Don't know how that happened.  But had a an (crash) error before in Evolve and looks like it got partly corrupted then. ...
Posted By Jan van Asseldonk 03-02-2022 04:29
Found In Egroup: Automate
\ view thread
Hi Declan, Is the "Start SAP GUI" checkbox marked? ------------------------------ Jan van Asseldonk | Consultant CTAC | +31629078169 ------------------------------
Posted By Jan van Asseldonk 03-02-2022 04:27
Found In Egroup: Automate
\ view thread
Hi John, which record mode did you use? Sometimes you also have to close SAP to end the recording. After closing the SAP screen after your save I expect you will see your 'mapping'-screen in Winshuttle. ------------------------------ Jan van Asseldonk | Consultant CTAC | +31629078169 ---- ...
Posted By Jan van Asseldonk 01-18-2022 02:59
Found In Egroup: Automate
\ view thread
Hi Marlene, is the same GUI version and servicepack installed for these users? ------------------------------ Jan van Asseldonk | Consultant CTAC | +31629078169 ------------------------------
Posted By Jan van Asseldonk 01-13-2022 02:26
Found In Egroup: Automate
\ view thread
Hi Henri, I agree a lot with Jennifer. But I can understand the reason for using 'back'. You would get the same effect if you hit 'Enter' in the last screen you filled with data. The popup dialogue will come up also. And that's what I always recommend. The reason therefore is that by giving an enter ...