0
Good morning, I have a problem, I hope someone can help me.
I have a table in SAP.
I need to capture the value of the Qtd.Pç column
by recording the sap script brought this line
session.findById("wnd[0]/usr/cntlALV_RECEBE/shellcont/shell").setCurrentCell 0,"QTDPEC"
0 = 1st line "QTDPEC" = column name
I tried to put
x = session.findById("wnd[0]/usr/cntlALV_RECEBE/shellcont/shell").setCurrentCell 0,"QTDPEC".text
msgbox = x Of error
session.findById("wnd[0]/usr/cntlALV_RECEBE/shellcont/shell").text
msgbox = x Of error
Returns no value.
I use this getcellvalue when it’s table. the rest use . text even
– Marcos Antonio