on 2020 Sep 28 8:38 AM
Hello everybody,
I have automated a process in which the desktop agent logs into SAP Logon and opens transaction ME51N.
After opening the transaction, the agent enters the values in the cells I defined, but it does not execute. I don't get an error message, the agent continues to run in the background.
As in the SAP documentation, I used the GuiGridView method "set cell" to fill in fields in oPane. (see next screenshot)
(Link: https://help.sap.com/doc/f56a0f850a174e9887016e9d8f00fc6d/Cloud/en-US/loioe9a88fe573c641a5b0938abfd5... / Page: 148)
You can see my solution approaches in the next screenshots.
In second screenshot you can see under the TableDetails the column ID that I used.
In the third screenshot you can see the JavaScript code in different ways with which I try to automate the process successfully.
In a other step I used fixed values, but with the same problem.
Do you have any ideas to solve this problem?
Best regrads
Erhan
Request clarification before answering.
Hello everybody,
I fixed the problem. After the workflow has been created, SAP iRPA generates an incorrect code with the "build" button. If you look at the code, the following parameter order is expected from the method: {String} value: {number} row: {number} col, but SAP iRPA creates an incorrect parameter entry in the method.
The code created:
The expected code:
I hope SAP fixes the problem.
regards
Erhan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
84 | |
12 | |
9 | |
8 | |
8 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.