Beas Windows Customizing Script - SelectRow
AnsweredHi,
I'm trying to create a script on the SAP standard inventory transfer module using BEAS windows customizing script where you can select the row of a particular line item.
I'm testing dw_1.selectrow=5 but it's not working. Any way to achieve this? Or is it even possible via this route?
Regards,
Jun
-
Hello Jun,
in SAP Form the object "dw_1" is not available
In SAP forms you can see here the object information, example item 38 for the grid table

in beas Script you have the poossibility to use it
http://help.beascloud.com/script/index.html?item.htm
Example: Field Item No in row 2 becomes the focus
item=38=setcellfocus=2=1
regards
Martin
-
Hi Martin.
Got it. I managed to create it exactly how I wanted. Thank you.
Regards,
Jun
Please sign in to leave a comment.
Comments
2 comments