sapgui_set_ok_code
Example: sapgui_set_ok_code | General Object Functions |
Enters a command.
int sapgui_set_ok_code( const char *text, [args,] LAST );
text | The command to enter |
args | Optional Arguments |
LAST | A marker indicating the end of the argument list. Not required if Optional Arguments are used. |
sapgui_set_ok_code enters the text in the Command field. The Command field is the box at the left of the first toolbar of the main window. The text must be a SAP command.
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.