cancel
Showing results for 
Search instead for 
Did you mean: 

SAP iRPA - Automate Process / SAP GuiGridView Problem

erhan_boztas72
Explorer
0 Kudos
492

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

Accepted Solutions (0)

Answers (1)

Answers (1)

erhan_boztas72
Explorer

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