cancel
Showing results for 
Search instead for 
Did you mean: 

iRPA- Unable to Capturing PO release in ME29

bsdhillon
Explorer
0 Kudos

hi

I am running T/Code ME29N in ECC, and I want to select the release option in the screen (as shown below) , as you can see from the screenshot the screen capture in Desktop Studio captures the "pane" but it does not capture the fields inside the pane.

Anyone know if this is possible, if so how ?


Also, note that I have not limited the depth or siblings (just case you are wondering). This screen has 1150 elements so it is very big. I will consider reducing it later but not just yet.

Thanks

Dhillon

Accepted Solutions (1)

Accepted Solutions (1)

bsdhillon
Explorer

I have managed to answer this , so just to share for others:

I can use the following with the Pane element:

SAPLogonPad750.pReleaseIndirectPO.oPane.getColumns() ;

SAPLogonPad750.pReleaseIndirectPO.oPane.clickCell(0,"FUNCTION") ;

SAPLogonPad750.pReleaseIndirectPO.oPane.getRowCount();

SAPLogonPad750.pReleaseIndirectPO.oPane.getCell(0,"FUNCTION");

Thanks

Dhillon

Dipankar
Participant
0 Kudos

Hi Balbir..

How did yu capture the item,material entry in the table shown in the screenshot.

Thanks ,

Dipankar

Answers (0)