There is no "backgroundcolor" property for the SAPGuiCalendar object.
You can check in OR or Object Spy the available properties for this object.
You could however acces the object's internal properties and methods with the help of the .Object property and use them for this purpose.
For example, for SAPGuiCalendar.Object. there is a GetColor function.
But more information about this or other internal properties and methods you can find in relevant SAP GUi API (scripting) documentation.
For more information about .Object property, please check here: http://support.openview.hp.com/selfsolve...t/KM177318
Thank you,
Veeru
You can check in OR or Object Spy the available properties for this object.
You could however acces the object's internal properties and methods with the help of the .Object property and use them for this purpose.
For example, for SAPGuiCalendar.Object. there is a GetColor function.
But more information about this or other internal properties and methods you can find in relevant SAP GUi API (scripting) documentation.
For more information about .Object property, please check here: http://support.openview.hp.com/selfsolve...t/KM177318
Thank you,
Veeru


