cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Declare GuiCTextFields in GuiTableControl

0 Likes
1,596

Hi everyone,

I need to build an automation, which can edit Purchase orders (in transaction ME22N). Unfortunately I don't have the chance to declare the table fields (see attached screenshots).

In the example "Purchase Order Confirmations - ECC (ME22N)" from the store, the GuiCtextFields are visible in the tree under GuiTableControl.

Has anyone had similar problems and know how to solve them?

Thanks in advance

Janis

window-2022-02-02-13-42-46.png

window-2022-02-02-13-48-42.png

Accepted Solutions (0)

Answers (2)

Answers (2)

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert

janis_

Looks like there is an issue while capturing.Did you do a manual capture or use Record option to capture the screen ?

I tried it from my end and was able to see the tree of GUI Table control?

Did you try the same with Recorder as well?

0 Likes

Thanks for your answer chaitanyapriya.puvvada.

In the screenshots in the question above, I captured the screen manually.

Unfortunately the same problem occurs, when I try to capture the screen with the Recorder (see attached screenshot). I tried to capture the screen of transaction ME22N and ME21N as well, but for both 'GuiTableControl' is not expendable in the tree view.

Thanks for your support. We would be happy to find a solution for this issue.

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Likes

Looks like there is no issue from RPA side.

Can you let me know the version of SAP ERP.

Open SAP Logon Pad and click on About SAP Logon and share the details .

0 Likes

chaitanyapriya.puvvada

I have attached a screenshot here with the version information.

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi janis_

Can you follow this blog post and generate the VB script code for the action that you are doing on the table cell.

Please share the screen shot of the VB Script code.

In this we can confirm where the issue with the generated steps of VB script code.

0 Likes

Hi chaitanyapriya.puvvada

When I try to record the actions to be performed in the fields of the table with the Script Recording, the SAP system freezes and no more input can be made. If I then stop the Script Recording, no file is saved.

In general, however, the Script Recording works. I have tested other actions, which we can already imitate with IRPA, to record with the Script Recording. This was possible without any problems.

Could there be a connection with the fact that we can't declare the GuiCTextFields either?