SAP operation

image

Hi All

In Sap transaction, the effect I’m aiming for is that when there is a ‘C’ under the ‘Complete Delivery’ column, the corresponding ‘New’ column should input ‘A’, otherwise leave it blank. Do it for each row.
how can i do it? what activity should i use?
Do while? if? or… what should be the condition?

Thank you.

Hi @wason_ha

Can you try like below using For Each UI Element activity

CurrentLabel_1.Equals("C")

In For each ui element activity use below configuration

1.Click on Add UI Element and then indicate New and click on Confirm
2.Click on Add label and then indicate complete delivery and click on Confirm

Regards,

Hello Lakshman
i am using SAP. So For Each UI Element won’t work, no?
Thank you



i used “For Each Row in Data Table” & “If”.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.