Extend SAPElements.xml

yoBuhler

New Member
Hi,

I was working in SAPElements.xml creating new functions and how i can do for call invoke a method and set the property with the returned of method

View attachment 1575641506761.png

I try this:
<actionquery action="SelectRowTable">@key={sapinvokemethod methodname=GetAbsoluteRow arguments="#$row$"} sapsetproperty propname=selected arguments="$selected$"</actionquery>

But does not has results
 
Top