sapgui_select_tab
Example: sapgui_select_tab | General Object Functions |
Selects a tabbed page.
int sapgui_select_tab( const char *description, const char *tabID, [args,] LAST );
description | User entered text to aid in understanding script |
tabID | Object ID Strings |
args | Optional Arguments |
LAST | A marker indicating the end of the argument list. Not required if Optional Arguments are used. |
sapgui_select_tab activates a tabbed page. It emulates a user clicking on the tab tabID.
Return Values
This function returns LR_PASS (0) on success or LR_FAIL (1) on failure.
Parameterization
You can parameterize all string (char type) arguments.