Ok.. i could not chk this on my system then.
Is there any shortcut key associated with these buttons, if you place ur mouse over the button, probably it will display if any shortcut key is assigned to it or not.
If shortcut key is there then use the sendkey method to click on this. See the below example.
Regards,
Ankesh
can u chk the property list which appers after dot
Chk those property and see if you can use any of them.
Is there any shortcut key associated with these buttons, if you place ur mouse over the button, probably it will display if any shortcut key is assigned to it or not.
If shortcut key is there then use the sendkey method to click on this. See the below example.
Code:
SAPGuiSession("Session").SAPGuiWindow("Data Browser: Table S776:").SendKey F8
Regards,
Ankesh
can u chk the property list which appers after dot
Code:
SAPGuiSession("Session").SAPGuiWindow("Data Browser: Table S776:").SAPGUIGrid("").object.<List of properties will appear>
Chk those property and see if you can use any of them.