sapgui_calendar_scroll_to_date

Example: sapgui_calendar_scroll_to_dateCalendar Functions

Makes a date visible on a calendar.

int sapgui_calendar_scroll_to_date( const char *description, const char *calendarID, const char *date, [args,] LAST ) ;
description User entered text to aid in understanding script
calendarIDObject ID Strings
date A date string of format "YYYYMMDD"
argsOptional Arguments
LAST A marker indicating the end of the argument list. Not required if Optional Arguments are used.

sapgui_calendar_scroll_to_date emulates using the scroll bar to make a date visible. It does not set the focus to the date or select it.

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.